LibreOffice Module ucb (master) 1
|
#include <DateTimeHelper.hxx>
Static Public Member Functions | |
static bool | convert (std::u16string_view, css::util::DateTime &) |
Static Private Member Functions | |
static sal_Int32 | convertMonthToInt (std::u16string_view month) |
static bool | ISO8601_To_DateTime (std::u16string_view, css::util::DateTime &) |
static bool | RFC2068_To_DateTime (std::u16string_view, css::util::DateTime &) |
Definition at line 37 of file DateTimeHelper.hxx.
|
static |
Definition at line 248 of file DateTimeHelper.cxx.
References ISO8601_To_DateTime(), and RFC2068_To_DateTime().
Referenced by http_dav_ucp::ContentProperties::addProperty().
|
staticprivate |
Definition at line 128 of file DateTimeHelper.cxx.
Referenced by RFC2068_To_DateTime().
|
staticprivate |
Definition at line 28 of file DateTimeHelper.cxx.
References day, month, n, OUStringToOString(), and year.
Referenced by convert().
|
staticprivate |
Definition at line 158 of file DateTimeHelper.cxx.
References convertMonthToInt(), day, month, OUStringToOString(), and year.
Referenced by convert().