From 24b331efedc6fdf1082e92a2db444d80ae7fed81 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 27 Apr 2013 23:25:41 +0200 Subject: *api: convert rest of sed -i 's,\([^<]\+\),\1::\2,g' Change-Id: Idbe0adc5a88e430c99257d4d61e540bf0eeaea8f --- offapi/com/sun/star/report/GroupKeepTogether.idl | 2 +- offapi/com/sun/star/report/XImageControl.idl | 2 +- offapi/com/sun/star/report/XReportDefinition.idl | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'offapi/com/sun/star/report') diff --git a/offapi/com/sun/star/report/GroupKeepTogether.idl b/offapi/com/sun/star/report/GroupKeepTogether.idl index bdcccd352ff0..ff52a8a48a44 100644 --- a/offapi/com/sun/star/report/GroupKeepTogether.idl +++ b/offapi/com/sun/star/report/GroupKeepTogether.idl @@ -25,7 +25,7 @@ /** Specifies if groups in a multi column report where the group has the property - KeepTogether set to WHOLE_GROUP or WITH_FIRST_DETAIL will keep together by page or column. + XGroup::KeepTogether set to WHOLE_GROUP or WITH_FIRST_DETAIL will keep together by page or column. @see XGroup */ constants GroupKeepTogether diff --git a/offapi/com/sun/star/report/XImageControl.idl b/offapi/com/sun/star/report/XImageControl.idl index 3cf106a509ef..f8486b875289 100644 --- a/offapi/com/sun/star/report/XImageControl.idl +++ b/offapi/com/sun/star/report/XImageControl.idl @@ -34,7 +34,7 @@ interface XImageControl

Other components can register as com::sun::star::awt::XImageConsumer at this producer. Then they will be notified of any change in the image to be displayed.

-

Whenever the UnoControlImageControlModel::ImageURL +

Whenever the com::sun::star::awt::UnoControlImageControlModel::ImageURL property is changed, the model loads the specified image, and sets it as image source at its com::sun::star::awt::XImageProducer. Then, all com::sun::star::awt::XImageConsumers are notified and supplied with diff --git a/offapi/com/sun/star/report/XReportDefinition.idl b/offapi/com/sun/star/report/XReportDefinition.idl index 247d3ee24ad2..f3cb208c1322 100644 --- a/offapi/com/sun/star/report/XReportDefinition.idl +++ b/offapi/com/sun/star/report/XReportDefinition.idl @@ -167,11 +167,11 @@ interface XReportDefinition on the CommandType.

In case of a #CommandType of CommandType::COMMAND, means in case the #Command specifies an SQL statement, the inherited - RowSet::EscapeProcessing + com::sun::star::sdbc::RowSet::EscapeProcessing becomes relevant:
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.
- The default value for RowSet::EscapeProcessing + The default value for com::sun::star::sdbc::RowSet::EscapeProcessing is . By switching it to , you can pass backend-specific SQL statements, which are not standard SQL, to your database.

-- cgit