summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/ChartAxisYSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart/ChartAxisYSupplier.idl')
-rw-r--r--offapi/com/sun/star/chart/ChartAxisYSupplier.idl90
1 files changed, 45 insertions, 45 deletions
diff --git a/offapi/com/sun/star/chart/ChartAxisYSupplier.idl b/offapi/com/sun/star/chart/ChartAxisYSupplier.idl
index aa33daad6031..009b8259d942 100644
--- a/offapi/com/sun/star/chart/ChartAxisYSupplier.idl
+++ b/offapi/com/sun/star/chart/ChartAxisYSupplier.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,66 +24,66 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_chart_ChartAxisYSupplier_idl__
-#define __com_sun_star_chart_ChartAxisYSupplier_idl__
-
-#ifndef __com_sun_star_chart_XAxisYSupplier_idl__
-#include <com/sun/star/chart/XAxisYSupplier.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module chart {
-
-//=============================================================================
-
+#ifndef __com_sun_star_chart_ChartAxisYSupplier_idl__
+#define __com_sun_star_chart_ChartAxisYSupplier_idl__
+
+#ifndef __com_sun_star_chart_XAxisYSupplier_idl__
+#include <com/sun/star/chart/XAxisYSupplier.idl>
+#endif
+
+
+//=============================================================================
+
+ module com { module sun { module star { module chart {
+
+//=============================================================================
+
/** A helper service for the y-axis.
*/
published service ChartAxisYSupplier
-{
+{
/** offers access to the axis object, the title, and the grids
*/
- interface com::sun::star::chart::XAxisYSupplier;
-
- //-------------------------------------------------------------------------
-
+ interface com::sun::star::chart::XAxisYSupplier;
+
+ //-------------------------------------------------------------------------
+
/** Determines if the y-axis is shown or hidden.@see ChartAxis
*/
- [property] boolean HasYAxis;
-
- //-------------------------------------------------------------------------
-
+ [property] boolean HasYAxis;
+
+ //-------------------------------------------------------------------------
+
/** Determines if the description of the y-axis
is shown or hidden.
*/
- [property] boolean HasYAxisDescription;
-
- //-------------------------------------------------------------------------
-
+ [property] boolean HasYAxisDescription;
+
+ //-------------------------------------------------------------------------
+
/** Determines if the major grid of the y-axis is
shown or hidden.@see ChartGrid
*/
- [property] boolean HasYAxisGrid;
-
- //-------------------------------------------------------------------------
-
+ [property] boolean HasYAxisGrid;
+
+ //-------------------------------------------------------------------------
+
/** Determines if the minor grid of the y-axis is
shown or hidden.@see ChartGrid
*/
- [property] boolean HasYAxisHelpGrid;
-
- //-------------------------------------------------------------------------
-
+ [property] boolean HasYAxisHelpGrid;
+
+ //-------------------------------------------------------------------------
+
/** Determines if the title of the y-axis is shown
or hidden.@see ChartTitle
*/
- [property] boolean HasYAxisTitle;
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ [property] boolean HasYAxisTitle;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif