/aoo4110/main/drawinglayer/source/primitive2d/ |
H A D | textlayoutdevice.cxx | 182 double fRet = rMetric.GetDescent() / 2.0; in getUnderlineOffset() 203 double fRet = rMetric.GetDescent() / 4.0; in getUnderlineHeight() 315 return rMetric.GetDescent(); in getFontDescent()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | metric.cxx | 186 long FontMetric::GetDescent() const in GetDescent() function in FontMetric 188 return mpImplMetric->GetDescent(); in GetDescent()
|
H A D | pdfwriter_impl.cxx | 7160 … 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()
|
/aoo4110/main/cppcanvas/source/mtfrenderer/ |
H A D | mtftools.cxx | 88 -aMetric.GetDescent() ); in getBaselineOffset() 317 (aMetric.GetDescent() + 2) / 4.0, in createTextLineInfo() 320 aMetric.GetDescent() / 2.0, in createTextLineInfo()
|
/aoo4110/main/canvas/source/vcl/ |
H A D | canvasfont.cxx | 135 aMetric.GetDescent(), in getFontMetrics() 139 aMetric.GetDescent() / 2.0, in getFontMetrics()
|
H A D | textlayout.cxx | 258 const sal_Int32 nBelowBaseline( aMetric.GetDescent() ); in queryTextBounds()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | metric.hxx | 75 long GetDescent() const;
|
/aoo4110/main/vcl/inc/ |
H A D | impfont.hxx | 118 long GetDescent() const { return mnDescent; } in GetDescent() function in ImplFontMetric
|
/aoo4110/main/filter/source/svg/ |
H A D | svgfontexport.cxx | 226 …e( XML_NAMESPACE_NONE, "descent", ::rtl::OUString::valueOf( aVDev.GetFontMetric().GetDescent() ) ); in implEmbedFont()
|
H A D | svgwriter.cxx | 805 aBaseLinePos.Y() -= aMetric.GetDescent(); in ImplWriteText()
|
/aoo4110/main/filter/source/graphicfilter/eos2met/ |
H A D | eos2met.cxx | 1856 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()
|
/aoo4110/main/filter/source/graphicfilter/epict/ |
H A D | epict.cxx | 1742 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()
|
/aoo4110/main/canvas/source/directx/ |
H A D | dx_textlayout_drawhelper.cxx | 330 const sal_Int32 nBelowBaseline( aMetric.GetDescent() ); in queryTextBounds()
|
/aoo4110/main/sw/source/core/txtnode/ |
H A D | fntcache.cxx | 380 long nTmpPrtHeight = (sal_uInt16)aOutMet.GetAscent() + aOutMet.GetDescent(); in GetFontHeight() 585 long nDiff = Min( rMet.GetDescent() - aWinMet.GetDescent(), in GuessLeading()
|
/aoo4110/main/canvas/source/cairo/ |
H A D | cairo_textlayout.cxx | 200 const sal_Int32 nBelowBaseline( aMetric.GetDescent() ); in queryTextBounds()
|
/aoo4110/main/svx/source/dialog/ |
H A D | swframeexample.cxx | 417 rRect.Top() = aParaPrtArea.Bottom() - aMetric.GetDescent(); in CalcBoundRect_Impl()
|
/aoo4110/main/toolkit/source/helper/ |
H A D | vclunohelper.cxx | 395 aFM.Descent = (sal_Int16)rFontMetric.GetDescent(); in CreateFontMetric()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | output2.cxx | 625 aTextSize.Height() = aMetric.GetAscent() + aMetric.GetDescent(); in SetAutoText() 696 aTextSize.Height() = aMetric.GetAscent() + aMetric.GetDescent(); in TextChanged()
|
/aoo4110/main/svtools/source/filter/wmf/ |
H A D | winmtf.cxx | 294 long nHeight = aMetric.GetAscent() + aMetric.GetDescent(); in WinMtfFontStyle()
|
/aoo4110/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 598 aBaseLinePos.Y() -= aMetric.GetDescent(); in Impl_writeText()
|
/aoo4110/main/editeng/source/outliner/ |
H A D | outliner.cxx | 1095 aTextPos.Y() -= aMetric.GetDescent(); in PaintBullet()
|
/aoo4110/main/editeng/source/editeng/ |
H A D | impedit3.cxx | 2792 nDescent = (sal_uInt16)aMetric.GetDescent(); in RecalcFormatterFontMetrics() 2829 nDescent = (sal_uInt16)aMetric.GetDescent(); in RecalcFormatterFontMetrics()
|
/aoo4110/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 2299 … sal_uInt16 nTxtHeight = (sal_uInt16)aMetric.GetAscent() + (sal_uInt16)aMetric.GetDescent(); in ReadFontCollection() 2333 ByteString aDescent( ByteString::CreateFromInt32( aMetric.GetDescent() ) ); in ReadFontCollection()
|
/aoo4110/main/sd/source/filter/eppt/ |
H A D | epptso.cxx | 392 sal_uInt16 nTxtHeight = (sal_uInt16)aMetric.GetAscent() + (sal_uInt16)aMetric.GetDescent(); in GetId()
|