Searched refs:RadioClickHdl (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sc/source/ui/dbgui/ |
H A D | pvfundlg.cxx | 444 maRbNone.SetClickHdl( LINK( this, ScDPSubtotalDlg, RadioClickHdl ) ); in Init() 445 maRbAuto.SetClickHdl( LINK( this, ScDPSubtotalDlg, RadioClickHdl ) ); in Init() 446 maRbUser.SetClickHdl( LINK( this, ScDPSubtotalDlg, RadioClickHdl ) ); in Init() 456 RadioClickHdl( pRBtn ); in Init() 471 IMPL_LINK( ScDPSubtotalDlg, RadioClickHdl, RadioButton*, pBtn ) in IMPL_LINK() argument 602 maRbSortAsc.SetClickHdl( LINK( this, ScDPSubtotalOptDlg, RadioClickHdl ) ); in Init() 603 maRbSortDesc.SetClickHdl( LINK( this, ScDPSubtotalOptDlg, RadioClickHdl ) ); in Init() 604 maRbSortMan.SetClickHdl( LINK( this, ScDPSubtotalOptDlg, RadioClickHdl ) ); in Init() 617 RadioClickHdl( pRBtn ); in Init() 681 IMPL_LINK( ScDPSubtotalOptDlg, RadioClickHdl, RadioButton*, pBtn ) in IMPL_LINK() argument
|
/aoo42x/main/sc/source/ui/optdlg/ |
H A D | tpcalc.cxx | 127 aBtnDateStd .SetClickHdl( LINK( this, ScTpCalcOptions, RadioClickHdl ) ); in Init() 128 aBtnDateSc10.SetClickHdl( LINK( this, ScTpCalcOptions, RadioClickHdl ) ); in Init() 129 aBtnDate1904.SetClickHdl( LINK( this, ScTpCalcOptions, RadioClickHdl ) ); in Init() 255 IMPL_LINK( ScTpCalcOptions, RadioClickHdl, RadioButton*, pBtn ) in IMPL_LINK() argument
|
/aoo42x/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 18 milliseconds