Home
last modified time | relevance | path

Searched refs:aBtnCase (Results 1 – 13 of 13) sorted by relevance

/trunk/main/sc/source/ui/dbgui/
H A Dpfiltdlg.cxx77 aBtnCase ( this, ScResId( BTN_CASE ) ), in ScPivotFilterDlg()
128 aBtnCase.SetClickHdl ( LINK( this, ScPivotFilterDlg, CheckBoxHdl ) ); in Init()
136 aBtnMore.AddWindow( &aBtnCase ); in Init()
143 aBtnCase .Check( theQueryData.bCaseSens ); in Init()
350 pEntryLists[nColumn]->SetCaseSensitive( aBtnCase.IsChecked() ); in UpdateValueList()
459 theParam.bCaseSens = aBtnCase.IsChecked(); in GetOutputItem()
569 if ( pBox == &aBtnCase ) // Wertlisten in IMPL_LINK()
H A Dfiltdlg.cxx220 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 Dtpsubt.cxx503 aBtnCase ( this, ScResId( BTN_CASE ) ), in ScTpSubTotalOptions()
563 aBtnCase.Check ( rSubTotalData.bCaseSens ); in Reset()
601 theSubTotalData.bCaseSens = aBtnCase.IsChecked(); in FillItemSet()
H A Dsfiltdlg.cxx206 aBtnCase, in Init()
396 theOutParam.bCaseSens = aBtnCase.IsChecked(); in IMPL_LINK()
H A Dtpsort.cxx558 aBtnCase ( this, ScResId( BTN_CASESENSITIVE ) ), in ScTabPageSortOptions()
754 aBtnCase.Check ( rSortData.bCaseSens ); in Reset()
821 theSortData.bCaseSens = aBtnCase.IsChecked(); in FillItemSet()
/trunk/main/sc/source/ui/optdlg/
H A Dtpcalc.cxx81 aBtnCase ( this, ScResId( BTN_CASE ) ), in ScTpCalcOptions()
154 aBtnCase .Check( !pLocalOptions->IsIgnoreCase() ); in Reset()
203 pLocalOptions->SetIgnoreCase( !aBtnCase.IsChecked() ); in FillItemSet()
/trunk/main/sc/source/ui/inc/
H A Dfiltdlg.hxx55 CheckBox aBtnCase; \
72 aBtnCase ( this, ScResId( BTN_CASE ) ), \
H A Dtpcalc.hxx70 CheckBox aBtnCase; member in ScTpCalcOptions
H A Dpfiltdlg.hxx93 CheckBox aBtnCase; member in ScPivotFilterDlg
H A Dtpsubt.hxx159 CheckBox aBtnCase; member in ScTpSubTotalOptions
H A Dtpsort.hxx160 CheckBox aBtnCase; member in ScTabPageSortOptions
/trunk/main/toolkit/workben/layout/
H A Dtpsort.cxx560 aBtnCase ( this, ScResId( BTN_CASESENSITIVE ) ), in ScTabPageSortOptions()
770 aBtnCase.Check ( rSortData.bCaseSens ); in Reset()
838 theSortData.bCaseSens = aBtnCase.IsChecked(); in FillItemSet()
H A Dtpsort.hxx156 CheckBox aBtnCase; member in ScTabPageSortOptions

Completed in 58 milliseconds