Lines Matching refs:GetDouble
1058 return p->GetDouble(); in PopDouble()
1884 double ScInterpreter::GetDouble() in GetDouble() function in ScInterpreter
1924 nVal = pMat->GetDouble( 0 ); in GetDouble()
1931 nVal = pMat->GetDouble( nC, nR); in GetDouble()
1964 double nResultVal = GetDouble(); in GetDoubleWithDefault()
2183 nVal[i-1] = GetDouble(); in ScExternal()
2382 double fVal = GetDouble(); in ScExternal()
2393 aParam <<= (double) GetDouble(); in ScExternal()
2407 double fVal = GetDouble(); in ScExternal()
2446 double fVal = GetDouble(); in ScExternal()
2510 aElem <<= (double) GetDouble(); in ScExternal()
2558 aParam <<= (double) GetDouble(); in ScExternal()
2761 pPar->PutDouble( GetDouble() ); in ScMacro()
2831 p->PutDouble( pMat->GetDouble(nMatCol, nMatRow)); in ScMacro()
2860 PushDouble( refRes->GetDouble() ); in ScMacro()
2907 pMat->PutDouble( pV->GetDouble(), i, j ); in ScMacro()