Home
last modified time | relevance | path

Searched refs:lclIsLeapYear (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/oox/source/xls/ !
H A Dunitconverter.cxx60 inline sal_Int32 lclIsLeapYear( sal_Int32 nYear ) in lclIsLeapYear() function
92 if( (rDate.Month < 3) || !lclIsLeapYear( rDate.Year ) ) in lclGetDays()
213 if( (nDays >= 59) && !lclIsLeapYear( aDateTime.Year ) ) ++nDays; in calcDateTimeFromSerial()