Lines Matching refs:nYear
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()
2055 sal_Int32 nTargetYear = lNumber + nYear; in RTLFUNC()
2089 nTargetYear = (sal_Int32)nYear - nYearsAdd; in RTLFUNC()
2099 nTargetYear = (sal_Int32)nYear + nYearsAdd; in RTLFUNC()
2271 ( sal_Int16 nYear, sal_Int16& nFirstDay, sal_Int16& nFirstWeek, bool* pbError = NULL ) in implGetDateOfFirstDayInFirstWeek() argument
2319 implDateSerial( nYear, 1, 1, dBaseDate ); in implGetDateOfFirstDayInFirstWeek()
2381 sal_Int16 nYear = implGetDateYear( dDate ); in RTLFUNC() local
2383 implDateSerial( nYear, 1, 1, dBaseDate ); in RTLFUNC()
2414 sal_Int16 nYear = implGetDateYear( dDate ); in RTLFUNC() local
2416 double dYearFirstDay = implGetDateOfFirstDayInFirstWeek( nYear, nFirstDay, nFirstWeek, &bError ); in RTLFUNC()
2422 dYearFirstDay = implGetDateOfFirstDayInFirstWeek( nYear - 1, nFirstDay, nFirstWeek ); in RTLFUNC()
2427 … double dNextYearFirstDay = implGetDateOfFirstDayInFirstWeek( nYear + 1, nFirstDay, nFirstWeek ); in RTLFUNC()