Home
last modified time | relevance | path

Searched refs:nLineHeight (Results 76 – 92 of 92) sorted by relevance

1234

/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/outliner/
H A Doutliner.cxx1085 tools::Long nLineHeight = static_cast<tools::Long>(pEditEngine->GetLineHeight(nPara )); in InvalidateBullet() local
1093 aRect.AdjustBottom(nLineHeight ); in InvalidateBullet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/outliner/
H A Doutliner.cxx1092 long nLineHeight = static_cast<long>(pEditEngine->GetLineHeight(nPara )); in InvalidateBullet() local
1100 aRect.AdjustBottom(nLineHeight ); in InvalidateBullet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dporlay.cxx372 const sal_uInt16 nLineHeight = Height(); in CalcLine() local
491 Height(std::max(nPosHeight, nLineHeight)); in CalcLine()
H A Dtxtfrm.cxx3979 SwTwips nLineHeight = 200; in CalcBaseOfstForFly() local
3988 nLineHeight = pLay->Height(); in CalcBaseOfstForFly()
3990 aRectFnSet.SetTopAndHeight( aFlyRect, nTop, nLineHeight ); in CalcBaseOfstForFly()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dtxtfrm.cxx3978 SwTwips nLineHeight = 200; in CalcBaseOfstForFly() local
3987 nLineHeight = pLay->Height(); in CalcBaseOfstForFly()
3989 aRectFnSet.SetTopAndHeight( aFlyRect, nTop, nLineHeight ); in CalcBaseOfstForFly()
H A Dporlay.cxx377 const sal_uInt16 nLineHeight = Height(); in CalcLine() local
500 Height(std::max(nPosHeight, nLineHeight), false); in CalcLine()
/dports/devel/tokamak/tokamak_release/d3dapp/dxut/
H A DDXUTmisc.h514 CDXUTTextHelper( ID3DXFont* pFont, ID3DXSprite* pSprite, int nLineHeight );
H A DDXUTmisc.cpp2555 CDXUTTextHelper::CDXUTTextHelper( ID3DXFont* pFont, ID3DXSprite* pSprite, int nLineHeight ) in CDXUTTextHelper() argument
2562 m_nLineHeight = nLineHeight; in CDXUTTextHelper()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/tabpages/
H A Dnumpages.cxx2240 long nLineHeight = nFontHeight * 8 / 7; in Paint() local
2363 …::tools::Rectangle aRect2(Point(nXStart, nYStart + nLineHeight + nFontHeight / 2 ), Size(aSize.Wid… in Paint()
2365 nYStart += 2 * nLineHeight; in Paint()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/tabpages/
H A Dnumpages.cxx2233 tools::Long nLineHeight = nFontHeight * 8 / 7; in Paint() local
2356 …::tools::Rectangle aRect2(Point(nXStart, nYStart + nLineHeight + nFontHeight / 2 ), Size(aSize.Wid… in Paint()
2358 nYStart += 2 * nLineHeight; in Paint()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/editeng/
H A Dimpedit.hxx1159 Point MoveToNextLine(Point& rMovePos, tools::Long nLineHeight, sal_Int16& nColumn,
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8par.hxx1033 short nLineHeight; member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8par.hxx1017 short nLineHeight; member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/gtk3/
H A Dgtk3gtkinst.cxx2328 …int nLineHeight = pango_font_metrics_get_ascent(pMetrics) + pango_font_metrics_get_descent(pMetric… in get_text_height() local
2330 return nLineHeight / PANGO_SCALE; in get_text_height()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/gtk3/
H A Dgtkinst.cxx3534 …int nLineHeight = pango_font_metrics_get_ascent(pMetrics) + pango_font_metrics_get_descent(pMetric… in get_text_height() local
3536 return nLineHeight / PANGO_SCALE; in get_text_height()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog308137 No apparent reason to limit nLineHeight to sal_uInt16 instead of long
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog570186 No apparent reason to limit nLineHeight to sal_uInt16 instead of long

1234