LibreOffice Module shell (master) 1
|
#include <sal/config.h>
#include <stdlib.h>
#include <iso8601_converter.hxx>
#include <utilities.hxx>
#include <sstream>
#include <iomanip>
#include <rtl/character.hxx>
Go to the source code of this file.
Functions | |
std::wstring | iso8601_date_to_local_date (const std::wstring &isoDate) |
std::wstring | iso8601_duration_to_local_duration (const std::wstring &iso8601duration) |
std::wstring iso8601_date_to_local_date | ( | const std::wstring & | isoDate | ) |
Definition at line 36 of file iso8601_converter.cxx.
References MAX_PATH, StringToWString(), and WStringToString().
Referenced by document_statistic_reader::fill_origin_section(), and CInfoTip::GetInfoTip().
std::wstring iso8601_duration_to_local_duration | ( | const std::wstring & | iso8601duration | ) |
Definition at line 110 of file iso8601_converter.cxx.
References h.
Referenced by document_statistic_reader::fill_origin_section().