Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/ui/config/
H A Doptpage.cxx959 sal_Int32 nStandardHeight = -1; in Reset() local
972 nStandardHeight = pFontConfig->GetFontHeight( FONT_STANDARD, nFontGroup, eLanguage ); in Reset()
977 if( nStandardHeight <= 0) in Reset()
978nStandardHeight = pFontConfig->GetDefaultHeightFor( FONT_STANDARD + nFontGroup * FONT_PER_GROUP, e… in Reset()
1001 nStandardHeight = (sal_Int32)rFontHeightStandard.GetHeight(); in Reset()
1060 aStandardHeightLB.SetValue( CalcToPoint( nStandardHeight, SFX_MAPUNIT_TWIP, 10 ) ); in Reset()