Searched refs:RadioClickHdl (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sc/source/ui/dbgui/ |
H A D | pvfundlg.cxx | 445 maRbNone.SetClickHdl( LINK( this, ScDPSubtotalDlg, RadioClickHdl ) ); in Init() 446 maRbAuto.SetClickHdl( LINK( this, ScDPSubtotalDlg, RadioClickHdl ) ); in Init() 447 maRbUser.SetClickHdl( LINK( this, ScDPSubtotalDlg, RadioClickHdl ) ); in Init() 457 RadioClickHdl( pRBtn ); in Init() 472 IMPL_LINK( ScDPSubtotalDlg, RadioClickHdl, RadioButton*, pBtn ) in IMPL_LINK() argument 603 maRbSortAsc.SetClickHdl( LINK( this, ScDPSubtotalOptDlg, RadioClickHdl ) ); in Init() 604 maRbSortDesc.SetClickHdl( LINK( this, ScDPSubtotalOptDlg, RadioClickHdl ) ); in Init() 605 maRbSortMan.SetClickHdl( LINK( this, ScDPSubtotalOptDlg, RadioClickHdl ) ); in Init() 618 RadioClickHdl( pRBtn ); in Init() 682 IMPL_LINK( ScDPSubtotalOptDlg, RadioClickHdl, RadioButton*, pBtn ) in IMPL_LINK() argument
|
/aoo41x/main/sc/source/ui/optdlg/ |
H A D | tpcalc.cxx | 128 aBtnDateStd .SetClickHdl( LINK( this, ScTpCalcOptions, RadioClickHdl ) ); in Init() 129 aBtnDateSc10.SetClickHdl( LINK( this, ScTpCalcOptions, RadioClickHdl ) ); in Init() 130 aBtnDate1904.SetClickHdl( LINK( this, ScTpCalcOptions, RadioClickHdl ) ); in Init() 256 IMPL_LINK( ScTpCalcOptions, RadioClickHdl, RadioButton*, pBtn ) in IMPL_LINK() argument
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | pvfundlg.hxx | 120 DECL_LINK( RadioClickHdl, RadioButton* ); 159 DECL_LINK( RadioClickHdl, RadioButton* );
|
H A D | tpcalc.hxx | 90 DECL_LINK( RadioClickHdl, RadioButton* );
|
Completed in 21 milliseconds