Lines Matching refs:GetDay
193 sal_uIntPtr nDay = GetDay(); in SetMonth()
203 sal_uIntPtr nDay = GetDay(); in SetYear()
213 return (DayOfWeek)((sal_uIntPtr)(DateToDays( GetDay(), GetMonth(), GetYear() )-1) % 7); in GetDayOfWeek()
220 sal_uInt16 nDay = GetDay(); in GetDayOfYear()
304 long nTempDays = DateToDays( GetDay(), GetMonth(), GetYear() ); in GetWeekOfYear()
337 sal_uInt16 nDay = GetDay(); 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 -()