Line data Source code
1 : #ifndef INCLUDED_COM_SUN_STAR_I18N_CALENDAR2_HDL
2 : #define INCLUDED_COM_SUN_STAR_I18N_CALENDAR2_HDL
3 :
4 : #include "sal/config.h"
5 :
6 : #include "com/sun/star/i18n/CalendarItem2.hdl"
7 : #include "com/sun/star/uno/Sequence.h"
8 : #include "cppu/macros.hxx"
9 : #include "rtl/ustring.hxx"
10 : #include "sal/types.h"
11 :
12 : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
13 :
14 : namespace com { namespace sun { namespace star { namespace i18n {
15 :
16 : #ifdef SAL_W32
17 : # pragma pack(push, 8)
18 : #endif
19 :
20 52149 : struct Calendar2 {
21 : inline Calendar2() SAL_THROW(());
22 :
23 : inline Calendar2(const ::com::sun::star::uno::Sequence< css::i18n::CalendarItem2 >& Days_, const ::com::sun::star::uno::Sequence< css::i18n::CalendarItem2 >& Months_, const ::com::sun::star::uno::Sequence< css::i18n::CalendarItem2 >& GenitiveMonths_, const ::com::sun::star::uno::Sequence< css::i18n::CalendarItem2 >& PartitiveMonths_, const ::com::sun::star::uno::Sequence< css::i18n::CalendarItem2 >& Eras_, const ::rtl::OUString& StartOfWeek_, const ::sal_Int16& MinimumNumberOfDaysForFirstWeek_, const ::sal_Bool& Default_, const ::rtl::OUString& Name_) SAL_THROW(());
24 :
25 : ::com::sun::star::uno::Sequence< css::i18n::CalendarItem2 > Days;
26 : ::com::sun::star::uno::Sequence< css::i18n::CalendarItem2 > Months;
27 : ::com::sun::star::uno::Sequence< css::i18n::CalendarItem2 > GenitiveMonths;
28 : ::com::sun::star::uno::Sequence< css::i18n::CalendarItem2 > PartitiveMonths;
29 : ::com::sun::star::uno::Sequence< css::i18n::CalendarItem2 > Eras;
30 : ::rtl::OUString StartOfWeek;
31 : ::sal_Int16 MinimumNumberOfDaysForFirstWeek;
32 : ::sal_Bool Default;
33 : ::rtl::OUString Name;
34 : };
35 :
36 : #ifdef SAL_W32
37 : # pragma pack(pop)
38 : #endif
39 :
40 :
41 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::i18n::Calendar2 const *);
42 : } } } }
43 :
44 : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const css::i18n::Calendar2 *) SAL_THROW(());
45 :
46 : #endif
|