Home
last modified time | relevance | path

Searched refs:GetDescent (Results 1 – 24 of 24) sorted by last modified time

/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx598 aBaseLinePos.Y() -= aMetric.GetDescent(); in Impl_writeText()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx2299 … sal_uInt16 nTxtHeight = (sal_uInt16)aMetric.GetAscent() + (sal_uInt16)aMetric.GetDescent(); in ReadFontCollection()
2333 ByteString aDescent( ByteString::CreateFromInt32( aMetric.GetDescent() ) ); in ReadFontCollection()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx625 aTextSize.Height() = aMetric.GetAscent() + aMetric.GetDescent(); in SetAutoText()
696 aTextSize.Height() = aMetric.GetAscent() + aMetric.GetDescent(); in TextChanged()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx2792 nDescent = (sal_uInt16)aMetric.GetDescent(); in RecalcFormatterFontMetrics()
2829 nDescent = (sal_uInt16)aMetric.GetDescent(); in RecalcFormatterFontMetrics()
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx1095 aTextPos.Y() -= aMetric.GetDescent(); in PaintBullet()
/trunk/main/drawinglayer/source/primitive2d/
H A Dtextlayoutdevice.cxx182 double fRet = rMetric.GetDescent() / 2.0; in getUnderlineOffset()
203 double fRet = rMetric.GetDescent() / 4.0; in getUnderlineHeight()
315 return rMetric.GetDescent(); in getFontDescent()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx7160 … aDeltaPos.Y() = (int)((double)m_pReferenceDevice->GetFontMetric().GetDescent() * fXScale); in drawVerticalGlyphs()
7169 aDeltaPos.X() = (int)((double)m_pReferenceDevice->GetFontMetric().GetDescent()*fXScale); in drawVerticalGlyphs()
7535 aAlignOffset.Y() -= aRefDevFontMetric.GetDescent(); in drawLayout()
H A Dmetric.cxx186 long FontMetric::GetDescent() const in GetDescent() function in FontMetric
188 return mpImplMetric->GetDescent(); in GetDescent()
/trunk/main/vcl/inc/vcl/
H A Dmetric.hxx75 long GetDescent() const;
/trunk/main/vcl/inc/
H A Dimpfont.hxx118 long GetDescent() const { return mnDescent; } in GetDescent() function in ImplFontMetric
/trunk/main/toolkit/source/helper/
H A Dvclunohelper.cxx395 aFM.Descent = (sal_Int16)rFontMetric.GetDescent(); in CreateFontMetric()
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx380 long nTmpPrtHeight = (sal_uInt16)aOutMet.GetAscent() + aOutMet.GetDescent(); in GetFontHeight()
585 long nDiff = Min( rMet.GetDescent() - aWinMet.GetDescent(), in GuessLeading()
/trunk/main/svx/source/dialog/
H A Dswframeexample.cxx417 rRect.Top() = aParaPrtArea.Bottom() - aMetric.GetDescent(); in CalcBoundRect_Impl()
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx294 long nHeight = aMetric.GetAscent() + aMetric.GetDescent(); in WinMtfFontStyle()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx392 sal_uInt16 nTxtHeight = (sal_uInt16)aMetric.GetAscent() + (sal_uInt16)aMetric.GetDescent(); in GetId()
/trunk/main/filter/source/svg/
H A Dsvgfontexport.cxx226 …e( XML_NAMESPACE_NONE, "descent", ::rtl::OUString::valueOf( aVDev.GetFontMetric().GetDescent() ) ); in implEmbedFont()
H A Dsvgwriter.cxx805 aBaseLinePos.Y() -= aMetric.GetDescent(); in ImplWriteText()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx1856 aPt.Y()-=(long)aVDev.GetFontMetric( aGDIFont ).GetDescent(); in WriteOrders()
1884 aPt.Y()-=(long)aVDev.GetFontMetric(aGDIFont).GetDescent(); in WriteOrders()
1940 aPt.Y()-=(long)aVDev.GetFontMetric().GetDescent(); in WriteOrders()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx1742 aPt.Y()-=(long)aVirDev.GetFontMetric(aSrcFont).GetDescent(); in WriteOpcodes()
1763 aPt.Y()-=(long)aVirDev.GetFontMetric(aSrcFont).GetDescent(); in WriteOpcodes()
1786 aPt.Y()-=(long)aVirDev.GetFontMetric(aSrcFont).GetDescent(); in WriteOpcodes()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dmtftools.cxx88 -aMetric.GetDescent() ); in getBaselineOffset()
317 (aMetric.GetDescent() + 2) / 4.0, in createTextLineInfo()
320 aMetric.GetDescent() / 2.0, in createTextLineInfo()
/trunk/main/canvas/source/vcl/
H A Dcanvasfont.cxx135 aMetric.GetDescent(), in getFontMetrics()
139 aMetric.GetDescent() / 2.0, in getFontMetrics()
H A Dtextlayout.cxx258 const sal_Int32 nBelowBaseline( aMetric.GetDescent() ); in queryTextBounds()
/trunk/main/canvas/source/directx/
H A Ddx_textlayout_drawhelper.cxx330 const sal_Int32 nBelowBaseline( aMetric.GetDescent() ); in queryTextBounds()
/trunk/main/canvas/source/cairo/
H A Dcairo_textlayout.cxx209 const sal_Int32 nBelowBaseline( aMetric.GetDescent() ); in queryTextBounds()

Completed in 286 milliseconds