Line data Source code
1 : #ifndef INCLUDED_COM_SUN_STAR_AWT_XTOOLKIT2_HDL
2 : #define INCLUDED_COM_SUN_STAR_AWT_XTOOLKIT2_HDL
3 :
4 : #include "sal/config.h"
5 :
6 : #include "com/sun/star/awt/XDataTransferProviderAccess.hdl"
7 : #include "com/sun/star/awt/XExtendedToolkit.hdl"
8 : #include "com/sun/star/awt/XMessageBoxFactory.hdl"
9 : #include "com/sun/star/awt/XReschedule.hdl"
10 : #include "com/sun/star/awt/XSystemChildFactory.hdl"
11 : #include "com/sun/star/awt/XToolkit.hdl"
12 : #include "com/sun/star/uno/Reference.h"
13 : #include "cppu/macros.hxx"
14 :
15 : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
16 :
17 : namespace com { namespace sun { namespace star { namespace awt {
18 :
19 17745 : class SAL_NO_VTABLE XToolkit2 : public css::awt::XToolkit, public css::awt::XDataTransferProviderAccess, public css::awt::XSystemChildFactory, public css::awt::XMessageBoxFactory, public css::awt::XExtendedToolkit, public css::awt::XReschedule
20 : {
21 : public:
22 :
23 : static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
24 :
25 : protected:
26 17736 : ~XToolkit2() throw () {} // avoid warnings about virtual members and non-virtual dtor
27 : };
28 :
29 :
30 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::awt::XToolkit2 const *);
31 : } } } }
32 :
33 : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< css::awt::XToolkit2 > *) SAL_THROW(());
34 :
35 : #endif
|