Home
last modified time | relevance | path

Searched refs:ScInterpreter (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dinterpr3.cxx186 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 Dinterpr2.cxx447 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 Dinterpr1.cxx95 void ScInterpreter::ScIfJump() in ScIfJump()
1253 void ScInterpreter::ScAnd() in ScAnd()
1351 void ScInterpreter::ScOr() in ScOr()
1449 void ScInterpreter::ScXor() in ScXor()
1550 void ScInterpreter::ScNeg() in ScNeg()
1608 void ScInterpreter::ScNot() in ScNot()
1648 void ScInterpreter::ScPi() in ScPi()
1713 void ScInterpreter::ScDeg() in ScDeg()
1720 void ScInterpreter::ScRad() in ScRad()
2769 void ScInterpreter::ScN() in ScN()
[all …]
H A Dinterpr4.cxx1000 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 Dinterpr5.cxx121 void ScInterpreter::ScGCD() in ScGCD()
208 void ScInterpreter:: ScLCM() in ScLCM()
624 void ScInterpreter::ScEMat() in ScEMat()
1150 void ScInterpreter::ScAdd() in ScAdd()
1382 void ScInterpreter::ScSub() in ScSub()
1388 void ScInterpreter::ScMul() in ScMul()
1467 void ScInterpreter::ScDiv() in ScDiv()
1565 void ScInterpreter::ScPow() in ScPow()
2327 void ScInterpreter::ScRGP() in ScRGP()
2334 void ScInterpreter::ScRKP() in ScRKP()
[all …]
H A Dinterpr6.cxx42 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()
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx134 class ScInterpreter class
160 DECL_FIXEDMEMPOOL_NEWDEL( ScInterpreter )
847 ScInterpreter( ScFormulaCell* pCell, ScDocument* pDoc,
849 ~ScInterpreter();
869 inline void ScInterpreter::MatrixDoubleRefToMatrix() in MatrixDoubleRefToMatrix()
879 inline bool ScInterpreter::MatrixParameterConversion() in MatrixParameterConversion()
887 inline ScTokenMatrixMap& ScInterpreter::GetTokenMatrixMap() in GetTokenMatrixMap()
895 inline sal_Bool ScInterpreter::MustHaveParamCount( short nAct, short nMust ) in MustHaveParamCount()
907 inline sal_Bool ScInterpreter::MustHaveParamCount( short nAct, short nMust, short nMax ) in MustHaveParamCount()
919 inline sal_Bool ScInterpreter::MustHaveParamCountMin( short nAct, short nMin ) in MustHaveParamCountMin()
[all …]
/trunk/main/sc/inc/
H A Dscmatrix.hxx34 class ScInterpreter;
94 ScInterpreter* pErrorInterpreter;
216 void SetErrorInterpreter( ScInterpreter* p) in SetErrorInterpreter()
/trunk/main/sc/source/core/data/
H A Dcell.cxx1526 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 Dglobal.cxx651 ScInterpreter::GlobalExit(); // statischen Stack loeschen in Clear()

Completed in 161 milliseconds