Line data Source code
1 : #ifndef INCLUDED_COM_SUN_STAR_DRAWING_FRAMEWORK_CONFIGURATIONCHANGEEVENT_HDL
2 : #define INCLUDED_COM_SUN_STAR_DRAWING_FRAMEWORK_CONFIGURATIONCHANGEEVENT_HDL
3 :
4 : #include "sal/config.h"
5 :
6 : namespace com { namespace sun { namespace star { namespace drawing { namespace framework { class XConfiguration; } } } } }
7 : namespace com { namespace sun { namespace star { namespace drawing { namespace framework { class XResourceId; } } } } }
8 : #include "com/sun/star/lang/EventObject.hdl"
9 : namespace com { namespace sun { namespace star { namespace uno { class XInterface; } } } }
10 : #include "com/sun/star/uno/Any.h"
11 : #include "com/sun/star/uno/Reference.h"
12 : #include "cppu/macros.hxx"
13 : #include "rtl/ustring.hxx"
14 :
15 : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
16 :
17 : namespace com { namespace sun { namespace star { namespace drawing { namespace framework {
18 :
19 : #ifdef SAL_W32
20 : # pragma pack(push, 8)
21 : #endif
22 :
23 6366 : struct ConfigurationChangeEvent: public css::lang::EventObject {
24 : inline ConfigurationChangeEvent() SAL_THROW(());
25 :
26 : inline ConfigurationChangeEvent(const ::com::sun::star::uno::Reference< css::uno::XInterface >& Source_, const ::rtl::OUString& Type_, const ::com::sun::star::uno::Reference< css::drawing::framework::XConfiguration >& Configuration_, const ::com::sun::star::uno::Reference< css::drawing::framework::XResourceId >& ResourceId_, const ::com::sun::star::uno::Reference< css::uno::XInterface >& ResourceObject_, const ::com::sun::star::uno::Any& UserData_) SAL_THROW(());
27 :
28 : ::rtl::OUString Type CPPU_GCC3_ALIGN(css::lang::EventObject);
29 : ::com::sun::star::uno::Reference< css::drawing::framework::XConfiguration > Configuration;
30 : ::com::sun::star::uno::Reference< css::drawing::framework::XResourceId > ResourceId;
31 : ::com::sun::star::uno::Reference< css::uno::XInterface > ResourceObject;
32 : ::com::sun::star::uno::Any UserData;
33 : };
34 :
35 : #ifdef SAL_W32
36 : # pragma pack(pop)
37 : #endif
38 :
39 :
40 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::drawing::framework::ConfigurationChangeEvent const *);
41 : } } } } }
42 :
43 : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const css::drawing::framework::ConfigurationChangeEvent *) SAL_THROW(());
44 :
45 : #endif
|