LibreOffice Module sc (master)
1
|
#include <com/sun/star/uno/Reference.hxx>
#include "importfilterdata.hxx"
#include <vcl/errcode.hxx>
Go to the source code of this file.
Classes | |
class | com::sun::star::uno::Sequence< class > |
struct | o3tl::typed_flags< ImportFlags > |
class | ScXMLImportWrapper |
Namespaces | |
com::sun::star | |
com::sun::star::beans | |
com::sun::star::frame | |
com::sun::star::task | |
com::sun::star::uno | |
com::sun::star::embed | |
com::sun::star::xml | |
com::sun::star::xml::sax | |
o3tl | |
Enumerations | |
enum | ImportFlags { ImportFlags::Styles = 0x01, ImportFlags::Content = 0x02, ImportFlags::Metadata = 0x04, ImportFlags::Settings = 0x08, ImportFlags::All = Styles | Content | Metadata | Settings } |
|
strong |
Enumerator | |
---|---|
Styles | |
Content | |
Metadata | |
Settings | |
All |
Definition at line 45 of file xmlwrap.hxx.