Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/config/
H A Doptpage.cxx626 aStandardHeightLB(this, SW_RES( LB_STANDARD_SIZE )), in SwStdFontTabPage()
687 aStandardHeightLB.SetModifyHdl( aModifyHeightLink ); in SwStdFontTabPage()
759 bool bStandardHeightChanged = aStandardHeightLB.GetSavedValue() != aStandardHeightLB.GetText(); in FillItemSet()
773 float fSize = (float)aStandardHeightLB.GetValue() / 10; in FillItemSet()
822 float fSize = (float)aStandardHeightLB.GetValue() / 10; in FillItemSet()
1047 aStandardHeightLB.Fill( &aFontInfo, pFontList ); in Reset()
1057 aStandardHeightLB.SetValue( CalcToPoint( nStandardHeight, SFX_MAPUNIT_TWIP, 10 ) ); in Reset()
1069 aStandardHeightLB.SaveValue(); in Reset()
1096 aStandardHeightLB.SetValue( CalcToPoint( in IMPL_LINK()
1150 if(pBox == &aStandardHeightLB) in IMPL_LINK()
[all …]
/trunk/main/sw/source/ui/inc/
H A Doptpage.hxx185 FontSizeBox aStandardHeightLB; member in SwStdFontTabPage

Completed in 20 milliseconds