summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/report/XSection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/report/XSection.idl')
-rw-r--r--offapi/com/sun/star/report/XSection.idl100
1 files changed, 50 insertions, 50 deletions
diff --git a/offapi/com/sun/star/report/XSection.idl b/offapi/com/sun/star/report/XSection.idl
index 80501b88d..389f9949e 100644
--- a/offapi/com/sun/star/report/XSection.idl
+++ b/offapi/com/sun/star/report/XSection.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_report_XSection_idl__
-#define __com_sun_star_report_XSection_idl__
-
-#ifndef __com_sun_star_container_XChild_idl__
-#include <com/sun/star/container/XChild.idl>
-#endif
-#ifndef __com_sun_star_drawing_XShapes_idl__
-#include <com/sun/star/drawing/XShapes.idl>
-#endif
-#ifndef __com_sun_star_container_XEnumerationAccess_idl__
-#include <com/sun/star/container/XEnumerationAccess.idl>
-#endif
-#ifndef __com_sun_star_container_XContainer_idl__
-#include <com/sun/star/container/XContainer.idl>
-#endif
-#ifndef __com_sun_star_util_Color_idl__
-#include <com/sun/star/util/Color.idl>
-#endif
+#ifndef __com_sun_star_report_XSection_idl__
+#define __com_sun_star_report_XSection_idl__
+
+#ifndef __com_sun_star_container_XChild_idl__
+#include <com/sun/star/container/XChild.idl>
+#endif
+#ifndef __com_sun_star_drawing_XShapes_idl__
+#include <com/sun/star/drawing/XShapes.idl>
+#endif
+#ifndef __com_sun_star_container_XEnumerationAccess_idl__
+#include <com/sun/star/container/XEnumerationAccess.idl>
+#endif
+#ifndef __com_sun_star_container_XContainer_idl__
+#include <com/sun/star/container/XContainer.idl>
+#endif
+#ifndef __com_sun_star_util_Color_idl__
+#include <com/sun/star/util/Color.idl>
+#endif
#ifndef __com_sun_star_beans_XPropertySet_idl__
#include <com/sun/star/beans/XPropertySet.idl>
#endif
-#ifndef __com_sun_star_report_XReportDefinition_idl__
+#ifndef __com_sun_star_report_XReportDefinition_idl__
#include <com/sun/star/report/XReportDefinition.idl>
#endif
-#ifndef __com_sun_star_report_XReportComponent_idl__
+#ifndef __com_sun_star_report_XReportComponent_idl__
#include <com/sun/star/report/XReportComponent.idl>
#endif
-//=============================================================================
-
- module com { module sun { module star { module report {
- interface XGroup;
-//=============================================================================
-
+//=============================================================================
+
+ module com { module sun { module star { module report {
+ published interface XGroup;
+//=============================================================================
+
/** identifies a <type>XSection</type> inside a report.
<p>A section acts like a container of report components. This generic
@@ -66,22 +66,22 @@
@see XReportDefinition
@see XGroup
*/
-interface XSection
-{
+published interface XSection
+{
/** allows to navigate to group or report definition.
*/
interface com::sun::star::container::XChild;
/** allows to register listeners to be notified of changes in the container.
*/
- interface com::sun::star::container::XContainer;
-
+ interface com::sun::star::container::XContainer;
+
/** gives access to the elements by index.
*/
- interface com::sun::star::drawing::XShapes;
-
+ interface com::sun::star::drawing::XShapes;
+
/** creates an enumeration of the elements.
*/
- interface com::sun::star::container::XEnumerationAccess;
+ interface com::sun::star::container::XEnumerationAccess;
/** provides generic access to the instance properties
*/
@@ -91,8 +91,8 @@ interface XSection
*/
interface com::sun::star::lang::XComponent;
- //-------------------------------------------------------------------------
-
+ //-------------------------------------------------------------------------
+
/** Defines if the section should be visible in report.
*/
[attribute,bound] boolean Visible;
@@ -139,7 +139,7 @@ interface XSection
};
/** Specifies that the section is printed on one page.
- <p>Not valid for page header or page footer.</p>
+ <p>Not valid for page header or page footer.</p>
*/
[attribute,bound] boolean KeepTogether
{
@@ -147,8 +147,8 @@ interface XSection
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- /** Specifies that elements with dynamic state will be expanded vertically when then content of the element is larger than it's container.
- If this property is disabled the content will be truncated when it's size is larger than the container.
+ /** Specifies that elements with dynamic state will be expanded vertically when then content of the element is larger than it's container.
+ If this property is disabled the content will be truncated when it's size is larger than the container.
*/
[attribute,bound] boolean CanGrow
{
@@ -158,7 +158,7 @@ interface XSection
/**
<p>Represents ...</p>
-
+
*/
[attribute,bound] boolean CanShrink
{
@@ -166,7 +166,7 @@ interface XSection
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- /** Defines that the group header should be repeated on the next page when a group spans more than one page.
+ /** Defines that the group header should be repeated on the next page when a group spans more than one page.
It only applies to group headers.
*/
[attribute,bound] boolean RepeatSection
@@ -182,14 +182,14 @@ interface XSection
/** Specifies the parent of the section if it is a page header or page footer.
*/
[attribute,readonly] com::sun::star::report::XReportDefinition ReportDefinition;
-};
+};
service Section : XSection;
-//=============================================================================
-
-}; }; }; };
-
-/*=============================================================================
-
-=============================================================================*/
-#endif
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif