Lines Matching refs:GetMonth
183 sal_uIntPtr nMonth = GetMonth(); in SetDay()
204 sal_uIntPtr nMonth = GetMonth(); in SetYear()
213 return (DayOfWeek)((sal_uIntPtr)(DateToDays( GetDay(), GetMonth(), GetYear() )-1) % 7); in GetDayOfWeek()
221 for( sal_uInt16 i = 1; i < GetMonth(); i++ ) in GetDayOfYear()
304 long nTempDays = DateToDays( GetDay(), GetMonth(), GetYear() ); in GetWeekOfYear()
322 return DaysInMonth( GetMonth(), GetYear() ); in GetDaysInMonth()
338 sal_uInt16 nMonth = GetMonth(); in IsValid()
365 long nTempDays = DateToDays( GetDay(), GetMonth(), GetYear() ); in operator +=()
388 long nTempDays = DateToDays( GetDay(), GetMonth(), GetYear() ); in operator -=()
411 long nTempDays = DateToDays( GetDay(), GetMonth(), GetYear() ); in operator ++()
430 long nTempDays = DateToDays( GetDay(), GetMonth(), GetYear() ); in operator --()
485 sal_uIntPtr nTempDays1 = Date::DateToDays( rDate1.GetDay(), rDate1.GetMonth(), in operator -()
487 sal_uIntPtr nTempDays2 = Date::DateToDays( rDate2.GetDay(), rDate2.GetMonth(), in operator -()