Searched refs:ImpIsLeapYear (Results 1 – 1 of 1) sorted by relevance
59 inline sal_Bool ImpIsLeapYear( sal_uInt16 nYear ) in ImpIsLeapYear() function75 if (ImpIsLeapYear(nYear)) in DaysInMonth()121 if ( (nTempDays != 366) || !ImpIsLeapYear( rYear ) ) in DaysToDate()330 return ImpIsLeapYear( nYear ); in IsLeapYear()
Completed in 11 milliseconds