Home
last modified time | relevance | path

Searched refs:mnLineHeight (Results 1 – 14 of 14) sorted by path

/trunk/main/cppcanvas/source/mtfrenderer/
H A Dmtftools.cxx548 rTextLineInfo.mnUnderlineOffset - rTextLineInfo.mnLineHeight, in createTextLinesPolyPolygon()
569 rTextLineInfo.mnLineHeight, in createTextLinesPolyPolygon()
570 rTextLineInfo.mnLineHeight, in createTextLinesPolyPolygon()
571 2*rTextLineInfo.mnLineHeight ); in createTextLinesPolyPolygon()
582 rTextLineInfo.mnLineHeight, in createTextLinesPolyPolygon()
583 3*rTextLineInfo.mnLineHeight, in createTextLinesPolyPolygon()
584 6*rTextLineInfo.mnLineHeight ); in createTextLinesPolyPolygon()
593 rTextLineInfo.mnLineHeight, in createTextLinesPolyPolygon()
594 6*rTextLineInfo.mnLineHeight, in createTextLinesPolyPolygon()
595 12*rTextLineInfo.mnLineHeight ); in createTextLinesPolyPolygon()
[all …]
H A Dmtftools.hxx211 mnLineHeight( rLineHeight ), in TextLineInfo()
222 double mnLineHeight; member
/trunk/main/sc/source/ui/dbgui/
H A Dcsvcontrol.cxx47 mnLineHeight( 1 ), in ScCsvLayoutData()
65 if( mnLineHeight != rData.mnLineHeight ) nRet |= CSV_DIFF_LINEHEIGHT; in GetDiff()
H A Dcsvtablebox.cxx391 maData.mnLineHeight = Max( nParam1, sal_Int32( 1 ) ); in IMPL_LINK()
/trunk/main/sc/source/ui/inc/
H A Dcsvcontrol.hxx149 sal_Int32 mnLineHeight; /// Height of a data line. member
390 inline sal_Int32 GetLineHeight() const { return mrData.mnLineHeight; } in GetLineHeight()
/trunk/main/sdext/source/presenter/
H A DPresenterScrollBar.cxx99 mnLineHeight(10), in PresenterScrollBar()
300 mnLineHeight = nLineHeight; in SetLineHeight()
308 return mnLineHeight; in GetLineHeight()
H A DPresenterScrollBar.hxx184 double mnLineHeight; member in sdext::presenter::PresenterScrollBar
H A DPresenterTextView.cxx621 mnLineHeight(-1), in PresenterTextParagraph()
681 mnLineHeight(-1), in PresenterTextParagraph()
702 if (mnLineHeight <= 0) in Paint()
725 ++nIndex, rRenderState.AffineTransform.m12 += mnLineHeight) in Paint()
731 if (nLineTop + mnLineHeight< nClipTop) in Paint()
770 mnLineHeight = 0; in Format()
780 mnLineHeight = aMetrics.Ascent + aMetrics.Descent + aMetrics.ExternalLeading; in Format()
951 aLine.mnBaseLine = maLines.back().mnBaseLine + mnLineHeight; in AddLine()
988 return maLines.size() * mnLineHeight; in GetTotalTextHeight()
1191 ++nLineIndex, nFirstCharacterIndex=nEndCharacterIndex, nY+=mnLineHeight) in GetCharacterBounds()
[all …]
H A DPresenterTextView.hxx214 double mnLineHeight; member in sdext::presenter::PresenterTextParagraph
/trunk/main/vcl/inc/
H A Dimpfont.hxx105 long mnLineHeight; // Ascent+Descent+EmphasisMark member in ImplFontMetric
121 long GetLineHeight() const { return mnLineHeight; } in GetLineHeight()
H A Doutfont.hxx333 long mnLineHeight; member in ImplFontEntry
/trunk/main/vcl/source/gdi/
H A Dmetric.cxx42 mnLineHeight( 0 ), in ImplFontMetric()
H A Doutdev3.cxx3059 … pFontEntry->mnLineHeight = pFontEntry->maMetric.mnAscent + pFontEntry->maMetric.mnDescent; in ImplNewFont()
3091 long nEmphasisHeight = (pFontEntry->mnLineHeight*250)/1000; in ImplNewFont()
3238 mpFontEntry->mnLineHeight+mnEmphasisAscent+mnEmphasisDescent ); in ImplDrawTextBackground()
3250 long nHeight = mpFontEntry->mnLineHeight + mnEmphasisAscent + mnEmphasisDescent; in ImplGetTextBoundRect()
4535 long nHeight = mpFontEntry->mnLineHeight + mnEmphasisAscent + mnEmphasisDescent; in ImplDrawRotateText()
4709 long nOff = 1 + ((mpFontEntry->mnLineHeight-24)/24); in ImplDrawSpecialText()
5671 long nHeight = mpFontEntry->mnLineHeight + mnEmphasisAscent + mnEmphasisDescent; in GetTextHeight()
7334 …aMetric.mpImplMetric->mnLineHeight = ImplDevicePixelToLogicHeight( pMetric->mnAscent+pMetric->mnD… in GetFontMetric()
7609 long nHeight = mpFontEntry->mnLineHeight + mnEmphasisAscent + mnEmphasisDescent; in GetTextBoundRect()
7801 long nOrgHeight = mpFontEntry->mnLineHeight + mnEmphasisAscent in GetTextOutlines()
[all …]
H A Dpdfwriter_impl.cxx7119 long nOff = 1 + ((m_pReferenceDevice->mpFontEntry->mnLineHeight-24)/24); in drawShadow()

Completed in 131 milliseconds