Lines Matching refs:nDay
1832 sal_Int16 nDay = rPar.Get(1)->GetInteger(); in RTLFUNC() local
1846 nDay = 1 + (nDay + nDayCount + nFirstDay - 2) % nDayCount; in RTLFUNC()
1847 if( nDay < 1 || nDay > nDayCount ) in RTLFUNC()
1862 const CalendarItem& rItem = pCalendarItems[nDay - 1]; in RTLFUNC()
1875 sal_Int16 nDay; in implGetWeekDay() local
1877 nDay = (sal_Int16)aDay + 2; in implGetWeekDay()
1879 nDay = 1; // 1==Sonntag in implGetWeekDay()
1899 nDay = 1 + (nDay + 7 - nFirstDay) % 7; in implGetWeekDay()
1901 return nDay; in implGetWeekDay()
1923 sal_Int16 nDay = implGetWeekDay( aDate, bFirstDay, nFirstDay ); in RTLFUNC() local
1924 rPar.Get(0)->PutInteger( nDay ); in RTLFUNC()
1988 sal_Bool implDateSerial( sal_Int16 nYear, sal_Int16 nMonth, sal_Int16 nDay, double& rdRet );
2048 sal_Int16 nYear, nMonth, nDay; in RTLFUNC() local
2050 implGetDayMonthYear( nYear, nMonth, nDay, dDate ); in RTLFUNC()
2058 bOk = implDateSerial( nTargetYear16, nTargetMonth, nDay, dNewDate ); in RTLFUNC()
2102 bOk = implDateSerial( nTargetYear16, nTargetMonth, nDay, dNewDate ); in RTLFUNC()
2118 sal_Int16 nCorrectionDay = nDay; in RTLFUNC()