Lines Matching refs:aBtnUserDef
510 aBtnUserDef ( this, ScResId( BTN_USERDEF ) ), in ScTpSubTotalOptions()
523 aLbUserDef.SetAccessibleRelationLabeledBy(&aBtnUserDef); in ScTpSubTotalOptions()
524 aLbUserDef.SetAccessibleName(aBtnUserDef.GetText()); in ScTpSubTotalOptions()
546 aBtnUserDef.SetClickHdl ( LINK( this, ScTpSubTotalOptions, CheckHdl ) ); in Init()
572 aBtnUserDef.Check( sal_True ); in Reset()
578 aBtnUserDef.Check( sal_False ); in Reset()
606 theSubTotalData.bUserDef = aBtnUserDef.IsChecked(); in FillItemSet()
607 theSubTotalData.nUserIndex = (aBtnUserDef.IsChecked()) in FillItemSet()
643 aBtnUserDef .Enable(); in IMPL_LINK()
647 if ( aBtnUserDef.IsChecked() ) in IMPL_LINK()
654 aBtnUserDef .Disable(); in IMPL_LINK()
660 else if ( pBox == &aBtnUserDef ) in IMPL_LINK()
662 if ( aBtnUserDef.IsChecked() ) in IMPL_LINK()