Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dtxtdrop.cxx792 long nMaxFontHeight = 0; in CalcFontSize() local
797 if ( nCurrHeight > nMaxFontHeight ) in CalcFontSize()
798 nMaxFontHeight = nCurrHeight; in CalcFontSize()
803 nFactor = ( 1000 * nWishedHeight ) / nMaxFontHeight; in CalcFontSize()

Completed in 18 milliseconds