Lines Matching refs:pLocalOptions

93 		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()
161 aEdEps .SetValue( pLocalOptions->GetIterEps(), 6 ); in Reset()
163 pLocalOptions->GetDate( d, m, y ); in Reset()
178 sal_uInt16 nPrec = pLocalOptions->GetStdPrecision(); in Reset()
202 pLocalOptions->SetIterCount( (sal_uInt16)aEdSteps.GetValue() ); in FillItemSet()
203 pLocalOptions->SetIgnoreCase( !aBtnCase.IsChecked() ); in FillItemSet()
204 pLocalOptions->SetCalcAsShown( aBtnCalc.IsChecked() ); in FillItemSet()
205 pLocalOptions->SetMatchWholeCell( aBtnMatch.IsChecked() ); in FillItemSet()
206 pLocalOptions->SetFormulaRegexEnabled( aBtnRegex.IsChecked() ); in FillItemSet()
207 pLocalOptions->SetLookUpColRowNames( aBtnLookUp.IsChecked() ); in FillItemSet()
210 pLocalOptions->SetStdPrecision( in FillItemSet()
213 pLocalOptions->SetStdPrecision( SvNumberFormatter::UNLIMITED_PRECISION ); in FillItemSet()
215 if ( *pLocalOptions != *pOldOptions ) in FillItemSet()
217 rCoreAttrs.Put( ScTpCalcItem( nWhichCalc, *pLocalOptions ) ); in FillItemSet()
233 pLocalOptions->SetIterEps( fEps ); in DeactivatePage()
259 pLocalOptions->SetDate( 30, 12, 1899 ); in IMPL_LINK()
263 pLocalOptions->SetDate( 1, 1, 1900 ); in IMPL_LINK()
267 pLocalOptions->SetDate( 1, 1, 1904 ); in IMPL_LINK()
294 pLocalOptions->SetIter( sal_True ); in IMPL_LINK()
300 pLocalOptions->SetIter( sal_False ); in IMPL_LINK()