Home
last modified time | relevance | path

Searched refs:DAY_IN_MILLIS (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/wizards/com/sun/star/wizards/common/
H A DHelper.java306 private static long DAY_IN_MILLIS = (24 * 60 * 60 * 1000); field in Helper
375 return (date1 - docNullTime) / DAY_IN_MILLIS + 1; in getDocumentDateAsDouble()
394 return (date1 - docNullTime) / DAY_IN_MILLIS + 1; in getDocumentDateAsDouble()
/AOO41X/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java663 private static long DAY_IN_MILLIS = (24 * 60 * 60 * 1000); field in AgendaTemplate
682 double daysDiff = (date1 - docNullTime) / DAY_IN_MILLIS + 1; in getDateString()