summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/XChartDataArray.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart/XChartDataArray.idl')
-rw-r--r--offapi/com/sun/star/chart/XChartDataArray.idl72
1 files changed, 36 insertions, 36 deletions
diff --git a/offapi/com/sun/star/chart/XChartDataArray.idl b/offapi/com/sun/star/chart/XChartDataArray.idl
index 4e7519864382..8c7e8f932b72 100644
--- a/offapi/com/sun/star/chart/XChartDataArray.idl
+++ b/offapi/com/sun/star/chart/XChartDataArray.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,29 +24,29 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_chart_XChartDataArray_idl__
-#define __com_sun_star_chart_XChartDataArray_idl__
-
-#ifndef __com_sun_star_chart_XChartData_idl__
-#include <com/sun/star/chart/XChartData.idl>
-#endif
-
-//=============================================================================
-
- module com { module sun { module star { module chart {
-
-//=============================================================================
-
+#ifndef __com_sun_star_chart_XChartDataArray_idl__
+#define __com_sun_star_chart_XChartDataArray_idl__
+
+#ifndef __com_sun_star_chart_XChartData_idl__
+#include <com/sun/star/chart/XChartData.idl>
+#endif
+
+//=============================================================================
+
+ module com { module sun { module star { module chart {
+
+//=============================================================================
+
/** gives access to data represented as an array of rows.
-
+
<p>Can be obtained from interface <type>XChartDocument</type> via method getData().</p>
<p>If used for an <type>XYDiagram</type>, the row number 0
represents the <i>x</i>-values.</p>
*/
published interface XChartDataArray: XChartData
-{
- //-------------------------------------------------------------------------
+{
+ //-------------------------------------------------------------------------
/** retrieves the numerical data as a nested sequence of values.
@@ -54,9 +54,9 @@ published interface XChartDataArray: XChartData
the values as a sequence of sequences. The inner sequence
represents rows.
*/
- sequence< sequence< double > > getData();
+ sequence< sequence< double > > getData();
- //-------------------------------------------------------------------------
+ //-------------------------------------------------------------------------
/** sets the chart data as an array of numbers.
@@ -64,9 +64,9 @@ published interface XChartDataArray: XChartData
the values as a sequence of sequences. The inner sequence
represents rows.
*/
- void setData( [in] sequence< sequence< double > > aData );
+ void setData( [in] sequence< sequence< double > > aData );
- //-------------------------------------------------------------------------
+ //-------------------------------------------------------------------------
/** retrieves the description texts for all rows.
@@ -75,18 +75,18 @@ published interface XChartDataArray: XChartData
of a row.
*/
sequence< string > getRowDescriptions();
-
- //-------------------------------------------------------------------------
-
+
+ //-------------------------------------------------------------------------
+
/** sets the description texts for all rows.
@param aRowDescriptions
a sequence of strings which represent a description for
each row.
*/
- void setRowDescriptions( [in] sequence< string > aRowDescriptions );
-
- //-------------------------------------------------------------------------
+ void setRowDescriptions( [in] sequence< string > aRowDescriptions );
+
+ //-------------------------------------------------------------------------
/** retrieves the description texts for all columns.
@@ -95,8 +95,8 @@ published interface XChartDataArray: XChartData
of a column.
*/
sequence< string > getColumnDescriptions();
-
- //-------------------------------------------------------------------------
+
+ //-------------------------------------------------------------------------
/** sets the description texts for all columns.
@@ -105,10 +105,10 @@ published interface XChartDataArray: XChartData
each column.
*/
void setColumnDescriptions( [in] sequence< string > aColumnDescriptions );
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif