LibreOffice Module tools (master) 1
|
#include <tools/datetime.hxx>
Go to the source code of this file.
Functions | |
TOOLS_DLLPUBLIC OString | DateTimeToOString (const DateTime &rDateTime) |
TOOLS_DLLPUBLIC OString | DateToOString (const Date &rDate) |
TOOLS_DLLPUBLIC OString | DateToDDMMYYYYOString (const Date &rDate) |
TOOLS_DLLPUBLIC OString DateTimeToOString | ( | const DateTime & | rDateTime | ) |
Definition at line 29 of file datetimeutils.cxx.
References aBuffer, Date::GetDay(), tools::Time::GetHour(), tools::Time::GetMin(), Date::GetMonth(), tools::Time::GetSec(), Date::GetYear(), and lcl_AppendTwoDigits().
Referenced by DateToOString().
TOOLS_DLLPUBLIC OString DateToDDMMYYYYOString | ( | const Date & | rDate | ) |
Definition at line 64 of file datetimeutils.cxx.
References aBuffer, Date::GetDay(), Date::GetMonth(), Date::GetYear(), and lcl_AppendTwoDigits().
TOOLS_DLLPUBLIC OString DateToOString | ( | const Date & | rDate | ) |
Definition at line 58 of file datetimeutils.cxx.
References DateTimeToOString(), and tools::Time::EMPTY.