Home
last modified time | relevance | path

Searched refs:aCompiler (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sc/source/ui/unoobj/
H A Dtokenuno.cxx144 ScCompiler aCompiler( pDoc, aRefPos); in parseFormula() local
145 aCompiler.SetGrammar(pDoc->GetGrammar()); in parseFormula()
146 SetCompilerFlags( aCompiler ); 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()
236 ScCompiler aCompiler( pDoc, ScAddress()); in setPropertyValue() local
[all …]
H A Dfuncuno.cxx551 ScCompiler aCompiler(pDoc,aAdr); in callFunction() local
552 aCompiler.SetGrammar(pDoc->GetGrammar()); in callFunction()
561 if ( !lcl_AddFunctionToken( aTokenArr, aName,aCompiler ) ) in callFunction()
H A Dchart2uno.cxx856 ScCompiler aCompiler(mpDoc, ScAddress(0,0,0)); in operator ()() local
857 aCompiler.SetGrammar(meGrammar); in operator ()()
859 aCompiler.CreateStringFromToken(aStr, rToken.get()); in operator ()()
921 ScCompiler aCompiler(mpDoc, ScAddress(0,0,0)); in operator ()() local
922 aCompiler.SetGrammar(FormulaGrammar::GRAM_ENGLISH); in operator ()()
925 aCompiler.CreateStringFromToken(aStr, aStart.get()); in operator ()()
931 aCompiler.CreateStringFromToken(aStr, aEnd.get()); in operator ()()
/trunk/main/sc/source/ui/vba/
H A Dvbawsfunction.cxx94 ScCompiler aCompiler( 0, ScAddress() ); in invoke() local
95 OpCode eOpCode = aCompiler.GetEnglishOpCode( FunctionName.toAsciiUpperCase() ); in invoke()
173 ScCompiler aCompiler( NULL, ScAddress() ); in invoke()
174 OpCode eOp = aCompiler.GetEnglishOpCode( aUpper.ToUpperAscii() ); in invoke()
212 ScCompiler aCompiler( NULL, ScAddress() ); in hasMethod() local
213 if( aCompiler.IsEnglishSymbol( Name ) ) in hasMethod()
H A Dvbarange.cxx899 ScCompiler aCompiler( m_pDoc, aCellRanges.First()->aStart ); in processValue() local
900 aCompiler.SetGrammar(m_eGrammar); in processValue()
902 aCompiler.CompileString( sFormula ); in processValue()
904 aCompiler.SetGrammar( formula::FormulaGrammar::GRAM_PODF_A1 ); in processValue()
906 aCompiler.CreateStringFromTokenArray(sConverted); in processValue()
943 ScCompiler aCompiler( m_pDoc, aCellRanges.First()->aStart ); in visitNode() local
944 aCompiler.SetGrammar(formula::FormulaGrammar::GRAM_DEFAULT); in visitNode()
945 aCompiler.CompileString( sVal ); in visitNode()
947 aCompiler.SetGrammar( m_eGrammar ); in visitNode()
949 aCompiler.CreateStringFromTokenArray(sConverted); in visitNode()
/trunk/main/sc/source/core/tool/
H A Dreftokenhelper.cxx64 ScCompiler aCompiler(pDoc, ScAddress(0,0,0)); in compileRangeRepresentation() local
65 aCompiler.SetGrammar(eGrammar); in compileRangeRepresentation()
66 auto_ptr<ScTokenArray> pArray(aCompiler.CompileString(aToken)); in compileRangeRepresentation()
/trunk/main/sc/source/filter/excel/
H A Dxestream.cxx800 ScCompiler aCompiler( &rDocument, rAddress, *pTokenArray); in ToOUString() local
801 aCompiler.SetGrammar(FormulaGrammar::GRAM_NATIVE_XL_A1); in ToOUString()
803 aCompiler.CreateStringFromTokenArray( s ); in ToOUString()
/trunk/main/formula/source/ui/dlg/
H A Dformula.cxx767 FormulaCompiler aCompiler(*m_pTokenArray.get()); in UpdateTokenArray() local
768 aCompiler.SetCompileForFAP(sal_True); // #i101512# special handling is needed in UpdateTokenArray()
769 aCompiler.CompileTokenArray(); in UpdateTokenArray()

Completed in 119 milliseconds