Lines Matching refs:aMtrLength1

87     aMtrLength1     ( this, CUI_RES( MTR_FLD_LENGTH_1 ) ),  in SvxLineDefTabPage()
116 aMtrLength1.SetAccessibleName(String(CUI_RES( STR_START_LENGTH ) ) ); in SvxLineDefTabPage()
136 SetFieldUnit( aMtrLength1, eFUnit ); in SvxLineDefTabPage()
180 aMtrLength1.SetModifyHdl( aLink ); in SvxLineDefTabPage()
261 aMtrLength1.GetText() != aMtrLength1.GetSavedValue() || in CheckChanges_Impl()
481 if( !aCbxSynchronize.IsChecked() && aMtrLength1.GetUnit() != eFUnit ) in IMPL_LINK()
488 nTmp1 = GetCoreValue( aMtrLength1, ePoolUnit ) * XOUT_WIDTH / 100; in IMPL_LINK()
494 nTmp1 = GetCoreValue( aMtrLength1, ePoolUnit ); in IMPL_LINK()
498 aMtrLength1.SetDecimalDigits( 2 ); in IMPL_LINK()
503 aMtrLength1.SetUnit( eFUnit ); in IMPL_LINK()
507 SetMetricValue( aMtrLength1, nTmp1, ePoolUnit ); in IMPL_LINK()
511 else if( aCbxSynchronize.IsChecked() && aMtrLength1.GetUnit() != FUNIT_PERCENT ) in IMPL_LINK()
518 nTmp1 = GetCoreValue( aMtrLength1, ePoolUnit ) * 100 / XOUT_WIDTH; in IMPL_LINK()
524 nTmp1 = GetCoreValue( aMtrLength1, ePoolUnit ); in IMPL_LINK()
529 aMtrLength1.SetDecimalDigits( 0 ); in IMPL_LINK()
533 aMtrLength1.SetUnit( FUNIT_PERCENT ); in IMPL_LINK()
538 SetMetricValue( aMtrLength1, nTmp1, ePoolUnit ); in IMPL_LINK()
555 aMtrLength1.Disable(); in IMPL_LINK()
556 aMtrLength1.SetText( String() ); in IMPL_LINK()
558 else if ( !aMtrLength1.IsEnabled() ) in IMPL_LINK()
560 aMtrLength1.Enable(); in IMPL_LINK()
561 aMtrLength1.Reformat(); in IMPL_LINK()
645 aMtrLength1.SaveValue(); in IMPL_LINK()
725 aMtrLength1.SaveValue(); in IMPL_LINK()
962 GetCoreValue( aMtrLength1, ePoolUnit ) ); in FillDash_Impl()
986 SetMetricValue( aMtrLength1, aDash.GetDotLen(), ePoolUnit ); in FillDialog_Impl()
999 aMtrLength1.SaveValue(); in FillDialog_Impl()