Lines Matching refs:aMtrEndWidth

120     aMtrEndWidth        ( this, CUI_RES( MTR_FLD_END_WIDTH ) ),  in SvxLineTabPage()
172 aMtrEndWidth.SetAccessibleName(String(CUI_RES( STR_MTR_FLD_END_WIDTH ) ) ); in SvxLineTabPage()
195 aMtrEndWidth.SetSpinSize( 50 ); in SvxLineTabPage()
201 aMtrEndWidth.SetSpinSize( 2 ); in SvxLineTabPage()
207 SetFieldUnit( aMtrEndWidth, eFUnit ); in SvxLineTabPage()
228 aMtrEndWidth.SetModifyHdl( aEnd ); in SvxLineTabPage()
478 aMtrEndWidth.Hide(); in ActivatePage()
585 if( aMtrEndWidth.GetText() != aMtrEndWidth.GetSavedValue() ) in FillItemSet()
587 XLineEndWidthItem aItem( GetCoreValue( aMtrEndWidth, ePoolUnit ) ); in FillItemSet()
689 if( aMtrEndWidth.GetText() != aMtrEndWidth.GetSavedValue() ) in FillItemSet()
691 XLineEndWidthItem aItem( GetCoreValue( aMtrEndWidth, ePoolUnit ) ); in FillItemSet()
935 rXLSet.Put( XLineEndWidthItem( GetCoreValue( aMtrEndWidth, ePoolUnit ) ) ); in FillXLSet_Impl()
1251 aMtrEndWidth.Disable(); in Reset()
1255 SetMetricValue( aMtrEndWidth, ( ( const XLineEndWidthItem& ) rAttrs. in Reset()
1259 aMtrEndWidth.SetText( String() ); in Reset()
1315 !aMtrEndWidth.IsEnabled() && in Reset()
1393 aMtrEndWidth.SaveValue(); in Reset()
1453 nValAct = GetCoreValue( aMtrEndWidth, ePoolUnit ); in IMPL_LINK()
1457 SetMetricValue( aMtrEndWidth, nValNew, ePoolUnit ); in IMPL_LINK()
1485 aMtrEndWidth.Enable( bHasLineEnd ); in IMPL_LINK()
1498 aMtrEndWidth.SetValue( aMtrStartWidth.GetValue() ); in IMPL_LINK()
1549 aMtrEndWidth.Disable(); in IMPL_LINK()
1577 aMtrEndWidth.Enable(); in IMPL_LINK()
1601 if( p == &aMtrEndWidth ) in IMPL_LINK()
1602 aMtrStartWidth.SetValue( aMtrEndWidth.GetValue() ); in IMPL_LINK()