Bump for 3.6-28
[LibreOffice.git] / offapi / com / sun / star / chart2 / LogicTargetModel.idl
blob2b56168c96995e238da1b9e6ca078fa13de9466e
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 #ifndef com_sun_star_chart2_LogicTargetModel_idl
3 #define com_sun_star_chart2_LogicTargetModel_idl
5 #include <com/sun/star/beans/XPropertySet.idl>
7 //=============================================================================
9 module com { module sun { module star { module chart2 {
11 //=============================================================================
12 /**
13 <p>The properties of this service correspond to the similar named attributes
14 and subelements of the XML element chart2:increment in the chart2 file format.</p>
16 service LogicTargetModel
18 /** identifies an instance of this service within one chart document.
20 [ readonly, property ] string ID;
22 /** identifies an instance of the service com::sun::star::chart2::LegendModel within one chart document.
23 * that instance is used to automatically calculate missing properties
25 [ property ] string LegendID;
27 /** not BOUND nor CONSTRAINED in terms of Listener notifications,
28 * each element in the sequence must implement the service com::sun::star::chart2::CoordinateSystem
30 [ property ] sequence< ::com::sun::star::beans::XPropertySet > CoordinateSystems;
32 /** MAYBEVOID, not BOUND nor CONSTRAINED in terms of Listener notifications,
33 * each element in the sequence must implement the service com::sun::star::chart2::LogicTargetModel
35 [ property ] sequence< ::com::sun::star::beans::XPropertySet > LogicTargetModels;
38 //=============================================================================
40 }; }; }; };
42 #endif
44 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */