Home
last modified time | relevance | path

Searched refs:nFontWidth (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/forms/source/richtext/
H A Drichtextimplcontrol.cxx474 long nFontWidth = m_pEngine->GetStandardFont(0).GetSize().Width(); in layoutWindow() local
475 if ( !nFontWidth ) in layoutWindow()
479nFontWidth = m_pViewport->GetTextWidth( String( RTL_CONSTASCII_USTRINGPARAM( "x" ) ) ); in layoutWindow()
483 m_pHScroll->SetLineSize( 5 * nFontWidth ); in layoutWindow()
485 …m_pHScroll->SetPageSize( ::std::max( nFontWidth, aViewportPlaygroundLogic.Width() - nFontWidth ) ); in layoutWindow()
/aoo41x/main/canvas/source/cairo/
H A Dcairo_canvashelper_text.cxx91 const sal_Int32 nFontWidth( rOutDev.GetFontMetric( io_rVCLFont ).GetWidth() ); in setupFontTransform() local
93 const sal_Int32 nScaledFontWidth( ::basegfx::fround(nFontWidth * aScale.getX()) ); in setupFontTransform()
/aoo41x/main/canvas/source/vcl/
H A Dimpltools.cxx140 const sal_Int32 nFontWidth( rOutDev.GetFontMetric( io_rVCLFont ).GetWidth() ); in setupFontTransform() local
142 const sal_Int32 nScaledFontWidth( ::basegfx::fround(nFontWidth * aScale.getX()) ); in setupFontTransform()
/aoo41x/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1876 int nFontWidth = rFSD.mnWidth ? rFSD.mnWidth : rFSD.mnHeight; in GetKernPairs() local
1881 rVal = ((rVal * nFontWidth) + 500) / 1000; in GetKernPairs()

Completed in 26 milliseconds