Home
last modified time | relevance | path

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

/trunk/main/sdext/source/presenter/
H A DPresenterHelpView.cxx424 sal_Int32 nBestSize (6); in CheckFontSize() local
456 if (nHeightDifference<0 && mpFont->mnSize>nBestSize) in CheckFontSize()
457 nBestSize = mpFont->mnSize; in CheckFontSize()
467 if (nBestSize != mpFont->mnSize) in CheckFontSize()
469 mpFont->mnSize = nBestSize; in CheckFontSize()