summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/report
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-28 00:44:31 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:05 +0200
commit928b8640c0d1a9c49249100efbdd70f8c1090b07 (patch)
treed4f2388c89d137d62bced7b9e8339f964d3632ad /offapi/com/sun/star/report
parent6e1d239ae04bbb1b639ae8d04c59d3375f867712 (diff)
*api: convert <TRUE/> <FALSE/> <VOID/> <NULL/>
sed -i 's,<\(TRUE\|FALSE\|VOID\|NULL\)/>,`\1`,g' Change-Id: Ia4df97ca809b00993530d67203bbe4ba7a072201
Diffstat (limited to 'offapi/com/sun/star/report')
-rw-r--r--offapi/com/sun/star/report/XFormatCondition.idl2
-rw-r--r--offapi/com/sun/star/report/XGroup.idl2
-rw-r--r--offapi/com/sun/star/report/XReportComponent.idl6
-rw-r--r--offapi/com/sun/star/report/XReportControlFormat.idl6
-rw-r--r--offapi/com/sun/star/report/XReportControlModel.idl2
-rw-r--r--offapi/com/sun/star/report/XReportDefinition.idl20
-rw-r--r--offapi/com/sun/star/report/XReportEngine.idl6
-rw-r--r--offapi/com/sun/star/report/XSection.idl2
8 files changed, 23 insertions, 23 deletions
diff --git a/offapi/com/sun/star/report/XFormatCondition.idl b/offapi/com/sun/star/report/XFormatCondition.idl
index aab255e02205..bc6383310b80 100644
--- a/offapi/com/sun/star/report/XFormatCondition.idl
+++ b/offapi/com/sun/star/report/XFormatCondition.idl
@@ -37,7 +37,7 @@ interface XFormatCondition
[attribute,bound] boolean Enabled;
/** defines the formula of the format condition.
- If the formula evaluates to <TRUE/> then the format will be applied.
+ If the formula evaluates to `TRUE` then the format will be applied.
*/
[attribute,bound] string Formula;
};
diff --git a/offapi/com/sun/star/report/XGroup.idl b/offapi/com/sun/star/report/XGroup.idl
index c9b5278edded..790f9a3ccc86 100644
--- a/offapi/com/sun/star/report/XGroup.idl
+++ b/offapi/com/sun/star/report/XGroup.idl
@@ -51,7 +51,7 @@ interface XGroup
interface XFunctionsSupplier;
/** Defines if the group is sorted ascending or descending.
- The default is <TRUE/>.
+ The default is `TRUE`.
*/
[attribute,bound] boolean SortAscending;
diff --git a/offapi/com/sun/star/report/XReportComponent.idl b/offapi/com/sun/star/report/XReportComponent.idl
index 043632ea3779..058c6f150561 100644
--- a/offapi/com/sun/star/report/XReportComponent.idl
+++ b/offapi/com/sun/star/report/XReportComponent.idl
@@ -110,8 +110,8 @@ interface XReportComponent
};
/** Specifies that recurring values are printed.
- If set to <TRUE/> then the value will be printed every time. If set to <FALSE/> then the value will only be printed once.
- The default value is <TRUE/>.
+ If set to `TRUE` then the value will be printed every time. If set to `FALSE` then the value will only be printed once.
+ The default value is `TRUE`.
*/
[attribute,bound] boolean PrintRepeatedValues
{
@@ -166,7 +166,7 @@ interface XReportComponent
/** Specifies the section where the control belongs to.
This is a shortcut to get control hierarchy up.
- This value is <NULL/> when the control was not inserted in any section.
+ This value is `NULL` when the control was not inserted in any section.
*/
[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 d6b93fd738b7..836253dd2276 100644
--- a/offapi/com/sun/star/report/XReportControlFormat.idl
+++ b/offapi/com/sun/star/report/XReportControlFormat.idl
@@ -127,7 +127,7 @@ interface XReportControlFormat
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- /** If this optional property is <TRUE/>, then the characters are invisible.
+ /** If this optional property is `TRUE`, then the characters are invisible.
@since OOo 2.0
*/
@@ -214,7 +214,7 @@ interface XReportControlFormat
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- /** If this optional property is <TRUE/>, then the characters are flashing.
+ /** If this optional property is `TRUE`, then the characters are flashing.
*/
[attribute,bound] boolean CharFlash
{
@@ -340,7 +340,7 @@ interface XReportControlFormat
get raises ( com::sun::star::beans::UnknownPropertyException );
};
- /** If this attribute is <TRUE/>, the underline and strike-through
+ /** If this attribute is `TRUE`, the underline and strike-through
properties are not applied to white spaces.
*/
[attribute,bound] boolean CharWordMode
diff --git a/offapi/com/sun/star/report/XReportControlModel.idl b/offapi/com/sun/star/report/XReportControlModel.idl
index 469ca6d08721..05ea753961ae 100644
--- a/offapi/com/sun/star/report/XReportControlModel.idl
+++ b/offapi/com/sun/star/report/XReportControlModel.idl
@@ -66,7 +66,7 @@ interface XReportControlModel
};
/** Specifies that the element gets printed when the group changes.
- The default value is <TRUE/>.
+ The default value is `TRUE`.
*/
[attribute,bound] boolean PrintWhenGroupChange
{
diff --git a/offapi/com/sun/star/report/XReportDefinition.idl b/offapi/com/sun/star/report/XReportDefinition.idl
index f3cb208c1322..a4ddd2582053 100644
--- a/offapi/com/sun/star/report/XReportDefinition.idl
+++ b/offapi/com/sun/star/report/XReportDefinition.idl
@@ -172,7 +172,7 @@ interface XReportDefinition
It then can be to used to specify whether the SQL statement should be analyzed on the
client side before sending it to the database server.<br/>
The default value for com::sun::star::sdbc::RowSet::EscapeProcessing
- is <TRUE/>. By switching it to <FALSE/>, you can pass backend-specific SQL statements,
+ is `TRUE`. By switching it to `FALSE`, you can pass backend-specific SQL statements,
which are not standard SQL, to your database.</p>
@@ -210,7 +210,7 @@ interface XReportDefinition
/** specifies if the #Command should be analyzed on the client side before sending it
to the database server.
- <p>The default value of this property is <TRUE/>. By switching it to <FALSE/>, you can pass
+ <p>The default value of this property is `TRUE`. By switching it to `FALSE`, you can pass
backend-specific SQL statements, which are not standard SQL, to your database.</p>
<p>This property is usually present together with the #Command and
@@ -232,22 +232,22 @@ interface XReportDefinition
[attribute,bound] string DataSourceName;
/** Defines that the report header is on.
- Default is <FALSE/>.
+ Default is `FALSE`.
*/
[attribute,bound] boolean ReportHeaderOn;
/** Defines that the report footer is on.
- Default is <FALSE/>.
+ Default is `FALSE`.
*/
[attribute,bound] boolean ReportFooterOn;
/** Defines that the page header is on.
- Default is <TRUE/>.
+ Default is `TRUE`.
*/
[attribute,bound] boolean PageHeaderOn;
/** Defines that the page footer is on.
- Default is <TRUE/>.
+ Default is `TRUE`.
*/
[attribute,bound] boolean PageFooterOn;
@@ -255,7 +255,7 @@ interface XReportDefinition
*/
[attribute,readonly] com::sun::star::report::XGroups Groups;
- /** returns the report header if the #ReportHeaderOnis <TRUE/>.
+ /** returns the report header if the #ReportHeaderOnis `TRUE`.
@throws com::sun::star::container::NoSuchElementException
If the report has the report header disabled.
@see XSection
@@ -265,7 +265,7 @@ interface XReportDefinition
get raises (com::sun::star::container::NoSuchElementException);
};
- /** returns the page header if the #PageHeaderOnis <TRUE/>.
+ /** returns the page header if the #PageHeaderOnis `TRUE`.
@throws com::sun::star::container::NoSuchElementException
If the report has the page header disabled.
@see XSection
@@ -280,7 +280,7 @@ interface XReportDefinition
*/
[attribute,readonly] com::sun::star::report::XSection Detail;
- /** returns the page footer if the #PageFooterOnis <TRUE/>.
+ /** returns the page footer if the #PageFooterOnis `TRUE`.
@throws com::sun::star::container::NoSuchElementException
If the report has the page footer disabled.
@see XSection
@@ -290,7 +290,7 @@ interface XReportDefinition
get raises (com::sun::star::container::NoSuchElementException);
};
- /** returns the report footer if the #ReportFooterOnis <TRUE/>.
+ /** returns the report footer if the #ReportFooterOnis `TRUE`.
@throws com::sun::star::container::NullPointerException
If the report has the report footer disabled.
@see XSection
diff --git a/offapi/com/sun/star/report/XReportEngine.idl b/offapi/com/sun/star/report/XReportEngine.idl
index 965aad1555b8..6372e441804b 100644
--- a/offapi/com/sun/star/report/XReportEngine.idl
+++ b/offapi/com/sun/star/report/XReportEngine.idl
@@ -59,7 +59,7 @@ interface XReportEngine
@throws com::sun::star::lang::DisposedException
If the report engine is already disposed.
@throws com::sun::star::lang::IllegalArgumentException
- If the report definition was not set or is <NULL/>.
+ If the report definition was not set or is `NULL`.
*/
com::sun::star::frame::XModel createDocumentModel()
raises( ::com::sun::star::lang::DisposedException,
@@ -72,7 +72,7 @@ interface XReportEngine
@throws com::sun::star::lang::DisposedException
If the report engine is already disposed.
@throws com::sun::star::lang::IllegalArgumentException
- If the report definition was not set or is <NULL/>.
+ If the report definition was not set or is `NULL`.
OJ: Has to be discussed if this method is useful.
*/
@@ -87,7 +87,7 @@ interface XReportEngine
@throws com::sun::star::lang::DisposedException
If the report engine is already disposed.
@throws com::sun::star::lang::IllegalArgumentException
- If the report definition was not set or is <NULL/>.
+ If the report definition was not set or is `NULL`.
*/
com::sun::star::util::URL createDocument()
raises( ::com::sun::star::lang::DisposedException,
diff --git a/offapi/com/sun/star/report/XSection.idl b/offapi/com/sun/star/report/XSection.idl
index 76a1c9abd368..dd29ee8f896f 100644
--- a/offapi/com/sun/star/report/XSection.idl
+++ b/offapi/com/sun/star/report/XSection.idl
@@ -87,7 +87,7 @@ interface XSection
[attribute,bound] boolean BackTransparent;
/** Defines the expression which is executed before printing the section.
- If the return value of the expression is <TRUE/> then the section will be printed.
+ If the return value of the expression is `TRUE` then the section will be printed.
*/
[attribute,bound] string ConditionalPrintExpression;