summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/LineDiagram.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart/LineDiagram.idl')
-rw-r--r--offapi/com/sun/star/chart/LineDiagram.idl150
1 files changed, 75 insertions, 75 deletions
diff --git a/offapi/com/sun/star/chart/LineDiagram.idl b/offapi/com/sun/star/chart/LineDiagram.idl
index b9a118238486..b21648357261 100644
--- a/offapi/com/sun/star/chart/LineDiagram.idl
+++ b/offapi/com/sun/star/chart/LineDiagram.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,63 +24,63 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_chart_LineDiagram_idl__
-#define __com_sun_star_chart_LineDiagram_idl__
-
-#ifndef __com_sun_star_chart_Diagram_idl__
-#include <com/sun/star/chart/Diagram.idl>
-#endif
-
-#ifndef __com_sun_star_chart_ChartStatistics_idl__
-#include <com/sun/star/chart/ChartStatistics.idl>
-#endif
-
-#ifndef __com_sun_star_chart_ChartAxisXSupplier_idl__
-#include <com/sun/star/chart/ChartAxisXSupplier.idl>
-#endif
-
-#ifndef __com_sun_star_chart_ChartTwoAxisYSupplier_idl__
-#include <com/sun/star/chart/ChartTwoAxisYSupplier.idl>
-#endif
-
-#ifndef __com_sun_star_chart_ChartAxisZSupplier_idl__
-#include <com/sun/star/chart/ChartAxisZSupplier.idl>
-#endif
-
-#ifndef __com_sun_star_chart_Dim3DDiagram_idl__
-#include <com/sun/star/chart/Dim3DDiagram.idl>
-#endif
-
-#ifndef __com_sun_star_chart_StackableDiagram_idl__
-#include <com/sun/star/chart/StackableDiagram.idl>
-#endif
-
-#ifndef __com_sun_star_awt_Size_idl__
+#ifndef __com_sun_star_chart_LineDiagram_idl__
+#define __com_sun_star_chart_LineDiagram_idl__
+
+#ifndef __com_sun_star_chart_Diagram_idl__
+#include <com/sun/star/chart/Diagram.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartStatistics_idl__
+#include <com/sun/star/chart/ChartStatistics.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartAxisXSupplier_idl__
+#include <com/sun/star/chart/ChartAxisXSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartTwoAxisYSupplier_idl__
+#include <com/sun/star/chart/ChartTwoAxisYSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartAxisZSupplier_idl__
+#include <com/sun/star/chart/ChartAxisZSupplier.idl>
+#endif
+
+#ifndef __com_sun_star_chart_Dim3DDiagram_idl__
+#include <com/sun/star/chart/Dim3DDiagram.idl>
+#endif
+
+#ifndef __com_sun_star_chart_StackableDiagram_idl__
+#include <com/sun/star/chart/StackableDiagram.idl>
+#endif
+
+#ifndef __com_sun_star_awt_Size_idl__
#include <com/sun/star/awt/Size.idl>
#endif
-
-//=============================================================================
-
- module com { module sun { module star { module chart {
-
-//=============================================================================
-
+
+//=============================================================================
+
+ module com { module sun { module star { module chart {
+
+//=============================================================================
+
/** specifies line, spline and symbol diagrams.
*/
published service LineDiagram
-{
- service com::sun::star::chart::Diagram;
- service com::sun::star::chart::ChartStatistics;
- service com::sun::star::chart::ChartAxisXSupplier;
- service com::sun::star::chart::ChartTwoAxisYSupplier;
- service com::sun::star::chart::ChartAxisZSupplier;
- service com::sun::star::chart::Dim3DDiagram;
- service com::sun::star::chart::StackableDiagram;
-
- //-------------------------------------------------------------------------
-
+{
+ service com::sun::star::chart::Diagram;
+ service com::sun::star::chart::ChartStatistics;
+ service com::sun::star::chart::ChartAxisXSupplier;
+ service com::sun::star::chart::ChartTwoAxisYSupplier;
+ service com::sun::star::chart::ChartAxisZSupplier;
+ service com::sun::star::chart::Dim3DDiagram;
+ service com::sun::star::chart::StackableDiagram;
+
+ //-------------------------------------------------------------------------
+
/** determines which type of symbols are displayed.
-
+
<p>In this interface, only the two values
<member>ChartSymbolType::NONE</member> and
<member>ChartSymbolType::AUTO</member> are supported. Later
@@ -95,16 +95,16 @@ published service LineDiagram
@see ChartDataPointProperties
@see ChartDataRowProperties
*/
- [property] long SymbolType;
-
- //-------------------------------------------------------------------------
-
+ [property] long SymbolType;
+
+ //-------------------------------------------------------------------------
+
/** specifies the size of symbols in 1/100th of a millimeter.
*/
[optional, property] com::sun::star::awt::Size SymbolSize;
- //-------------------------------------------------------------------------
-
+ //-------------------------------------------------------------------------
+
/** Set this property to any valid URL that points to a graphic
file. This graphic is then used as symbol for all series.
@@ -116,15 +116,15 @@ published service LineDiagram
*/
[optional, property] string SymbolBitmapURL;
- //-------------------------------------------------------------------------
-
+ //-------------------------------------------------------------------------
+
/** determines if the chart type has lines connecting the data
points or contains just symbols.
*/
- [property] boolean Lines;
-
- //-------------------------------------------------------------------------
-
+ [property] boolean Lines;
+
+ //-------------------------------------------------------------------------
+
/** determines if the chart is a spline-chart type and specifies
the type of splines.
@@ -137,8 +137,8 @@ published service LineDiagram
</p>
*/
[property] long SplineType;
-
- //-------------------------------------------------------------------------
+
+ //-------------------------------------------------------------------------
/** specifies the power of the polynomials used for spline
calculation
@@ -146,16 +146,16 @@ published service LineDiagram
This property is only valid for B-splines
*/
[optional, property] long SplineOrder;
-
- //-------------------------------------------------------------------------
+
+ //-------------------------------------------------------------------------
/** determines the number of sampling points of a spline
*/
[optional, property] long SplineResolution;
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif