Searched refs:aBtnTopDown (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sc/source/ui/pagedlg/ |
H A D | tptable.cxx | 121 aBtnTopDown ( this, ScResId( BTN_TOPDOWN ) ), in ScTablePage() 153 aBtnTopDown.SetClickHdl( PAGEDIR_HDL ); in ScTablePage() 212 aBtnTopDown .Check( bTopDown ); in Reset() 285 aBtnTopDown .SaveValue(); in Reset() 328 aBtnTopDown.IsChecked(), in FillItemSet() 329 aBtnTopDown.GetSavedValue() ); in FillItemSet()
|
/aoo4110/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
|
/aoo4110/main/sc/source/ui/dbgui/ |
H A D | tpsort.cxx | 572 aBtnTopDown ( this, ScResId( BTN_TOP_DOWN ) ), in ScTabPageSortOptions() 640 aBtnTopDown.SetClickHdl ( LINK( this, ScTabPageSortOptions, SortDirHdl ) ); in Init() 761 aBtnTopDown.Check(); in Reset() 820 theSortData.bByRow = aBtnTopDown.IsChecked(); in FillItemSet() 867 if ( aBtnTopDown.IsChecked() != pDlg->GetByRows() ) in ActivatePage() 869 aBtnTopDown.Check( pDlg->GetByRows() ); in ActivatePage() 926 pDlg->SetByRows ( aBtnTopDown.IsChecked() ); in DeactivatePage() 1004 if ( pBtn == &aBtnTopDown ) in IMPL_LINK()
|
/aoo4110/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 42 milliseconds