Line data Source code
1 : #ifndef INCLUDED_COM_SUN_STAR_FORM_XFORMS_HDL
2 : #define INCLUDED_COM_SUN_STAR_FORM_XFORMS_HDL
3 :
4 : #include "sal/config.h"
5 :
6 : #include "com/sun/star/container/XChild.hdl"
7 : #include "com/sun/star/container/XContainer.hdl"
8 : #include "com/sun/star/container/XEnumerationAccess.hdl"
9 : #include "com/sun/star/container/XIndexContainer.hdl"
10 : #include "com/sun/star/container/XNameContainer.hdl"
11 : #include "com/sun/star/lang/XComponent.hdl"
12 : #include "com/sun/star/script/XEventAttacherManager.hdl"
13 : #include "com/sun/star/util/XCloneable.hdl"
14 : #include "com/sun/star/uno/Reference.h"
15 : #include "cppu/macros.hxx"
16 :
17 : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
18 :
19 : namespace com { namespace sun { namespace star { namespace form {
20 :
21 211 : class SAL_NO_VTABLE XForms : public css::container::XContainer, public css::container::XNameContainer, public css::container::XIndexContainer, public css::container::XEnumerationAccess, public css::script::XEventAttacherManager, public css::container::XChild, public css::util::XCloneable, public css::lang::XComponent
22 : {
23 : public:
24 :
25 : static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
26 :
27 : protected:
28 210 : ~XForms() throw () {} // avoid warnings about virtual members and non-virtual dtor
29 : };
30 :
31 :
32 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::form::XForms const *);
33 : } } } }
34 :
35 : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< css::form::XForms > *) SAL_THROW(());
36 :
37 : #endif
|