summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/report
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/report')
-rw-r--r--offapi/com/sun/star/report/Calculation.idl4
-rw-r--r--offapi/com/sun/star/report/FixedLine.idl3
-rw-r--r--offapi/com/sun/star/report/FixedText.idl3
-rw-r--r--offapi/com/sun/star/report/ForceNewPage.idl4
-rw-r--r--offapi/com/sun/star/report/FormatCondition.idl3
-rw-r--r--offapi/com/sun/star/report/FormattedField.idl3
-rw-r--r--offapi/com/sun/star/report/Function.idl3
-rw-r--r--offapi/com/sun/star/report/Group.idl3
-rw-r--r--offapi/com/sun/star/report/GroupKeepTogether.idl4
-rw-r--r--offapi/com/sun/star/report/GroupOn.idl4
-rw-r--r--offapi/com/sun/star/report/Groups.idl3
-rw-r--r--offapi/com/sun/star/report/ImageControl.idl3
-rw-r--r--offapi/com/sun/star/report/KeepTogether.idl4
-rw-r--r--offapi/com/sun/star/report/ReportControlFormat.idl3
-rw-r--r--offapi/com/sun/star/report/ReportControlModel.idl3
-rw-r--r--offapi/com/sun/star/report/ReportDefinition.idl3
-rw-r--r--offapi/com/sun/star/report/ReportPrintOption.idl4
-rw-r--r--offapi/com/sun/star/report/Section.idl3
-rw-r--r--offapi/com/sun/star/report/SectionPageBreak.idl4
-rw-r--r--offapi/com/sun/star/report/Shape.idl3
-rw-r--r--offapi/com/sun/star/report/XFixedLine.idl8
-rw-r--r--offapi/com/sun/star/report/XFixedText.idl3
-rw-r--r--offapi/com/sun/star/report/XFormatCondition.idl3
-rw-r--r--offapi/com/sun/star/report/XFormattedField.idl3
-rw-r--r--offapi/com/sun/star/report/XFunction.idl3
-rw-r--r--offapi/com/sun/star/report/XFunctions.idl3
-rw-r--r--offapi/com/sun/star/report/XFunctionsSupplier.idl3
-rw-r--r--offapi/com/sun/star/report/XGroup.idl3
-rw-r--r--offapi/com/sun/star/report/XGroups.idl3
-rw-r--r--offapi/com/sun/star/report/XImageControl.idl3
-rw-r--r--offapi/com/sun/star/report/XReportComponent.idl4
-rw-r--r--offapi/com/sun/star/report/XReportControlFormat.idl40
-rw-r--r--offapi/com/sun/star/report/XReportControlModel.idl3
-rw-r--r--offapi/com/sun/star/report/XReportDefinition.idl5
-rw-r--r--offapi/com/sun/star/report/XReportEngine.idl2
-rw-r--r--offapi/com/sun/star/report/XSection.idl4
-rw-r--r--offapi/com/sun/star/report/XShape.idl5
-rw-r--r--offapi/com/sun/star/report/inspection/DataProviderHandler.idl3
-rw-r--r--offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl3
-rw-r--r--offapi/com/sun/star/report/inspection/ReportComponentHandler.idl3
-rw-r--r--offapi/com/sun/star/report/meta/XFormulaParser.idl2
-rw-r--r--offapi/com/sun/star/report/meta/XFunctionCategory.idl2
-rw-r--r--offapi/com/sun/star/report/meta/XFunctionDescription.idl4
-rw-r--r--offapi/com/sun/star/report/meta/XFunctionManager.idl2
44 files changed, 0 insertions, 184 deletions
diff --git a/offapi/com/sun/star/report/Calculation.idl b/offapi/com/sun/star/report/Calculation.idl
index 99b45ce58e5a..99a91bcb1451 100644
--- a/offapi/com/sun/star/report/Calculation.idl
+++ b/offapi/com/sun/star/report/Calculation.idl
@@ -29,18 +29,15 @@
#define __com_sun_star_report_Calculation_idl__
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
/** Specifies how to calculate a value.
@see XFormattedField
*/
constants Calculation
{
- //-------------------------------------------------------------------------
/** returns the average of a field.
*/
@@ -127,7 +124,6 @@ constants Calculation
const short WEIGHTEDAVG = 20;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/report/FixedLine.idl b/offapi/com/sun/star/report/FixedLine.idl
index 84cb4e77fe3b..ba8d8f48f973 100644
--- a/offapi/com/sun/star/report/FixedLine.idl
+++ b/offapi/com/sun/star/report/FixedLine.idl
@@ -30,13 +30,10 @@
#include <com/sun/star/report/XFixedLine.idl>
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
service FixedLine : XFixedLine;
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/report/FixedText.idl b/offapi/com/sun/star/report/FixedText.idl
index baf93d8d34ef..cd40d116f1e0 100644
--- a/offapi/com/sun/star/report/FixedText.idl
+++ b/offapi/com/sun/star/report/FixedText.idl
@@ -30,14 +30,11 @@
#include <com/sun/star/report/XFixedText.idl>
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
service FixedText : XFixedText;
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/report/ForceNewPage.idl b/offapi/com/sun/star/report/ForceNewPage.idl
index 2e2bf5568ee8..a5eb7ac8cba3 100644
--- a/offapi/com/sun/star/report/ForceNewPage.idl
+++ b/offapi/com/sun/star/report/ForceNewPage.idl
@@ -29,11 +29,9 @@
#define __com_sun_star_report_ForceNewPage_idl__
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
/** Specifies if the section will be printed on an separate page.
<p>This does not apply to page header or page footer.</p>
@@ -41,7 +39,6 @@
*/
constants ForceNewPage
{
- //-------------------------------------------------------------------------
/** The current section is printed on the current page.
*/
@@ -60,7 +57,6 @@ constants ForceNewPage
const short BEFORE_AFTER_SECTION = 3;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/report/FormatCondition.idl b/offapi/com/sun/star/report/FormatCondition.idl
index 6d85df8199d3..58a43af66a6d 100644
--- a/offapi/com/sun/star/report/FormatCondition.idl
+++ b/offapi/com/sun/star/report/FormatCondition.idl
@@ -30,12 +30,9 @@
#include <com/sun/star/report/XFormatCondition.idl>
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
service FormatCondition : XFormatCondition;
-//=============================================================================
}; }; }; };
#endif
diff --git a/offapi/com/sun/star/report/FormattedField.idl b/offapi/com/sun/star/report/FormattedField.idl
index a2174bac8b7c..d39792257bc9 100644
--- a/offapi/com/sun/star/report/FormattedField.idl
+++ b/offapi/com/sun/star/report/FormattedField.idl
@@ -30,14 +30,11 @@
#include <com/sun/star/report/XFormattedField.idl>
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
service FormattedField : XFormattedField;
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/report/Function.idl b/offapi/com/sun/star/report/Function.idl
index 5feb8b3f9201..f070e817d91d 100644
--- a/offapi/com/sun/star/report/Function.idl
+++ b/offapi/com/sun/star/report/Function.idl
@@ -30,15 +30,12 @@
#include <com/sun/star/report/XFunction.idl>
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
service Function : XFunction
{
create();
};
-//=============================================================================
}; }; }; };
#endif
diff --git a/offapi/com/sun/star/report/Group.idl b/offapi/com/sun/star/report/Group.idl
index 1b5a3b6f8f27..4fd241b7df7b 100644
--- a/offapi/com/sun/star/report/Group.idl
+++ b/offapi/com/sun/star/report/Group.idl
@@ -30,13 +30,10 @@
#include <com/sun/star/report/XGroup.idl>
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
service Group : XGroup;
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/report/GroupKeepTogether.idl b/offapi/com/sun/star/report/GroupKeepTogether.idl
index 2e76b811a4ff..0d7df280e828 100644
--- a/offapi/com/sun/star/report/GroupKeepTogether.idl
+++ b/offapi/com/sun/star/report/GroupKeepTogether.idl
@@ -29,11 +29,9 @@
#define __com_sun_star_report_GroupKeepTogether_idl__
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
/** Specifies if groups in a multi column report where the group has the property
<member scope="XGroup">KeepTogether</member> set to WHOLE_GROUP or WITH_FIRST_DETAIL will keep together by page or column.
@@ -41,7 +39,6 @@
*/
constants GroupKeepTogether
{
- //-------------------------------------------------------------------------
/** Groups are kept together by page.
*/
@@ -52,7 +49,6 @@ constants GroupKeepTogether
const short PER_COLUMN = 1;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/report/GroupOn.idl b/offapi/com/sun/star/report/GroupOn.idl
index 8c196f577fb7..d426f8f10d5f 100644
--- a/offapi/com/sun/star/report/GroupOn.idl
+++ b/offapi/com/sun/star/report/GroupOn.idl
@@ -29,18 +29,15 @@
#define __com_sun_star_report_GroupOn_idl__
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
/** Specifies how to group data.
@see XGroup
*/
constants GroupOn
{
- //-------------------------------------------------------------------------
/** The same value in the column value or expression.
*/
@@ -83,7 +80,6 @@ constants GroupOn
const short INTERVAL = 9;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/report/Groups.idl b/offapi/com/sun/star/report/Groups.idl
index 38274dfcad1e..9924d9ae2457 100644
--- a/offapi/com/sun/star/report/Groups.idl
+++ b/offapi/com/sun/star/report/Groups.idl
@@ -30,13 +30,10 @@
#include <com/sun/star/report/XGroups.idl>
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
service Groups : XGroups;
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/report/ImageControl.idl b/offapi/com/sun/star/report/ImageControl.idl
index c01b4bb461be..fac09c11edf4 100644
--- a/offapi/com/sun/star/report/ImageControl.idl
+++ b/offapi/com/sun/star/report/ImageControl.idl
@@ -30,14 +30,11 @@
#include <com/sun/star/report/XImageControl.idl>
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
service ImageControl : XImageControl;
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/report/KeepTogether.idl b/offapi/com/sun/star/report/KeepTogether.idl
index d65794adfee1..9ca0c8283fb1 100644
--- a/offapi/com/sun/star/report/KeepTogether.idl
+++ b/offapi/com/sun/star/report/KeepTogether.idl
@@ -29,18 +29,15 @@
#define __com_sun_star_report_KeepTogether_idl__
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
/** Specifies that a group header, detail, and footer section is printed on the same page.
@see XGroup
*/
constants KeepTogether
{
- //-------------------------------------------------------------------------
/** Prints the group without keeping the header, detail, and footer together on the same page.
*/
@@ -55,7 +52,6 @@ constants KeepTogether
const short WITH_FIRST_DETAIL = 2;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/report/ReportControlFormat.idl b/offapi/com/sun/star/report/ReportControlFormat.idl
index d4c5d82d339c..cb08ef81eebd 100644
--- a/offapi/com/sun/star/report/ReportControlFormat.idl
+++ b/offapi/com/sun/star/report/ReportControlFormat.idl
@@ -30,14 +30,11 @@
#include <com/sun/star/report/XReportControlFormat.idl>
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
service ReportControlFormat : XReportControlFormat;
-//=============================================================================
}; }; }; };
#endif
diff --git a/offapi/com/sun/star/report/ReportControlModel.idl b/offapi/com/sun/star/report/ReportControlModel.idl
index f678b98ccca5..e234ad207dc2 100644
--- a/offapi/com/sun/star/report/ReportControlModel.idl
+++ b/offapi/com/sun/star/report/ReportControlModel.idl
@@ -30,14 +30,11 @@
#include <com/sun/star/report/XReportControlModel.idl>
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
service ReportControlModel : XReportControlModel;
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/report/ReportDefinition.idl b/offapi/com/sun/star/report/ReportDefinition.idl
index c6f1b9148a72..8b10400a3e78 100644
--- a/offapi/com/sun/star/report/ReportDefinition.idl
+++ b/offapi/com/sun/star/report/ReportDefinition.idl
@@ -30,15 +30,12 @@
#include <com/sun/star/report/XReportDefinition.idl>
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
service ReportDefinition : XReportDefinition;
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/report/ReportPrintOption.idl b/offapi/com/sun/star/report/ReportPrintOption.idl
index 709ae065e763..7eadf7c832c3 100644
--- a/offapi/com/sun/star/report/ReportPrintOption.idl
+++ b/offapi/com/sun/star/report/ReportPrintOption.idl
@@ -29,17 +29,14 @@
#define __com_sun_star_report_ReportPrintOption_idl__
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
/** Specifies whether a page header or footer is printed on the same page as the report header or report footer.
*/
constants ReportPrintOption
{
- //-------------------------------------------------------------------------
/** The page header/footer is printed on all pages.
*/
@@ -58,7 +55,6 @@ constants ReportPrintOption
const short NOT_WITH_REPORT_HEADER_FOOTER = 3;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/report/Section.idl b/offapi/com/sun/star/report/Section.idl
index 5725814d551a..b61b23ff3c61 100644
--- a/offapi/com/sun/star/report/Section.idl
+++ b/offapi/com/sun/star/report/Section.idl
@@ -30,16 +30,13 @@
#include <com/sun/star/report/XSection.idl>
-//=============================================================================
module com { module sun { module star { module report {
interface XGroup;
-//=============================================================================
service Section : XSection;
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/report/SectionPageBreak.idl b/offapi/com/sun/star/report/SectionPageBreak.idl
index 2a018c2d37d7..9ac250a855a9 100644
--- a/offapi/com/sun/star/report/SectionPageBreak.idl
+++ b/offapi/com/sun/star/report/SectionPageBreak.idl
@@ -29,18 +29,15 @@
#define __com_sun_star_report_SectionPageBreak_idl__
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
/** Specifies that page breaks are allowed inside this section.
@see XSection
*/
constants SectionPageBreak
{
- //-------------------------------------------------------------------------
/** Page breaks will never be inserted. If the section doesn't fit on a page than the content will be cut.
*/
@@ -54,7 +51,6 @@ constants SectionPageBreak
*/
const short AUTO = 2;
};
-//=============================================================================
}; }; }; };
/*=============================================================================
=============================================================================*/
diff --git a/offapi/com/sun/star/report/Shape.idl b/offapi/com/sun/star/report/Shape.idl
index ac6f200580d9..0f90c2c5a13d 100644
--- a/offapi/com/sun/star/report/Shape.idl
+++ b/offapi/com/sun/star/report/Shape.idl
@@ -30,14 +30,11 @@
#include <com/sun/star/report/XShape.idl>
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
service Shape : XShape;
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/report/XFixedLine.idl b/offapi/com/sun/star/report/XFixedLine.idl
index a24c836d649c..d241b04a4f22 100644
--- a/offapi/com/sun/star/report/XFixedLine.idl
+++ b/offapi/com/sun/star/report/XFixedLine.idl
@@ -34,11 +34,9 @@
#include <com/sun/star/util/Color.idl>
#include <com/sun/star/drawing/LineDash.idl>
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
interface XFixedLine
{
interface XReportControlModel;
@@ -60,34 +58,28 @@ interface XFixedLine
*/
[attribute,bound] com::sun::star::drawing::LineStyle LineStyle;
- //-------------------------------------------------------------------------
/** This property contains the dash of the line.
*/
[attribute,bound] com::sun::star::drawing::LineDash LineDash;
- //-------------------------------------------------------------------------
/** This property contains the line color.
*/
[attribute,bound] com::sun::star::util::Color LineColor;
- //-------------------------------------------------------------------------
/** This property contains the extent of transparency.
*/
[attribute,bound] short LineTransparence;
- //-------------------------------------------------------------------------
/** This property contains the width of the line in 1/100th mm.
*/
[attribute,bound] long LineWidth;
- //-------------------------------------------------------------------------
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/report/XFixedText.idl b/offapi/com/sun/star/report/XFixedText.idl
index 1d9e0c41165a..cfb94a986e6e 100644
--- a/offapi/com/sun/star/report/XFixedText.idl
+++ b/offapi/com/sun/star/report/XFixedText.idl
@@ -29,11 +29,9 @@
#define __com_sun_star_report_XFixedText_idl__
#include <com/sun/star/report/XReportControlModel.idl>
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
interface XFixedText
{
interface XReportControlModel;
@@ -43,7 +41,6 @@ interface XFixedText
[attribute,bound] string Label;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/report/XFormatCondition.idl b/offapi/com/sun/star/report/XFormatCondition.idl
index f1538cf510d9..74f0a277c67d 100644
--- a/offapi/com/sun/star/report/XFormatCondition.idl
+++ b/offapi/com/sun/star/report/XFormatCondition.idl
@@ -30,9 +30,7 @@
#include <com/sun/star/report/XReportControlFormat.idl>
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
/** specifies a format condition for a control.
*/
interface XFormatCondition
@@ -53,7 +51,6 @@ interface XFormatCondition
[attribute,bound] string Formula;
};
-//=============================================================================
}; }; }; };
#endif
diff --git a/offapi/com/sun/star/report/XFormattedField.idl b/offapi/com/sun/star/report/XFormattedField.idl
index 0afdb3e15362..b00028f80ed7 100644
--- a/offapi/com/sun/star/report/XFormattedField.idl
+++ b/offapi/com/sun/star/report/XFormattedField.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/report/XReportControlModel.idl>
#include <com/sun/star/util/XNumberFormatsSupplier.idl>
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
/** describes a control which can be used for displaying values with a arbitrary formatting.
@see com::sun::star::report::XReportControlModel
@@ -58,7 +56,6 @@ interface XFormattedField
[attribute,bound] com::sun::star::util::XNumberFormatsSupplier FormatsSupplier;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/report/XFunction.idl b/offapi/com/sun/star/report/XFunction.idl
index 02c7de43cce1..1a9c7f91f1c7 100644
--- a/offapi/com/sun/star/report/XFunction.idl
+++ b/offapi/com/sun/star/report/XFunction.idl
@@ -32,9 +32,7 @@
#include <com/sun/star/beans/Optional.idl>
#include <com/sun/star/lang/XComponent.idl>
#include <com/sun/star/container/XChild.idl>
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
/** specifies a format condition for a control.
*/
interface XFunction
@@ -73,7 +71,6 @@ interface XFunction
[attribute,bound] com::sun::star::beans::Optional<string> InitialFormula;
};
-//=============================================================================
}; }; }; };
#endif
diff --git a/offapi/com/sun/star/report/XFunctions.idl b/offapi/com/sun/star/report/XFunctions.idl
index a1d0d9bf125f..0eeb7bd93c32 100644
--- a/offapi/com/sun/star/report/XFunctions.idl
+++ b/offapi/com/sun/star/report/XFunctions.idl
@@ -32,12 +32,10 @@
#include <com/sun/star/container/XContainer.idl>
#include <com/sun/star/container/XIndexContainer.idl>
#include <com/sun/star/lang/XComponent.idl>
-//=============================================================================
module com { module sun { module star { module report {
interface XReportDefinition;
interface XFunction;
-//=============================================================================
/** This interface specifies the functions collections of the report definition or a group.
@see XFunction
@@ -67,7 +65,6 @@ interface XFunctions
com::sun::star::report::XFunction createFunction();
};
-//=============================================================================
}; }; }; };
#endif
diff --git a/offapi/com/sun/star/report/XFunctionsSupplier.idl b/offapi/com/sun/star/report/XFunctionsSupplier.idl
index e7970a2d6430..07e9dc5f7dba 100644
--- a/offapi/com/sun/star/report/XFunctionsSupplier.idl
+++ b/offapi/com/sun/star/report/XFunctionsSupplier.idl
@@ -30,9 +30,7 @@
#include <com/sun/star/beans/XPropertySet.idl>
#include <com/sun/star/container/XNameContainer.idl>
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
interface XFunctions;
/** specifies the functions supplier which are located in a report definition or a group.
@@ -43,7 +41,6 @@ interface XFunctionsSupplier
*/
[attribute,readonly] com::sun::star::report::XFunctions Functions;
};
-//=============================================================================
}; }; }; };
#endif
diff --git a/offapi/com/sun/star/report/XGroup.idl b/offapi/com/sun/star/report/XGroup.idl
index 53f96dc7e451..7b03ce3bdd61 100644
--- a/offapi/com/sun/star/report/XGroup.idl
+++ b/offapi/com/sun/star/report/XGroup.idl
@@ -32,11 +32,9 @@
#include <com/sun/star/report/XSection.idl>
#include <com/sun/star/report/XGroups.idl>
#include <com/sun/star/report/XFunctions.idl>
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
/** identifies a <type>XGroup</type>.
A group is always a child of the groups collection in the report.
@@ -133,7 +131,6 @@ interface XGroup
[attribute,bound] boolean ResetPageNumber;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/report/XGroups.idl b/offapi/com/sun/star/report/XGroups.idl
index ac7988d28c1d..b399245855c2 100644
--- a/offapi/com/sun/star/report/XGroups.idl
+++ b/offapi/com/sun/star/report/XGroups.idl
@@ -32,12 +32,10 @@
#include <com/sun/star/container/XContainer.idl>
#include <com/sun/star/container/XIndexContainer.idl>
#include <com/sun/star/lang/XComponent.idl>
-//=============================================================================
module com { module sun { module star { module report {
interface XReportDefinition;
interface XGroup;
-//=============================================================================
/** This interface specifies the groups collections of the report definition.
@see XGroup
@@ -68,7 +66,6 @@ interface XGroups
[attribute,readonly] com::sun::star::report::XReportDefinition ReportDefinition;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/report/XImageControl.idl b/offapi/com/sun/star/report/XImageControl.idl
index 762c99019811..b03d948ced13 100644
--- a/offapi/com/sun/star/report/XImageControl.idl
+++ b/offapi/com/sun/star/report/XImageControl.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/report/XReportControlModel.idl>
#include <com/sun/star/form/XImageProducerSupplier.idl>
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
interface XImageControl
{
interface XReportControlModel;
@@ -78,7 +76,6 @@ interface XImageControl
[attribute,bound] boolean PreserveIRI;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/report/XReportComponent.idl b/offapi/com/sun/star/report/XReportComponent.idl
index 260435038ae6..01e163cc9a95 100644
--- a/offapi/com/sun/star/report/XReportComponent.idl
+++ b/offapi/com/sun/star/report/XReportComponent.idl
@@ -39,11 +39,9 @@
#include <com/sun/star/awt/XControlModel.idl>
#include <com/sun/star/drawing/XShape.idl>
-//=============================================================================
module com { module sun { module star { module report {
interface XSection;
-//=============================================================================
/** describes a component which may be part of a report.
@see XReportDefinition
@@ -102,7 +100,6 @@ interface XReportComponent
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** specifies the color of the border, if present
@@ -177,7 +174,6 @@ interface XReportComponent
[attribute,readonly] com::sun::star::report::XSection Section;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/report/XReportControlFormat.idl b/offapi/com/sun/star/report/XReportControlFormat.idl
index 53bbf84e101a..fc05e26ac06a 100644
--- a/offapi/com/sun/star/report/XReportControlFormat.idl
+++ b/offapi/com/sun/star/report/XReportControlFormat.idl
@@ -36,11 +36,9 @@
#include <com/sun/star/style/ParagraphAdjust.idl>
#include <com/sun/star/style/VerticalAlignment.idl>
#include <com/sun/star/util/Color.idl>
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
/** specifies a format condition for a control.
*/
interface XReportControlFormat
@@ -70,7 +68,6 @@ interface XReportControlFormat
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** specifies the font attributes of the text in the control.
*/
@@ -96,7 +93,6 @@ interface XReportControlFormat
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** specifies the <type scope="com::sun::star::text">FontEmphasis</type>
value of the text in the control.
@@ -123,7 +119,6 @@ interface XReportControlFormat
set raises ( com::sun::star::beans::UnknownPropertyException );
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** contains the prefix (usually parenthesis) before text that is formatted in two lines.
<p>It is linked to the properties CharCombineIsOn and CharCombineSuffix.</p>
*/
@@ -132,7 +127,6 @@ interface XReportControlFormat
set raises ( com::sun::star::beans::UnknownPropertyException );
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** contains the suffix (usually parenthesis) after text that is formatted in two lines.
<p>It is linked to the properties CharCombineIsOn and CharCombinePrefix.</p>
*/
@@ -152,7 +146,6 @@ interface XReportControlFormat
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** specifies if the characters are formatted and
displayed with a shadow effect.
*/
@@ -258,7 +251,6 @@ interface XReportControlFormat
set raises ( com::sun::star::beans::UnknownPropertyException );
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** This attribute contains the name of the font style.
@@ -269,7 +261,6 @@ interface XReportControlFormat
set raises ( com::sun::star::beans::UnknownPropertyException );
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** This attribute contains font family as specified in
com.sun.star.awt.FontFamily .
@@ -279,7 +270,6 @@ interface XReportControlFormat
set raises ( com::sun::star::beans::UnknownPropertyException );
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** This attribute contains the text encoding of the font as specified in
com.sun.star.awt.CharSet.
@@ -289,7 +279,6 @@ interface XReportControlFormat
set raises ( com::sun::star::beans::UnknownPropertyException );
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** This attribute contains the font pitch as specified in com.sun.star.awt.FontPitch.
*/
@@ -307,7 +296,6 @@ interface XReportControlFormat
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** specifies the text line color (RGB) of the control.
*/
@@ -325,7 +313,6 @@ interface XReportControlFormat
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** This attribute contains the value for the character underline.@see com::sun::star::awt::FontUnderline
*/
@@ -335,7 +322,6 @@ interface XReportControlFormat
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** This attribute contains the value of the font weight.@see com::sun::star::awt::FontWeight
*/
@@ -345,7 +331,6 @@ interface XReportControlFormat
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** This attribute contains the value of the posture of the document.@see com::sun::star::awt::FontSlant
*/
@@ -355,7 +340,6 @@ interface XReportControlFormat
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** determines the type of the strike out of the character.
@see com.sun.star.awt.FontStrikeout
*/
@@ -383,7 +367,6 @@ interface XReportControlFormat
set raises ( com::sun::star::beans::UnknownPropertyException );
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** determines the percentage value for scaling the width of characters.
@@ -406,7 +389,6 @@ interface XReportControlFormat
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** contains the URL of a hyperlink (if set).
*/
[attribute,bound] string HyperLinkURL
@@ -415,7 +397,6 @@ interface XReportControlFormat
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** contains the name of the target for a hyperlink (if set).
*/
[attribute,bound] string HyperLinkTarget
@@ -424,7 +405,6 @@ interface XReportControlFormat
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** contains the name of the hyperlink (if set).
*/
[attribute,bound] string HyperLinkName
@@ -433,7 +413,6 @@ interface XReportControlFormat
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //--------------------------------------------------------------------
/** contains the character style name for visited hyperlinks.
*/
[attribute,bound] string VisitedCharStyleName
@@ -442,7 +421,6 @@ interface XReportControlFormat
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //--------------------------------------------------------------------
/** contains the character style name for unvisited hyperlinks.
*/
[attribute,bound] string UnvisitedCharStyleName
@@ -457,7 +435,6 @@ interface XReportControlFormat
set raises ( com::sun::star::beans::UnknownPropertyException );
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** This property contains the value of the font weight.@see com::sun::star::awt::FontWeight
*/
[attribute,bound] float CharWeightAsian
@@ -465,7 +442,6 @@ interface XReportControlFormat
set raises ( com::sun::star::beans::UnknownPropertyException );
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** This property specifies the name of the font style.
<p>It may contain more than one name separated by comma.</p>
*/
@@ -474,7 +450,6 @@ interface XReportControlFormat
set raises ( com::sun::star::beans::UnknownPropertyException );
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** This property contains the name of the font style.
<p>This property may be empty.</p>
*/
@@ -483,7 +458,6 @@ interface XReportControlFormat
set raises ( com::sun::star::beans::UnknownPropertyException );
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** This property contains font family as specified in
com.sun.star.awt.FontFamily .
*/
@@ -492,7 +466,6 @@ interface XReportControlFormat
set raises ( com::sun::star::beans::UnknownPropertyException );
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** This property contains the text encoding of the font as specified in
com.sun.star.awt.CharSet.
*/
@@ -501,7 +474,6 @@ interface XReportControlFormat
set raises ( com::sun::star::beans::UnknownPropertyException );
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** This property contains the font pitch as specified in com.sun.star.awt.FontPitch.
*/
[attribute,bound] short CharFontPitchAsian
@@ -509,7 +481,6 @@ interface XReportControlFormat
set raises ( com::sun::star::beans::UnknownPropertyException );
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** This property contains the value of the posture of the document.@see com::sun::star::awt::FontSlant
*/
[attribute,bound] com::sun::star::awt::FontSlant CharPostureAsian
@@ -518,7 +489,6 @@ interface XReportControlFormat
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** contains the value of the locale.
*/
[attribute,bound] com::sun::star::lang::Locale CharLocaleAsian
@@ -527,7 +497,6 @@ interface XReportControlFormat
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** This value contains the height of the characters in point.
*/
[attribute,bound] float CharHeightComplex
@@ -535,7 +504,6 @@ interface XReportControlFormat
set raises ( com::sun::star::beans::UnknownPropertyException );
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** This property contains the value of the font weight.@see com::sun::star::awt::FontWeight
*/
[attribute,bound] float CharWeightComplex
@@ -543,7 +511,6 @@ interface XReportControlFormat
set raises ( com::sun::star::beans::UnknownPropertyException );
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** This property specifies the name of the font style.
<p>It may contain more than one name separated by comma.</p>
*/
@@ -552,7 +519,6 @@ interface XReportControlFormat
set raises ( com::sun::star::beans::UnknownPropertyException );
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** This property contains the name of the font style.
<p>This property may be empty.</p>
*/
@@ -562,7 +528,6 @@ interface XReportControlFormat
set raises ( com::sun::star::beans::UnknownPropertyException );
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** This property contains font family as specified in
com.sun.star.awt.FontFamily .
*/
@@ -571,7 +536,6 @@ interface XReportControlFormat
set raises ( com::sun::star::beans::UnknownPropertyException );
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** This property contains the text encoding of the font as specified in
com.sun.star.awt.CharSet.
*/
@@ -580,7 +544,6 @@ interface XReportControlFormat
set raises ( com::sun::star::beans::UnknownPropertyException );
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** This property contains the font pitch as specified in com.sun.star.awt.FontPitch.
*/
[attribute,bound] short CharFontPitchComplex
@@ -588,7 +551,6 @@ interface XReportControlFormat
set raises ( com::sun::star::beans::UnknownPropertyException );
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** This property contains the value of the posture of the document.@see com::sun::star::awt::FontSlant
*/
[attribute,bound] com::sun::star::awt::FontSlant CharPostureComplex
@@ -597,7 +559,6 @@ interface XReportControlFormat
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- //-------------------------------------------------------------------------
/** contains the value of the locale.
*/
[attribute,bound] com::sun::star::lang::Locale CharLocaleComplex
@@ -607,7 +568,6 @@ interface XReportControlFormat
};
};
-//=============================================================================
}; }; }; };
#endif
diff --git a/offapi/com/sun/star/report/XReportControlModel.idl b/offapi/com/sun/star/report/XReportControlModel.idl
index 49442a13234e..f1d46b5ed1c8 100644
--- a/offapi/com/sun/star/report/XReportControlModel.idl
+++ b/offapi/com/sun/star/report/XReportControlModel.idl
@@ -33,11 +33,9 @@
#include <com/sun/star/container/XContainer.idl>
#include <com/sun/star/container/XIndexContainer.idl>
#include <com/sun/star/report/XFormatCondition.idl>
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
interface XReportControlModel
{
/** allows the creation of sub reports.
@@ -95,7 +93,6 @@ interface XReportControlModel
};
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/report/XReportDefinition.idl b/offapi/com/sun/star/report/XReportDefinition.idl
index f19bf000a9ae..85da6f1f4177 100644
--- a/offapi/com/sun/star/report/XReportDefinition.idl
+++ b/offapi/com/sun/star/report/XReportDefinition.idl
@@ -51,13 +51,11 @@
module com { module sun { module star { module sdbc {
published interface XConnection;
};};};};
-//=============================================================================
module com { module sun { module star { module report {
interface XSection;
interface XGroups;
-//=============================================================================
/** identifies a <type>XReportComponent</type> as being a (sub-) report.
@@ -109,7 +107,6 @@ interface XReportDefinition
*/
interface com::sun::star::style::XStyleFamiliesSupplier;
- //-------------------------------------------------------------------------
/** a storable document should provide information about his modify state
<p>
@@ -144,7 +141,6 @@ interface XReportDefinition
raises( ::com::sun::star::lang::DisposedException,
::com::sun::star::uno::Exception );
- //-------------------------------------------------------------------------
/** Represents the output format (media (mime) type) of the resulting document when executing this report.
*/
@@ -314,7 +310,6 @@ interface XReportDefinition
};
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/report/XReportEngine.idl b/offapi/com/sun/star/report/XReportEngine.idl
index e866f9168c26..8512823a2414 100644
--- a/offapi/com/sun/star/report/XReportEngine.idl
+++ b/offapi/com/sun/star/report/XReportEngine.idl
@@ -40,7 +40,6 @@
#include <com/sun/star/lang/DisposedException.idl>
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module report {
/** identifies a <type>XReportEngine</type> which allows the creation of OpenDocument files.
@@ -138,7 +137,6 @@ interface XReportEngine
[attribute,bound] long MaxRows;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/report/XSection.idl b/offapi/com/sun/star/report/XSection.idl
index d932b4af4299..747fdf279f0f 100644
--- a/offapi/com/sun/star/report/XSection.idl
+++ b/offapi/com/sun/star/report/XSection.idl
@@ -36,11 +36,9 @@
#include <com/sun/star/beans/XPropertySet.idl>
#include <com/sun/star/report/XReportDefinition.idl>
#include <com/sun/star/report/XReportComponent.idl>
-//=============================================================================
module com { module sun { module star { module report {
interface XGroup;
-//=============================================================================
/** identifies a <type>XSection</type> inside a report.
@@ -76,7 +74,6 @@ interface XSection
*/
interface com::sun::star::lang::XComponent;
- //-------------------------------------------------------------------------
/** Defines if the section should be visible in report.
*/
@@ -169,7 +166,6 @@ interface XSection
[attribute,readonly] com::sun::star::report::XReportDefinition ReportDefinition;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/report/XShape.idl b/offapi/com/sun/star/report/XShape.idl
index f95fc4fb9a55..c92725537075 100644
--- a/offapi/com/sun/star/report/XShape.idl
+++ b/offapi/com/sun/star/report/XShape.idl
@@ -32,11 +32,9 @@
#include <com/sun/star/beans/PropertyValue.idl>
#include <com/sun/star/drawing/XShape.idl>
#include <com/sun/star/drawing/HomogenMatrix3.idl>
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
interface XShape
{
interface XReportControlModel;
@@ -52,13 +50,11 @@ interface XShape
*/
[attribute,bound] com::sun::star::drawing::HomogenMatrix3 Transformation;
- //-------------------------------------------------------------------------
/** This property contains the CustomShapeEngine service name that has to
be used for rendering.
*/
[attribute] string CustomShapeEngine;
- //-------------------------------------------------------------------------
/** This property can be used to store data that the CustomShapeEngine may
use for rendering
*/
@@ -78,7 +74,6 @@ interface XShape
[attribute,bound] boolean Opaque;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/report/inspection/DataProviderHandler.idl b/offapi/com/sun/star/report/inspection/DataProviderHandler.idl
index 8de6a1e89c1d..25192920e8d4 100644
--- a/offapi/com/sun/star/report/inspection/DataProviderHandler.idl
+++ b/offapi/com/sun/star/report/inspection/DataProviderHandler.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/inspection/XPropertyHandler.idl>
-//=============================================================================
module com { module sun { module star { module report { module inspection {
-//=============================================================================
/** implements the default property handler for all known types of <type scope="com::sun::star::chart2::data">XDataProvider</type>s.
@@ -46,7 +44,6 @@ service DataProviderHandler
interface com::sun::star::inspection::XPropertyHandler;
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl b/offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl
index 87e067a075bc..10490a792215 100644
--- a/offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl
+++ b/offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/inspection/XObjectInspectorModel.idl>
#include <com/sun/star/lang/IllegalArgumentException.idl>
-//=============================================================================
module com { module sun { module star { module report { module inspection {
-//=============================================================================
/** implements a <type scope="com::sun::star::inspection">XObjectInspectorModel</type> for
inspecting form components, in particular all components implementing the <type>ReportComponent</type>
@@ -86,7 +84,6 @@ service DefaultComponentInspectorModel : com::sun::star::inspection::XObjectInsp
raises ( ::com::sun::star::lang::IllegalArgumentException );
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/report/inspection/ReportComponentHandler.idl b/offapi/com/sun/star/report/inspection/ReportComponentHandler.idl
index eac78e38a8a1..5b5798421d6e 100644
--- a/offapi/com/sun/star/report/inspection/ReportComponentHandler.idl
+++ b/offapi/com/sun/star/report/inspection/ReportComponentHandler.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/inspection/XPropertyHandler.idl>
-//=============================================================================
module com { module sun { module star { module report { module inspection {
-//=============================================================================
/** implements the default property handler for all known types of <type scope="com::sun::star::report">XReportComponent</type>s.
@@ -46,7 +44,6 @@ service ReportComponentHandler
interface com::sun::star::inspection::XPropertyHandler;
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/report/meta/XFormulaParser.idl b/offapi/com/sun/star/report/meta/XFormulaParser.idl
index 0a9d746b5198..958628a5fc4e 100644
--- a/offapi/com/sun/star/report/meta/XFormulaParser.idl
+++ b/offapi/com/sun/star/report/meta/XFormulaParser.idl
@@ -34,7 +34,6 @@
#include <com/sun/star/sheet/FormulaOpCodeMapEntry.idl>
#include <com/sun/star/sheet/XFormulaOpCodeMapper.idl>
#include <com/sun/star/beans/XPropertySet.idl>
-//=============================================================================
module com { module sun { module star { module report { module meta {
/** identifies a <type>XFormulaParser</type> which allows to retrieve the meta data of all supported functions.
@@ -62,7 +61,6 @@ interface XFormulaParser
[attribute,readonly] com::sun::star::sheet::XFormulaOpCodeMapper FormulaOpCodeMapper;
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/report/meta/XFunctionCategory.idl b/offapi/com/sun/star/report/meta/XFunctionCategory.idl
index 7255286af17a..0abac9c795d7 100644
--- a/offapi/com/sun/star/report/meta/XFunctionCategory.idl
+++ b/offapi/com/sun/star/report/meta/XFunctionCategory.idl
@@ -32,7 +32,6 @@
#include <com/sun/star/lang/DisposedException.idl>
#include <com/sun/star/beans/XPropertySet.idl>
-//=============================================================================
module com { module sun { module star { module report { module meta {
interface XFunctionDescription;
@@ -66,7 +65,6 @@ interface XFunctionCategory
[attribute,readonly] long Number;
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/report/meta/XFunctionDescription.idl b/offapi/com/sun/star/report/meta/XFunctionDescription.idl
index 84a768db7d56..14b25b04ad25 100644
--- a/offapi/com/sun/star/report/meta/XFunctionDescription.idl
+++ b/offapi/com/sun/star/report/meta/XFunctionDescription.idl
@@ -32,7 +32,6 @@
#include <com/sun/star/lang/IllegalArgumentException.idl>
#include <com/sun/star/beans/XPropertySet.idl>
#include <com/sun/star/sheet/FunctionArgument.idl>
-//=============================================================================
module com { module sun { module star { module report { module meta {
interface XFunctionCategory;
@@ -59,7 +58,6 @@ interface XFunctionDescription
*/
[attribute,readonly] string Name;
- //-------------------------------------------------------------------------
/** returns a localized description of the function.
*/
@@ -69,7 +67,6 @@ interface XFunctionDescription
*/
[attribute,readonly] string Signature;
- //-------------------------------------------------------------------------
/** returns a sequence of localized descriptions of the function's
arguments (in the order specified by the function).
@@ -77,7 +74,6 @@ interface XFunctionDescription
[attribute,readonly] sequence< com::sun::star::sheet::FunctionArgument > Arguments;
};
-//=============================================================================
}; }; }; }; };
diff --git a/offapi/com/sun/star/report/meta/XFunctionManager.idl b/offapi/com/sun/star/report/meta/XFunctionManager.idl
index c8d11ccefd97..de6edcae6db6 100644
--- a/offapi/com/sun/star/report/meta/XFunctionManager.idl
+++ b/offapi/com/sun/star/report/meta/XFunctionManager.idl
@@ -35,7 +35,6 @@
#include <com/sun/star/report/meta/XFunctionCategory.idl>
#include <com/sun/star/report/meta/XFunctionDescription.idl>
-//=============================================================================
module com { module sun { module star { module report { module meta {
/** identifies a <type>XFunctionManager</type> which allows to retrieve the meta data of all supported functions.
@@ -64,7 +63,6 @@ interface XFunctionManager
raises( com::sun::star::container::NoSuchElementException);
};
-//=============================================================================
}; }; }; }; };