Searched refs:GetCellValue (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/sc/source/core/tool/ |
H A D | interpr1.cxx | 2558 fVal = GetCellValue( aAdr, pCell ); in IsEven() 2564 fVal = GetCellValue( aAdr, pCell ); in IsEven() 2814 PushDouble( GetCellValue(aAdr, pCell) ); in ScValue() 3030 nVal = GetCellValue( aAdr, pCell ); in ScMin() 3151 nVal = GetCellValue( aAdr, pCell ); in ScMax() 3348 fVal = GetCellValue( aAdr, pCell ); in IterateParameters() 3631 fVal = GetCellValue( aAdr, pCell ); in GetStVarParams() 4299 fVal = GetCellValue( aAdr, pCell ); in ScMatch() 4926 fVal = GetCellValue( aAdr, pCell ); in ScCountIf() 6299 rEntry.nVal = GetCellValue( aAdr, pCell ); in FillEntry() [all …]
|
H A D | interpr3.cxx | 2300 fVal = GetCellValue( aAdr, pCell ); in ScZTest() 2756 double x = GetCellValue( aAdr, pCell ); in ScHarMean() 2877 double x = GetCellValue( aAdr, pCell ); in ScGeoMean() 3014 fVal = GetCellValue( aAdr, pCell ); in CalculateSkew() 3431 rArray.push_back( GetCellValue( aAdr, pCell)); in GetNumberSequenceArray() 3617 double x = GetCellValue( aAdr, pCell ); in ScRank() 3734 rVal += GetCellValue( aAdr, pCell ); in ScAveDev() 3813 rVal += fabs(GetCellValue( aAdr, pCell ) - nMiddle); in ScAveDev()
|
H A D | interpr4.cxx | 399 double ScInterpreter::GetCellValue( const ScAddress& rPos, const ScBaseCell* pCell ) in GetCellValue() function in ScInterpreter 988 double fVal = GetCellValue( rAddress, pCell); in PushCellResultToken() 1901 nVal = GetCellValue( aAdr, pCell ); in GetDouble() 1912 nVal = GetCellValue( aAdr, pCell ); in GetDouble() 2526 aElem <<= (double) GetCellValue( aAdr, pCell ); in ScExternal() 2576 aParam <<= (double) GetCellValue( aAdr, pCell ); in ScExternal() 3034 PushDouble( GetCellValue( pTableOp->aFormulaPos, pFCell )); in ScTableOp()
|
H A D | interpr2.cxx | 661 double nCellVal = GetCellValue( aAdr, pCell ); in ScNPV() 1630 fSaveVal = GetCellValue( aValueAdr, pVCell ); in ScBackSolver() 2598 fVal = GetCellValue( aAdr, pCell ); in ScHyperLink()
|
H A D | interpr5.cxx | 393 double fVal = GetCellValue( aAdr, pCell); in CreateMatrixFromDoubleRef() 463 pMat->PutDouble(GetCellValue(aAdr, pCell), 0); in GetMatrix() 576 PushDouble(GetCellValue( aAdr, pCell )); in ScMatValue()
|
/aoo41x/main/sc/source/core/inc/ |
H A D | interpre.hxx | 214 double GetCellValue( const ScAddress&, const ScBaseCell* );
|
Completed in 123 milliseconds