Searched refs:ScInterpreter (Results 1 – 10 of 10) sorted by relevance
| /AOO41X/main/sc/source/core/tool/ |
| H A D | interpr3.cxx | 62 const double ScInterpreter::fMaxGammaArgument = 171.624376956302; // found experimental 186 void ScInterpreter::ScNoName() in ScNoName() 192 void ScInterpreter::ScBadName() in ScBadName() 203 double ScInterpreter::phi(double x) in phi() 209 double ScInterpreter::integralPhi(double x) in integralPhi() 214 double ScInterpreter::taylor(double* pPolynom, sal_uInt16 nMax, double x) in taylor() 225 double ScInterpreter::gauss(double x) in gauss() 273 double ScInterpreter::gaussinv(double x) in gaussinv() 445 double ScInterpreter::Fakultaet(double x) in Fakultaet() 471 double ScInterpreter::BinomKoeff(double n, double k) in BinomKoeff() [all …]
|
| H A D | interpr2.cxx | 66 double ScInterpreter::GetDateSerial( sal_Int16 nYear, sal_Int16 nMonth, sal_Int16 nDay, bool bStric… in GetDateSerial() 106 void ScInterpreter::ScGetActDate() in ScGetActDate() 115 void ScInterpreter::ScGetActTime() in ScGetActTime() 129 void ScInterpreter::ScGetYear() in ScGetYear() 137 void ScInterpreter::ScGetMonth() in ScGetMonth() 145 void ScInterpreter::ScGetDay() in ScGetDay() 153 void ScInterpreter::ScGetMin() in ScGetMin() 162 void ScInterpreter::ScGetSec() in ScGetSec() 171 void ScInterpreter::ScGetHour() in ScGetHour() 180 void ScInterpreter::ScGetDateValue() in ScGetDateValue() [all …]
|
| H A D | interpr1.cxx | 84 IMPL_FIXEDMEMPOOL_NEWDEL( ScInterpreter, 32, 16 ) 86 ScTokenStack* ScInterpreter::pGlobalStack = NULL; 87 sal_Bool ScInterpreter::bGlobalStackInUse = sal_False; 97 void ScInterpreter::ScIfJump() in ScIfJump() 227 void ScInterpreter::ScChoseJump() in ScChoseJump() 358 bool ScInterpreter::JumpMatrix( short nStackLevel ) in JumpMatrix() 650 double ScInterpreter::CompareFunc( const ScCompare& rComp, ScCompareOptions* pOptions ) in CompareFunc() 800 double ScInterpreter::Compare() in Compare() 855 ScMatrixRef ScInterpreter::CompareMat( ScCompareOptions* pOptions ) in CompareMat() 987 ScMatrixRef ScInterpreter::QueryMat( ScMatrix* pMat, ScCompareOptions& rOptions ) in QueryMat() [all …]
|
| H A D | interpr4.cxx | 85 void ScInterpreter::ReplaceCell( ScAddress& rPos ) in ReplaceCell() 107 void ScInterpreter::ReplaceCell( SCCOL& rCol, SCROW& rRow, SCTAB& rTab ) in ReplaceCell() 134 sal_Bool ScInterpreter::IsTableOpInRange( const ScRange& rRange ) in IsTableOpInRange() 154 sal_uLong ScInterpreter::GetCellNumberFormat( const ScAddress& rPos, const ScBaseCell* pCell) in GetCellNumberFormat() 182 double ScInterpreter::GetValueCellValue( const ScAddress& rPos, const ScValueCell* pCell ) in GetValueCellValue() 225 double ScInterpreter::ConvertStringToValue( const String& rStr ) in ConvertStringToValue() 399 double ScInterpreter::GetCellValue( const ScAddress& rPos, const ScBaseCell* pCell ) in GetCellValue() 411 double ScInterpreter::GetCellValueOrZero( const ScAddress& rPos, const ScBaseCell* pCell ) in GetCellValueOrZero() 487 void ScInterpreter::GetCellString( String& rStr, const ScBaseCell* pCell ) in GetCellString() 537 sal_Bool ScInterpreter::CreateDoubleArr(SCCOL nCol1, SCROW nRow1, SCTAB nTab1, in CreateDoubleArr() [all …]
|
| H A D | interpr5.cxx | 89 return ScInterpreter::div( lhs,rhs); in operator ()() 100 double ScInterpreter::ScGetGCD(double fx, double fy) in ScGetGCD() 122 void ScInterpreter::ScGCD() in ScGCD() 209 void ScInterpreter:: ScLCM() in ScLCM() 304 ScMatrixRef ScInterpreter::GetNewMat(SCSIZE nC, SCSIZE nR) in GetNewMat() 323 ScMatrixRef ScInterpreter::CreateMatrixFromDoubleRef( const FormulaToken* pToken, in CreateMatrixFromDoubleRef() 446 ScMatrixRef ScInterpreter::GetMatrix() in GetMatrix() 529 void ScInterpreter::ScMatValue() in ScMatValue() 601 void ScInterpreter::CalculateMatrixValue(const ScMatrix* pMat,SCSIZE nC,SCSIZE nR) in CalculateMatrixValue() 625 void ScInterpreter::ScEMat() in ScEMat() [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()
|