Home
last modified time | relevance | path

Searched refs:pLocalOptions (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/ui/optdlg/
H A Dtpcalc.cxx93 pLocalOptions ( new ScDocOptions ), in ScTpCalcOptions()
107 delete pLocalOptions; in ~ScTpCalcOptions()
152 *pLocalOptions = *pOldOptions; in Reset()
154 aBtnCase .Check( !pLocalOptions->IsIgnoreCase() ); in Reset()
155 aBtnCalc .Check( pLocalOptions->IsCalcAsShown() ); in Reset()
156 aBtnMatch .Check( pLocalOptions->IsMatchWholeCell() ); in Reset()
157 aBtnRegex .Check( pLocalOptions->IsFormulaRegexEnabled() ); in Reset()
158 aBtnLookUp .Check( pLocalOptions->IsLookUpColRowNames() ); in Reset()
159 aBtnIterate.Check( pLocalOptions->IsIter() ); in Reset()
160 aEdSteps .SetValue( pLocalOptions->GetIterCount() ); in Reset()
[all …]
H A Dtpview.cxx96 pLocalOptions(0) in ScTpContentOptions()
132 delete pLocalOptions; in ~ScTpContentOptions()
169 pLocalOptions->SetGridColor( aColorLB.GetSelectEntryColor(), in FillItemSet()
171 rCoreSet.Put(ScTpViewItem(SID_SCVIEWOPTIONS, *pLocalOptions)); in FillItemSet()
196 pLocalOptions = new ScViewOptions( in Reset()
199 pLocalOptions = new ScViewOptions; in Reset()
200 aFormulaCB .Check(pLocalOptions->GetOption(VOPT_FORMULAS)); in Reset()
201 aNilCB .Check(pLocalOptions->GetOption(VOPT_NULLVALS)); in Reset()
202 aAnnotCB .Check(pLocalOptions->GetOption(VOPT_NOTES)); in Reset()
203 aValueCB .Check(pLocalOptions->GetOption(VOPT_SYNTAX)); in Reset()
[all …]
/trunk/main/sc/source/ui/inc/
H A Dtpcalc.hxx81 ScDocOptions* pLocalOptions; member in ScTpCalcOptions
H A Dtpview.hxx83 ScViewOptions* pLocalOptions; member in ScTpContentOptions