summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/ChartAxis.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
commit8f2d46ca0e5b648b405f18329b3b6da858df22e1 (patch)
treeaa6ae7d4ce7446d1fec4f4538758b33854c3ba06 /offapi/com/sun/star/chart/ChartAxis.idl
parent02728dc9c736875b9826a56374f09d478321b145 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'offapi/com/sun/star/chart/ChartAxis.idl')
-rw-r--r--offapi/com/sun/star/chart/ChartAxis.idl60
1 files changed, 11 insertions, 49 deletions
diff --git a/offapi/com/sun/star/chart/ChartAxis.idl b/offapi/com/sun/star/chart/ChartAxis.idl
index a27370c00..16b46d820 100644
--- a/offapi/com/sun/star/chart/ChartAxis.idl
+++ b/offapi/com/sun/star/chart/ChartAxis.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ChartAxis.idl,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: mi $ $Date: 2003-01-21 13:41:14 $
+ * last change: $Author: hr $ $Date: 2003-03-26 13:53:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,6 +77,9 @@
#include <com/sun/star/chart/ChartAxisArrangeOrderType.idl>
#endif
+#ifndef _com_sun_star_xml_UserDefinedAttributeSupplier_idl_
+#include <com/sun/star/xml/UserDefinedAttributeSupplier.idl>
+#endif
//=============================================================================
@@ -102,6 +105,12 @@ service ChartAxis
*/
service com::sun::star::style::CharacterProperties;
+ /** If a <type>ChartAxis</type> may be stored as XML element, 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;
//-------------------------------------------------------------------------
@@ -255,51 +264,4 @@ service ChartAxis
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.8 2002/10/03 13:02:14 mi
- #94968# IDL reviews merged
-
- Revision 1.7.2.1 2002/01/28 17:02:24 bm
- #96984# IDL Review
-
- Revision 1.7 2001/10/24 14:54:57 mi
- proofreading and corrections by Richard Holt
-
- Revision 1.6 2001/03/07 14:19:25 cl
- cleanup of shape services
-
- Revision 1.5 2000/12/21 08:35:01 mi
- @see interface/service/... ident -> @see ident - for new docu generator
-
- Revision 1.4 2000/12/14 12:53:35 mi
- <true></true> -> <TRUE/> and same with FALSE
-
- Revision 1.3 2000/11/08 12:42:35 mi
- moved from api
-
- Revision 1.3 2000/10/09 14:24:54 mi
- #78715# exchanged stardiv::... by com::sun::star::... (especially in @see tags)
-
- Revision 1.2 2000/09/25 12:44:59 bm
- TextCanOverlap was an undocumented property so far
-
- Revision 1.1.1.1 2000/09/18 23:35:01 hjs
- initial import
-
- Revision 1.5 2000/09/11 11:52:14 mi
- documentation merged from XML
-
- Revision 1.3 2000/08/16 09:10:59 bm
- +DisplayLabels
-
- Revision 1.2 2000/08/10 08:34:43 bm
- #74020# some properties are only valid for value axes, so they are marked as optional
-
- Revision 1.1.1.1 1999/11/11 09:48:41 jsc
- new
-
-
-=============================================================================*/
#endif