Home
last modified time | relevance | path

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

/AOO41X/main/basic/source/runtime/
H A Dmethods1.cxx1833 sal_Int16 nFirstDay = 0; in RTLFUNC() local
1836 nFirstDay = rPar.Get(3)->GetInteger(); in RTLFUNC()
1837 if( nFirstDay < 0 || nFirstDay > 7 ) in RTLFUNC()
1843 if( nFirstDay == 0 ) in RTLFUNC()
1844 nFirstDay = sal_Int16( xCalendar->getFirstDayOfWeek() + 1 ); in RTLFUNC()
1846 nDay = 1 + (nDay + nDayCount + nFirstDay - 2) % nDayCount; in RTLFUNC()
1868 sal_Int16 implGetWeekDay( double aDate, bool bFirstDayParam = false, sal_Int16 nFirstDay = 0 ) in implGetWeekDay() argument
1884 if( nFirstDay < 0 || nFirstDay > 7 ) in implGetWeekDay()
1889 if( nFirstDay == 0 ) in implGetWeekDay()
1897 nFirstDay = sal_Int16( xCalendar->getFirstDayOfWeek() + 1 ); in implGetWeekDay()
[all …]
/AOO41X/main/basic/source/sbx/
H A Dsbxscan.cxx712 sal_Int16 implGetWeekDay( double aDate, bool bFirstDayParam = false, sal_Int16 nFirstDay = 0 );