Lines Matching refs:aEdDecimals
266 aEdDecimals ( this, CUI_RES( ED_DECIMALS ) ), in SvxNumberFormatTabPage()
350 aEdDecimals .SetModifyHdl( aLink ); in Init_Impl()
677 aEdDecimals .Disable(); in Obstructing()
679 aEdDecimals .SetText( String() ); in Obstructing()
712 aEdDecimals .Enable( bEnable ); in EnableBySourceFormat_Impl()
1087 aEdDecimals.Enable(); in UpdateOptions_Impl()
1096 aEdDecimals .SetText( UniString::CreateFromInt32( nDecimals ) ); in UpdateOptions_Impl()
1113 aEdDecimals .Disable(); in UpdateOptions_Impl()
1118 aEdDecimals .SetText( UniString::CreateFromInt32( 0 ) ); in UpdateOptions_Impl()
1697 || ((NumericField*)pOptCtrl == &aEdDecimals) in IMPL_LINK()
1706 sal_uInt16 nPrecision = (aEdDecimals.IsEnabled()) in IMPL_LINK()
1707 ? (sal_uInt16)aEdDecimals.GetValue() in IMPL_LINK()