Line data Source code
1 : #ifndef INCLUDED_COM_SUN_STAR_I18N_LINEBREAKHYPHENATIONOPTIONS_HDL
2 : #define INCLUDED_COM_SUN_STAR_I18N_LINEBREAKHYPHENATIONOPTIONS_HDL
3 :
4 : #include "sal/config.h"
5 :
6 : #include "com/sun/star/beans/PropertyValues.hdl"
7 : namespace com { namespace sun { namespace star { namespace linguistic2 { class XHyphenator; } } } }
8 : #include "com/sun/star/uno/Reference.h"
9 : #include "cppu/macros.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 69006 : struct LineBreakHyphenationOptions {
21 : inline LineBreakHyphenationOptions() SAL_THROW(());
22 :
23 : inline LineBreakHyphenationOptions(const ::com::sun::star::uno::Reference< css::linguistic2::XHyphenator >& rHyphenator_, const ::com::sun::star::uno::Sequence< css::beans::PropertyValue >& aHyphenationOptions_, const ::sal_Int32& hyphenIndex_) SAL_THROW(());
24 :
25 : ::com::sun::star::uno::Reference< css::linguistic2::XHyphenator > rHyphenator;
26 : ::com::sun::star::uno::Sequence< css::beans::PropertyValue > aHyphenationOptions;
27 : ::sal_Int32 hyphenIndex;
28 : };
29 :
30 : #ifdef SAL_W32
31 : # pragma pack(pop)
32 : #endif
33 :
34 :
35 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::i18n::LineBreakHyphenationOptions const *);
36 : } } } }
37 :
38 : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const css::i18n::LineBreakHyphenationOptions *) SAL_THROW(());
39 :
40 : #endif
|