summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/report
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2011-03-16 15:22:08 +0100
committerKai Sommerfeld <kso@openoffice.org>2011-03-16 15:22:08 +0100
commit0f79c68194206864c993cd0fb01a485d2db2664f (patch)
tree73647788ff167033fdf2f067112dfa0411b187ca /offapi/com/sun/star/report
parent65162840e329afee6f401f5a91273c2dbd1bbdf8 (diff)
#i117329# - Publishing of UNO types, second wave.
Diffstat (limited to 'offapi/com/sun/star/report')
-rw-r--r--offapi/com/sun/star/report/Calculation.idl2
-rw-r--r--offapi/com/sun/star/report/ForceNewPage.idl2
-rw-r--r--offapi/com/sun/star/report/GroupKeepTogether.idl2
-rw-r--r--offapi/com/sun/star/report/GroupOn.idl2
-rw-r--r--offapi/com/sun/star/report/KeepTogether.idl2
-rw-r--r--offapi/com/sun/star/report/ReportPrintOption.idl2
-rw-r--r--offapi/com/sun/star/report/SectionPageBreak.idl2
-rw-r--r--offapi/com/sun/star/report/XFixedLine.idl4
-rw-r--r--offapi/com/sun/star/report/XFixedText.idl4
-rw-r--r--offapi/com/sun/star/report/XFormatCondition.idl2
-rw-r--r--offapi/com/sun/star/report/XFormattedField.idl4
-rw-r--r--offapi/com/sun/star/report/XFunction.idl2
-rw-r--r--offapi/com/sun/star/report/XFunctions.idl6
-rw-r--r--offapi/com/sun/star/report/XFunctionsSupplier.idl4
-rw-r--r--offapi/com/sun/star/report/XGroup.idl2
-rw-r--r--offapi/com/sun/star/report/XGroups.idl6
-rw-r--r--offapi/com/sun/star/report/XImageControl.idl4
-rw-r--r--offapi/com/sun/star/report/XReportComponent.idl6
-rw-r--r--offapi/com/sun/star/report/XReportControlFormat.idl4
-rw-r--r--offapi/com/sun/star/report/XReportControlModel.idl2
-rw-r--r--offapi/com/sun/star/report/XReportDefinition.idl8
-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.idl2
-rw-r--r--offapi/com/sun/star/report/inspection/DataProviderHandler.idl2
-rw-r--r--offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl2
-rw-r--r--offapi/com/sun/star/report/inspection/ReportComponentHandler.idl2
-rw-r--r--offapi/com/sun/star/report/meta/XFormulaParser.idl2
-rw-r--r--offapi/com/sun/star/report/meta/XFunctionCategory.idl4
-rw-r--r--offapi/com/sun/star/report/meta/XFunctionDescription.idl4
-rw-r--r--offapi/com/sun/star/report/meta/XFunctionManager.idl2
31 files changed, 50 insertions, 48 deletions
diff --git a/offapi/com/sun/star/report/Calculation.idl b/offapi/com/sun/star/report/Calculation.idl
index 228f7291c086..3e4611345f4c 100644
--- a/offapi/com/sun/star/report/Calculation.idl
+++ b/offapi/com/sun/star/report/Calculation.idl
@@ -37,7 +37,7 @@
/** Specifies how to calculate a value.
@see XFormattedField
*/
-constants Calculation
+published constants Calculation
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/report/ForceNewPage.idl b/offapi/com/sun/star/report/ForceNewPage.idl
index 38a15a56df9c..90cfd1f7e5ae 100644
--- a/offapi/com/sun/star/report/ForceNewPage.idl
+++ b/offapi/com/sun/star/report/ForceNewPage.idl
@@ -38,7 +38,7 @@
<p>This does not apply to page header or page footer.</p>
@see XSection
*/
-constants ForceNewPage
+published constants ForceNewPage
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/report/GroupKeepTogether.idl b/offapi/com/sun/star/report/GroupKeepTogether.idl
index 8c3a7110c2e4..1a6adbca5bab 100644
--- a/offapi/com/sun/star/report/GroupKeepTogether.idl
+++ b/offapi/com/sun/star/report/GroupKeepTogether.idl
@@ -38,7 +38,7 @@
<member scope="XGroup">KeepTogether</member> set to WHOLE_GROUP or WITH_FIRST_DETAIL will keep together by page or column.
@see XGroup
*/
-constants GroupKeepTogether
+published constants GroupKeepTogether
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/report/GroupOn.idl b/offapi/com/sun/star/report/GroupOn.idl
index e3959e8885c7..8a9cbecc13ce 100644
--- a/offapi/com/sun/star/report/GroupOn.idl
+++ b/offapi/com/sun/star/report/GroupOn.idl
@@ -37,7 +37,7 @@
/** Specifies how to group data.
@see XGroup
*/
-constants GroupOn
+published constants GroupOn
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/report/KeepTogether.idl b/offapi/com/sun/star/report/KeepTogether.idl
index 0a5ccbc70d26..f004c3f17993 100644
--- a/offapi/com/sun/star/report/KeepTogether.idl
+++ b/offapi/com/sun/star/report/KeepTogether.idl
@@ -37,7 +37,7 @@
/** Specifies that a group header, detail, and footer section is printed on the same page.
@see XGroup
*/
-constants KeepTogether
+published constants KeepTogether
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/report/ReportPrintOption.idl b/offapi/com/sun/star/report/ReportPrintOption.idl
index 218944d2b513..f2e923dc1090 100644
--- a/offapi/com/sun/star/report/ReportPrintOption.idl
+++ b/offapi/com/sun/star/report/ReportPrintOption.idl
@@ -36,7 +36,7 @@
/** Specifies wether a page header or footer is printed on the same page as the report header or report footer.
*/
-constants ReportPrintOption
+published constants ReportPrintOption
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/report/SectionPageBreak.idl b/offapi/com/sun/star/report/SectionPageBreak.idl
index 04af47ae1609..abf9352013ea 100644
--- a/offapi/com/sun/star/report/SectionPageBreak.idl
+++ b/offapi/com/sun/star/report/SectionPageBreak.idl
@@ -37,7 +37,7 @@
/** Specifies that page breaks are allowed inside this section.
@see XSection
*/
-constants SectionPageBreak
+published constants SectionPageBreak
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/report/XFixedLine.idl b/offapi/com/sun/star/report/XFixedLine.idl
index f1f44f5fcf1a..7dcd6d7208d8 100644
--- a/offapi/com/sun/star/report/XFixedLine.idl
+++ b/offapi/com/sun/star/report/XFixedLine.idl
@@ -49,7 +49,7 @@
module com { module sun { module star { module report {
//=============================================================================
-interface XFixedLine
+published interface XFixedLine
{
interface XReportControlModel;
@@ -97,7 +97,7 @@ interface XFixedLine
//-------------------------------------------------------------------------
};
-service FixedLine : XFixedLine;
+published service FixedLine : XFixedLine;
//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/report/XFixedText.idl b/offapi/com/sun/star/report/XFixedText.idl
index 8c10e1935548..3444aa8d7c5d 100644
--- a/offapi/com/sun/star/report/XFixedText.idl
+++ b/offapi/com/sun/star/report/XFixedText.idl
@@ -35,7 +35,7 @@
module com { module sun { module star { module report {
//=============================================================================
-interface XFixedText
+published interface XFixedText
{
interface XReportControlModel;
@@ -44,7 +44,7 @@ interface XFixedText
[attribute,bound] string Label;
};
-service FixedText : XFixedText;
+published service FixedText : XFixedText;
//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/report/XFormatCondition.idl b/offapi/com/sun/star/report/XFormatCondition.idl
index 187c1b524af2..340f3a828a80 100644
--- a/offapi/com/sun/star/report/XFormatCondition.idl
+++ b/offapi/com/sun/star/report/XFormatCondition.idl
@@ -36,7 +36,7 @@
//=============================================================================
/** specifies a format condition for a control.
*/
-interface XFormatCondition
+published interface XFormatCondition
{
interface XReportControlFormat;
diff --git a/offapi/com/sun/star/report/XFormattedField.idl b/offapi/com/sun/star/report/XFormattedField.idl
index 5de71ec50b64..3dc102752572 100644
--- a/offapi/com/sun/star/report/XFormattedField.idl
+++ b/offapi/com/sun/star/report/XFormattedField.idl
@@ -44,7 +44,7 @@
@see com::sun::star::report::XReportControlModel
@see com::sun::star::util::XNumberFormatsSupplier
*/
-interface XFormattedField
+published interface XFormattedField
{
interface XReportControlModel;
@@ -61,7 +61,7 @@ interface XFormattedField
[attribute,bound] com::sun::star::util::XNumberFormatsSupplier FormatsSupplier;
};
-service FormattedField : XFormattedField;
+published service FormattedField : XFormattedField;
//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/report/XFunction.idl b/offapi/com/sun/star/report/XFunction.idl
index 7f3ac1a136e3..8a511a29939b 100644
--- a/offapi/com/sun/star/report/XFunction.idl
+++ b/offapi/com/sun/star/report/XFunction.idl
@@ -44,7 +44,7 @@
//=============================================================================
/** specifies a format condition for a control.
*/
-interface XFunction
+published interface XFunction
{
/** gives access to the properties.
*/
diff --git a/offapi/com/sun/star/report/XFunctions.idl b/offapi/com/sun/star/report/XFunctions.idl
index 5a6ab1e8930f..4b23b61b962c 100644
--- a/offapi/com/sun/star/report/XFunctions.idl
+++ b/offapi/com/sun/star/report/XFunctions.idl
@@ -42,15 +42,15 @@
//=============================================================================
module com { module sun { module star { module report {
-interface XReportDefinition;
-interface XFunction;
+published interface XReportDefinition;
+published interface XFunction;
//=============================================================================
/** This interface specifies the functions collections of the report definition or a group.
@see XFunction
@see XReportDefinition
*/
-interface XFunctions
+published interface XFunctions
{
/** allows to register listeners to be notified of changes in the container.
*/
diff --git a/offapi/com/sun/star/report/XFunctionsSupplier.idl b/offapi/com/sun/star/report/XFunctionsSupplier.idl
index d28c13f4dbdb..c9e2e49d8085 100644
--- a/offapi/com/sun/star/report/XFunctionsSupplier.idl
+++ b/offapi/com/sun/star/report/XFunctionsSupplier.idl
@@ -36,10 +36,10 @@
//=============================================================================
module com { module sun { module star { module report {
//=============================================================================
- interface XFunctions;
+published interface XFunctions;
/** specifies the functions supplier which are located in a report defintion or a group.
*/
-interface XFunctionsSupplier
+published interface XFunctionsSupplier
{
/** access to the functions
*/
diff --git a/offapi/com/sun/star/report/XGroup.idl b/offapi/com/sun/star/report/XGroup.idl
index 469889ff6c7a..ac55066fdbf8 100644
--- a/offapi/com/sun/star/report/XGroup.idl
+++ b/offapi/com/sun/star/report/XGroup.idl
@@ -48,7 +48,7 @@
@see XReportDefinition
@see XGroups
*/
-interface XGroup
+published interface XGroup
{
/** allows access to the groups collection of the report.
*/
diff --git a/offapi/com/sun/star/report/XGroups.idl b/offapi/com/sun/star/report/XGroups.idl
index ee2324f10855..a166425104ae 100644
--- a/offapi/com/sun/star/report/XGroups.idl
+++ b/offapi/com/sun/star/report/XGroups.idl
@@ -42,15 +42,15 @@
//=============================================================================
module com { module sun { module star { module report {
-interface XReportDefinition;
-interface XGroup;
+published interface XReportDefinition;
+published interface XGroup;
//=============================================================================
/** This interface specifies the groups collections of the report definition.
@see XGroup
@see XReportDefinition
*/
-interface XGroups
+published interface XGroups
{
/** allows to register listeners to be notified of changes in the container.
*/
diff --git a/offapi/com/sun/star/report/XImageControl.idl b/offapi/com/sun/star/report/XImageControl.idl
index 48c18cb0b864..ea0641455d10 100644
--- a/offapi/com/sun/star/report/XImageControl.idl
+++ b/offapi/com/sun/star/report/XImageControl.idl
@@ -39,7 +39,7 @@
module com { module sun { module star { module report {
//=============================================================================
-interface XImageControl
+published interface XImageControl
{
interface XReportControlModel;
@@ -81,7 +81,7 @@ interface XImageControl
[attribute,bound] boolean PreserveIRI;
};
-service ImageControl : XImageControl;
+published service ImageControl : XImageControl;
//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/report/XReportComponent.idl b/offapi/com/sun/star/report/XReportComponent.idl
index e3098a2246e8..19466f68c243 100644
--- a/offapi/com/sun/star/report/XReportComponent.idl
+++ b/offapi/com/sun/star/report/XReportComponent.idl
@@ -55,13 +55,15 @@
//=============================================================================
module com { module sun { module star { module report {
- interface XSection;
+
+published interface XSection;
+
//=============================================================================
/** describes a component which may be part of a report.
@see XReportDefinition
*/
-interface XReportComponent
+published interface XReportComponent
{
interface com::sun::star::util::XCloneable;
/** identifies the component as a candidate for being part of a report.
diff --git a/offapi/com/sun/star/report/XReportControlFormat.idl b/offapi/com/sun/star/report/XReportControlFormat.idl
index 672ff99549e7..74eee2a0035a 100644
--- a/offapi/com/sun/star/report/XReportControlFormat.idl
+++ b/offapi/com/sun/star/report/XReportControlFormat.idl
@@ -42,7 +42,7 @@
//=============================================================================
/** specifies a format condition for a control.
*/
-interface XReportControlFormat
+published interface XReportControlFormat
{
/** specifies the background color (RGB) of the control.
*/
@@ -374,7 +374,7 @@ interface XReportControlFormat
};
/** determins the rotation of a character in degree.
- <p>Depending on the implementation only certain values may be allowed.
+ <p>Depending on the implementation only certain values may be allowed.
</p>
*/
[attribute,bound] short CharRotation
diff --git a/offapi/com/sun/star/report/XReportControlModel.idl b/offapi/com/sun/star/report/XReportControlModel.idl
index 2c28f5fcc570..3f65afd84964 100644
--- a/offapi/com/sun/star/report/XReportControlModel.idl
+++ b/offapi/com/sun/star/report/XReportControlModel.idl
@@ -47,7 +47,7 @@
module com { module sun { module star { module report {
//=============================================================================
-interface XReportControlModel
+published interface XReportControlModel
{
/** allows the creation of sub reports.
*/
diff --git a/offapi/com/sun/star/report/XReportDefinition.idl b/offapi/com/sun/star/report/XReportDefinition.idl
index 9af58a8d702e..6c20ede01305 100644
--- a/offapi/com/sun/star/report/XReportDefinition.idl
+++ b/offapi/com/sun/star/report/XReportDefinition.idl
@@ -92,8 +92,8 @@ published interface XConnection;
module com { module sun { module star { module report {
- interface XSection;
- interface XGroups;
+ published interface XSection;
+ published interface XGroups;
//=============================================================================
/** identifies a <type>XReportComponent</type> as being a (sub-) report.
@@ -107,7 +107,7 @@ published interface XConnection;
@see XReportComponent
*/
-interface XReportDefinition
+published interface XReportDefinition
{
/** allows the access to the model embedded in the database storage.
*/
@@ -351,7 +351,7 @@ interface XReportDefinition
};
};
-service ReportDefinition : XReportDefinition;
+published service ReportDefinition : XReportDefinition;
//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/report/XReportEngine.idl b/offapi/com/sun/star/report/XReportEngine.idl
index 7a154483ff20..f364a6a48bf5 100644
--- a/offapi/com/sun/star/report/XReportEngine.idl
+++ b/offapi/com/sun/star/report/XReportEngine.idl
@@ -76,7 +76,7 @@ module com { module sun { module star { module report {
@see com.sun.star.document.OfficeDocument
*/
-interface XReportEngine
+published interface XReportEngine
{
/** allows life-time control of report engine.
*/
diff --git a/offapi/com/sun/star/report/XSection.idl b/offapi/com/sun/star/report/XSection.idl
index 294bd449c6cc..389f9949ebb6 100644
--- a/offapi/com/sun/star/report/XSection.idl
+++ b/offapi/com/sun/star/report/XSection.idl
@@ -54,7 +54,7 @@
//=============================================================================
module com { module sun { module star { module report {
- interface XGroup;
+ published interface XGroup;
//=============================================================================
/** identifies a <type>XSection</type> inside a report.
@@ -66,7 +66,7 @@
@see XReportDefinition
@see XGroup
*/
-interface XSection
+published interface XSection
{
/** allows to navigate to group or report definition.
*/
diff --git a/offapi/com/sun/star/report/XShape.idl b/offapi/com/sun/star/report/XShape.idl
index 50e366fc2a79..ca5935422303 100644
--- a/offapi/com/sun/star/report/XShape.idl
+++ b/offapi/com/sun/star/report/XShape.idl
@@ -44,7 +44,7 @@
module com { module sun { module star { module report {
//=============================================================================
-interface XShape
+published interface XShape
{
interface XReportControlModel;
diff --git a/offapi/com/sun/star/report/inspection/DataProviderHandler.idl b/offapi/com/sun/star/report/inspection/DataProviderHandler.idl
index a7348b5aca9d..0f410efe3aeb 100644
--- a/offapi/com/sun/star/report/inspection/DataProviderHandler.idl
+++ b/offapi/com/sun/star/report/inspection/DataProviderHandler.idl
@@ -42,7 +42,7 @@ module com { module sun { module star { module report { module inspection {
@see com::sun::star::inspection::XPropertyHandler
*/
-service DataProviderHandler
+published 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 842dd8d3b047..8f949cbdb953 100644
--- a/offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl
+++ b/offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl
@@ -52,7 +52,7 @@ module com { module sun { module star { module report { module inspection {
@see com::sun::star::inspection::XObjectInspectorModel::HandlerFactories
*/
-service DefaultComponentInspectorModel : com::sun::star::inspection::XObjectInspectorModel
+published service DefaultComponentInspectorModel : com::sun::star::inspection::XObjectInspectorModel
{
/** creates a default DefaultComponentInspectorModel, providing factories for all
handlers listed above.
diff --git a/offapi/com/sun/star/report/inspection/ReportComponentHandler.idl b/offapi/com/sun/star/report/inspection/ReportComponentHandler.idl
index 132cbab1eccb..cda25345607e 100644
--- a/offapi/com/sun/star/report/inspection/ReportComponentHandler.idl
+++ b/offapi/com/sun/star/report/inspection/ReportComponentHandler.idl
@@ -42,7 +42,7 @@ module com { module sun { module star { module report { module inspection {
@see com::sun::star::inspection::XPropertyHandler
*/
-service ReportComponentHandler
+published 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 96ae63f4c5e8..61bbba184baa 100644
--- a/offapi/com/sun/star/report/meta/XFormulaParser.idl
+++ b/offapi/com/sun/star/report/meta/XFormulaParser.idl
@@ -38,7 +38,7 @@ 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.
*/
-interface XFormulaParser
+published interface XFormulaParser
{
/** allows life-time control of report engine.
*/
diff --git a/offapi/com/sun/star/report/meta/XFunctionCategory.idl b/offapi/com/sun/star/report/meta/XFunctionCategory.idl
index 9cb669c84573..22e2e4928daa 100644
--- a/offapi/com/sun/star/report/meta/XFunctionCategory.idl
+++ b/offapi/com/sun/star/report/meta/XFunctionCategory.idl
@@ -34,12 +34,12 @@
//=============================================================================
module com { module sun { module star { module report { module meta {
-interface XFunctionDescription;
+published interface XFunctionDescription;
/** identifies a <type>XFunctionCategory</type> which allows to retrieve the meta data of all supported functions.
*/
-interface XFunctionCategory
+published interface XFunctionCategory
{
/** gives access to the properties.
*/
diff --git a/offapi/com/sun/star/report/meta/XFunctionDescription.idl b/offapi/com/sun/star/report/meta/XFunctionDescription.idl
index 9ed060bcaa85..ac92a69481e5 100644
--- a/offapi/com/sun/star/report/meta/XFunctionDescription.idl
+++ b/offapi/com/sun/star/report/meta/XFunctionDescription.idl
@@ -34,12 +34,12 @@
//=============================================================================
module com { module sun { module star { module report { module meta {
-interface XFunctionCategory;
+published interface XFunctionCategory;
/** identifies a <type>XFunctionDescription</type> which allows to retrieve the meta data of all supported functions.
*/
-interface XFunctionDescription
+published interface XFunctionDescription
{
/** gives access to the properties.
*/
diff --git a/offapi/com/sun/star/report/meta/XFunctionManager.idl b/offapi/com/sun/star/report/meta/XFunctionManager.idl
index a862ad07dd59..69078d649277 100644
--- a/offapi/com/sun/star/report/meta/XFunctionManager.idl
+++ b/offapi/com/sun/star/report/meta/XFunctionManager.idl
@@ -39,7 +39,7 @@ 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.
*/
-interface XFunctionManager
+published interface XFunctionManager
{
/** allows life-time control of report engine.
*/