Home
last modified time | relevance | path

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

/aoo42x/main/connectivity/source/commontools/
H A Ddbconversion.cxx195 static sal_Int32 implDaysInMonth(sal_Int32 _nMonth, sal_Int32 _nYear) in implDaysInMonth() argument
197 OSL_ENSURE(_nMonth > 0 && _nMonth < 13,"Month as invalid value!"); in implDaysInMonth()
198 if (_nMonth != 2) in implDaysInMonth()
199 return aDaysInMonth[_nMonth-1]; in implDaysInMonth()
203 return aDaysInMonth[_nMonth-1] + 1; in implDaysInMonth()
205 return aDaysInMonth[_nMonth-1]; in implDaysInMonth()
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDBTypeConversion.java154 private static int implDaysInMonth(int _nMonth, int _nYear) { in implDaysInMonth() argument
155 if (_nMonth != 2) in implDaysInMonth()
156 return aDaysInMonth[_nMonth-1]; in implDaysInMonth()
159 return aDaysInMonth[_nMonth-1] + 1; in implDaysInMonth()
161 return aDaysInMonth[_nMonth-1]; in implDaysInMonth()

Completed in 41 milliseconds