merged tag ooo/OOO330_m14
[LibreOffice.git] / offapi / com / sun / star / chart2 / FormattedString.idl
blob5c9c094adc5d8e1688c266746178a1ab1141c6e1
1 #ifndef com_sun_star_chart_XFormattedString_idl
2 #define com_sun_star_chart_XFormattedString_idl
4 #ifndef __com_sun_star_uno_XInterface_idl__
5 #include <com/sun/star/uno/XInterface.idl>
6 #endif
8 #include <com/sun/star/beans/PropertySet.idl>
9 #include <com/sun/star/style/CharacterProperties.idl>
10 #include <com/sun/star/style/CharacterPropertiesAsian.idl>
11 #include <com/sun/star/style/CharacterPropertiesComplex.idl>
13 #include <com/sun/star/chart2/XFormattedString.idl>
15 module com
17 module sun
19 module star
21 module chart2
24 service FormattedString
26 /**
28 service com::sun::star::beans::PropertySet;
30 service ::com::sun::star::style::CharacterProperties;
31 [optional] service ::com::sun::star::style::CharacterPropertiesAsian;
32 [optional] service ::com::sun::star::style::CharacterPropertiesComplex;
34 /**
36 interface XFormattedString;
39 } ; // chart2
40 } ; // com
41 } ; // sun
42 } ; // star
44 #endif