Lines Matching refs:aIndexHeightLB
642 aIndexHeightLB( this, SW_RES( LB_INDEX_SIZE )), in SwStdFontTabPage()
691 aIndexHeightLB. SetModifyHdl( aModifyHeightLink ); in SwStdFontTabPage()
763 …bool bIndexHeightChanged = aIndexHeightLB.GetSavedValue() != aIndexHeightLB.GetText() && (!bIndexH… in FillItemSet()
793 float fSize = (float)aIndexHeightLB.GetValue() / 10; in FillItemSet()
870 … sal::static_int_cast< sal_uInt16, sal_Int64 >(aIndexHeightLB.GetValue()), nFontHeightWhich); in FillItemSet()
1055 aIndexHeightLB.Fill( &aFontInfo, pFontList ); in Reset()
1061 aIndexHeightLB. SetValue( CalcToPoint( nIndexHeight , SFX_MAPUNIT_TWIP, 10 )); in Reset()
1073 aIndexHeightLB. SaveValue(); in Reset()
1108 aIndexHeightLB .SetValue(CalcToPoint( in IMPL_LINK()
1158 aIndexHeightLB.SetValue(nValue, FUNIT_TWIP); in IMPL_LINK()
1168 else if(pBox == &aIndexHeightLB) in IMPL_LINK()
1200 pHeightLB = &aIndexHeightLB; in IMPL_LINK()