Home
last modified time | relevance | path

Searched refs:fDays (Results 1 – 5 of 5) sorted by relevance

/trunk/main/oox/source/xls/
H A Dunitconverter.cxx199 double fDays = 0.0; in calcDateTimeFromSerial() local
200 double fTime = modf( fSerial, &fDays ); in calcDateTimeFromSerial()
203 sal_Int32 nDays = getLimitedValue< sal_Int32, double >( fDays + mnNullDate, 0, 3652424 ); in calcDateTimeFromSerial()
/trunk/main/connectivity/source/drivers/calc/
H A DCTable.cxx405 double fDays = ::rtl::math::approxFloor( fCellVal ); in lcl_SetValue() local
406 double fTime = fCellVal - fDays; in lcl_SetValue()
407 long nIntDays = (long)fDays; in lcl_SetValue()
/trunk/main/sc/source/ui/docshell/
H A Dimpex.cxx1098 double fDays = pCalendar->getLocalDateTime(); in lcl_PutString() local
1099 fDays -= fDiff; in lcl_PutString()
1109 … nFormat = pDocFormatter->GetStandardFormat( fDays, nFormat, nType, eDocLang); in lcl_PutString()
1111 pDoc->PutCell( nCol, nRow, nTab, new ScValueCell(fDays), nFormat, sal_False ); in lcl_PutString()
/trunk/main/svl/source/numbers/
H A Dzforfind.hxx233 double& fDays, // OUT: days diff to null date
H A Dzforfind.cxx969 sal_Bool ImpSvNumberInputScan::GetDateRef( double& fDays, sal_uInt16& nCounter, in GetDateRef() argument
1359 fDays = ::rtl::math::approxFloor( pCal->getLocalDateTime() ); in GetDateRef()
1360 fDays -= fDiff; in GetDateRef()

Completed in 35 milliseconds