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