Searched refs:aBtnTopDown (Results 1 – 6 of 6) sorted by relevance
/trunk/main/toolkit/workben/layout/ |
H A D | tpsort.cxx | 574 aBtnTopDown ( this, ScResId( BTN_TOP_DOWN ) ), in ScTabPageSortOptions() 647 aBtnTopDown.SetClickHdl ( LINK( this, ScTabPageSortOptions, SortDirHdl ) ); in Init() 777 aBtnTopDown.Check(); in Reset() 836 theSortData.bByRow = aBtnTopDown.IsChecked(); in FillItemSet() 885 if ( aBtnTopDown.IsChecked() != pDlg->GetByRows() ) in ActivatePage() 887 aBtnTopDown.Check( pDlg->GetByRows() ); in ActivatePage() 944 pDlg->SetByRows ( aBtnTopDown.IsChecked() ); in DeactivatePage() 1022 if ( pBtn == &aBtnTopDown ) in IMPL_LINK()
|
H A D | tpsort.hxx | 174 RadioButton aBtnTopDown; member in ScTabPageSortOptions
|
/trunk/main/sc/source/ui/dbgui/ |
H A D | tpsort.cxx | 571 aBtnTopDown ( this, ScResId( BTN_TOP_DOWN ) ), in ScTabPageSortOptions() 639 aBtnTopDown.SetClickHdl ( LINK( this, ScTabPageSortOptions, SortDirHdl ) ); in Init() 760 aBtnTopDown.Check(); in Reset() 819 theSortData.bByRow = aBtnTopDown.IsChecked(); in FillItemSet() 866 if ( aBtnTopDown.IsChecked() != pDlg->GetByRows() ) in ActivatePage() 868 aBtnTopDown.Check( pDlg->GetByRows() ); in ActivatePage() 925 pDlg->SetByRows ( aBtnTopDown.IsChecked() ); in DeactivatePage() 1003 if ( pBtn == &aBtnTopDown ) in IMPL_LINK()
|
/trunk/main/sc/source/ui/pagedlg/ |
H A D | tptable.cxx | 120 aBtnTopDown ( this, ScResId( BTN_TOPDOWN ) ), in ScTablePage() 152 aBtnTopDown.SetClickHdl( PAGEDIR_HDL ); in ScTablePage() 211 aBtnTopDown .Check( bTopDown ); in Reset() 284 aBtnTopDown .SaveValue(); in Reset() 327 aBtnTopDown.IsChecked(), in FillItemSet() 328 aBtnTopDown.GetSavedValue() ); in FillItemSet()
|
/trunk/main/sc/source/ui/inc/ |
H A D | tptable.hxx | 71 RadioButton aBtnTopDown; member in ScTablePage
|
H A D | tpsort.hxx | 177 RadioButton aBtnTopDown; member in ScTabPageSortOptions
|
Completed in 34 milliseconds