summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart')
-rw-r--r--offapi/com/sun/star/chart/ChartAxis.idl9
-rw-r--r--offapi/com/sun/star/chart/ChartAxisXSupplier.idl15
-rw-r--r--offapi/com/sun/star/chart/ChartAxisYSupplier.idl15
-rw-r--r--offapi/com/sun/star/chart/ChartAxisZSupplier.idl15
-rw-r--r--offapi/com/sun/star/chart/ChartDataRowProperties.idl13
-rw-r--r--offapi/com/sun/star/chart/ChartDocument.idl15
-rw-r--r--offapi/com/sun/star/chart/ChartGrid.idl9
-rw-r--r--offapi/com/sun/star/chart/ChartSymbolType.idl9
-rw-r--r--offapi/com/sun/star/chart/ChartTitle.idl9
-rw-r--r--offapi/com/sun/star/chart/ChartTwoAxisXSupplier.idl9
-rw-r--r--offapi/com/sun/star/chart/ChartTwoAxisYSupplier.idl9
-rw-r--r--offapi/com/sun/star/chart/Diagram.idl9
-rw-r--r--offapi/com/sun/star/chart/X3DDisplay.idl11
-rw-r--r--offapi/com/sun/star/chart/XAxisXSupplier.idl15
-rw-r--r--offapi/com/sun/star/chart/XAxisYSupplier.idl15
-rw-r--r--offapi/com/sun/star/chart/XAxisZSupplier.idl15
-rw-r--r--offapi/com/sun/star/chart/XChartDocument.idl21
-rw-r--r--offapi/com/sun/star/chart/XDiagram.idl11
-rw-r--r--offapi/com/sun/star/chart/XStatisticDisplay.idl13
-rw-r--r--offapi/com/sun/star/chart/XTwoAxisXSupplier.idl9
-rw-r--r--offapi/com/sun/star/chart/XTwoAxisYSupplier.idl9
21 files changed, 159 insertions, 96 deletions
diff --git a/offapi/com/sun/star/chart/ChartAxis.idl b/offapi/com/sun/star/chart/ChartAxis.idl
index a19d6042d527..04d019edfa90 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-14 12:53:35 $
+ * last change: $Author: mi $ $Date: 2000-12-21 08:35:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -269,7 +269,7 @@ service ChartAxis
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartAxis::NumberFormat
- /** contains the type id for the number formatter of the axis.@see interface com::sun::star::util::XNumberFormatter
+ /** contains the type id for the number formatter of the axis.@see com::sun::star::util::XNumberFormatter
*/
[property] long NumberFormat;
@@ -282,6 +282,9 @@ service ChartAxis
/*=============================================================================
$Log: not supported by cvs2svn $
+ 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
diff --git a/offapi/com/sun/star/chart/ChartAxisXSupplier.idl b/offapi/com/sun/star/chart/ChartAxisXSupplier.idl
index aa153e214b99..f9edc3911f28 100644
--- a/offapi/com/sun/star/chart/ChartAxisXSupplier.idl
+++ b/offapi/com/sun/star/chart/ChartAxisXSupplier.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ChartAxisXSupplier.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:35 $
+ * last change: $Author: mi $ $Date: 2000-12-21 08:35:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,7 +83,7 @@ service ChartAxisXSupplier
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartAxisXSupplier::HasXAxis
- /** This property determines if the x-axis is shown or hidden.@see service ChartAxis
+ /** This property determines if the x-axis is shown or hidden.@see ChartAxis
*/
[property] boolean HasXAxis;
@@ -99,7 +99,7 @@ service ChartAxisXSupplier
// DocMerge from xml: property com::sun::star::chart::ChartAxisXSupplier::HasXAxisGrid
/** determines if the major grid of the x-axis is
- shown or hidden.@see service ChartGrid
+ shown or hidden.@see ChartGrid
*/
[property] boolean HasXAxisGrid;
@@ -107,7 +107,7 @@ service ChartAxisXSupplier
// DocMerge from xml: property com::sun::star::chart::ChartAxisXSupplier::HasXAxisHelpGrid
/** determines if the minor grid of the x-axis is shown
- or hidden.@see service ChartGrid
+ or hidden.@see ChartGrid
*/
[property] boolean HasXAxisHelpGrid;
@@ -115,7 +115,7 @@ service ChartAxisXSupplier
// DocMerge from xml: property com::sun::star::chart::ChartAxisXSupplier::HasXAxisTitle
/** determines if the title of the x-axis is shown
- or hidden.@see service ChartTitle
+ or hidden.@see ChartTitle
*/
[property] boolean HasXAxisTitle;
@@ -128,6 +128,9 @@ service ChartAxisXSupplier
/*=============================================================================
$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:01 hjs
initial import
diff --git a/offapi/com/sun/star/chart/ChartAxisYSupplier.idl b/offapi/com/sun/star/chart/ChartAxisYSupplier.idl
index 5b841b29b6ef..d799d900f1a4 100644
--- a/offapi/com/sun/star/chart/ChartAxisYSupplier.idl
+++ b/offapi/com/sun/star/chart/ChartAxisYSupplier.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ChartAxisYSupplier.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:35 $
+ * last change: $Author: mi $ $Date: 2000-12-21 08:35:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,7 +83,7 @@ service ChartAxisYSupplier
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartAxisYSupplier::HasYAxis
- /** determines if the y-axis is shown or hidden.@see service ChartAxis
+ /** determines if the y-axis is shown or hidden.@see ChartAxis
*/
[property] boolean HasYAxis;
@@ -99,7 +99,7 @@ service ChartAxisYSupplier
// DocMerge from xml: property com::sun::star::chart::ChartAxisYSupplier::HasYAxisGrid
/** determines if the major grid of the y-axis is
- shown or hidden.@see service ChartGrid
+ shown or hidden.@see ChartGrid
*/
[property] boolean HasYAxisGrid;
@@ -107,7 +107,7 @@ service ChartAxisYSupplier
// DocMerge from xml: property com::sun::star::chart::ChartAxisYSupplier::HasYAxisHelpGrid
/** determines if the minor grid of the y-axis is
- shown or hidden.@see service ChartGrid
+ shown or hidden.@see ChartGrid
*/
[property] boolean HasYAxisHelpGrid;
@@ -115,7 +115,7 @@ service ChartAxisYSupplier
// DocMerge from xml: property com::sun::star::chart::ChartAxisYSupplier::HasYAxisTitle
/** determines if the title of the y-axis is shown
- or hidden.@see service ChartTitle
+ or hidden.@see ChartTitle
*/
[property] boolean HasYAxisTitle;
@@ -128,6 +128,9 @@ service ChartAxisYSupplier
/*=============================================================================
$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:01 hjs
initial import
diff --git a/offapi/com/sun/star/chart/ChartAxisZSupplier.idl b/offapi/com/sun/star/chart/ChartAxisZSupplier.idl
index 5bcbf02148a2..64c16ba3e47e 100644
--- a/offapi/com/sun/star/chart/ChartAxisZSupplier.idl
+++ b/offapi/com/sun/star/chart/ChartAxisZSupplier.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ChartAxisZSupplier.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:35 $
+ * last change: $Author: mi $ $Date: 2000-12-21 08:35:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,7 +83,7 @@ service ChartAxisZSupplier
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartAxisZSupplier::HasZAxis
- /** determines if the z-axis is shown or hidden.@see service ChartAxis
+ /** determines if the z-axis is shown or hidden.@see ChartAxis
*/
[property] boolean HasZAxis;
@@ -99,7 +99,7 @@ service ChartAxisZSupplier
// DocMerge from xml: property com::sun::star::chart::ChartAxisZSupplier::HasZAxisGrid
/** determines if the major grid of the z-axis
- is shown or hidden.@see service ChartGrid
+ is shown or hidden.@see ChartGrid
*/
[property] boolean HasZAxisGrid;
@@ -107,7 +107,7 @@ service ChartAxisZSupplier
// DocMerge from xml: property com::sun::star::chart::ChartAxisZSupplier::HasZAxisHelpGrid
/** determines if the minor grid the z-axis is shown
- or hidden.@see service ChartGrid
+ or hidden.@see ChartGrid
*/
[property] boolean HasZAxisHelpGrid;
@@ -115,7 +115,7 @@ service ChartAxisZSupplier
// DocMerge from xml: property com::sun::star::chart::ChartAxisZSupplier::HasZAxisTitle
/** determines if the title of the z-axis is shown
- or hidden.@see service ChartTitle
+ or hidden.@see ChartTitle
*/
[property] boolean HasZAxisTitle;
@@ -128,6 +128,9 @@ service ChartAxisZSupplier
/*=============================================================================
$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:01 hjs
initial import
diff --git a/offapi/com/sun/star/chart/ChartDataRowProperties.idl b/offapi/com/sun/star/chart/ChartDataRowProperties.idl
index aaca56ec0ade..6a8efa846958 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.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:35 $
+ * last change: $Author: mi $ $Date: 2000-12-21 08:35:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -123,21 +123,21 @@ service ChartDataRowProperties
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartDataRowProperties::DataRegressionProperties
- /** holds the properties of the regression line.@see service ChartLine
+ /** holds the properties of the regression line.@see ChartLine
*/
[optional, readonly, property] com::sun::star::beans::XPropertySet DataRegressionProperties;
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartDataRowProperties::DataErrorProperties
- /** holds the properties of the error markers.@see service ChartLine
+ /** holds the properties of the error markers.@see ChartLine
*/
[optional, readonly, property] com::sun::star::beans::XPropertySet DataErrorProperties;
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartDataRowProperties::DataMeanValueProperties
- /** holds the properties of the average line.@see service ChartLine
+ /** holds the properties of the average line.@see ChartLine
*/
[optional, readonly, property] com::sun::star::beans::XPropertySet DataMeanValueProperties;
};
@@ -149,6 +149,9 @@ service ChartDataRowProperties
/*=============================================================================
$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:01 hjs
initial import
diff --git a/offapi/com/sun/star/chart/ChartDocument.idl b/offapi/com/sun/star/chart/ChartDocument.idl
index 70c582ca672a..d1cb4adbd21c 100644
--- a/offapi/com/sun/star/chart/ChartDocument.idl
+++ b/offapi/com/sun/star/chart/ChartDocument.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ChartDocument.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:35 $
+ * last change: $Author: mi $ $Date: 2000-12-21 08:35:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,10 +85,10 @@
the diagram and some additional elements like a main title, a
sub-title or a legend.
- </p>@see service Diagram
- @see service ChartLegend
- @see service ChartTitle
- @see service ChartDataArray
+ </p>@see Diagram
+ @see ChartLegend
+ @see ChartTitle
+ @see ChartDataArray
*/
service ChartDocument
{
@@ -128,6 +128,9 @@ service ChartDocument
/*=============================================================================
$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:01 hjs
initial import
diff --git a/offapi/com/sun/star/chart/ChartGrid.idl b/offapi/com/sun/star/chart/ChartGrid.idl
index ba0cd430f636..ac44f451f884 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.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:35 $
+ * last change: $Author: mi $ $Date: 2000-12-21 08:35:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,7 +82,7 @@
<p>The distance between the grid lines depends on the distance of the help
- or main tick marks, which may be set in <type>ChartAxis</type>.</p>@see service ChartAxis
+ or main tick marks, which may be set in <type>ChartAxis</type>.</p>@see ChartAxis
*/
service ChartGrid
{
@@ -101,6 +101,9 @@ service ChartGrid
/*=============================================================================
$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
diff --git a/offapi/com/sun/star/chart/ChartSymbolType.idl b/offapi/com/sun/star/chart/ChartSymbolType.idl
index 0693d011f5a3..6515693c6dbe 100644
--- a/offapi/com/sun/star/chart/ChartSymbolType.idl
+++ b/offapi/com/sun/star/chart/ChartSymbolType.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ChartSymbolType.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: bm $ $Date: 2000-11-20 14:41:52 $
+ * last change: $Author: mi $ $Date: 2000-12-21 08:35:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,7 +95,7 @@ constants ChartSymbolType
The bitmap given by the URL set in the property <type>SymbolBitmapURL</type>
is copied so that the graphic is embedded.
- @see service ChartDataPointProperties
+ @see ChartDataPointProperties
*/
const long BITMAPURL = -1;
@@ -164,6 +164,9 @@ constants ChartSymbolType
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/20 14:41:52 bm
+ const value -1 was missing. It is now set to bitmap corresponding to the core value
+
Revision 1.3 2000/11/08 12:42:35 mi
moved from api
diff --git a/offapi/com/sun/star/chart/ChartTitle.idl b/offapi/com/sun/star/chart/ChartTitle.idl
index d8fa0e67f87d..59ccac6493fc 100644
--- a/offapi/com/sun/star/chart/ChartTitle.idl
+++ b/offapi/com/sun/star/chart/ChartTitle.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ChartTitle.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:35 $
+ * last change: $Author: mi $ $Date: 2000-12-21 08:35:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,7 +74,7 @@
// DocMerge from xml: service com::sun::star::chart::ChartTitle
/** specifies titles in a chart (i.e. the main title, sub title
- and axis titles).@see service com::sun::star::drawing::Shape
+ and axis titles).@see com::sun::star::drawing::Shape
*/
service ChartTitle
{
@@ -110,6 +110,9 @@ service ChartTitle
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:42:35 mi
+ moved from api
+
Revision 1.2 2000/10/09 14:24:54 mi
#78715# exchanged stardiv::... by com::sun::star::... (especially in @see tags)
diff --git a/offapi/com/sun/star/chart/ChartTwoAxisXSupplier.idl b/offapi/com/sun/star/chart/ChartTwoAxisXSupplier.idl
index 18793b0c9cd9..4396a78e2201 100644
--- a/offapi/com/sun/star/chart/ChartTwoAxisXSupplier.idl
+++ b/offapi/com/sun/star/chart/ChartTwoAxisXSupplier.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ChartTwoAxisXSupplier.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:35 $
+ * last change: $Author: mi $ $Date: 2000-12-21 08:35:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,7 +91,7 @@ service ChartTwoAxisXSupplier
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartTwoAxisXSupplier::HasSecondaryXAxis
- /** determines if the secondary x-axis is shown or hidden.@see service ChartAxis
+ /** determines if the secondary x-axis is shown or hidden.@see ChartAxis
*/
[property] boolean HasSecondaryXAxis;
@@ -112,6 +112,9 @@ service ChartTwoAxisXSupplier
/*=============================================================================
$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
diff --git a/offapi/com/sun/star/chart/ChartTwoAxisYSupplier.idl b/offapi/com/sun/star/chart/ChartTwoAxisYSupplier.idl
index 02eeb1b0e833..ceb43106742a 100644
--- a/offapi/com/sun/star/chart/ChartTwoAxisYSupplier.idl
+++ b/offapi/com/sun/star/chart/ChartTwoAxisYSupplier.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ChartTwoAxisYSupplier.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:35 $
+ * last change: $Author: mi $ $Date: 2000-12-21 08:35:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,7 +92,7 @@ service ChartTwoAxisYSupplier
// DocMerge from xml: property com::sun::star::chart::ChartTwoAxisYSupplier::HasSecondaryYAxis
/** determines if the secondary y-axis is shown or
- hidden.@see service ChartAxis
+ hidden.@see ChartAxis
*/
[property] boolean HasSecondaryYAxis;
@@ -113,6 +113,9 @@ service ChartTwoAxisYSupplier
/*=============================================================================
$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
diff --git a/offapi/com/sun/star/chart/Diagram.idl b/offapi/com/sun/star/chart/Diagram.idl
index ace9b000014e..0cc0f5579c3d 100644
--- a/offapi/com/sun/star/chart/Diagram.idl
+++ b/offapi/com/sun/star/chart/Diagram.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Diagram.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:35 $
+ * last change: $Author: mi $ $Date: 2000-12-21 08:35:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -96,7 +96,7 @@ service Diagram
// DocMerge from xml: property com::sun::star::chart::Diagram::DataRowSource
/** determines if the data for a data row is contained
in the columns or in the rows of the data array.@see ChartDataRowSource
- @see service ChartDataArray
+ @see ChartDataArray
*/
[property] com::sun::star::chart::ChartDataRowSource DataRowSource;
@@ -117,6 +117,9 @@ service Diagram
/*=============================================================================
$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
diff --git a/offapi/com/sun/star/chart/X3DDisplay.idl b/offapi/com/sun/star/chart/X3DDisplay.idl
index e182c0dc7b42..686cf2acb001 100644
--- a/offapi/com/sun/star/chart/X3DDisplay.idl
+++ b/offapi/com/sun/star/chart/X3DDisplay.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: X3DDisplay.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:35 $
+ * last change: $Author: mi $ $Date: 2000-12-21 08:35:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,7 +91,7 @@ interface X3DDisplay: com::sun::star::uno::XInterface
<p>In 3 dimension diagrams this specifies the side wall and the background wall;
in 2 dimension diagrams this specifies only the background of the diagram.
- @see service ChartArea
+ @see ChartArea
*/
[const] com::sun::star::beans::XPropertySet getWall();
@@ -101,7 +101,7 @@ interface X3DDisplay: com::sun::star::uno::XInterface
/** @returns
the properties of the floor in a 3 dimensional diagram.
- @see service ChartArea
+ @see ChartArea
*/
[const] com::sun::star::beans::XPropertySet getFloor();
@@ -114,6 +114,9 @@ interface X3DDisplay: com::sun::star::uno::XInterface
/*=============================================================================
$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:01 hjs
initial import
diff --git a/offapi/com/sun/star/chart/XAxisXSupplier.idl b/offapi/com/sun/star/chart/XAxisXSupplier.idl
index 8f4e5d6b6d2f..0ebc889c8143 100644
--- a/offapi/com/sun/star/chart/XAxisXSupplier.idl
+++ b/offapi/com/sun/star/chart/XAxisXSupplier.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XAxisXSupplier.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:35 $
+ * last change: $Author: mi $ $Date: 2000-12-21 08:35:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,7 +92,7 @@ interface XAxisXSupplier: com::sun::star::uno::XInterface
/** @returns
the properties of the shape of the x-axis title.
- @see service ChartTitle
+ @see ChartTitle
*/
[const] com::sun::star::drawing::XShape getXAxisTitle();
@@ -102,7 +102,7 @@ interface XAxisXSupplier: com::sun::star::uno::XInterface
/** @returns
the properties of the y-axis of the diagram.
- @see service ChartAxis
+ @see ChartAxis
*/
[const] com::sun::star::beans::XPropertySet getXAxis();
@@ -112,7 +112,7 @@ interface XAxisXSupplier: com::sun::star::uno::XInterface
/** @returns
the properties of the main grid of the x-axis of the diagram.
- @see service ChartGrid
+ @see ChartGrid
*/
[const] com::sun::star::beans::XPropertySet getXMainGrid();
@@ -122,7 +122,7 @@ interface XAxisXSupplier: com::sun::star::uno::XInterface
/** @returns
the properties of the help grid of the x-axis of the diagram.
- @see service ChartGrid
+ @see ChartGrid
*/
[const] com::sun::star::beans::XPropertySet getXHelpGrid();
@@ -135,6 +135,9 @@ interface XAxisXSupplier: com::sun::star::uno::XInterface
/*=============================================================================
$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:03 hjs
initial import
diff --git a/offapi/com/sun/star/chart/XAxisYSupplier.idl b/offapi/com/sun/star/chart/XAxisYSupplier.idl
index 148d2fab8e72..c575f6c1bbe8 100644
--- a/offapi/com/sun/star/chart/XAxisYSupplier.idl
+++ b/offapi/com/sun/star/chart/XAxisYSupplier.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XAxisYSupplier.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:35 $
+ * last change: $Author: mi $ $Date: 2000-12-21 08:35:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,7 +92,7 @@ interface XAxisYSupplier: com::sun::star::uno::XInterface
/** @returns
the properties of the shape of the y-axis title
- @see service ChartTitle
+ @see ChartTitle
*/
[const] com::sun::star::drawing::XShape getYAxisTitle();
@@ -102,7 +102,7 @@ interface XAxisYSupplier: com::sun::star::uno::XInterface
/** @returns
the properties of the y-axis of the diagram.
- @see service ChartAxis
+ @see ChartAxis
*/
[const] com::sun::star::beans::XPropertySet getYAxis();
@@ -112,7 +112,7 @@ interface XAxisYSupplier: com::sun::star::uno::XInterface
/** @returns
the properties of the help grid of the y-axis of the diagram
- @see service ChartGrid
+ @see ChartGrid
*/
[const] com::sun::star::beans::XPropertySet getYHelpGrid();
@@ -122,7 +122,7 @@ interface XAxisYSupplier: com::sun::star::uno::XInterface
/** @returns
the properties of the main grid of the y-axis of the diagram.
- @see service ChartGrid
+ @see ChartGrid
*/
[const] com::sun::star::beans::XPropertySet getYMainGrid();
@@ -135,6 +135,9 @@ interface XAxisYSupplier: com::sun::star::uno::XInterface
/*=============================================================================
$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:03 hjs
initial import
diff --git a/offapi/com/sun/star/chart/XAxisZSupplier.idl b/offapi/com/sun/star/chart/XAxisZSupplier.idl
index fd86d7bdf2a5..5295ae7305a6 100644
--- a/offapi/com/sun/star/chart/XAxisZSupplier.idl
+++ b/offapi/com/sun/star/chart/XAxisZSupplier.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XAxisZSupplier.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:35 $
+ * last change: $Author: mi $ $Date: 2000-12-21 08:35:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,7 +92,7 @@ interface XAxisZSupplier: com::sun::star::uno::XInterface
/** @returns
the properties of the shape of the z-axis title.
- @see service ChartTitle
+ @see ChartTitle
*/
[const] com::sun::star::drawing::XShape getZAxisTitle();
@@ -102,7 +102,7 @@ interface XAxisZSupplier: com::sun::star::uno::XInterface
/** @returns
the properties of the main grid of the z-axis of the diagram.
- @see service ChartGrid
+ @see ChartGrid
*/
[const] com::sun::star::beans::XPropertySet getZMainGrid();
@@ -112,7 +112,7 @@ interface XAxisZSupplier: com::sun::star::uno::XInterface
/** @returns
the properties of the help grid of the z-axis of the diagram.
- @see service ChartGrid
+ @see ChartGrid
*/
[const] com::sun::star::beans::XPropertySet getZHelpGrid();
@@ -122,7 +122,7 @@ interface XAxisZSupplier: com::sun::star::uno::XInterface
/** @returns
the properties of the z-axis of the diagram.
- @see service ChartAxis
+ @see ChartAxis
*/
[const] com::sun::star::beans::XPropertySet getZAxis();
@@ -135,6 +135,9 @@ interface XAxisZSupplier: com::sun::star::uno::XInterface
/*=============================================================================
$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:03 hjs
initial import
diff --git a/offapi/com/sun/star/chart/XChartDocument.idl b/offapi/com/sun/star/chart/XChartDocument.idl
index 51e8f2e1414c..810806f0c05d 100644
--- a/offapi/com/sun/star/chart/XChartDocument.idl
+++ b/offapi/com/sun/star/chart/XChartDocument.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XChartDocument.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:35 $
+ * last change: $Author: mi $ $Date: 2000-12-21 08:35:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,7 +101,7 @@ interface XChartDocument: com::sun::star::frame::XModel
/** @returns
the shape of the main title of the chart document.
- @see service ChartTitle
+ @see ChartTitle
*/
[const] com::sun::star::drawing::XShape getTitle();
@@ -111,7 +111,7 @@ interface XChartDocument: com::sun::star::frame::XModel
/** @returns
the shape of the subtitle of the chart document.
- @see service ChartTitle
+ @see ChartTitle
*/
[const] com::sun::star::drawing::XShape getSubTitle();
@@ -121,7 +121,7 @@ interface XChartDocument: com::sun::star::frame::XModel
/** @returns
the shape of the legend of the chart document.
- @see service ChartLegend
+ @see ChartLegend
*/
[const] com::sun::star::drawing::XShape getLegend();
@@ -131,7 +131,7 @@ interface XChartDocument: com::sun::star::frame::XModel
/** @returns
the properties of the background area of the chart document.
- @see service ChartArea
+ @see ChartArea
*/
[const] com::sun::star::beans::XPropertySet getArea();
@@ -141,7 +141,7 @@ interface XChartDocument: com::sun::star::frame::XModel
/** @returns
the diagram of the chart document.
- @see service Diagram
+ @see Diagram
*/
[const] com::sun::star::chart::XDiagram getDiagram();
@@ -167,14 +167,14 @@ interface XChartDocument: com::sun::star::frame::XModel
/** @returns
the data source of the chart.
- @see service ChartData
+ @see ChartData
*/
[const] com::sun::star::chart::XChartData getData();
//-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::chart::XChartDocument::attachData
- /** attaches an external data source to the chart.@see service ChartData
+ /** attaches an external data source to the chart.@see ChartData
*/
void attachData( [in] com::sun::star::chart::XChartData xData );
@@ -187,6 +187,9 @@ interface XChartDocument: com::sun::star::frame::XModel
/*=============================================================================
$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:03 hjs
initial import
diff --git a/offapi/com/sun/star/chart/XDiagram.idl b/offapi/com/sun/star/chart/XDiagram.idl
index 32f70008ed1e..170ff3354440 100644
--- a/offapi/com/sun/star/chart/XDiagram.idl
+++ b/offapi/com/sun/star/chart/XDiagram.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDiagram.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:35 $
+ * last change: $Author: mi $ $Date: 2000-12-21 08:35:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -100,7 +100,7 @@ interface XDiagram: com::sun::star::drawing::XShape
/** @returns
the properties of the specified data row.
- @see service ChartDataRowProperties
+ @see ChartDataRowProperties
*/
com::sun::star::beans::XPropertySet getDataRowProperties( [in] long nRow )
raises( com::sun::star::lang::IndexOutOfBoundsException );
@@ -111,7 +111,7 @@ interface XDiagram: com::sun::star::drawing::XShape
/** @returns
the properties of the specified data point.
- @see service ChartDataPointProperties
+ @see ChartDataPointProperties
*/
com::sun::star::beans::XPropertySet getDataPointProperties( [in] long nCol,
[in] long nRow )
@@ -126,6 +126,9 @@ interface XDiagram: com::sun::star::drawing::XShape
/*=============================================================================
$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:03 hjs
initial import
diff --git a/offapi/com/sun/star/chart/XStatisticDisplay.idl b/offapi/com/sun/star/chart/XStatisticDisplay.idl
index badb971e2916..e3d73336f2eb 100644
--- a/offapi/com/sun/star/chart/XStatisticDisplay.idl
+++ b/offapi/com/sun/star/chart/XStatisticDisplay.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XStatisticDisplay.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:35 $
+ * last change: $Author: mi $ $Date: 2000-12-21 08:35:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,7 +95,7 @@ interface XStatisticDisplay: com::sun::star::uno::XInterface
the properties of the up bars of a stock chart
which has <member>UpDown</member> set to <TRUE/>.
- @see service ChartArea
+ @see ChartArea
*/
[const] com::sun::star::beans::XPropertySet getUpBar();
@@ -106,7 +106,7 @@ interface XStatisticDisplay: com::sun::star::uno::XInterface
the properties of the down bars of a stock chart
which has <member>UpDown</member> set to <TRUE/>.
- @see service ChartArea
+ @see ChartArea
*/
[const] com::sun::star::beans::XPropertySet getDownBar();
@@ -116,7 +116,7 @@ interface XStatisticDisplay: com::sun::star::uno::XInterface
/** @returns
the properties of MinMax lines of a stock chart.
- @see service ChartLine
+ @see ChartLine
*/
[const] com::sun::star::beans::XPropertySet getMinMaxLine();
@@ -129,6 +129,9 @@ interface XStatisticDisplay: com::sun::star::uno::XInterface
/*=============================================================================
$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:03 hjs
initial import
diff --git a/offapi/com/sun/star/chart/XTwoAxisXSupplier.idl b/offapi/com/sun/star/chart/XTwoAxisXSupplier.idl
index 4ab620fa2569..5c466b8fbf18 100644
--- a/offapi/com/sun/star/chart/XTwoAxisXSupplier.idl
+++ b/offapi/com/sun/star/chart/XTwoAxisXSupplier.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XTwoAxisXSupplier.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:35 $
+ * last change: $Author: mi $ $Date: 2000-12-21 08:35:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,7 +88,7 @@ interface XTwoAxisXSupplier: com::sun::star::chart::XAxisXSupplier
/** @returns
the properties of the secondary x-axis of the diagram
- @see service ChartAxis
+ @see ChartAxis
*/
[const] com::sun::star::beans::XPropertySet getSecondaryXAxis();
@@ -101,6 +101,9 @@ interface XTwoAxisXSupplier: com::sun::star::chart::XAxisXSupplier
/*=============================================================================
$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:03 hjs
initial import
diff --git a/offapi/com/sun/star/chart/XTwoAxisYSupplier.idl b/offapi/com/sun/star/chart/XTwoAxisYSupplier.idl
index 9245994f53a6..fbe8cd1a4550 100644
--- a/offapi/com/sun/star/chart/XTwoAxisYSupplier.idl
+++ b/offapi/com/sun/star/chart/XTwoAxisYSupplier.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XTwoAxisYSupplier.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:35 $
+ * last change: $Author: mi $ $Date: 2000-12-21 08:35:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,7 +88,7 @@ interface XTwoAxisYSupplier: com::sun::star::chart::XAxisYSupplier
/** @returns
the properties of the secondary y-axis of the diagram.
- @see service ChartAxis
+ @see ChartAxis
*/
[const] com::sun::star::beans::XPropertySet getSecondaryYAxis();
@@ -101,6 +101,9 @@ interface XTwoAxisYSupplier: com::sun::star::chart::XAxisYSupplier
/*=============================================================================
$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:03 hjs
initial import