Home
last modified time | relevance | path

Searched refs:fCellVal (Results 1 – 3 of 3) sorted by relevance

/trunk/main/connectivity/source/drivers/calc/
H A DCTable.cxx382 double fCellVal = xCell->getValue(); in lcl_SetValue() local
383 double fTime = fCellVal - rtl::math::approxFloor( fCellVal ); in lcl_SetValue()
404 double fCellVal = xCell->getValue(); in lcl_SetValue() local
405 double fDays = ::rtl::math::approxFloor( fCellVal ); in lcl_SetValue()
406 double fTime = fCellVal - fDays; in lcl_SetValue()
/trunk/main/sc/source/core/tool/
H A Dinterpr3.cxx3447 double fCellVal; in GetNumberSequenceArray() local
3449 if (aValIter.GetFirst( fCellVal, nErr)) in GetNumberSequenceArray()
3451 rArray.push_back( fCellVal); in GetNumberSequenceArray()
3453 while ((nErr == 0) && aValIter.GetNext( fCellVal, nErr)) in GetNumberSequenceArray()
3454 rArray.push_back( fCellVal); in GetNumberSequenceArray()
H A Dinterpr1.cxx489 double fCellVal = GetCellValue( aAdr, pCell); in JumpMatrix() local
492 fCellVal = CreateDoubleError( in JumpMatrix()
496 pResMat->PutDouble( fCellVal, nC, nR ); in JumpMatrix()

Completed in 45 milliseconds