Searched refs:aWinMet (Results 1 – 2 of 2) sorted by relevance
170 const FontMetric aWinMet( rPrt.GetFontMetric() ); in CreatePrtFont() local172 long nWidth = ( aWinMet.GetSize().Width() * nPropWidth ) / 100; in CreatePrtFont()561 const FontMetric aWinMet( pWin->GetFontMetric() ); in GuessLeading() local562 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()
888 FontMetric aWinMet( pWin->GetFontMetric() ); in CalcFontSize() local889 nAscent = (KSHORT) aWinMet.GetAscent(); in CalcFontSize()
Completed in 32 milliseconds