merged tag ooo/OOO330_m14
[LibreOffice.git] / offapi / com / sun / star / chart2 / CoordinateSystem.idl
blob41695eb199afebe90cf1a2449094b3be50f13f14
1 #ifndef com_sun_star_chart2_CoordinateSystem_idl
2 #define com_sun_star_chart2_CoordinateSystem_idl
4 #ifndef __com_sun_star_uno_XInterface_idl__
5 #include <com/sun/star/uno/XInterface.idl>
6 #endif
8 #ifndef com_sun_star_chart2_XScale_idl
9 #include <com/sun/star/chart2/XScale.idl>
10 #endif
12 #ifndef __com_sun_star_util_XCloneable_idl__
13 #include <com/sun/star/util/XCloneable.idl>
14 #endif
16 #ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__
17 #include <com/sun/star/lang/IndexOutOfBoundsException.idl>
18 #endif
20 module com
22 module sun
24 module star
26 module chart2
29 /**
31 service CoordinateSystem
33 /**
35 interface XCoordinateSystem;
37 /** a coordinate system can contain several charttypes, which than do contain the data series.
39 interface com::sun::star::chart2::XChartTypeContainer;
41 /** creates a new CoordinateSystem that contains the same
42 members like the original object. Note that the contained
43 XScales are still the same objects, i.e. those are not cloned.
45 [optional] interface com::sun::star::util::XCloneable;
47 [optional, property] boolean SwapXAndYAxis;
50 } ; // chart2
51 } ; // star
52 } ; // sun
53 } ; // com
56 #endif