merge the formfield patch from ooo-build
[ooovba.git] / offapi / com / sun / star / chart2 / LogicTargetModel.idl
blobf4edf4f31c0df2ff8ac521ef5f06b709e4ddd75e
1 #ifndef com_sun_star_chart2_LogicTargetModel_idl
2 #define com_sun_star_chart2_LogicTargetModel_idl
4 #include <com/sun/star/beans/XPropertySet.idl>
6 //=============================================================================
8 module com { module sun { module star { module chart2 {
10 //=============================================================================
11 /**
12 <p>The properties of this service correspond to the similar named attributes
13 and subelements of the XML element chart2:increment in the chart2 file format.</p>
15 service LogicTargetModel
17 /** identifies an instance of this service within one chartdocument.
19 [ readonly, property ] string ID;
21 /** identifies an instance of the service com::sun::star::chart2::LegendModel within one chartdocument.
22 * that instance is used to automatically calculate missing properties
24 [ property ] string LegendID;
26 /** not BOUND nor CONSTRAINED in terms of Listener notifications,
27 * each element in the sequence must implement the service com::sun::star::chart2::CoordinateSystem
29 [ property ] sequence< ::com::sun::star::beans::XPropertySet > CoordinateSystems;
31 /** MAYBEVOID, not BOUND nor CONSTRAINED in terms of Listener notifications,
32 * each element in the sequence must implement the service com::sun::star::chart2::LogicTargetModel
34 [ property ] sequence< ::com::sun::star::beans::XPropertySet > LogicTargetModels;
37 //=============================================================================
39 }; }; }; };
41 #endif