Lines Matching refs:aBtnUserDef
509 aBtnUserDef ( this, ScResId( BTN_USERDEF ) ), in ScTpSubTotalOptions()
522 aLbUserDef.SetAccessibleRelationLabeledBy(&aBtnUserDef); in ScTpSubTotalOptions()
523 aLbUserDef.SetAccessibleName(aBtnUserDef.GetText()); in ScTpSubTotalOptions()
545 aBtnUserDef.SetClickHdl ( LINK( this, ScTpSubTotalOptions, CheckHdl ) ); in Init()
571 aBtnUserDef.Check( sal_True ); in Reset()
577 aBtnUserDef.Check( sal_False ); in Reset()
605 theSubTotalData.bUserDef = aBtnUserDef.IsChecked(); in FillItemSet()
606 theSubTotalData.nUserIndex = (aBtnUserDef.IsChecked()) in FillItemSet()
642 aBtnUserDef .Enable(); in IMPL_LINK()
646 if ( aBtnUserDef.IsChecked() ) in IMPL_LINK()
653 aBtnUserDef .Disable(); in IMPL_LINK()
659 else if ( pBox == &aBtnUserDef ) in IMPL_LINK()
661 if ( aBtnUserDef.IsChecked() ) in IMPL_LINK()