Searched refs:nCurrHeight (Results 1 – 1 of 1) sorted by relevance
796 const long nCurrHeight = rFnt.GetHeight( rFnt.GetActual() ); in CalcFontSize() local797 if ( nCurrHeight > nMaxFontHeight ) in CalcFontSize()798 nMaxFontHeight = nCurrHeight; in CalcFontSize()848 const sal_uInt16 nCurrHeight = in CalcFontSize() local856 Size aNewSize( 0, ( nFactor * nCurrHeight ) / 1000 ); in CalcFontSize()
Completed in 11 milliseconds