LibreOffice Module tools (master) 1
|
This is the complete list of members for Date, including all inherited members.
AddDays(sal_Int32 nAddDays) | Date | |
AddMonths(sal_Int32 nAddMonths) | Date | |
AddYears(sal_Int16 nAddYears) | Date | |
Date(DateInitEmpty) | Date | inlineexplicit |
Date(DateInitSystem) | Date | explicit |
Date(sal_Int32 nDate) | Date | inlineexplicit |
Date(const Date &rDate) | Date | inline |
Date(sal_uInt16 nDay, sal_uInt16 nMonth, sal_Int16 nYear) | Date | inline |
Date(const css::util::Date &rUDate) | Date | inline |
Date(const css::util::DateTime &_rDateTime) | Date | |
DateInitEmpty enum name | Date | |
DateInitSystem enum name | Date | |
DateToDays(sal_uInt16 nDay, sal_uInt16 nMonth, sal_Int16 nYear) | Date | static |
EMPTY enum value | Date | |
GetAsNormalizedDays() const | Date | private |
GetDate() const | Date | inline |
GetDateUnsigned() const | Date | inline |
GetDay() const | Date | inline |
GetDayOfWeek() const | Date | |
GetDayOfYear() const | Date | |
GetDaysInMonth() const | Date | |
GetDaysInMonth(sal_uInt16 nMonth, sal_Int16 nYear) | Date | static |
GetDaysInYear() const | Date | inline |
GetMonth() const | Date | inline |
GetNextYear() const | Date | inline |
GetPrevYear() const | Date | inline |
GetUNODate() const | Date | inline |
GetWeekOfYear(DayOfWeek eStartDay=MONDAY, sal_Int16 nMinimumNumberOfDaysInWeek=4) const | Date | |
GetYear() const | Date | inline |
GetYearUnsigned() const | Date | inline |
IsBetween(const Date &rFrom, const Date &rTo) const | Date | inline |
IsEmpty() const | Date | inline |
IsEndOfMonth() const | Date | |
IsEndOfMonth(sal_uInt16 nDay, sal_uInt16 nMonth, sal_Int16 nYear) | Date | static |
IsLeapYear() const | Date | |
IsValidAndGregorian() const | Date | |
IsValidDate() const | Date | |
IsValidDate(sal_uInt16 nDay, sal_uInt16 nMonth, sal_Int16 nYear) | Date | static |
mnDate | Date | private |
Normalize() | Date | |
Normalize(sal_uInt16 &rDay, sal_uInt16 &rMonth, sal_Int16 &rYear) | Date | static |
operator!=(const Date &rDate) const | Date | inline |
operator+ | Date | friend |
operator++() | Date | |
operator- | Date | friend |
operator- | Date | friend |
operator--() | Date | |
operator<(const Date &rDate) const | Date | inline |
operator<=(const Date &rDate) const | Date | inline |
operator=(const Date &rDate) | Date | inline |
operator=(const css::util::Date &rUDate) | Date | inline |
operator==(const Date &rDate) const | Date | inline |
operator>(const Date &rDate) const | Date | inline |
operator>=(const Date &rDate) const | Date | inline |
SetDate(sal_Int32 nNewDate) | Date | |
setDateFromDMY(sal_uInt16 nDay, sal_uInt16 nMonth, sal_Int16 nYear) | Date | private |
SetDay(sal_uInt16 nNewDay) | Date | |
SetMonth(sal_uInt16 nNewMonth) | Date | |
SetYear(sal_Int16 nNewYear) | Date | |
SYSTEM enum value | Date |