Searched refs:aCompiler (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | tokenuno.cxx | 144 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 D | funcuno.cxx | 551 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 D | chart2uno.cxx | 856 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 ()()
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbawsfunction.cxx | 94 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 D | vbarange.cxx | 899 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()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | reftokenhelper.cxx | 64 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()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xestream.cxx | 800 ScCompiler aCompiler( &rDocument, rAddress, *pTokenArray); in ToOUString() local 801 aCompiler.SetGrammar(FormulaGrammar::GRAM_NATIVE_XL_A1); in ToOUString() 803 aCompiler.CreateStringFromTokenArray( s ); in ToOUString()
|
/aoo41x/main/formula/source/ui/dlg/ |
H A D | formula.cxx | 767 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 102 milliseconds