1#ifndef com_sun_star_chart_XFormattedString_idl 2#define com_sun_star_chart_XFormattedString_idl 3 4#ifndef __com_sun_star_uno_XInterface_idl__ 5#include <com/sun/star/uno/XInterface.idl> 6#endif 7 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> 12 13#include <com/sun/star/chart2/XFormattedString.idl> 14 15module com 16{ 17module sun 18{ 19module star 20{ 21module chart2 22{ 23 24service FormattedString 25{ 26 /** 27 */ 28 service com::sun::star::beans::PropertySet; 29 30 service ::com::sun::star::style::CharacterProperties; 31 [optional] service ::com::sun::star::style::CharacterPropertiesAsian; 32 [optional] service ::com::sun::star::style::CharacterPropertiesComplex; 33 34 /** 35 */ 36 interface XFormattedString; 37}; 38 39} ; // chart2 40} ; // com 41} ; // sun 42} ; // star 43 44#endif 45