summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/ChartSeriesAddress.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart/ChartSeriesAddress.idl')
-rw-r--r--offapi/com/sun/star/chart/ChartSeriesAddress.idl50
1 files changed, 25 insertions, 25 deletions
diff --git a/offapi/com/sun/star/chart/ChartSeriesAddress.idl b/offapi/com/sun/star/chart/ChartSeriesAddress.idl
index 70c328b5ecca..2c9802399741 100644
--- a/offapi/com/sun/star/chart/ChartSeriesAddress.idl
+++ b/offapi/com/sun/star/chart/ChartSeriesAddress.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -24,18 +24,18 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_chart_ChartSeriesAddress_idl__
-#define __com_sun_star_chart_ChartSeriesAddress_idl__
-
-//=============================================================================
-
- module com { module sun { module star { module chart {
-
-//=============================================================================
-
+#ifndef __com_sun_star_chart_ChartSeriesAddress_idl__
+#define __com_sun_star_chart_ChartSeriesAddress_idl__
+
+//=============================================================================
+
+ module com { module sun { module star { module chart {
+
+//=============================================================================
+
/** This structure describes a single data row, specified by its name
and a sequence of data points.
-
+
<p>The cell addresses are in the format of the application that
contains this chart.</p>
*/
@@ -44,26 +44,26 @@ published struct ChartSeriesAddress
/** contains the cell range address of the data for this series.
*/
string DataRangeAddress;
-
- //-------------------------------------------------------------------------
-
+
+ //-------------------------------------------------------------------------
+
/** contains the cell address of label (i.e. name) of this series.
*/
string LabelAddress;
-
- //-------------------------------------------------------------------------
-
+
+ //-------------------------------------------------------------------------
+
/** contains cell addresses for each domain of this series.
-
+
<p>For XY (scatter) diagrams at least one series has a
domain. Most of the other chart types use an empty sequence
here.</p>
*/
sequence< string > DomainRangeAddresses;
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif