LibreOffice Module xmloff (master) 1
Classes | Namespaces | Enumerations
xmlexp.hxx File Reference
#include <sal/config.h>
#include <xmloff/dllapi.h>
#include <sal/types.h>
#include <rtl/ustring.hxx>
#include <xmloff/txtparae.hxx>
#include <xmloff/formlayerexport.hxx>
#include <xmloff/xmlnumfe.hxx>
#include <xmloff/xmlaustp.hxx>
#include <xmloff/shapeexport.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/SchXMLExportHelper.hxx>
#include <xmloff/XMLFontAutoStylePool.hxx>
#include <xmloff/xmluconv.hxx>
#include <com/sun/star/document/XFilter.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/document/XExporter.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/container/XNamed.hpp>
#include <unotools/saveopt.hxx>
#include <unotools/securityoptions.hxx>
#include <xmloff/XMLPageExport.hxx>
#include <comphelper/attributelist.hxx>
#include <comphelper/servicehelper.hxx>
#include <cppuhelper/implbase.hxx>
#include <tools/fldunit.hxx>
#include <comphelper/errcode.hxx>
#include <vector>
#include <memory>
#include <o3tl/typed_flags_set.hxx>
#include <unotools/moduleoptions.hxx>
Include dependency graph for xmlexp.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  o3tl::typed_flags< SvXMLExportFlags >
 
class  SvXMLExport
 
struct  SvXMLExport::SettingsGroup
 
class  SvXMLElementExport
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 #file
 
namespace  com::sun::star::beans
 
namespace  com::sun::star::document
 
namespace  com::sun::star::embed
 
namespace  com::sun::star::graphic
 
namespace  com::sun::star::lang
 
namespace  com::sun::star::task
 
namespace  com::sun::star::uno
 
namespace  com::sun::star::util
 
namespace  com::sun::star::xml
 
namespace  com::sun::star::xml::sax
 
namespace  com::sun::star::frame
 
namespace  comphelper
 
namespace  o3tl
 

Enumerations

enum class  SvXMLExportFlags {
  NONE = 0 ,
  META = 0x0001 ,
  STYLES = 0x0002 ,
  MASTERSTYLES = 0x0004 ,
  AUTOSTYLES = 0x0008 ,
  CONTENT = 0x0010 ,
  SCRIPTS = 0x0020 ,
  SETTINGS = 0x0040 ,
  FONTDECLS = 0x0080 ,
  EMBEDDED = 0x0100 ,
  PRETTY = 0x0400 ,
  OASIS = 0x8000 ,
  ALL = 0x05ff
}
 

Enumeration Type Documentation

◆ SvXMLExportFlags

enum class SvXMLExportFlags
strong
Enumerator
NONE 
META 
STYLES 
MASTERSTYLES 
AUTOSTYLES 
CONTENT 
SCRIPTS 
SETTINGS 
FONTDECLS 
EMBEDDED 
PRETTY 
OASIS 
ALL 

Definition at line 90 of file xmlexp.hxx.