summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/ChartDataRowProperties.idl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 12:59:19 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 12:59:19 +0000
commit19a8c241f9f0c5fd164e56ab1763a9cffab5318e (patch)
treef37fab3c31817b53354a1c08a5f8e386a79a4c5b /offapi/com/sun/star/chart/ChartDataRowProperties.idl
parent44bf5dacd75eec3d27acf9590a29ce49a3b585cf (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'offapi/com/sun/star/chart/ChartDataRowProperties.idl')
-rw-r--r--offapi/com/sun/star/chart/ChartDataRowProperties.idl55
1 files changed, 12 insertions, 43 deletions
diff --git a/offapi/com/sun/star/chart/ChartDataRowProperties.idl b/offapi/com/sun/star/chart/ChartDataRowProperties.idl
index 96e57f229bee..dd5b5a3bd7dd 100644
--- a/offapi/com/sun/star/chart/ChartDataRowProperties.idl
+++ b/offapi/com/sun/star/chart/ChartDataRowProperties.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ChartDataRowProperties.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mi $ $Date: 2003-01-21 13:41:17 $
+ * last change: $Author: hr $ $Date: 2003-03-26 13:53:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,6 +73,9 @@
#include <com/sun/star/beans/XPropertySet.idl>
#endif
+#ifndef _com_sun_star_xml_UserDefinedAttributeSupplier_idl_
+#include <com/sun/star/xml/UserDefinedAttributeSupplier.idl>
+#endif
//=============================================================================
@@ -97,6 +100,13 @@ service ChartDataRowProperties
diagrams.
*/
[optional] service com::sun::star::chart::ChartStatistics;
+
+ /** If <type>ChartDataRowProperties</type> may be stored as XML
+ file, this service should be supported in order to preserve
+ unparsed XML attributes.
+ */
+ [optional] service com::sun::star::xml::UserDefinedAttributeSupplier;
+
interface com::sun::star::beans::XPropertySet;
//-------------------------------------------------------------------------
@@ -146,45 +156,4 @@ service ChartDataRowProperties
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.5 2002/10/03 13:02:17 mi
- #94968# IDL reviews merged
-
- Revision 1.4.20.2 2002/01/29 15:58:52 bm
- #96984# IDL Review -- second check
-
- Revision 1.4.20.1 2002/01/28 17:02:24 bm
- #96984# IDL Review
-
- Revision 1.4 2000/12/21 08:35:01 mi
- @see interface/service/... ident -> @see ident - for new docu generator
-
- Revision 1.3 2000/11/08 12:42:35 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:35:01 hjs
- initial import
-
- Revision 1.7 2000/09/11 11:52:15 mi
- documentation merged from XML
-
- Revision 1.5 1999/12/10 15:26:22 bm
- #70718# SolidType->service Chart3DBarProperties, service ChartDataPointProperties supported now
-
- Revision 1.4 1999/12/08 09:34:11 hr
- #65293#: Type XPropertySet must be full qualified
-
- Revision 1.3 1999/12/03 11:44:46 bm
- #70231# -XStatisticSupplier + statistical properties for ChartDataRowProperties
-
- Revision 1.2 1999/12/02 10:38:24 bm
- #70401# -ShapeType +SolidType
-
- Revision 1.1.1.1 1999/11/11 09:48:41 jsc
- new
-
-
-=============================================================================*/
#endif