summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/Diagram.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart/Diagram.idl')
-rw-r--r--offapi/com/sun/star/chart/Diagram.idl92
1 files changed, 46 insertions, 46 deletions
diff --git a/offapi/com/sun/star/chart/Diagram.idl b/offapi/com/sun/star/chart/Diagram.idl
index b57fc88f3804..2074285eda80 100644
--- a/offapi/com/sun/star/chart/Diagram.idl
+++ b/offapi/com/sun/star/chart/Diagram.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,39 +24,39 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_chart_Diagram_idl__
-#define __com_sun_star_chart_Diagram_idl__
-
-#ifndef __com_sun_star_chart_XDiagram_idl__
-#include <com/sun/star/chart/XDiagram.idl>
-#endif
-
-#ifndef __com_sun_star_chart_XDiagramPositioning_idl__
-#include <com/sun/star/chart/XDiagramPositioning.idl>
+#ifndef __com_sun_star_chart_Diagram_idl__
+#define __com_sun_star_chart_Diagram_idl__
+
+#ifndef __com_sun_star_chart_XDiagram_idl__
+#include <com/sun/star/chart/XDiagram.idl>
+#endif
+
+#ifndef __com_sun_star_chart_XDiagramPositioning_idl__
+#include <com/sun/star/chart/XDiagramPositioning.idl>
#endif
-
+
#ifndef __com_sun_star_chart_XSecondAxisTitleSupplier_idl__
#include <com/sun/star/chart/XSecondAxisTitleSupplier.idl>
#endif
#ifndef __com_sun_star_beans_XPropertySet_idl__
-#include <com/sun/star/beans/XPropertySet.idl>
-#endif
-
-#ifndef __com_sun_star_chart_ChartDataRowSource_idl__
-#include <com/sun/star/chart/ChartDataRowSource.idl>
-#endif
-
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+#ifndef __com_sun_star_chart_ChartDataRowSource_idl__
+#include <com/sun/star/chart/ChartDataRowSource.idl>
+#endif
+
#ifndef _com_sun_star_xml_UserDefinedAttributeSupplier_idl_
#include <com/sun/star/xml/UserDefinedAttributeSupplier.idl>
#endif
-
-//=============================================================================
-
- module com { module sun { module star { module chart {
-
-//=============================================================================
-
+
+//=============================================================================
+
+ module com { module sun { module star { module chart {
+
+//=============================================================================
+
/** the base service for the diagram of the chart document.
<p>The diagram is the object that contains the actual plot.</p>
@@ -68,7 +68,7 @@
*/
published service Diagram
-{
+{
interface com::sun::star::chart::XDiagram;
@@ -100,10 +100,10 @@ published service Diagram
[optional, property] boolean AutomaticSize;
//-------------------------------------------------------------------------
-
- interface com::sun::star::beans::XPropertySet;
-
- //-------------------------------------------------------------------------
+
+ interface com::sun::star::beans::XPropertySet;
+
+ //-------------------------------------------------------------------------
/** If a <type>Diagram</type> may be stored as XML file, this
service should be supported in order to preserve unparsed XML
@@ -114,35 +114,35 @@ published service Diagram
[optional] service com::sun::star::xml::UserDefinedAttributeSupplier;
//-------------------------------------------------------------------------
-
+
/** determines if the data for a data row is contained in the
columns or in the rows of the data array.
- @see ChartDataRowSource
+ @see ChartDataRowSource
@see ChartDataArray
*/
- [property] com::sun::star::chart::ChartDataRowSource DataRowSource;
-
- //-------------------------------------------------------------------------
-
+ [property] com::sun::star::chart::ChartDataRowSource DataRowSource;
+
+ //-------------------------------------------------------------------------
+
/** specifies how the caption of data points is displayed.
@see ChartDataCaption
*/
- [property] long DataCaption;
+ [property] long DataCaption;
- //-------------------------------------------------------------------------
+ //-------------------------------------------------------------------------
/** specifies how empty or invalid cells in the provided data should be handled when displayed
@see MissingValueTreatment
*/
[optional, property] long MissingValueTreatment;
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif