Home
last modified time | relevance | path

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

/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDBTypeConversion.java35 private static final double fMilliSecondsPerDay = 86400000.0; field in DBTypeConversion
263 return (double)getMsFromTime(rVal) / fMilliSecondsPerDay; in toDouble()
355 int nMS = (int)((dVal - (double)nDays) * fMilliSecondsPerDay + 0.5); in toTime()
/trunk/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()
/trunk/main/connectivity/source/drivers/jdbc/
H A DTimestamp.cxx36 const double fMilliSecondsPerDay = 86400000.0; variable
/trunk/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()
/trunk/main/connectivity/source/parse/
H A Dsqlbison.y4502 const double fMilliSecondsPerDay = 86400000.0;

Completed in 41 milliseconds