Lines Matching refs:ScInterpreter
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()
622 sal_Bool ScInterpreter::CreateStringArr(SCCOL nCol1, SCROW nRow1, SCTAB nTab1, in CreateStringArr()
722 sal_Bool ScInterpreter::CreateCellArr(SCCOL nCol1, SCROW nRow1, SCTAB nTab1, in CreateCellArr()
850 void ScInterpreter::PushWithoutError( FormulaToken& r ) in PushWithoutError()
868 void ScInterpreter::Push( FormulaToken& r ) in Push()
891 void ScInterpreter::PushTempToken( FormulaToken* p ) in PushTempToken()
924 void ScInterpreter::PushTempTokenWithoutError( FormulaToken* p ) in PushTempTokenWithoutError()
946 void ScInterpreter::PushTempToken( const FormulaToken& r ) in PushTempToken()
954 void ScInterpreter::PushCellResultToken( bool bDisplayEmptyAsString, in PushCellResultToken()
1000 void ScInterpreter::Pop() in Pop()
1012 void ScInterpreter::PopError() in PopError()
1026 FormulaTokenRef ScInterpreter::PopToken() in PopToken()
1043 double ScInterpreter::PopDouble() in PopDouble()
1072 const String& ScInterpreter::PopString() in PopString()
1101 void ScInterpreter::ValidateRef( const ScSingleRefData & rRef ) in ValidateRef()
1111 void ScInterpreter::ValidateRef( const ScComplexRefData & rRef ) in ValidateRef()
1119 void ScInterpreter::ValidateRef( const ScRefList & rRefList ) in ValidateRef()
1131 void ScInterpreter::SingleRefToVars( const ScSingleRefData & rRef, in SingleRefToVars()
1156 void ScInterpreter::PopSingleRef(SCCOL& rCol, SCROW &rRow, SCTAB& rTab) in PopSingleRef()
1185 void ScInterpreter::PopSingleRef( ScAddress& rAdr ) in PopSingleRef()
1220 void ScInterpreter::DoubleRefToVars( const ScToken* p, in DoubleRefToVars()
1237 ScDBRangeBase* ScInterpreter::PopDoubleRef() in PopDoubleRef()
1274 void ScInterpreter::PopDoubleRef(SCCOL& rCol1, SCROW &rRow1, SCTAB& rTab1, in PopDoubleRef()
1304 void ScInterpreter::DoubleRefToRange( const ScComplexRefData & rCRef, in DoubleRefToRange()
1323 void ScInterpreter::PopDoubleRef( ScRange & rRange, short & rParam, size_t & rRefInList ) in PopDoubleRef()
1373 void ScInterpreter::PopDoubleRef( ScRange& rRange, sal_Bool bDontCheckForTableOp ) in PopDoubleRef()
1400 sal_Bool ScInterpreter::PopDoubleRefOrSingleRef( ScAddress& rAdr ) in PopDoubleRefOrSingleRef()
1426 void ScInterpreter::PopDoubleRefPushMatrix() in PopDoubleRefPushMatrix()
1442 ScTokenMatrixMap* ScInterpreter::CreateTokenMatrixMap() in CreateTokenMatrixMap()
1449 bool ScInterpreter::ConvertMatrixParameters() in ConvertMatrixParameters()
1581 ScMatrixRef ScInterpreter::PopMatrix() in PopMatrix()
1612 void ScInterpreter::PushDouble(double nVal) in PushDouble()
1621 void ScInterpreter::PushInt(int nVal) in PushInt()
1629 void ScInterpreter::PushStringBuffer( const sal_Unicode* pString ) in PushStringBuffer()
1639 void ScInterpreter::PushString( const String& rString ) in PushString()
1647 void ScInterpreter::PushSingleRef(SCCOL nCol, SCROW nRow, SCTAB nTab) in PushSingleRef()
1662 void ScInterpreter::PushDoubleRef(SCCOL nCol1, SCROW nRow1, SCTAB nTab1, in PushDoubleRef()
1681 void ScInterpreter::PushMatrix(ScMatrix* pMat) in PushMatrix()
1694 void ScInterpreter::PushError( sal_uInt16 nError ) in PushError()
1701 void ScInterpreter::PushParameterExpected() in PushParameterExpected()
1708 void ScInterpreter::PushIllegalParameter() in PushIllegalParameter()
1715 void ScInterpreter::PushIllegalArgument() in PushIllegalArgument()
1722 void ScInterpreter::PushNA() in PushNA()
1729 void ScInterpreter::PushNoValue() in PushNoValue()
1736 sal_Bool ScInterpreter::IsMissing() in IsMissing()
1743 StackVar ScInterpreter::GetRawStackType() in GetRawStackType()
1760 StackVar ScInterpreter::GetStackType() in GetStackType()
1779 StackVar ScInterpreter::GetStackType( sal_uInt8 nParam ) in GetStackType()
1795 sal_Bool ScInterpreter::DoubleRefToPosSingleRef( const ScRange& rRange, ScAddress& rAdr ) in DoubleRefToPosSingleRef()
1884 double ScInterpreter::GetDouble() in GetDouble()
1960 double ScInterpreter::GetDoubleWithDefault(double nDefault) in GetDoubleWithDefault()
1971 const String& ScInterpreter::GetString() in GetString()
2061 ScMatValType ScInterpreter::GetDoubleOrStringFromMatrix( double& rDouble, in GetDoubleOrStringFromMatrix()
2112 void ScInterpreter::ScDBGet() in ScDBGet()
2149 void ScInterpreter::ScExternal() in ScExternal()
2696 void ScInterpreter::ScMissing() in ScMissing()
2703 void ScInterpreter::ScMacro() in ScMacro()
2926 sal_Bool ScInterpreter::SetSbxVariable( SbxVariable* pVar, const ScAddress& rPos ) in SetSbxVariable()
2984 void ScInterpreter::ScTableOp() in ScTableOp()
3088 void ScInterpreter::ScDBArea() in ScDBArea()
3110 void ScInterpreter::ScColRowNameAuto() in ScColRowNameAuto()
3192 void ScInterpreter::ScExternalRef() in ScExternalRef()
3279 void ScInterpreter::ScTTT() in ScTTT()
3293 ScInterpreter::ScInterpreter( ScFormulaCell* pCell, ScDocument* pDoc, in ScInterpreter() function in ScInterpreter
3326 ScInterpreter::~ScInterpreter() in ~ScInterpreter()
3340 void ScInterpreter::GlobalExit() // static in GlobalExit()
3363 StackVar ScInterpreter::Interpret() in Interpret()