LibreOffice Module reportdesign (master) 1
Namespaces | Macros
xmlControlProperty.cxx File Reference
#include <sal/config.h>
#include <cmath>
#include <map>
#include "xmlControlProperty.hxx"
#include <o3tl/temporary.hxx>
#include <rtl/strbuf.hxx>
#include <sax/tools/converter.hxx>
#include "xmlfilter.hxx"
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/ProgressBarHelper.hxx>
#include "xmlEnums.hxx"
#include <tools/date.hxx>
#include <unotools/datetime.hxx>
#include <com/sun/star/util/DateTime.hpp>
#include <rtl/math.hxx>
#include <osl/diagnose.h>
Include dependency graph for xmlControlProperty.cxx:

Go to the source code of this file.

Namespaces

namespace  rptxml
 

Macros

#define TYPE_DATE   1
 
#define TYPE_TIME   2
 
#define TYPE_DATETIME   3
 

Macro Definition Documentation

◆ TYPE_DATE

#define TYPE_DATE   1

Definition at line 41 of file xmlControlProperty.cxx.

◆ TYPE_DATETIME

#define TYPE_DATETIME   3

Definition at line 43 of file xmlControlProperty.cxx.

◆ TYPE_TIME

#define TYPE_TIME   2

Definition at line 42 of file xmlControlProperty.cxx.