Lines Matching refs:aListHeightLB
634 aListHeightLB( this, SW_RES( LB_LIST_SIZE )), in SwStdFontTabPage()
689 aListHeightLB. SetModifyHdl( aModifyHeightLink ); in SwStdFontTabPage()
761 …bool bListHeightChanged = aListHeightLB.GetSavedValue() != aListHeightLB.GetText() && (!bListHeigh… in FillItemSet()
783 float fSize = (float)aListHeightLB.GetValue() / 10; in FillItemSet()
848 … sal::static_int_cast< sal_uInt16, sal_Int64 >(aListHeightLB.GetValue()), nFontHeightWhich); in FillItemSet()
1051 aListHeightLB.Fill( &aFontInfo, pFontList ); in Reset()
1059 aListHeightLB. SetValue( CalcToPoint( nListHeight , SFX_MAPUNIT_TWIP, 10 ) ); in Reset()
1071 aListHeightLB. SaveValue(); in Reset()
1102 aListHeightLB .SetValue(CalcToPoint( in IMPL_LINK()
1154 aListHeightLB.SetValue(nValue, FUNIT_TWIP); in IMPL_LINK()
1160 else if(pBox == &aListHeightLB) in IMPL_LINK()
1192 pHeightLB = &aListHeightLB; in IMPL_LINK()