diff options
author | Christian Lippka <cl@openoffice.org> | 2001-03-07 12:57:13 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-03-07 12:57:13 +0000 |
commit | 2f562670d83821ff5e800a02e584ba5347066aa8 (patch) | |
tree | 978ea0fac4f9a4745f27952d5f32a330aa4563d6 /offapi | |
parent | d6a37e68f12c69d2772c9c535b7fec4d2bad80ab (diff) |
cleanup of shape services
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/chart/ChartArea.idl | 19 | ||||
-rw-r--r-- | offapi/com/sun/star/chart/ChartDataPointProperties.idl | 19 | ||||
-rw-r--r-- | offapi/com/sun/star/chart/ChartGrid.idl | 13 | ||||
-rw-r--r-- | offapi/com/sun/star/chart/ChartLine.idl | 13 |
4 files changed, 38 insertions, 26 deletions
diff --git a/offapi/com/sun/star/chart/ChartArea.idl b/offapi/com/sun/star/chart/ChartArea.idl index d45ec508623f..3eb161b149f9 100644 --- a/offapi/com/sun/star/chart/ChartArea.idl +++ b/offapi/com/sun/star/chart/ChartArea.idl @@ -2,9 +2,9 @@ * * $RCSfile: ChartArea.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:42:35 $ + * last change: $Author: cl $ $Date: 2001-03-07 13:57:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,12 +61,12 @@ #ifndef __com_sun_star_chart_ChartArea_idl__ #define __com_sun_star_chart_ChartArea_idl__ -#ifndef __com_sun_star_drawing_AreaShapeDescriptor_idl__ -#include <com/sun/star/drawing/AreaShapeDescriptor.idl> +#ifndef __com_sun_star_drawing_FillProperties_idl__ +#include <com/sun/star/drawing/FillProperties.idl> #endif -#ifndef __com_sun_star_drawing_LineShapeDescriptor_idl__ -#include <com/sun/star/drawing/LineShapeDescriptor.idl> +#ifndef __com_sun_star_drawing_LineProperties_idl__ +#include <com/sun/star/drawing/LineProperties.idl> #endif #ifndef __com_sun_star_beans_XPropertySet_idl__ @@ -88,10 +88,10 @@ service ChartArea { // DocMerge: empty anyway - service com::sun::star::drawing::AreaShapeDescriptor; + service com::sun::star::drawing::FillProperties; // DocMerge: empty anyway - service com::sun::star::drawing::LineShapeDescriptor; + service com::sun::star::drawing::LineProperties; // DocMerge: empty anyway interface com::sun::star::beans::XPropertySet; @@ -105,6 +105,9 @@ service ChartArea /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.3 2000/11/08 12:42:35 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:00 hjs initial import diff --git a/offapi/com/sun/star/chart/ChartDataPointProperties.idl b/offapi/com/sun/star/chart/ChartDataPointProperties.idl index cf44171f1fea..6119d38605bf 100644 --- a/offapi/com/sun/star/chart/ChartDataPointProperties.idl +++ b/offapi/com/sun/star/chart/ChartDataPointProperties.idl @@ -2,9 +2,9 @@ * * $RCSfile: ChartDataPointProperties.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2001-01-23 10:08:03 $ + * last change: $Author: cl $ $Date: 2001-03-07 13:57:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,12 +61,12 @@ #ifndef __com_sun_star_chart_ChartDataPointProperties_idl__ #define __com_sun_star_chart_ChartDataPointProperties_idl__ -#ifndef __com_sun_star_drawing_AreaShapeDescriptor_idl__ -#include <com/sun/star/drawing/AreaShapeDescriptor.idl> +#ifndef __com_sun_star_drawing_FillProperties_idl__ +#include <com/sun/star/drawing/FillProperties.idl> #endif -#ifndef __com_sun_star_drawing_LineShapeDescriptor_idl__ -#include <com/sun/star/drawing/LineShapeDescriptor.idl> +#ifndef __com_sun_star_drawing_LineProperties_idl__ +#include <com/sun/star/drawing/LineProperties.idl> #endif #ifndef __com_sun_star_style_CharacterProperties_idl__ @@ -102,10 +102,10 @@ service ChartDataPointProperties { // DocMerge: empty anyway - service com::sun::star::drawing::AreaShapeDescriptor; + service com::sun::star::drawing::FillProperties; // DocMerge: empty anyway - service com::sun::star::drawing::LineShapeDescriptor; + service com::sun::star::drawing::LineProperties; // DocMerge: empty anyway service com::sun::star::style::CharacterProperties; @@ -159,6 +159,9 @@ service ChartDataPointProperties /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.6 2001/01/23 10:08:03 mi + optional interfaces now marked as [optional] instead of just a prosa description of this fact + Revision 1.5 2000/11/20 14:48:39 bm SymbolBitmapURL is a string not an XBitmap diff --git a/offapi/com/sun/star/chart/ChartGrid.idl b/offapi/com/sun/star/chart/ChartGrid.idl index ac44f451f884..b977a14be200 100644 --- a/offapi/com/sun/star/chart/ChartGrid.idl +++ b/offapi/com/sun/star/chart/ChartGrid.idl @@ -2,9 +2,9 @@ * * $RCSfile: ChartGrid.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-12-21 08:35:01 $ + * last change: $Author: cl $ $Date: 2001-03-07 13:57:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,8 +61,8 @@ #ifndef __com_sun_star_chart_ChartGrid_idl__ #define __com_sun_star_chart_ChartGrid_idl__ -#ifndef __com_sun_star_drawing_LineShapeDescriptor_idl__ -#include <com/sun/star/drawing/LineShapeDescriptor.idl> +#ifndef __com_sun_star_drawing_LineProperties_idl__ +#include <com/sun/star/drawing/LineProperties.idl> #endif #ifndef __com_sun_star_beans_XPropertySet_idl__ @@ -87,7 +87,7 @@ service ChartGrid { // DocMerge: empty anyway - service com::sun::star::drawing::LineShapeDescriptor; + service com::sun::star::drawing::LineProperties; // DocMerge: empty anyway interface com::sun::star::beans::XPropertySet; @@ -101,6 +101,9 @@ service ChartGrid /*============================================================================= $Log: not supported by cvs2svn $ + 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 diff --git a/offapi/com/sun/star/chart/ChartLine.idl b/offapi/com/sun/star/chart/ChartLine.idl index 49efb84fb387..8ad4467ce6ee 100644 --- a/offapi/com/sun/star/chart/ChartLine.idl +++ b/offapi/com/sun/star/chart/ChartLine.idl @@ -2,9 +2,9 @@ * * $RCSfile: ChartLine.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:42:35 $ + * last change: $Author: cl $ $Date: 2001-03-07 13:57:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,8 +61,8 @@ #ifndef __com_sun_star_chart_ChartLine_idl__ #define __com_sun_star_chart_ChartLine_idl__ -#ifndef __com_sun_star_drawing_LineShapeDescriptor_idl__ -#include <com/sun/star/drawing/LineShapeDescriptor.idl> +#ifndef __com_sun_star_drawing_LineProperties_idl__ +#include <com/sun/star/drawing/LineProperties.idl> #endif #ifndef __com_sun_star_beans_XPropertySet_idl__ @@ -82,7 +82,7 @@ service ChartLine { // DocMerge: empty anyway - service com::sun::star::drawing::LineShapeDescriptor; + service com::sun::star::drawing::LineProperties; // DocMerge: empty anyway interface com::sun::star::beans::XPropertySet; @@ -96,6 +96,9 @@ service ChartLine /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.3 2000/11/08 12:42:35 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:02 hjs initial import |