Lines Matching refs:aLabelHeightLB
638 aLabelHeightLB( this, SW_RES( LB_LABEL_SIZE )), in SwStdFontTabPage()
690 aLabelHeightLB. SetModifyHdl( aModifyHeightLink ); in SwStdFontTabPage()
762 …bool bLabelHeightChanged = aLabelHeightLB.GetSavedValue() != aLabelHeightLB.GetText() && (!bLabelH… in FillItemSet()
788 float fSize = (float)aLabelHeightLB.GetValue() / 10; in FillItemSet()
859 … sal::static_int_cast< sal_uInt16, sal_Int64 >(aLabelHeightLB.GetValue()), nFontHeightWhich); in FillItemSet()
1053 aLabelHeightLB.Fill( &aFontInfo, pFontList ); in Reset()
1060 aLabelHeightLB. SetValue( CalcToPoint( nLabelHeight , SFX_MAPUNIT_TWIP, 10 )); in Reset()
1072 aLabelHeightLB. SaveValue(); in Reset()
1105 aLabelHeightLB .SetValue(CalcToPoint( in IMPL_LINK()
1156 aLabelHeightLB.SetValue(nValue, FUNIT_TWIP); in IMPL_LINK()
1164 else if(pBox == &aLabelHeightLB) in IMPL_LINK()
1196 pHeightLB = &aLabelHeightLB; in IMPL_LINK()