Line data Source code
1 : #ifndef INCLUDED_COM_SUN_STAR_DOCUMENT_XOOXMLDOCUMENTPROPERTIESIMPORTER_HDL
2 : #define INCLUDED_COM_SUN_STAR_DOCUMENT_XOOXMLDOCUMENTPROPERTIESIMPORTER_HDL
3 :
4 : #include "sal/config.h"
5 :
6 : namespace com { namespace sun { namespace star { namespace document { class XDocumentProperties; } } } }
7 : namespace com { namespace sun { namespace star { namespace embed { class XStorage; } } } }
8 : #include "com/sun/star/lang/IllegalArgumentException.hdl"
9 : #include "com/sun/star/uno/Exception.hdl"
10 : #include "com/sun/star/uno/RuntimeException.hdl"
11 : #include "com/sun/star/uno/XInterface.hdl"
12 : #include "com/sun/star/xml/sax/SAXException.hdl"
13 : #include "com/sun/star/uno/Reference.h"
14 : #include "cppu/macros.hxx"
15 :
16 : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
17 :
18 : namespace com { namespace sun { namespace star { namespace document {
19 :
20 184 : class SAL_NO_VTABLE XOOXMLDocumentPropertiesImporter : public css::uno::XInterface
21 : {
22 : public:
23 :
24 : // Methods
25 : virtual void SAL_CALL importProperties( const ::com::sun::star::uno::Reference< css::embed::XStorage >& xSource, const ::com::sun::star::uno::Reference< css::document::XDocumentProperties >& xDocumentProperties ) /* throw (css::lang::IllegalArgumentException, css::xml::sax::SAXException, css::uno::Exception, ::com::sun::star::uno::RuntimeException) */ = 0;
26 :
27 : static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
28 :
29 : protected:
30 184 : ~XOOXMLDocumentPropertiesImporter() throw () {} // avoid warnings about virtual members and non-virtual dtor
31 : };
32 :
33 :
34 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::document::XOOXMLDocumentPropertiesImporter const *);
35 : } } } }
36 :
37 : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< css::document::XOOXMLDocumentPropertiesImporter > *) SAL_THROW(());
38 :
39 : #endif
|