Lines Matching refs:aCompiler
144 ScCompiler aCompiler( pDoc, aRefPos); in parseFormula() local
145 aCompiler.SetGrammar(pDoc->GetGrammar()); in parseFormula()
146 SetCompilerFlags( aCompiler ); in parseFormula()
148 ScTokenArray* pCode = aCompiler.CompileString( aFormula ); in parseFormula()
170 ScCompiler aCompiler( pDoc, aRefPos, aCode); in printFormula() local
171 aCompiler.SetGrammar(pDoc->GetGrammar()); in printFormula()
172 SetCompilerFlags( aCompiler ); in printFormula()
175 aCompiler.CreateStringFromTokenArray( aBuffer ); in printFormula()
215 ScCompiler aCompiler( pDoc, ScAddress()); in setPropertyValue() local
216 aCompiler.SetGrammar(pDoc->GetGrammar()); in setPropertyValue()
217 mxOpCodeMap = aCompiler.CreateOpCodeMap( maOpCodeMapping, mbEnglish); in setPropertyValue()
236 ScCompiler aCompiler( pDoc, ScAddress()); in setPropertyValue() local
237 aCompiler.SetGrammar(pDoc->GetGrammar()); in setPropertyValue()
238 mxOpCodeMap = aCompiler.CreateOpCodeMap( maOpCodeMapping, mbEnglish); in setPropertyValue()