Lines Matching refs:nDay
597 sal_Int32 DateToDays( sal_uInt16 nDay, sal_uInt16 nMonth, sal_uInt16 nYear ) in DateToDays() argument
604 nDays += nDay; 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()
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()