Lines Matching refs:pLocalOptions

94 		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()
162 aEdEps .SetValue( pLocalOptions->GetIterEps(), 6 ); in Reset()
164 pLocalOptions->GetDate( d, m, y ); in Reset()
179 sal_uInt16 nPrec = pLocalOptions->GetStdPrecision(); in Reset()
203 pLocalOptions->SetIterCount( (sal_uInt16)aEdSteps.GetValue() ); in FillItemSet()
204 pLocalOptions->SetIgnoreCase( !aBtnCase.IsChecked() ); in FillItemSet()
205 pLocalOptions->SetCalcAsShown( aBtnCalc.IsChecked() ); in FillItemSet()
206 pLocalOptions->SetMatchWholeCell( aBtnMatch.IsChecked() ); in FillItemSet()
207 pLocalOptions->SetFormulaRegexEnabled( aBtnRegex.IsChecked() ); in FillItemSet()
208 pLocalOptions->SetLookUpColRowNames( aBtnLookUp.IsChecked() ); in FillItemSet()
211 pLocalOptions->SetStdPrecision( in FillItemSet()
214 pLocalOptions->SetStdPrecision( SvNumberFormatter::UNLIMITED_PRECISION ); in FillItemSet()
216 if ( *pLocalOptions != *pOldOptions ) in FillItemSet()
218 rCoreAttrs.Put( ScTpCalcItem( nWhichCalc, *pLocalOptions ) ); in FillItemSet()
234 pLocalOptions->SetIterEps( fEps ); in DeactivatePage()
260 pLocalOptions->SetDate( 30, 12, 1899 ); in IMPL_LINK()
264 pLocalOptions->SetDate( 1, 1, 1900 ); in IMPL_LINK()
268 pLocalOptions->SetDate( 1, 1, 1904 ); in IMPL_LINK()
295 pLocalOptions->SetIter( sal_True ); in IMPL_LINK()
301 pLocalOptions->SetIter( sal_False ); in IMPL_LINK()