Home
last modified time | relevance | path

Searched refs:GetCellValue (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx2695 fVal = GetCellValue( aAdr, pCell ); in IsEven()
2701 fVal = GetCellValue( aAdr, pCell ); in IsEven()
2951 PushDouble( GetCellValue(aAdr, pCell) ); in ScValue()
3167 nVal = GetCellValue( aAdr, pCell ); in ScMin()
3288 nVal = GetCellValue( aAdr, pCell ); in ScMax()
3485 fVal = GetCellValue( aAdr, pCell ); in IterateParameters()
3768 fVal = GetCellValue( aAdr, pCell ); in GetStVarParams()
4436 fVal = GetCellValue( aAdr, pCell ); in ScMatch()
5063 fVal = GetCellValue( aAdr, pCell ); in ScCountIf()
6436 rEntry.nVal = GetCellValue( aAdr, pCell ); in FillEntry()
[all …]
H A Dinterpr3.cxx2300 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 Dinterpr4.cxx399 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 Dinterpr2.cxx661 double nCellVal = GetCellValue( aAdr, pCell ); in ScNPV()
1630 fSaveVal = GetCellValue( aValueAdr, pVCell ); in ScBackSolver()
2598 fVal = GetCellValue( aAdr, pCell ); in ScHyperLink()
H A Dinterpr5.cxx392 double fVal = GetCellValue( aAdr, pCell); in CreateMatrixFromDoubleRef()
462 pMat->PutDouble(GetCellValue(aAdr, pCell), 0); in GetMatrix()
575 PushDouble(GetCellValue( aAdr, pCell )); in ScMatValue()
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx229 double GetCellValue( const ScAddress&, const ScBaseCell* );

Completed in 100 milliseconds