summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--offapi/com/sun/star/chart/AreaDiagram.idl9
-rw-r--r--offapi/com/sun/star/chart/BarDiagram.idl19
-rw-r--r--offapi/com/sun/star/chart/Chart3DBarProperties.idl13
-rw-r--r--offapi/com/sun/star/chart/ChartArea.idl13
-rw-r--r--offapi/com/sun/star/chart/ChartAxis.idl59
-rw-r--r--offapi/com/sun/star/chart/ChartAxisArrangeOrderType.idl11
-rw-r--r--offapi/com/sun/star/chart/ChartAxisAssign.idl11
-rw-r--r--offapi/com/sun/star/chart/ChartAxisMarks.idl15
-rw-r--r--offapi/com/sun/star/chart/ChartAxisXSupplier.idl17
-rw-r--r--offapi/com/sun/star/chart/ChartAxisYSupplier.idl19
-rw-r--r--offapi/com/sun/star/chart/ChartAxisZSupplier.idl19
-rw-r--r--offapi/com/sun/star/chart/ChartData.idl9
-rw-r--r--offapi/com/sun/star/chart/ChartDataPointProperties.idl9
-rw-r--r--offapi/com/sun/star/chart/ChartDataRow.idl15
-rw-r--r--offapi/com/sun/star/chart/ChartDataRowSource.idl9
-rw-r--r--offapi/com/sun/star/chart/ChartTableAddressSupplier.idl10
-rw-r--r--offapi/com/sun/star/chart/ChartTitle.idl11
-rw-r--r--offapi/com/sun/star/chart/LineDiagram.idl10
-rw-r--r--offapi/com/sun/star/chart/StackableDiagram.idl9
-rw-r--r--offapi/com/sun/star/chart/XChartData.idl9
-rw-r--r--offapi/com/sun/star/chart/XChartDataArray.idl15
-rw-r--r--offapi/com/sun/star/chart/XChartDocument.idl8
22 files changed, 182 insertions, 137 deletions
diff --git a/offapi/com/sun/star/chart/AreaDiagram.idl b/offapi/com/sun/star/chart/AreaDiagram.idl
index 3c477ae61ae2..0bfd9525a437 100644
--- a/offapi/com/sun/star/chart/AreaDiagram.idl
+++ b/offapi/com/sun/star/chart/AreaDiagram.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: AreaDiagram.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:35 $
+ * last change: $Author: mi $ $Date: 2001-10-24 14:54:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,7 +97,7 @@
//=============================================================================
// DocMerge from xml: service com::sun::star::chart::AreaDiagram
-/** This is a service for area diagrams
+/** This is a service for area diagrams.
*/
service AreaDiagram
{
@@ -131,6 +131,9 @@ service AreaDiagram
/*=============================================================================
$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/BarDiagram.idl b/offapi/com/sun/star/chart/BarDiagram.idl
index 1d31d66bdf04..6aa50b439e4c 100644
--- a/offapi/com/sun/star/chart/BarDiagram.idl
+++ b/offapi/com/sun/star/chart/BarDiagram.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: BarDiagram.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2001-01-23 10:08:02 $
+ * last change: $Author: mi $ $Date: 2001-10-24 14:54:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,7 +97,7 @@
//=============================================================================
// DocMerge from xml: service com::sun::star::chart::BarDiagram
-/** a service for bar diagrams.
+/**This is a service for bar diagrams.
*/
service BarDiagram
{
@@ -125,7 +125,7 @@ service BarDiagram
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::BarDiagram::Vertical
- /** determines if a chart is drawn vertically or
+ /** Determines if a chart is drawn vertically or
horizontally.
*/
[property] boolean Vertical;
@@ -133,9 +133,9 @@ service BarDiagram
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::BarDiagram::Deep
- /** determines if a 3-dimensional bar chart is displayed
+ /** Determines if a 3-dimensional bar chart is displayed
as a deep chart with a z-axis (real 3D chart) or as a
- 2-dimensional xy chart with 3 dimensional graphics.
+ 2-dimensional xy chart with 3-dimensional graphics.
@optional
*/
@@ -144,7 +144,7 @@ service BarDiagram
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::BarDiagram::StackedBarsConnected
- /** determines if there are connecting lines between
+ /** Determines if there are connecting lines between
stacked bar charts. Currently, vertical bar charts do not support
this property.
@@ -155,7 +155,7 @@ service BarDiagram
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::BarDiagram::NumberOfLines
- /** determines how many data rows are displayed as lines rather than
+ /** Determines how many data rows are displayed as lines rather than
bars.
<p>If this property differs from zero the last
@@ -174,6 +174,9 @@ service BarDiagram
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2001/01/23 10:08:02 mi
+ optional interfaces now marked as [optional] instead of just a prosa description of this fact
+
Revision 1.3 2000/11/08 12:42:35 mi
moved from api
diff --git a/offapi/com/sun/star/chart/Chart3DBarProperties.idl b/offapi/com/sun/star/chart/Chart3DBarProperties.idl
index e30f7a864baf..bc46e6aca112 100644
--- a/offapi/com/sun/star/chart/Chart3DBarProperties.idl
+++ b/offapi/com/sun/star/chart/Chart3DBarProperties.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Chart3DBarProperties.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:35 $
+ * last change: $Author: mi $ $Date: 2001-10-24 14:54:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,8 +72,8 @@
//=============================================================================
// DocMerge from xml: service com::sun::star::chart::Chart3DBarProperties
-/** specifies all the properties for the graphic object of a data point in a
- three dimensional bar diagram.@see BarDiagram
+/** Specifies all the properties for the graphic object of a data point in a
+ three-dimensional bar diagram.@see BarDiagram
*/
service Chart3DBarProperties
{
@@ -83,7 +83,7 @@ service Chart3DBarProperties
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::Chart3DBarProperties::SolidType
- /** specifies the solid shape of a data point.@see ChartSolidType
+ /** Specifies the solid shape of a data point.@see ChartSolidType
*/
[property] long SolidType;
@@ -96,6 +96,9 @@ service Chart3DBarProperties
/*=============================================================================
$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/ChartArea.idl b/offapi/com/sun/star/chart/ChartArea.idl
index 3eb161b149f9..d4e5d27f97c9 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: cl $ $Date: 2001-03-07 13:57:13 $
+ * last change: $Author: mi $ $Date: 2001-10-24 14:54:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,9 +81,9 @@
//=============================================================================
// DocMerge from xml: service com::sun::star::chart::ChartArea
-/** specifies the area elements of a chart, e.g. the
- background area, the diagram wall and the diagram floor of 3
- dimensional charts.
+/** Specifies the area elements of a chart, e.g. the
+ background area, the diagram wall, and the diagram floor of
+ three-dimensional charts.
*/
service ChartArea
{
@@ -105,6 +105,9 @@ service ChartArea
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2001/03/07 13:57:13 cl
+ cleanup of shape services
+
Revision 1.3 2000/11/08 12:42:35 mi
moved from api
diff --git a/offapi/com/sun/star/chart/ChartAxis.idl b/offapi/com/sun/star/chart/ChartAxis.idl
index 3c561a29d956..ce3c37747a26 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: cl $ $Date: 2001-03-07 14:19:25 $
+ * last change: $Author: mi $ $Date: 2001-10-24 14:54:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,9 +85,7 @@
//=============================================================================
// DocMerge from xml: service com::sun::star::chart::ChartAxis
-/** specifies the axes in a diagram.
-
-
+/** Specifies the axes in a diagram.
<p>Note: The text properties correlate to all axis description
elements, not to just a single text element.</p>
@@ -96,7 +94,7 @@ service ChartAxis
{
- /** contains all the drawing and text properties.
+ /** Contains all the drawing and text properties.
*/
service com::sun::star::drawing::LineProperties;
@@ -109,36 +107,36 @@ service ChartAxis
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartAxis::Max
- /** contains the maximum value for the axis scale.
+ /** Contains the maximum value for the axis scale.
*/
[optional, property] double Max;
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartAxis::Min
- /** contains the minimum value for the axis scale.
+ /** Contains the minimum value for the axis scale.
*/
[optional, property] double Min;
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartAxis::Origin
- /** contains the origin of the axis scale.
+ /** Contains the origin of the axis scale.
*/
[optional, property] double Origin;
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartAxis::StepMain
- /** contains the distance between the main tick marks.
+ /** Contains the distance between the main tick marks.
*/
[optional, property] double StepMain;
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartAxis::StepHelp
- /** contains the distance between the help tick marks.
- */
+ /** Contains the distance between the help tick marks.
+ */
[optional, property] double StepHelp;
//-------------------------------------------------------------------------
@@ -161,7 +159,7 @@ service ChartAxis
// DocMerge from xml: property com::sun::star::chart::ChartAxis::AutoOrigin
/** The origin is calculated by the chart if this property is .
- */
+<!--- JRH: Please insert <TRUE/> or <FALSE/> --->*/
[optional, property] boolean AutoOrigin;
//-------------------------------------------------------------------------
@@ -169,7 +167,7 @@ service ChartAxis
// DocMerge from xml: property com::sun::star::chart::ChartAxis::AutoStepHelp
/** The distance between the help tick marks is calculated by the
chart if this property is .
- */
+<!--- JRH: Please insert <TRUE/> or <FALSE/> --->*/
[optional, property] boolean AutoStepHelp;
//-------------------------------------------------------------------------
@@ -183,7 +181,7 @@ service ChartAxis
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartAxis::Logarithmic
- /** determines if the axis is scaled logarithmically or
+ /** Determines if the axis is scaled logarithmically or
not (linear).
*/
[optional, property] boolean Logarithmic;
@@ -191,41 +189,39 @@ service ChartAxis
//-------------------------------------------------------------------------
// DocMerge from idl: property com::sun::star::chart::ChartAxis::DisplayLabels
- /** determines wether to display text at the axis or not.
+ /** Determines whether to display text at the axis or not.
*/
[property] boolean DisplayLabels;
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartAxis::TextRotation
- /** determines the rotation of the text elements
- (axis description) in 100th degrees
+ /** Determines the rotation of the text elements
+ (axis description) in 100th degrees.
*/
[property] long TextRotation;
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartAxis::Marks
- /** determines the position of the marks.@see ChartAxisMarks
+ /** Determines the position of the marks.@see ChartAxisMarks
*/
[property] long Marks;
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartAxis::HelpMarks
- /** determines the position of the help marks.@see ChartAxisMarks
+ /** Determines the position of the help marks.@see ChartAxisMarks
*/
[property] long HelpMarks;
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartAxis::Overlap
- /** determines the overlap of the bars in a bar-type chart.
-
-
+ /** Determines the overlap of the bars in a bar-type chart.
<p>The value is given in percent of the width of the bars. The
- valid range is -100 to +100. 100% means full overlap, -100%
+ valid range is -100% to +100%. +100% means full overlap, -100%
indicates a distance of one bar between 2 neighboring bars.</p>
*/
[property] long Overlap;
@@ -233,11 +229,9 @@ service ChartAxis
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartAxis::GapWidth
- /** specifies the width of the gaps between each set of data points
+ /** Specifies the width of the gaps between each set of data points
in a bar chart.
-
-
<p>The value is given in percent of the width of a bar; the
valid range is 0 to 600%.</p>
*/
@@ -254,21 +248,21 @@ service ChartAxis
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartAxis::TextBreak
- /** determines if long text is broken into multiple lines.
+ /** Determines if long text is broken into multiple lines.
*/
[property] boolean TextBreak;
//-------------------------------------------------------------------------
- /** determines if certain labels are hidden if they would otherwise overlap.
- In this case the value of this property must be set to </false>.
+ /** Determines if certain labels are hidden, if they would otherwise overlap.
+ In this case, the value of this property must be set to <FALSE/>.
*/
[property] boolean TextCanOverlap;
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartAxis::NumberFormat
- /** contains the type id for the number formatter of the axis.@see 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;
@@ -281,6 +275,9 @@ service ChartAxis
/*=============================================================================
$Log: not supported by cvs2svn $
+ 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
diff --git a/offapi/com/sun/star/chart/ChartAxisArrangeOrderType.idl b/offapi/com/sun/star/chart/ChartAxisArrangeOrderType.idl
index 6917b54861e0..66b70d6e36d5 100644
--- a/offapi/com/sun/star/chart/ChartAxisArrangeOrderType.idl
+++ b/offapi/com/sun/star/chart/ChartAxisArrangeOrderType.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ChartAxisArrangeOrderType.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:35 $
+ * last change: $Author: mi $ $Date: 2001-10-24 14:54:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,7 +69,7 @@
//=============================================================================
// DocMerge from xml: enum com::sun::star::chart::ChartAxisArrangeOrderType
-/** values specify the arrangement of the axis descriptions.
+/** Values specify the arrangement of the axes descriptions.
*/
enum ChartAxisArrangeOrderType
{
@@ -78,8 +78,6 @@ enum ChartAxisArrangeOrderType
// DocMerge from xml: value com::sun::star::chart::ChartAxisArrangeOrderType::AUTO
/** The descriptions are arranged automatically.
-
-
<p>If there is enough space to put them side by side, this
arrangement is preferred. If the descriptions would overlap
when arranged side by side, they are staggered.</p>
@@ -118,6 +116,9 @@ enum ChartAxisArrangeOrderType
/*=============================================================================
$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/ChartAxisAssign.idl b/offapi/com/sun/star/chart/ChartAxisAssign.idl
index 01a38d7e8734..668be11d237c 100644
--- a/offapi/com/sun/star/chart/ChartAxisAssign.idl
+++ b/offapi/com/sun/star/chart/ChartAxisAssign.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ChartAxisAssign.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:35 $
+ * last change: $Author: mi $ $Date: 2001-10-24 14:54:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,14 +76,14 @@ constants ChartAxisAssign
//-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::chart::ChartAxisAssign::PRIMARY_Y
- /** assign row to primary y axis
+ /** Assign row to primary y axis
*/
const long PRIMARY_Y = 2;
//-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::chart::ChartAxisAssign::SECONDARY_Y
- /** assign row to secondary y axis
+ /** Assign row to secondary y axis
*/
const long SECONDARY_Y = 4;
@@ -96,6 +96,9 @@ constants ChartAxisAssign
/*=============================================================================
$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/ChartAxisMarks.idl b/offapi/com/sun/star/chart/ChartAxisMarks.idl
index bad42d5806d8..8b44459f5d62 100644
--- a/offapi/com/sun/star/chart/ChartAxisMarks.idl
+++ b/offapi/com/sun/star/chart/ChartAxisMarks.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ChartAxisMarks.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:35 $
+ * last change: $Author: mi $ $Date: 2001-10-24 14:54:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,28 +71,28 @@
// DocMerge from idl: constants com::sun::star::chart::ChartAxisMarks
/** These are the positions for the marks of an axis.
- <p>The values are combinable (arithmetical <em>or</em>-operation).
+ <p>The values are combinable, an arithmetical <em>or</em> operation.
*/
constants ChartAxisMarks
{
//-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::chart::ChartAxisMarks::NONE
- /** no marks
+ /** No marks.
*/
const long NONE = 0;
//-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::chart::ChartAxisMarks::INNER
- /** marks inside the diagram area
+ /** Marks inside the diagram area.
*/
const long INNER = 1;
//-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::chart::ChartAxisMarks::OUTER
- /** marks outside the diagram area
+ /** Marks outside the diagram area.
*/
const long OUTER = 2;
@@ -105,6 +105,9 @@ constants ChartAxisMarks
/*=============================================================================
$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/ChartAxisXSupplier.idl b/offapi/com/sun/star/chart/ChartAxisXSupplier.idl
index f9edc3911f28..40b795c33e48 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-21 08:35:01 $
+ * last change: $Author: mi $ $Date: 2001-10-24 14:54:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,7 +73,7 @@
//=============================================================================
// DocMerge from xml: service com::sun::star::chart::ChartAxisXSupplier
-/** a helper service for the x-axis.
+/** A helper service for the x-axis.
*/
service ChartAxisXSupplier
{
@@ -90,7 +90,7 @@ service ChartAxisXSupplier
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartAxisXSupplier::HasXAxisDescription
- /** determines if the description of the x-axis is
+ /** Determines if the description of the x-axis is
shown or hidden.
*/
[property] boolean HasXAxisDescription;
@@ -98,7 +98,7 @@ service ChartAxisXSupplier
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartAxisXSupplier::HasXAxisGrid
- /** determines if the major grid of the x-axis is
+ /** Determines if the major grid of the x-axis is
shown or hidden.@see ChartGrid
*/
[property] boolean HasXAxisGrid;
@@ -106,7 +106,7 @@ service ChartAxisXSupplier
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartAxisXSupplier::HasXAxisHelpGrid
- /** determines if the minor grid of the x-axis is shown
+ /** Determines if the minor grid of the x-axis is shown
or hidden.@see ChartGrid
*/
[property] boolean HasXAxisHelpGrid;
@@ -114,7 +114,7 @@ service ChartAxisXSupplier
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartAxisXSupplier::HasXAxisTitle
- /** determines if the title of the x-axis is shown
+ /** Determines if the title of the x-axis is shown
or hidden.@see ChartTitle
*/
[property] boolean HasXAxisTitle;
@@ -128,6 +128,9 @@ service ChartAxisXSupplier
/*=============================================================================
$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/ChartAxisYSupplier.idl b/offapi/com/sun/star/chart/ChartAxisYSupplier.idl
index d799d900f1a4..b1b8d04a3a66 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-21 08:35:01 $
+ * last change: $Author: mi $ $Date: 2001-10-24 14:54:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,7 +73,7 @@
//=============================================================================
// DocMerge from xml: service com::sun::star::chart::ChartAxisYSupplier
-/** a helper service for the y-axis.
+/** A helper service for the y-axis.
*/
service ChartAxisYSupplier
{
@@ -83,14 +83,14 @@ service ChartAxisYSupplier
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartAxisYSupplier::HasYAxis
- /** determines if the y-axis is shown or hidden.@see ChartAxis
+ /** Determines if the y-axis is shown or hidden.@see ChartAxis
*/
[property] boolean HasYAxis;
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartAxisYSupplier::HasYAxisDescription
- /** determines if the description of the y-axis
+ /** Determines if the description of the y-axis
is shown or hidden.
*/
[property] boolean HasYAxisDescription;
@@ -98,7 +98,7 @@ service ChartAxisYSupplier
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartAxisYSupplier::HasYAxisGrid
- /** determines if the major grid of the y-axis is
+ /** Determines if the major grid of the y-axis is
shown or hidden.@see ChartGrid
*/
[property] boolean HasYAxisGrid;
@@ -106,7 +106,7 @@ service ChartAxisYSupplier
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartAxisYSupplier::HasYAxisHelpGrid
- /** determines if the minor grid of the y-axis is
+ /** Determines if the minor grid of the y-axis is
shown or hidden.@see ChartGrid
*/
[property] boolean HasYAxisHelpGrid;
@@ -114,7 +114,7 @@ service ChartAxisYSupplier
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartAxisYSupplier::HasYAxisTitle
- /** determines if the title of the y-axis is shown
+ /** Determines if the title of the y-axis is shown
or hidden.@see ChartTitle
*/
[property] boolean HasYAxisTitle;
@@ -128,6 +128,9 @@ service ChartAxisYSupplier
/*=============================================================================
$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/ChartAxisZSupplier.idl b/offapi/com/sun/star/chart/ChartAxisZSupplier.idl
index 64c16ba3e47e..6ecf0b93d20d 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-21 08:35:01 $
+ * last change: $Author: mi $ $Date: 2001-10-24 14:54:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,7 +73,7 @@
//=============================================================================
// DocMerge from xml: service com::sun::star::chart::ChartAxisZSupplier
-/** a helper service for chart documents which supply a z-axis.
+/** A helper service for chart documents which supply a z-axis.
*/
service ChartAxisZSupplier
{
@@ -83,14 +83,14 @@ service ChartAxisZSupplier
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartAxisZSupplier::HasZAxis
- /** determines if the z-axis is shown or hidden.@see ChartAxis
+ /** Determines if the z-axis is shown or hidden.@see ChartAxis
*/
[property] boolean HasZAxis;
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartAxisZSupplier::HasZAxisDescription
- /** determines if the description of the z-axis
+ /** Determines if the description of the z-axis
is shown or hidden.
*/
[property] boolean HasZAxisDescription;
@@ -98,7 +98,7 @@ service ChartAxisZSupplier
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartAxisZSupplier::HasZAxisGrid
- /** determines if the major grid of the z-axis
+ /** Determines if the major grid of the z-axis
is shown or hidden.@see ChartGrid
*/
[property] boolean HasZAxisGrid;
@@ -106,7 +106,7 @@ service ChartAxisZSupplier
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartAxisZSupplier::HasZAxisHelpGrid
- /** determines if the minor grid the z-axis is shown
+ /** Determines if the minor grid of the z-axis is shown
or hidden.@see ChartGrid
*/
[property] boolean HasZAxisHelpGrid;
@@ -114,7 +114,7 @@ service ChartAxisZSupplier
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartAxisZSupplier::HasZAxisTitle
- /** determines if the title of the z-axis is shown
+ /** Determines if the title of the z-axis is shown
or hidden.@see ChartTitle
*/
[property] boolean HasZAxisTitle;
@@ -128,6 +128,9 @@ service ChartAxisZSupplier
/*=============================================================================
$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/ChartData.idl b/offapi/com/sun/star/chart/ChartData.idl
index a7c81cdaaa23..187b14ee0068 100644
--- a/offapi/com/sun/star/chart/ChartData.idl
+++ b/offapi/com/sun/star/chart/ChartData.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ChartData.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:35 $
+ * last change: $Author: mi $ $Date: 2001-10-24 14:54:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,7 +73,7 @@
//=============================================================================
// DocMerge from xml: service com::sun::star::chart::ChartData
-/** quot;ChartData" is a basic service for the chart data.
+/** "ChartData" is a basic service for the chart data.
*/
service ChartData
{
@@ -89,6 +89,9 @@ service ChartData
/*=============================================================================
$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/ChartDataPointProperties.idl b/offapi/com/sun/star/chart/ChartDataPointProperties.idl
index 6119d38605bf..de3248df406f 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: cl $ $Date: 2001-03-07 13:57:13 $
+ * last change: $Author: mi $ $Date: 2001-10-24 14:54:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,7 +89,7 @@
// DocMerge from xml: service com::sun::star::chart::ChartDataPointProperties
/** specifies all the properties for the graphic object of
- a data point (i.e. a single bar in a bar chart).
+ a data point (e.g., a single bar in a bar chart).
@@ -159,6 +159,9 @@ service ChartDataPointProperties
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.7 2001/03/07 13:57:13 cl
+ cleanup of shape services
+
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
diff --git a/offapi/com/sun/star/chart/ChartDataRow.idl b/offapi/com/sun/star/chart/ChartDataRow.idl
index 18ca4230f7db..1658c25cfec5 100644
--- a/offapi/com/sun/star/chart/ChartDataRow.idl
+++ b/offapi/com/sun/star/chart/ChartDataRow.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ChartDataRow.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:35 $
+ * last change: $Author: mi $ $Date: 2001-10-24 14:54:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,14 +79,6 @@
-
-
-
-
-
-
-
-
@deprecated
*/
struct ChartDataRow
@@ -110,6 +102,9 @@ struct ChartDataRow
/*=============================================================================
$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/ChartDataRowSource.idl b/offapi/com/sun/star/chart/ChartDataRowSource.idl
index babd0fa7bbb4..9b645332272a 100644
--- a/offapi/com/sun/star/chart/ChartDataRowSource.idl
+++ b/offapi/com/sun/star/chart/ChartDataRowSource.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ChartDataRowSource.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:35 $
+ * last change: $Author: mi $ $Date: 2001-10-24 14:54:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,7 +70,7 @@
// DocMerge from xml: enum com::sun::star::chart::ChartDataRowSource
/** specifies if the data rows (aka data series) displayed in the
- chart take their values from the row or the column in the underlying
+ chart, take their values from the row or the column in the underlying
data source (<type>ChartDataArray</type>).
*/
enum ChartDataRowSource
@@ -98,6 +98,9 @@ enum ChartDataRowSource
/*=============================================================================
$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/ChartTableAddressSupplier.idl b/offapi/com/sun/star/chart/ChartTableAddressSupplier.idl
index 14056640fef0..b01ccecad39d 100644
--- a/offapi/com/sun/star/chart/ChartTableAddressSupplier.idl
+++ b/offapi/com/sun/star/chart/ChartTableAddressSupplier.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ChartTableAddressSupplier.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: arellano $ $Date: 2001-04-16 21:14:50 $
+ * last change: $Author: mi $ $Date: 2001-10-24 14:54:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -87,7 +87,7 @@ service ChartTableAddressSupplier
[property] string CategoriesRangeAddress;
//-------------------------------------------------------------------------
- /** contains the addresss to the elements of a series.
+ /** contains the addresses to the elements of a series.
This sequence should contain one element for each series in the chart.
@see ChartSeriesAddress
@@ -100,10 +100,10 @@ service ChartTableAddressSupplier
[optional, property] string MainTitleAddress;
//-------------------------------------------------------------------------
- /** contains the Address to the sub title.
+ /** contains the address to the sub title.
<!-- Dennis: Does "Address" have a capital "A" or lowercase? -->
- */
+ <!-- JRH: changed to lowercase, consistent with the others -->*/
[optional, property] string SubTitleAddress;
};
diff --git a/offapi/com/sun/star/chart/ChartTitle.idl b/offapi/com/sun/star/chart/ChartTitle.idl
index 59ccac6493fc..306bd24e9926 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-21 08:35:01 $
+ * last change: $Author: mi $ $Date: 2001-10-24 14:54:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,7 +73,7 @@
//=============================================================================
// DocMerge from xml: service com::sun::star::chart::ChartTitle
-/** specifies titles in a chart (i.e. the main title, sub title
+/** specifies titles in a chart (e.g., the main title, sub title
and axis titles).@see com::sun::star::drawing::Shape
*/
service ChartTitle
@@ -84,7 +84,7 @@ service ChartTitle
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::chart::ChartTitle::TextRotation
- /** specifies the rotation of the shape in 100th degrees.
+ /** specifies the rotation of the shape in 100th of degrees.
@@ -110,6 +110,9 @@ service ChartTitle
/*=============================================================================
$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/LineDiagram.idl b/offapi/com/sun/star/chart/LineDiagram.idl
index 3ead92bfd477..f6b8cf7b3d77 100644
--- a/offapi/com/sun/star/chart/LineDiagram.idl
+++ b/offapi/com/sun/star/chart/LineDiagram.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: LineDiagram.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: bm $ $Date: 2001-08-27 14:35:34 $
+ * last change: $Author: mi $ $Date: 2001-10-24 14:54:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -131,13 +131,12 @@ service LineDiagram
/** determines which type of symbols are displayed.
-
<p>In this interface, only the two values <type>ChartSymbolType</type>::NONE
and <type>ChartSymbolType</type>::AUTO are supported. Later versions may support
the selection of the symbols shape. You can change the symbol shape only
in the services <type>ChartDataPointProperties</type> and <type>ChartDataRowProperties</type>.
-
</p>
+
<p>In this Interface, only the absence of symbols
(SymbolTypeType=ChartSymbol_NONE) or default symbols
(SymbolTypeType=ChartSymbol_AUTO) are supported.
@@ -211,6 +210,9 @@ service LineDiagram
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.7 2001/08/27 14:35:34 bm
+ #91579# +properties SplineOrder, SplineResolution
+
Revision 1.6 2001/05/10 08:50:56 bm
+optional property SymbolSize
diff --git a/offapi/com/sun/star/chart/StackableDiagram.idl b/offapi/com/sun/star/chart/StackableDiagram.idl
index 75abaa9db358..64174f623b00 100644
--- a/offapi/com/sun/star/chart/StackableDiagram.idl
+++ b/offapi/com/sun/star/chart/StackableDiagram.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: StackableDiagram.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:35 $
+ * last change: $Author: mi $ $Date: 2001-10-24 14:54:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,7 +69,7 @@
//=============================================================================
// DocMerge from xml: service com::sun::star::chart::StackableDiagram
-/** a helper service for stackable chart types (e.g. charts in
+/** a helper service for stackable chart types (e.g., charts in
which the data rows may be displayed stacked on each other or in
percent relation).
*/
@@ -100,6 +100,9 @@ service StackableDiagram
/*=============================================================================
$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/XChartData.idl b/offapi/com/sun/star/chart/XChartData.idl
index 441b2b72b3d8..46c6faccdf36 100644
--- a/offapi/com/sun/star/chart/XChartData.idl
+++ b/offapi/com/sun/star/chart/XChartData.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XChartData.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:16 $
+ * last change: $Author: mi $ $Date: 2001-10-24 14:54:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,7 +85,7 @@ interface XChartData: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::chart::XChartData::addChartDataChangeEventListener
/** allows the registration of an event which is
- broadcast when the data change.
+ broadcast when the data changes.
*/
void addChartDataChangeEventListener( [in] com::sun::star::chart::XChartDataChangeEventListener aListener );
@@ -129,6 +129,9 @@ interface XChartData: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2001/03/16 16:41:16 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.3 2000/11/08 12:42:35 mi
moved from api
diff --git a/offapi/com/sun/star/chart/XChartDataArray.idl b/offapi/com/sun/star/chart/XChartDataArray.idl
index 2e0f33158d14..ccea70ae05b7 100644
--- a/offapi/com/sun/star/chart/XChartDataArray.idl
+++ b/offapi/com/sun/star/chart/XChartDataArray.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XChartDataArray.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:16 $
+ * last change: $Author: mi $ $Date: 2001-10-24 14:54:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,7 +83,7 @@ interface XChartDataArray: XChartData
//-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::chart::XChartDataArray::getData
- /** retrieves the numerical data as sequence of rows. Each row is
+ /** retrieves the numerical data as a sequence of rows. Each row is
represented as a sequence of double values.
*/
sequence< sequence< double > > getData();
@@ -91,14 +91,14 @@ interface XChartDataArray: XChartData
//-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::chart::XChartDataArray::setData
- /** sets the chart data as sequence of sequences of double values.
+ /** sets the chart data as a sequence of sequences of double values.
*/
void setData( [in] sequence< sequence< double > > aData );
//-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::chart::XChartDataArray::getRowDescriptions
- /** retrieves the descriptions texts of all rows as a sequence of strings.
+ /** retrieves the description texts of all rows as a sequence of strings.
*/
sequence<string> getRowDescriptions();
@@ -113,7 +113,7 @@ interface XChartDataArray: XChartData
//-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::chart::XChartDataArray::getColumnDescriptions
- /** retrieves the descriptions texts of all columns as a sequence of strings.
+ /** retrieves the description texts of all columns as a sequence of strings.
*/
sequence<string> getColumnDescriptions();
@@ -134,6 +134,9 @@ interface XChartDataArray: XChartData
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2001/03/16 16:41:16 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.3 2000/11/08 12:42:35 mi
moved from api
diff --git a/offapi/com/sun/star/chart/XChartDocument.idl b/offapi/com/sun/star/chart/XChartDocument.idl
index 575f22660eff..f29d1a061bb5 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.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:16 $
+ * last change: $Author: mi $ $Date: 2001-10-24 14:54:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -150,7 +150,6 @@ interface XChartDocument: com::sun::star::frame::XModel
/** sets the diagram for the chart document.
-
<p>The diagram component itself is created by
<type scope="com::sun::star::lang">XMultiServiceFactory</type>,
which is supplied by the <type>ChartDocument</type>.
@@ -186,6 +185,9 @@ interface XChartDocument: com::sun::star::frame::XModel
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2001/03/16 16:41:16 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.4 2000/12/21 08:35:01 mi
@see interface/service/... ident -> @see ident - for new docu generator