Searched refs:fCellVal (Results 1 – 3 of 3) sorted by relevance
382 double fCellVal = xCell->getValue(); in lcl_SetValue() local383 double fTime = fCellVal - rtl::math::approxFloor( fCellVal ); in lcl_SetValue()404 double fCellVal = xCell->getValue(); in lcl_SetValue() local405 double fDays = ::rtl::math::approxFloor( fCellVal ); in lcl_SetValue()406 double fTime = fCellVal - fDays; in lcl_SetValue()
3447 double fCellVal; in GetNumberSequenceArray() local3449 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()
491 double fCellVal = GetCellValue( aAdr, pCell); in JumpMatrix() local494 fCellVal = CreateDoubleError( in JumpMatrix()498 pResMat->PutDouble( fCellVal, nC, nR ); in JumpMatrix()
Completed in 143 milliseconds