LibreOffice Module oox (master) 1
Classes | Namespaces | Macros
docprophandler.hxx File Reference
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/document/XDocumentProperties.hpp>
#include <com/sun/star/xml/sax/XFastDocumentHandler.hpp>
#include <cppuhelper/implbase.hxx>
#include <oox/token/namespaces.hxx>
Include dependency graph for docprophandler.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  oox::docprop::OOXMLDocPropHandler
 

Namespaces

namespace  oox
 
namespace  oox::docprop
 

Macros

#define COREPR_TOKEN(token)   (::oox::NMSP_packageMetaCorePr | XML_##token)
 
#define CUSTPR_TOKEN(token)   (::oox::NMSP_officeCustomPr | XML_##token)
 
#define EXTPR_TOKEN(token)   (::oox::NMSP_officeExtPr | XML_##token)
 
#define VT_TOKEN(token)   (::oox::NMSP_officeDocPropsVT | XML_##token)
 
#define DC_TOKEN(token)   (::oox::NMSP_dc | XML_##token)
 
#define DCT_TOKEN(token)   (::oox::NMSP_dcTerms | XML_##token)
 

Macro Definition Documentation

◆ COREPR_TOKEN

#define COREPR_TOKEN (   token)    (::oox::NMSP_packageMetaCorePr | XML_##token)

Definition at line 33 of file docprophandler.hxx.

◆ CUSTPR_TOKEN

#define CUSTPR_TOKEN (   token)    (::oox::NMSP_officeCustomPr | XML_##token)

Definition at line 34 of file docprophandler.hxx.

◆ DC_TOKEN

#define DC_TOKEN (   token)    (::oox::NMSP_dc | XML_##token)

Definition at line 37 of file docprophandler.hxx.

◆ DCT_TOKEN

#define DCT_TOKEN (   token)    (::oox::NMSP_dcTerms | XML_##token)

Definition at line 38 of file docprophandler.hxx.

◆ EXTPR_TOKEN

#define EXTPR_TOKEN (   token)    (::oox::NMSP_officeExtPr | XML_##token)

Definition at line 35 of file docprophandler.hxx.

◆ VT_TOKEN

#define VT_TOKEN (   token)    (::oox::NMSP_officeDocPropsVT | XML_##token)

Definition at line 36 of file docprophandler.hxx.