]> Pileus Git - ~andy/sunrise/blob - app-office/openoffice-infra/files/3.0.0/gentoo-ReturnInteger.hdl
media-gfx/printoxx: Version bumb for Printoxx.
[~andy/sunrise] / app-office / openoffice-infra / files / 3.0.0 / gentoo-ReturnInteger.hdl
1 #ifndef INCLUDED_MSFORMS_RETURNINTEGER_HDL
2 #define INCLUDED_MSFORMS_RETURNINTEGER_HDL
3
4 #include "sal/config.h"
5
6 #include "cppu/macros.hxx"
7 #include "sal/types.h"
8
9 namespace msforms {
10
11 #ifdef SAL_W32
12 #   pragma pack(push, 8)
13 #elif defined(SAL_OS2)
14 #   pragma pack(8)
15 #endif
16
17 struct ReturnInteger {
18     inline ReturnInteger() SAL_THROW(());
19
20     inline ReturnInteger(const ::sal_Int32& Value_) SAL_THROW(());
21
22     ::sal_Int32 Value;
23 };
24
25 #ifdef SAL_W32
26 #   pragma pack(pop)
27 #elif defined(SAL_OS2)
28 #   pragma pack()
29 #endif
30
31 }
32
33 namespace com { namespace sun { namespace star { namespace uno {
34 class Type;
35 } } } }
36
37 inline const ::com::sun::star::uno::Type& SAL_CALL getCppuType( const ::msforms::ReturnInteger* );
38
39 #endif // INCLUDED_MSFORMS_RETURNINTEGER_HDL