Home
last modified time | relevance | path

Searched refs:D_TIMEFACTOR (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/core/data/
H A Ddbdocutl.cxx43 #define D_TIMEFACTOR 86400.0 macro
119 aTime.Seconds + aTime.HundredthSeconds / 100.0 ) / D_TIMEFACTOR; in PutData()
135 aStamp.Seconds + aStamp.HundredthSeconds / 100.0 ) / D_TIMEFACTOR; in PutData()
H A Ddptablecache.cxx44 const double D_TIMEFACTOR = 86400.0; variable
140 aTime.Seconds + aTime.HundredthSeconds / 100.0 ) / D_TIMEFACTOR; in lcl_GetItemValue()
152 aStamp.Seconds + aStamp.HundredthSeconds / 100.0 ) / D_TIMEFACTOR; in lcl_GetItemValue()
H A Ddpgroup.cxx69 #define D_TIMEFACTOR 86400.0 macro
335 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()
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx61 #define D_TIMEFACTOR 86400.0 macro
127 (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 60 milliseconds