summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/ChartAxisZSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart/ChartAxisZSupplier.idl')
-rw-r--r--offapi/com/sun/star/chart/ChartAxisZSupplier.idl88
1 files changed, 44 insertions, 44 deletions
diff --git a/offapi/com/sun/star/chart/ChartAxisZSupplier.idl b/offapi/com/sun/star/chart/ChartAxisZSupplier.idl
index 3e18709c0319..a9c5bcc141d5 100644
--- a/offapi/com/sun/star/chart/ChartAxisZSupplier.idl
+++ b/offapi/com/sun/star/chart/ChartAxisZSupplier.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,65 +24,65 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_chart_ChartAxisZSupplier_idl__
-#define __com_sun_star_chart_ChartAxisZSupplier_idl__
-
-#ifndef __com_sun_star_chart_XAxisZSupplier_idl__
-#include <com/sun/star/chart/XAxisZSupplier.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module chart {
-
-//=============================================================================
-
+#ifndef __com_sun_star_chart_ChartAxisZSupplier_idl__
+#define __com_sun_star_chart_ChartAxisZSupplier_idl__
+
+#ifndef __com_sun_star_chart_XAxisZSupplier_idl__
+#include <com/sun/star/chart/XAxisZSupplier.idl>
+#endif
+
+
+//=============================================================================
+
+ module com { module sun { module star { module chart {
+
+//=============================================================================
+
/** A helper service for chart documents which supply a z-axis.
*/
published service ChartAxisZSupplier
-{
+{
/** offers access to the axis object, the title, and the grids
*/
- interface com::sun::star::chart::XAxisZSupplier;
-
- //-------------------------------------------------------------------------
-
+ interface com::sun::star::chart::XAxisZSupplier;
+
+ //-------------------------------------------------------------------------
+
/** Determines if the z-axis is shown or hidden.@see ChartAxis
*/
- [property] boolean HasZAxis;
-
- //-------------------------------------------------------------------------
-
+ [property] boolean HasZAxis;
+
+ //-------------------------------------------------------------------------
+
/** Determines if the description of the z-axis
is shown or hidden.
*/
- [property] boolean HasZAxisDescription;
-
- //-------------------------------------------------------------------------
-
+ [property] boolean HasZAxisDescription;
+
+ //-------------------------------------------------------------------------
+
/** Determines if the major grid of the z-axis
is shown or hidden.@see ChartGrid
*/
- [property] boolean HasZAxisGrid;
-
- //-------------------------------------------------------------------------
-
+ [property] boolean HasZAxisGrid;
+
+ //-------------------------------------------------------------------------
+
/** Determines if the minor grid of the z-axis is shown
or hidden.@see ChartGrid
*/
- [property] boolean HasZAxisHelpGrid;
-
- //-------------------------------------------------------------------------
-
+ [property] boolean HasZAxisHelpGrid;
+
+ //-------------------------------------------------------------------------
+
/** Determines if the title of the z-axis is shown
or hidden.@see ChartTitle
*/
- [property] boolean HasZAxisTitle;
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ [property] boolean HasZAxisTitle;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif