Home
last modified time | relevance | path

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

/AOO42X/main/connectivity/source/drivers/file/
H A DFDateFunctions.cxx55 case THURSDAY: in operate()
121 case THURSDAY: in operate()
/AOO42X/main/tools/inc/tools/
H A Ddate.hxx35 enum DayOfWeek { MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, enumerator
/AOO42X/main/offapi/com/sun/star/i18n/
H A DWeekdays.idl51 const short THURSDAY = 4;
/AOO42X/main/svtools/source/control/
H A Dcalendar.cxx360 case i18n::Weekdays::THURSDAY : in SetWeekStart()
392 case i18n::Weekdays::THURSDAY : in ImplGetWeekStart()
393 eDay = THURSDAY; in ImplGetWeekStart()
/AOO42X/main/odk/examples/java/ToDo/
H A DToDo.java699 } else if ( intDayOfWeek == Calendar.THURSDAY ) { in setDayOfWeek()