diff options
Diffstat (limited to 'offapi/com/sun/star/chart/ChartDataRowProperties.idl')
-rw-r--r-- | offapi/com/sun/star/chart/ChartDataRowProperties.idl | 57 |
1 files changed, 13 insertions, 44 deletions
diff --git a/offapi/com/sun/star/chart/ChartDataRowProperties.idl b/offapi/com/sun/star/chart/ChartDataRowProperties.idl index 55b890267..216fe06e4 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,7 +73,10 @@ #include <com/sun/star/beans/XPropertySet.idl> #endif - +#ifndef _com_sun_star_xml_UserDefinedAttributeSupplier_idl_ +#include <com/sun/star/xml/UserDefinedAttributeSupplier.idl> +#endif + //============================================================================= module com { module sun { module star { module chart { @@ -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 |