Home
last modified time | relevance | path

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

/aoo4110/main/connectivity/source/commontools/
H A Ddbconversion.cxx121 const double fMilliSecondsPerDay = 86400000.0; variable
282 return (double)getMsFromTime(rVal) / fMilliSecondsPerDay; in toDouble()
357 sal_Int32 nMS = sal_Int32((dVal - (double)nDays) * fMilliSecondsPerDay + 0.5); in toTime()
/aoo4110/main/connectivity/source/drivers/jdbc/
H A DTimestamp.cxx36 const double fMilliSecondsPerDay = 86400000.0; variable
/aoo4110/main/sw/source/core/fields/
H A Ddocufld.cxx1072 const double fMilliSecondsPerDay = 86400000.0; in lcl_TimeToDouble() local
1073 …000)+(rTime.Minutes*60000)+(rTime.Seconds*1000)+(rTime.HundredthSeconds*10)) / fMilliSecondsPerDay; in lcl_TimeToDouble()
/aoo4110/main/connectivity/source/parse/
H A Dsqlbison.y4501 const double fMilliSecondsPerDay = 86400000.0;

Completed in 61 milliseconds