summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/report
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 21:47:17 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:00:59 +0200
commit944eb9902788d8afec9e3f0f65d3b680041e039b (patch)
tree3bbb926890561b81d9f6ae611be4677876799a36 /offapi/com/sun/star/report
parentcdbbbdce9956e290b4a849af332df55da1be8d36 (diff)
*api: convert <type>Foo</type>
Doxygen does not know type element and will recognize strings that contain capital letter (all API types do) automatically as type. This patch removes 15k doxygen warnings. git ls-files | grep \\.idl | xargs sed -i "s,<type>\([^<]\+\)</type>,\1," Change-Id: I45c07cf0b115d5fb5353f4aa9719839615ea1150
Diffstat (limited to 'offapi/com/sun/star/report')
-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/XGroup.idl2
-rw-r--r--offapi/com/sun/star/report/XGroups.idl4
-rw-r--r--offapi/com/sun/star/report/XImageControl.idl2
-rw-r--r--offapi/com/sun/star/report/XReportDefinition.idl4
-rw-r--r--offapi/com/sun/star/report/XReportEngine.idl2
-rw-r--r--offapi/com/sun/star/report/XSection.idl2
-rw-r--r--offapi/com/sun/star/report/XShape.idl2
-rw-r--r--offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl8
-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.idl2
-rw-r--r--offapi/com/sun/star/report/meta/XFunctionManager.idl2
14 files changed, 21 insertions, 21 deletions
diff --git a/offapi/com/sun/star/report/XFunction.idl b/offapi/com/sun/star/report/XFunction.idl
index 08f5808a9dba..8c961f5c1205 100644
--- a/offapi/com/sun/star/report/XFunction.idl
+++ b/offapi/com/sun/star/report/XFunction.idl
@@ -37,7 +37,7 @@ interface XFunction
interface com::sun::star::lang::XComponent;
/** allows the navigation to the functions object.
- The method setParent from <type>XChild</type> is not supported and will throw an exception when called.
+ The method setParent from XChild is not supported and will throw an exception when called.
*/
interface com::sun::star::container::XChild;
diff --git a/offapi/com/sun/star/report/XFunctions.idl b/offapi/com/sun/star/report/XFunctions.idl
index 2332d3bca636..cc299cbe9976 100644
--- a/offapi/com/sun/star/report/XFunctions.idl
+++ b/offapi/com/sun/star/report/XFunctions.idl
@@ -39,12 +39,12 @@ interface XFunctions
*/
interface com::sun::star::container::XContainer;
/** gives access to the group elements.
- The elements are of type <type>XFunction</type>.
+ The elements are of type XFunction.
*/
interface com::sun::star::container::XIndexContainer;
/** allows the navigation to the report or group object.
- The method setParent from <type>XChild</type> is not supported and will throw an exception when called.
+ The method setParent from XChild is not supported and will throw an exception when called.
*/
interface com::sun::star::container::XChild;
@@ -52,7 +52,7 @@ interface XFunctions
*/
interface com::sun::star::lang::XComponent;
- /** factory method for <type>XFunction</type>.
+ /** factory method for XFunction.
*/
com::sun::star::report::XFunction createFunction();
};
diff --git a/offapi/com/sun/star/report/XGroup.idl b/offapi/com/sun/star/report/XGroup.idl
index 65285cf820e9..20962b632ea3 100644
--- a/offapi/com/sun/star/report/XGroup.idl
+++ b/offapi/com/sun/star/report/XGroup.idl
@@ -27,7 +27,7 @@
module com { module sun { module star { module report {
-/** identifies a <type>XGroup</type>.
+/** identifies a XGroup.
A group is always a child of the groups collection in the report.
@see XReportDefinition
@see XGroups
diff --git a/offapi/com/sun/star/report/XGroups.idl b/offapi/com/sun/star/report/XGroups.idl
index e8eae2d4b50d..02784eeea5c6 100644
--- a/offapi/com/sun/star/report/XGroups.idl
+++ b/offapi/com/sun/star/report/XGroups.idl
@@ -38,7 +38,7 @@ interface XGroups
*/
interface com::sun::star::container::XContainer;
/** gives access to the group elements.
- The elements are of type <type>XGroup</type>.
+ The elements are of type XGroup.
*/
interface com::sun::star::container::XIndexContainer;
@@ -50,7 +50,7 @@ interface XGroups
*/
interface com::sun::star::lang::XComponent;
- /** factory method for <type>XGroup</type>.
+ /** factory method for XGroup.
*/
com::sun::star::report::XGroup createGroup();
diff --git a/offapi/com/sun/star/report/XImageControl.idl b/offapi/com/sun/star/report/XImageControl.idl
index 0bb3ca9fca32..3f8e9baf666d 100644
--- a/offapi/com/sun/star/report/XImageControl.idl
+++ b/offapi/com/sun/star/report/XImageControl.idl
@@ -39,7 +39,7 @@ interface XImageControl
at its <type scope="com::sun::star::awt">XImageProducer</type>. Then, all
<type scope="com::sun::star::awt">XImageConsumer</type>s are notified and supplied with
the binary data of the image.<br/>
- Usually, controls acting for an <type>ImageControl</type> model are consumers, and use the
+ Usually, controls acting for an ImageControl model are consumers, and use the
data stream to display the image</p>
*/
interface com::sun::star::form::XImageProducerSupplier;
diff --git a/offapi/com/sun/star/report/XReportDefinition.idl b/offapi/com/sun/star/report/XReportDefinition.idl
index 9d6570080975..6a70ed7d966a 100644
--- a/offapi/com/sun/star/report/XReportDefinition.idl
+++ b/offapi/com/sun/star/report/XReportDefinition.idl
@@ -48,7 +48,7 @@ published interface XConnection;
interface XSection;
interface XGroups;
-/** identifies a <type>XReportComponent</type> as being a (sub-) report.
+/** identifies a XReportComponent as being a (sub-) report.
<p>This interface does not really provide an own functionality, it is only for easier
runtime identification of report components.</p>
@@ -196,7 +196,7 @@ interface XReportDefinition
<p>The Filter string has to form a SQL WHERE-clause, <em>without</em> the WHERE-string itself.</p>
<p>If a <member>DataSourceName</member>, <member>Command</member> and <member>CommandType</member>
- are specified, a <type>RowSet</type> can be created with this information. If the results provided by the
+ are specified, a RowSet can be created with this information. If the results provided by the
row set are to be additionally filtered, the Filter property can be used.</p>
<p>Note that the Filter property does not make sense if a <member>ResultSet</member> has been specified
diff --git a/offapi/com/sun/star/report/XReportEngine.idl b/offapi/com/sun/star/report/XReportEngine.idl
index e87969ebd182..10be29895995 100644
--- a/offapi/com/sun/star/report/XReportEngine.idl
+++ b/offapi/com/sun/star/report/XReportEngine.idl
@@ -32,7 +32,7 @@
#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.
+/** identifies a XReportEngine which allows the creation of OpenDocument files.
<p>The following events are supported by the report engine.
OnPageStarted Is fired when a new page started.
diff --git a/offapi/com/sun/star/report/XSection.idl b/offapi/com/sun/star/report/XSection.idl
index eaf136c6aca2..76a1c9abd368 100644
--- a/offapi/com/sun/star/report/XSection.idl
+++ b/offapi/com/sun/star/report/XSection.idl
@@ -31,7 +31,7 @@
module com { module sun { module star { module report {
interface XGroup;
-/** identifies a <type>XSection</type> inside a report.
+/** identifies a XSection inside a report.
<p>A section acts like a container of report components. This generic
construction allows the definition of hierarchies of reports and their
diff --git a/offapi/com/sun/star/report/XShape.idl b/offapi/com/sun/star/report/XShape.idl
index ea245c3e349d..edcfe887155f 100644
--- a/offapi/com/sun/star/report/XShape.idl
+++ b/offapi/com/sun/star/report/XShape.idl
@@ -30,7 +30,7 @@ interface XShape
{
interface XReportControlModel;
- /** is used to query or change the ZOrder of this <type>Shape</type>. */
+ /** is used to query or change the ZOrder of this Shape. */
[attribute,bound] long ZOrder;
/** this property lets you get and set the transformation matrix
diff --git a/offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl b/offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl
index ffa985c06f94..aedbb2c9e13d 100644
--- a/offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl
+++ b/offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl
@@ -27,12 +27,12 @@ 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>
+ inspecting form components, in particular all components implementing the ReportComponent
service.
- <p>A <type>DefaultComponentInspectorModel</type> provides the following handlers by default:
- <ul><li><type>GeometryHandler</type></li>
- <li><type>ReportComponentHandler</type></li>
+ <p>A DefaultComponentInspectorModel provides the following handlers by default:
+ <ul><li>GeometryHandler</li>
+ <li>ReportComponentHandler</li>
<li><type scope="com::sun::star::form::inspection">EditPropertyHandler</type></li>
</ul></p>
diff --git a/offapi/com/sun/star/report/meta/XFormulaParser.idl b/offapi/com/sun/star/report/meta/XFormulaParser.idl
index d6df0b197dc1..e8c75697547e 100644
--- a/offapi/com/sun/star/report/meta/XFormulaParser.idl
+++ b/offapi/com/sun/star/report/meta/XFormulaParser.idl
@@ -26,7 +26,7 @@
#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.
+/** identifies a XFormulaParser which allows to retrieve the meta data of all supported functions.
*/
interface XFormulaParser
diff --git a/offapi/com/sun/star/report/meta/XFunctionCategory.idl b/offapi/com/sun/star/report/meta/XFunctionCategory.idl
index 852be6e4cc6c..d01029cf089d 100644
--- a/offapi/com/sun/star/report/meta/XFunctionCategory.idl
+++ b/offapi/com/sun/star/report/meta/XFunctionCategory.idl
@@ -26,7 +26,7 @@
module com { module sun { module star { module report { module meta {
interface XFunctionDescription;
-/** identifies a <type>XFunctionCategory</type> which allows to retrieve the meta data of all supported functions.
+/** identifies a XFunctionCategory which allows to retrieve the meta data of all supported functions.
*/
diff --git a/offapi/com/sun/star/report/meta/XFunctionDescription.idl b/offapi/com/sun/star/report/meta/XFunctionDescription.idl
index 52f1f5dec32f..30b2f89f748a 100644
--- a/offapi/com/sun/star/report/meta/XFunctionDescription.idl
+++ b/offapi/com/sun/star/report/meta/XFunctionDescription.idl
@@ -27,7 +27,7 @@ module com { module sun { module star { module report { module meta {
interface XFunctionCategory;
-/** identifies a <type>XFunctionDescription</type> which allows to retrieve the meta data of all supported functions.
+/** identifies a XFunctionDescription which allows to retrieve the meta data of all supported functions.
*/
interface XFunctionDescription
diff --git a/offapi/com/sun/star/report/meta/XFunctionManager.idl b/offapi/com/sun/star/report/meta/XFunctionManager.idl
index 41736a54c034..ccfa752c80ec 100644
--- a/offapi/com/sun/star/report/meta/XFunctionManager.idl
+++ b/offapi/com/sun/star/report/meta/XFunctionManager.idl
@@ -27,7 +27,7 @@
#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.
+/** identifies a XFunctionManager which allows to retrieve the meta data of all supported functions.
*/
interface XFunctionManager