Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/ui/optdlg/
H A Dtpcalc.cxx94 pLocalOptions ( new ScDocOptions ), in ScTpCalcOptions()
108 delete pLocalOptions; in ~ScTpCalcOptions()
153 *pLocalOptions = *pOldOptions; in Reset()
155 aBtnCase .Check( !pLocalOptions->IsIgnoreCase() ); in Reset()
156 aBtnCalc .Check( pLocalOptions->IsCalcAsShown() ); in Reset()
157 aBtnMatch .Check( pLocalOptions->IsMatchWholeCell() ); in Reset()
158 aBtnRegex .Check( pLocalOptions->IsFormulaRegexEnabled() ); in Reset()
159 aBtnLookUp .Check( pLocalOptions->IsLookUpColRowNames() ); in Reset()
160 aBtnIterate.Check( pLocalOptions->IsIter() ); in Reset()
161 aEdSteps .SetValue( pLocalOptions->GetIterCount() ); in Reset()
[all …]
H A Dtpview.cxx100 pLocalOptions(0) in ScTpContentOptions()
137 delete pLocalOptions; in ~ScTpContentOptions()
175 pLocalOptions->SetGridColor( aColorLB.GetSelectEntryColor(), in FillItemSet()
177 rCoreSet.Put(ScTpViewItem(SID_SCVIEWOPTIONS, *pLocalOptions)); in FillItemSet()
202 pLocalOptions = new ScViewOptions( in Reset()
205 pLocalOptions = new ScViewOptions; in Reset()
206 aFormulaCB .Check(pLocalOptions->GetOption(VOPT_FORMULAS)); in Reset()
207 aNilCB .Check(pLocalOptions->GetOption(VOPT_NULLVALS)); in Reset()
208 aAnnotCB .Check(pLocalOptions->GetOption(VOPT_NOTES)); in Reset()
209 aValueCB .Check(pLocalOptions->GetOption(VOPT_SYNTAX)); in Reset()
[all …]
/AOO41X/main/sc/source/ui/inc/
H A Dtpcalc.hxx81 ScDocOptions* pLocalOptions; member in ScTpCalcOptions
H A Dtpview.hxx84 ScViewOptions* pLocalOptions; member in ScTpContentOptions