LibreOffice Module sc (master) 1
Classes | Namespaces | Enumerations
xmlwrap.hxx File Reference
#include <com/sun/star/uno/Reference.hxx>
#include "importfilterdata.hxx"
#include <comphelper/errcode.hxx>
Include dependency graph for xmlwrap.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< ImportFlags >
 
class  ScXMLImportWrapper
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::beans
 
namespace  com::sun::star::frame
 
namespace  com::sun::star::task
 
namespace  com::sun::star::uno
 
namespace  com::sun::star::embed
 
namespace  com::sun::star::xml
 
namespace  com::sun::star::xml::sax
 
namespace  o3tl
 

Enumerations

enum class  ImportFlags {
  Styles = 0x01 ,
  Content = 0x02 ,
  Metadata = 0x04 ,
  Settings = 0x08 ,
  All = Styles | Content | Metadata | Settings
}
 

Enumeration Type Documentation

◆ ImportFlags

enum class ImportFlags
strong
Enumerator
Styles 
Content 
Metadata 
Settings 
All 

Definition at line 44 of file xmlwrap.hxx.