Searched refs:implDaysInMonth (Results 1 – 1 of 1) sorted by relevance
195 static sal_Int32 implDaysInMonth(sal_Int32 _nMonth, sal_Int32 _nYear) in implDaysInMonth() function221 nDays += implDaysInMonth(i, _rDate.Year); in implRelativeToAbsoluteNull()260 while ( nTempDays > implDaysInMonth( rMonth, rYear ) ) in implBuildFromRelative()262 nTempDays -= implDaysInMonth( rMonth, rYear ); in implBuildFromRelative()
Completed in 10 milliseconds