Lines Matching refs:DaysInMonth
154 sal_uInt16 DaysInMonth( sal_uInt16 nMonth, sal_uInt16 nYear ) in DaysInMonth() function
179 nDays += DaysInMonth(i,nYear); in DateToDays()
233 while ( (sal_Int32)nTempDays > DaysInMonth( rMonth, rYear ) ) in DaysToDate()
235 nTempDays -= DaysInMonth( rMonth, rYear ); in DaysToDate()
2826 bLastDay = (nOrigDay >= ::DaysInMonth( nMonth, nYear )); in ScaDate()
2866 if( bLastDay || (nDay >= ::DaysInMonth( nMonth, nYear )) ) in setDay()
2872 sal_uInt16 nLastDay = ::DaysInMonth( nMonth, nYear ); in setDay()
2930 sal_uInt16 nLastDay = ::DaysInMonth( nMonth, nYear ); in getDate()
2952 aTo.nDay = ::DaysInMonth( 2, aTo.nYear ); in getDiff()
2958 aFrom.nDay = ::DaysInMonth( 2, aFrom.nYear ); in getDiff()
2960 aTo.nDay = ::DaysInMonth( 2, aTo.nYear ); in getDiff()