Home
last modified time | relevance | path

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

/aoo41x/main/connectivity/source/commontools/
H A Ddbconversion.cxx195 static sal_Int32 implDaysInMonth(sal_Int32 _nMonth, sal_Int32 _nYear) in implDaysInMonth() function
221 nDays += implDaysInMonth(i, _rDate.Year); in implRelativeToAbsoluteNull()
260 while ( nTempDays > implDaysInMonth( rMonth, rYear ) ) in implBuildFromRelative()
262 nTempDays -= implDaysInMonth( rMonth, rYear ); in implBuildFromRelative()

Completed in 35 milliseconds