Searched refs:lclIsLeapYear (Results 1 – 1 of 1) sorted by relevance
60 inline sal_Int32 lclIsLeapYear( sal_Int32 nYear ) in lclIsLeapYear() function92 if( (rDate.Month < 3) || !lclIsLeapYear( rDate.Year ) ) in lclGetDays()213 if( (nDays >= 59) && !lclIsLeapYear( aDateTime.Year ) ) ++nDays; in calcDateTimeFromSerial()
Completed in 11 milliseconds