Lines Matching refs:fVal

185     double fVal = pCell->GetValue();  in GetValueCellValue()  local
186 if ( bCalcAsShown && fVal != 0.0 ) in GetValueCellValue()
189 fVal = pDok->RoundValueAsShown( fVal, nFormat ); in GetValueCellValue()
191 return fVal; in GetValueCellValue()
507 double fVal = pFCell->GetValue(); in GetCellString() local
511 pFormatter->GetInputLineString(fVal, nIndex, rStr); in GetCellString()
519 double fVal = ((ScValueCell*) pCell)->GetValue(); in GetCellString() local
523 pFormatter->GetInputLineString(fVal, nIndex, rStr); in GetCellString()
988 double fVal = GetCellValue( rAddress, pCell); in PushCellResultToken() local
989 PushDouble( fVal); in PushCellResultToken()
1987 double fVal = PopDouble(); in GetString() local
1991 pFormatter->GetInputLineString(fVal, nIndex, aTempStr); in GetString()
2092 rDouble = pMatVal->fVal; in GetDoubleOrStringFromMatrix()
2095 rDouble = pMatVal->fVal; in GetDoubleOrStringFromMatrix()
2382 double fVal = GetDouble(); in ScExternal() local
2383 double fInt = (fVal >= 0.0) ? ::rtl::math::approxFloor( fVal ) : in ScExternal()
2384 ::rtl::math::approxCeil( fVal ); in ScExternal()
2407 double fVal = GetDouble(); in ScExternal() local
2408 double fInt = (fVal >= 0.0) ? ::rtl::math::approxFloor( fVal ) : in ScExternal()
2409 ::rtl::math::approxCeil( fVal ); in ScExternal()
2446 double fVal = GetDouble(); in ScExternal() local
2447 uno::Sequence<double> aInner( &fVal, 1 ); in ScExternal()
3980 sal_uInt16 nErr = GetDoubleErrorValue( pMatVal->fVal); in Interpret()
3985 xRes = new FormulaDoubleToken( pMatVal->fVal); in Interpret()