Searched refs:aBtnCase (Results 1 – 13 of 13) sorted by relevance
/aoo41x/main/sc/source/ui/dbgui/ |
H A D | pfiltdlg.cxx | 78 aBtnCase ( this, ScResId( BTN_CASE ) ), in ScPivotFilterDlg() 129 aBtnCase.SetClickHdl ( LINK( this, ScPivotFilterDlg, CheckBoxHdl ) ); in Init() 137 aBtnMore.AddWindow( &aBtnCase ); in Init() 144 aBtnCase .Check( theQueryData.bCaseSens ); in Init() 351 pEntryLists[nColumn]->SetCaseSensitive( aBtnCase.IsChecked() ); in UpdateValueList() 460 theParam.bCaseSens = aBtnCase.IsChecked(); in GetOutputItem() 570 if ( pBox == &aBtnCase ) // Wertlisten in IMPL_LINK()
|
H A D | filtdlg.cxx | 220 aBtnCase.SetClickHdl ( LINK( this, ScFilterDlg, CheckBoxHdl ) ); in Init() 265 aBtnCase, in Init() 515 pEntryLists[nColumn]->SetCaseSensitive( aBtnCase.IsChecked() ); in UpdateValueList() 672 theParam.bCaseSens = aBtnCase.IsChecked(); in GetOutputItem() 1035 if ( pBox == &aBtnCase ) // Wertlisten komplett in IMPL_LINK()
|
H A D | tpsubt.cxx | 504 aBtnCase ( this, ScResId( BTN_CASE ) ), in ScTpSubTotalOptions() 564 aBtnCase.Check ( rSubTotalData.bCaseSens ); in Reset() 602 theSubTotalData.bCaseSens = aBtnCase.IsChecked(); in FillItemSet()
|
H A D | sfiltdlg.cxx | 206 aBtnCase, in Init() 396 theOutParam.bCaseSens = aBtnCase.IsChecked(); in IMPL_LINK()
|
H A D | tpsort.cxx | 559 aBtnCase ( this, ScResId( BTN_CASESENSITIVE ) ), in ScTabPageSortOptions() 755 aBtnCase.Check ( rSortData.bCaseSens ); in Reset() 822 theSortData.bCaseSens = aBtnCase.IsChecked(); in FillItemSet()
|
/aoo41x/main/sc/source/ui/optdlg/ |
H A D | tpcalc.cxx | 82 aBtnCase ( this, ScResId( BTN_CASE ) ), in ScTpCalcOptions() 155 aBtnCase .Check( !pLocalOptions->IsIgnoreCase() ); in Reset() 204 pLocalOptions->SetIgnoreCase( !aBtnCase.IsChecked() ); in FillItemSet()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | filtdlg.hxx | 55 CheckBox aBtnCase; \ 72 aBtnCase ( this, ScResId( BTN_CASE ) ), \
|
H A D | tpcalc.hxx | 70 CheckBox aBtnCase; member in ScTpCalcOptions
|
H A D | pfiltdlg.hxx | 93 CheckBox aBtnCase; member in ScPivotFilterDlg
|
H A D | tpsubt.hxx | 159 CheckBox aBtnCase; member in ScTpSubTotalOptions
|
H A D | tpsort.hxx | 160 CheckBox aBtnCase; member in ScTabPageSortOptions
|
/aoo41x/main/toolkit/workben/layout/ |
H A D | tpsort.cxx | 560 aBtnCase ( this, ScResId( BTN_CASESENSITIVE ) ), in ScTabPageSortOptions() 770 aBtnCase.Check ( rSortData.bCaseSens ); in Reset() 838 theSortData.bCaseSens = aBtnCase.IsChecked(); in FillItemSet()
|
H A D | tpsort.hxx | 156 CheckBox aBtnCase; member in ScTabPageSortOptions
|
Completed in 44 milliseconds