Searched refs:ScInterpreter (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/sc/source/core/tool/ |
H A D | interpr3.cxx | 186 void ScInterpreter::ScNoName() in ScNoName() 192 void ScInterpreter::ScBadName() in ScBadName() 1129 void ScInterpreter::ScPhi() in ScPhi() 1157 void ScInterpreter::ScFact() in ScFact() 1279 void ScInterpreter::ScB() in ScB() 2020 ScInterpreter& rInt; 2059 ScInterpreter& rInt; 2113 ScInterpreter& rInt; 2146 ScInterpreter& rInt; 2180 ScInterpreter& rInt; [all …]
|
H A D | interpr2.cxx | 447 void ScInterpreter::ScAbs() in ScAbs() 453 void ScInterpreter::ScInt() in ScInt() 555 void ScInterpreter::ScOdd() in ScOdd() 585 void ScInterpreter::ScLog() in ScLog() 604 void ScInterpreter::ScLn() in ScLn() 624 void ScInterpreter::ScNPV() in ScNPV() 691 void ScInterpreter::ScIRR() in ScIRR() 846 void ScInterpreter::ScBW() in ScBW() 864 void ScInterpreter::ScDIA() in ScDIA() 907 void ScInterpreter::ScGDA() in ScGDA() [all …]
|
H A D | interpr1.cxx | 97 void ScInterpreter::ScIfJump() in ScIfJump() 1147 void ScInterpreter::ScAnd() in ScAnd() 1245 void ScInterpreter::ScOr() in ScOr() 1343 void ScInterpreter::ScXor() in ScXor() 1444 void ScInterpreter::ScNeg() in ScNeg() 1502 void ScInterpreter::ScNot() in ScNot() 1542 void ScInterpreter::ScPi() in ScPi() 1576 void ScInterpreter::ScDeg() in ScDeg() 1583 void ScInterpreter::ScRad() in ScRad() 2632 void ScInterpreter::ScN() in ScN() [all …]
|
H A D | interpr4.cxx | 1000 void ScInterpreter::Pop() in Pop() 1012 void ScInterpreter::PopError() in PopError() 1722 void ScInterpreter::PushNA() in PushNA() 2112 void ScInterpreter::ScDBGet() in ScDBGet() 2696 void ScInterpreter::ScMissing() in ScMissing() 2703 void ScInterpreter::ScMacro() in ScMacro() 2984 void ScInterpreter::ScTableOp() in ScTableOp() 3088 void ScInterpreter::ScDBArea() in ScDBArea() 3279 void ScInterpreter::ScTTT() in ScTTT() 3293 ScInterpreter::ScInterpreter( ScFormulaCell* pCell, ScDocument* pDoc, in ScInterpreter() function in ScInterpreter [all …]
|
H A D | interpr5.cxx | 122 void ScInterpreter::ScGCD() in ScGCD() 209 void ScInterpreter:: ScLCM() in ScLCM() 625 void ScInterpreter::ScEMat() in ScEMat() 1151 void ScInterpreter::ScAdd() in ScAdd() 1383 void ScInterpreter::ScSub() in ScSub() 1389 void ScInterpreter::ScMul() in ScMul() 1468 void ScInterpreter::ScDiv() in ScDiv() 1566 void ScInterpreter::ScPow() in ScPow() 2328 void ScInterpreter::ScRGP() in ScRGP() 2335 void ScInterpreter::ScRKP() in ScRKP() [all …]
|
H A D | interpr6.cxx | 42 double ScInterpreter::GetGammaContFraction( double fA, double fX ) in GetGammaContFraction() 99 double ScInterpreter::GetGammaSeries( double fA, double fX ) in GetGammaSeries() 123 double ScInterpreter::GetLowRegIGamma( double fA, double fX ) in GetLowRegIGamma() 135 double ScInterpreter::GetUpRegIGamma( double fA, double fX ) in GetUpRegIGamma() 150 double ScInterpreter::GetGammaDistPDF( double fX, double fAlpha, double fLambda ) in GetGammaDistPDF() 188 double ScInterpreter::GetGammaDist( double fX, double fAlpha, double fLambda ) in GetGammaDist()
|
/aoo41x/main/sc/source/core/inc/ |
H A D | interpre.hxx | 134 class ScInterpreter class 145 DECL_FIXEDMEMPOOL_NEWDEL( ScInterpreter ) 825 ScInterpreter( ScFormulaCell* pCell, ScDocument* pDoc, 827 ~ScInterpreter(); 847 inline void ScInterpreter::MatrixDoubleRefToMatrix() in MatrixDoubleRefToMatrix() 857 inline bool ScInterpreter::MatrixParameterConversion() in MatrixParameterConversion() 865 inline ScTokenMatrixMap& ScInterpreter::GetTokenMatrixMap() in GetTokenMatrixMap() 873 inline sal_Bool ScInterpreter::MustHaveParamCount( short nAct, short nMust ) in MustHaveParamCount() 885 inline sal_Bool ScInterpreter::MustHaveParamCount( short nAct, short nMust, short nMax ) in MustHaveParamCount() 897 inline sal_Bool ScInterpreter::MustHaveParamCountMin( short nAct, short nMin ) in MustHaveParamCountMin() [all …]
|
/aoo41x/main/sc/inc/ |
H A D | scmatrix.hxx | 34 class ScInterpreter; 94 ScInterpreter* pErrorInterpreter; 216 void SetErrorInterpreter( ScInterpreter* p) in SetErrorInterpreter()
|
/aoo41x/main/sc/source/core/data/ |
H A D | cell.cxx | 1526 ScInterpreter* pInt; in InterpretTail() 1528 StackCleaner( ScDocument* pD, ScInterpreter* pI ) in InterpretTail() 1538 ScInterpreter* p = new ScInterpreter( this, pDocument, aPos, *pCode ); in InterpretTail()
|
H A D | global.cxx | 651 ScInterpreter::GlobalExit(); // statischen Stack loeschen in Clear()
|
Completed in 168 milliseconds