Lines Matching refs:aMtrLength2
88 aMtrLength2 ( this, CUI_RES( MTR_FLD_LENGTH_2 ) ), in SvxLineDefTabPage()
117 aMtrLength2.SetAccessibleName(String(CUI_RES( STR_END_LENGTH ) ) ); in SvxLineDefTabPage()
137 SetFieldUnit( aMtrLength2, eFUnit ); in SvxLineDefTabPage()
181 aMtrLength2.SetModifyHdl( aLink ); in SvxLineDefTabPage()
264 aMtrLength2.GetText() != aMtrLength2.GetSavedValue() || in CheckChanges_Impl()
489 nTmp2 = GetCoreValue( aMtrLength2, ePoolUnit ) * XOUT_WIDTH / 100; in IMPL_LINK()
495 nTmp2 = GetCoreValue( aMtrLength2, ePoolUnit ); in IMPL_LINK()
499 aMtrLength2.SetDecimalDigits( 2 ); in IMPL_LINK()
504 aMtrLength2.SetUnit( eFUnit ); in IMPL_LINK()
508 SetMetricValue( aMtrLength2, nTmp2, ePoolUnit ); in IMPL_LINK()
519 nTmp2 = GetCoreValue( aMtrLength2, ePoolUnit ) * 100 / XOUT_WIDTH; in IMPL_LINK()
525 nTmp2 = GetCoreValue( aMtrLength2, ePoolUnit ); in IMPL_LINK()
530 aMtrLength2.SetDecimalDigits( 0 ); in IMPL_LINK()
534 aMtrLength2.SetUnit( FUNIT_PERCENT ); in IMPL_LINK()
539 SetMetricValue( aMtrLength2, nTmp2, ePoolUnit ); in IMPL_LINK()
569 aMtrLength2.Disable(); in IMPL_LINK()
570 aMtrLength2.SetText( String() ); in IMPL_LINK()
572 else if ( !aMtrLength2.IsEnabled() ) in IMPL_LINK()
574 aMtrLength2.Enable(); in IMPL_LINK()
575 aMtrLength2.Reformat(); in IMPL_LINK()
648 aMtrLength2.SaveValue(); in IMPL_LINK()
728 aMtrLength2.SaveValue(); in IMPL_LINK()
965 GetCoreValue( aMtrLength2, ePoolUnit ) ); in FillDash_Impl()
990 SetMetricValue( aMtrLength2, aDash.GetDashLen(), ePoolUnit ); in FillDialog_Impl()
1002 aMtrLength2.SaveValue(); in FillDialog_Impl()