Lines Matching refs:aBtnThousand
270 aBtnThousand ( this, CUI_RES( BTN_THOUSAND ) ), in SvxNumberFormatTabPage()
353 aBtnThousand .SetClickHdl( aLink ); in Init_Impl()
673 aBtnThousand .Disable(); in Obstructing()
682 aBtnThousand .Check( sal_False ); in Obstructing()
716 aBtnThousand .Enable( bEnable ); in EnableBySourceFormat_Impl()
1091 aBtnThousand.Enable(); in UpdateOptions_Impl()
1099 aBtnThousand .Check( bThousand ); in UpdateOptions_Impl()
1117 aBtnThousand .Disable(); in UpdateOptions_Impl()
1121 aBtnThousand .Check( sal_False ); in UpdateOptions_Impl()
1699 || ((CheckBox*) pOptCtrl == &aBtnThousand) ) in IMPL_LINK()
1702 sal_Bool bThousand = aBtnThousand.IsEnabled() in IMPL_LINK()
1703 && aBtnThousand.IsChecked(); in IMPL_LINK()