summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/XAxisZSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart/XAxisZSupplier.idl')
-rw-r--r--offapi/com/sun/star/chart/XAxisZSupplier.idl116
1 files changed, 58 insertions, 58 deletions
diff --git a/offapi/com/sun/star/chart/XAxisZSupplier.idl b/offapi/com/sun/star/chart/XAxisZSupplier.idl
index 220aef76afb2..ba611ecaa7f0 100644
--- a/offapi/com/sun/star/chart/XAxisZSupplier.idl
+++ b/offapi/com/sun/star/chart/XAxisZSupplier.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,79 +24,79 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_chart_XAxisZSupplier_idl__
-#define __com_sun_star_chart_XAxisZSupplier_idl__
-
-#ifndef __com_sun_star_uno_XInterface_idl__
-#include <com/sun/star/uno/XInterface.idl>
-#endif
-
-#ifndef __com_sun_star_drawing_XShape_idl__
-#include <com/sun/star/drawing/XShape.idl>
-#endif
-
-#ifndef __com_sun_star_beans_XPropertySet_idl__
-#include <com/sun/star/beans/XPropertySet.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module chart {
-
-//=============================================================================
-
+#ifndef __com_sun_star_chart_XAxisZSupplier_idl__
+#define __com_sun_star_chart_XAxisZSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XShape_idl__
+#include <com/sun/star/drawing/XShape.idl>
+#endif
+
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+
+
+//=============================================================================
+
+ module com { module sun { module star { module chart {
+
+//=============================================================================
+
/** gives access to the <i>z</i>-axis of a chart.
@see XDiagram
*/
published interface XAxisZSupplier: com::sun::star::uno::XInterface
-{
- //-------------------------------------------------------------------------
-
- /** @returns
+{
+ //-------------------------------------------------------------------------
+
+ /** @returns
the <i>z</i>-axis title shape.
-
+
@see ChartTitle
*/
- com::sun::star::drawing::XShape getZAxisTitle();
-
- //-------------------------------------------------------------------------
-
- /** @returns
+ com::sun::star::drawing::XShape getZAxisTitle();
+
+ //-------------------------------------------------------------------------
+
+ /** @returns
the properties of the main grid (major grid) of the
- <i>z</i>-axis of the diagram.
-
+ <i>z</i>-axis of the diagram.
+
@see ChartGrid
*/
- com::sun::star::beans::XPropertySet getZMainGrid();
-
- //-------------------------------------------------------------------------
-
- /** @returns
+ com::sun::star::beans::XPropertySet getZMainGrid();
+
+ //-------------------------------------------------------------------------
+
+ /** @returns
the properties of the help grid (minor grid) of the
- <i>z</i>-axis of the diagram.
-
+ <i>z</i>-axis of the diagram.
+
@see ChartGrid
*/
- com::sun::star::beans::XPropertySet getZHelpGrid();
-
- //-------------------------------------------------------------------------
-
- /** @returns
- the properties of the <i>z</i>-axis of the diagram.
+ com::sun::star::beans::XPropertySet getZHelpGrid();
+ //-------------------------------------------------------------------------
+
+ /** @returns
+ the properties of the <i>z</i>-axis of the diagram.
+
<p>The returned property set contains scaling properties as
well as formatting properties.</p>
-
+
@see ChartAxis
*/
- com::sun::star::beans::XPropertySet getZAxis();
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ com::sun::star::beans::XPropertySet getZAxis();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif