Home
last modified time | relevance | path

Searched refs:aWinMet (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx170 const FontMetric aWinMet( rPrt.GetFontMetric() ); in CreatePrtFont() local
172 long nWidth = ( aWinMet.GetSize().Width() * nPropWidth ) / 100; in CreatePrtFont()
561 const FontMetric aWinMet( pWin->GetFontMetric() ); in GuessLeading() local
562 const sal_uInt16 nWinHeight = sal_uInt16( aWinMet.GetSize().Height() ); in GuessLeading()
563 if( pPrtFont->GetName().Search( aWinMet.GetName() ) < USHRT_MAX ) in GuessLeading()
567 long nTmpLeading = (long)aWinMet.GetIntLeading(); in GuessLeading()
585 long nDiff = Min( rMet.GetDescent() - aWinMet.GetDescent(), in GuessLeading()
586 aWinMet.GetAscent() - rMet.GetAscent() - nTmpLeading ); in GuessLeading()
/trunk/main/sw/source/core/text/
H A Dtxtdrop.cxx888 FontMetric aWinMet( pWin->GetFontMetric() ); in CalcFontSize() local
889 nAscent = (KSHORT) aWinMet.GetAscent(); in CalcFontSize()

Completed in 33 milliseconds