Lines Matching refs:nMonth
572 sal_uInt16 DaysInMonth( sal_uInt16 nMonth, sal_uInt16 nYear ) in DaysInMonth() argument
577 if ( nMonth != 2 ) in DaysInMonth()
578 return aDaysInMonth[nMonth-1]; in DaysInMonth()
582 return aDaysInMonth[nMonth-1] + 1; in DaysInMonth()
584 return aDaysInMonth[nMonth-1]; in DaysInMonth()
597 sal_Int32 DateToDays( sal_uInt16 nDay, sal_uInt16 nMonth, sal_uInt16 nYear ) in DateToDays() argument
602 for( sal_uInt16 i = 1; i < nMonth; i++ ) in DateToDays()
763 sal_uInt16 nDay,nMonth,nYear; in getDiffWeeks() local
764 DaysToDate( nDays1, nDay, nMonth, nYear ); in getDiffWeeks()
865 sal_uInt16 nDay, nMonth, nYear; in getIsLeapYear() local
866 DaysToDate(nDays,nDay,nMonth,nYear); in getIsLeapYear()
882 sal_uInt16 nDay, nMonth, nYear; in getDaysInMonth() local
883 DaysToDate(nDays,nDay,nMonth,nYear); in getDaysInMonth()
885 return DaysInMonth( nMonth, nYear ); in getDaysInMonth()
899 sal_uInt16 nDay, nMonth, nYear; in getDaysInYear() local
900 DaysToDate(nDays,nDay,nMonth,nYear); in getDaysInYear()
928 sal_uInt16 nDay, nMonth, nYear; in getWeeksInYear() local
929 DaysToDate(nDays,nDay,nMonth,nYear); in getWeeksInYear()