LibreOffice Module xmloff (master)
1
|
#include <sal/config.h>
#include <cmath>
#include "propertyimport.hxx"
#include <sax/tools/converter.hxx>
#include <xmloff/xmlimp.hxx>
#include <xmloff/xmluconv.hxx>
#include <xmloff/namespacemap.hxx>
#include <o3tl/temporary.hxx>
#include <osl/diagnose.h>
#include <sal/log.hxx>
#include <comphelper/extract.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <tools/date.hxx>
#include <tools/time.hxx>
#include <com/sun/star/util/Date.hpp>
#include <com/sun/star/util/Time.hpp>
#include <com/sun/star/util/DateTime.hpp>
#include <unotools/datetime.hxx>
#include <rtl/strbuf.hxx>
Go to the source code of this file.
Namespaces | |
xmloff | |
Macros | |
#define | TYPE_DATE 1 |
#define | TYPE_TIME 2 |
#define | TYPE_DATETIME 3 |
#define TYPE_DATE 1 |
Definition at line 58 of file propertyimport.cxx.
Referenced by xmloff::PropertyConversion::convertString().
#define TYPE_DATETIME 3 |
Definition at line 60 of file propertyimport.cxx.
Referenced by xmloff::PropertyConversion::convertString().
#define TYPE_TIME 2 |
Definition at line 59 of file propertyimport.cxx.
Referenced by xmloff::PropertyConversion::convertString().