summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/ChartPieSegmentProperties.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart/ChartPieSegmentProperties.idl')
-rw-r--r--offapi/com/sun/star/chart/ChartPieSegmentProperties.idl76
1 files changed, 38 insertions, 38 deletions
diff --git a/offapi/com/sun/star/chart/ChartPieSegmentProperties.idl b/offapi/com/sun/star/chart/ChartPieSegmentProperties.idl
index b771d59e4c8d..c9d4111b21fe 100644
--- a/offapi/com/sun/star/chart/ChartPieSegmentProperties.idl
+++ b/offapi/com/sun/star/chart/ChartPieSegmentProperties.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,52 +24,52 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_chart_ChartPieSegmentProperties_idl__
-#define __com_sun_star_chart_ChartPieSegmentProperties_idl__
-
-#ifndef __com_sun_star_chart_ChartDataPointProperties_idl__
-#include <com/sun/star/chart/ChartDataPointProperties.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_ChartPieSegmentProperties_idl__
+#define __com_sun_star_chart_ChartPieSegmentProperties_idl__
+
+#ifndef __com_sun_star_chart_ChartDataPointProperties_idl__
+#include <com/sun/star/chart/ChartDataPointProperties.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 {
+
+//=============================================================================
+
/** specifies all the properties for the graphic object of a
pie segment.@see PieDiagram
*/
published service ChartPieSegmentProperties
-{
- service com::sun::star::chart::ChartDataPointProperties;
- interface com::sun::star::beans::XPropertySet;
-
- //-------------------------------------------------------------------------
-
+{
+ service com::sun::star::chart::ChartDataPointProperties;
+ interface com::sun::star::beans::XPropertySet;
+
+ //-------------------------------------------------------------------------
+
/** reflects the offset of a pie segment in percent of the radius.
-
-
-
+
+
+
<p>The default value for all the segments of a <type>PieDiagram</type>
is 0. If you change this value from 0 to 100 the segment is pulled out
from the center by its radius.
-
+
</p>
<p>Currently this property is supported by two dimensional pie
diagrams only.</p>
*/
- [property] long SegmentOffset;
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ [property] long SegmentOffset;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif