Home
last modified time | relevance | path

Searched refs:SUNDAY (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/connectivity/source/drivers/file/
H A DFDateFunctions.cxx64 case SUNDAY: in operate()
130 case SUNDAY: in operate()
215 sal_Int16 nStartDay = SUNDAY; in operate()
/AOO41X/main/svtools/source/control/
H A Dcalendar.cxx356 case i18n::Weekdays::SUNDAY : in SetWeekStart()
366 nDay = i18n::Weekdays::SUNDAY; in SetWeekStart()
380 case i18n::Weekdays::SUNDAY : in ImplGetWeekStart()
381 eDay = SUNDAY; in ImplGetWeekStart()
403 eDay = SUNDAY; in ImplGetWeekStart()
856 else if ( eDayOfWeek == SUNDAY ) in ImplDrawDate()
/AOO41X/main/tools/inc/tools/
H A Ddate.hxx36 SATURDAY, SUNDAY }; enumerator
/AOO41X/main/offapi/com/sun/star/i18n/
H A DWeekdays.idl43 const short SUNDAY = 0;
/AOO41X/main/sc/source/core/data/
H A Dtable4.cxx1206 else if (eWeekDay == SUNDAY) in IncDate()
1213 else if (eWeekDay == SUNDAY) in IncDate()
/AOO41X/main/basic/source/runtime/
H A Dmethods1.cxx1876 if ( aDay != SUNDAY ) in implGetWeekDay()
/AOO41X/main/sc/source/core/tool/
H A Dinterpr2.cxx235 PushInt( (int) aDate.GetWeekOfYear( nFlag == 1 ? SUNDAY : MONDAY )); in ScGetWeekOfYear()