Searched refs:D_TIMEFACTOR (Results 1 – 4 of 4) sorted by relevance
43 #define D_TIMEFACTOR 86400.0 macro119 aTime.Seconds + aTime.HundredthSeconds / 100.0 ) / D_TIMEFACTOR; in PutData()135 aStamp.Seconds + aStamp.HundredthSeconds / 100.0 ) / D_TIMEFACTOR; in PutData()
44 const double D_TIMEFACTOR = 86400.0; variable140 aTime.Seconds + aTime.HundredthSeconds / 100.0 ) / D_TIMEFACTOR; in lcl_GetItemValue()152 aStamp.Seconds + aStamp.HundredthSeconds / 100.0 ) / D_TIMEFACTOR; in lcl_GetItemValue()
69 #define D_TIMEFACTOR 86400.0 macro335 long seconds = static_cast<long>(approxFloor(time*D_TIMEFACTOR + 0.5)); in match()488 long nSeconds = (long)::rtl::math::approxFloor(fTime*D_TIMEFACTOR+0.5); in lcl_GetDatePartValue()
61 #define D_TIMEFACTOR 86400.0 macro127 (aActTime.GetHour() * 3600))) / D_TIMEFACTOR; in ScGetActTime()160 long nVal = (long)::rtl::math::approxFloor(fTime*D_TIMEFACTOR+0.5) % 3600; in ScGetMin()169 long nVal = (long)::rtl::math::approxFloor(fTime*D_TIMEFACTOR+0.5) % 60; in ScGetSec()178 long nVal = (long)::rtl::math::approxFloor(fTime*D_TIMEFACTOR+0.5) / 3600; in ScGetHour()299 double fTime = fmod( (nHour * 3600) + (nMin * 60) + nSec, D_TIMEFACTOR) / D_TIMEFACTOR; in ScGetTime()
Completed in 49 milliseconds