LibreOffice Module sc (master) 1
|
#include <com/sun/star/uno/Reference.hxx>
#include "importfilterdata.hxx"
#include <comphelper/errcode.hxx>
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 } |
|
strong |
Enumerator | |
---|---|
Styles | |
Content | |
Metadata | |
Settings | |
All |
Definition at line 44 of file xmlwrap.hxx.