summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-28 00:06:26 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:03 +0200
commitf3db7d1abb1d010a331b26793c3a3788eb8ba2cf (patch)
tree69ee020d169f253bd7a14d75185357515db4cce0 /offapi/com/sun/star/form
parent4718949d417dd5297073997546e04ecf300b0479 (diff)
*api: convert <method scope="foo">
sed -i 's,<method scope="\([^"]*\)">\([^<][^)]\+\)</method>,\1::\2(),g' Change-Id: I7ceb805d67a79c297fb5f044a8fb226ec2fb366c
Diffstat (limited to 'offapi/com/sun/star/form')
-rw-r--r--offapi/com/sun/star/form/control/FormattedField.idl2
-rw-r--r--offapi/com/sun/star/form/control/GridControl.idl4
-rw-r--r--offapi/com/sun/star/form/control/TextField.idl2
3 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/form/control/FormattedField.idl b/offapi/com/sun/star/form/control/FormattedField.idl
index dd5922cfb0e1..259bc2784cfe 100644
--- a/offapi/com/sun/star/form/control/FormattedField.idl
+++ b/offapi/com/sun/star/form/control/FormattedField.idl
@@ -34,7 +34,7 @@
service.</p>
<p>In addition, this control can be used in HTML forms. It triggers the
- <method scope="com::sun::star::form">XSubmit::submit</method> method of the form it belongs to if
+ com::sun::star::form::XSubmit::submit() method of the form it belongs to if
the <em>enter</em> key is pressed while it has the focus.</p>
@see com::sun::star::awt::UnoControl
diff --git a/offapi/com/sun/star/form/control/GridControl.idl b/offapi/com/sun/star/form/control/GridControl.idl
index 0e6332296bd8..5150f3de718a 100644
--- a/offapi/com/sun/star/form/control/GridControl.idl
+++ b/offapi/com/sun/star/form/control/GridControl.idl
@@ -90,8 +90,8 @@ published service GridControl
/** used to control the selection of rows in the grid control.
- <p>The selection used with the methods <method scope="com::sun::star::view">XSelectionSupplier::getSelection</method>
- and <method scope="com::sun::star::view">XSelectionSupplier::select</method> is a sequence of Any's.<br/>
+ <p>The selection used with the methods com::sun::star::view::XSelectionSupplier::getSelection()
+ and com::sun::star::view::XSelectionSupplier::select() is a sequence of Any's.<br/>
Here the elements of the Sequence are the bookmarks (in the com::sun::star::sdb::RowSet)
of the (to-be-) selected rows.</p>
*/
diff --git a/offapi/com/sun/star/form/control/TextField.idl b/offapi/com/sun/star/form/control/TextField.idl
index 0d795ca5f828..8edd776540f5 100644
--- a/offapi/com/sun/star/form/control/TextField.idl
+++ b/offapi/com/sun/star/form/control/TextField.idl
@@ -35,7 +35,7 @@
service.</p>
<p>In addition, this control can be used in HTML forms. It triggers the
- <method scope="com::sun::star::form">XSubmit::submit</method> method of the form it belongs to if
+ com::sun::star::form::XSubmit::submit() method of the form it belongs to if
the <em>enter</em> is pressed while it has the focus.</p>
@see com::sun::star::awt::UnoControl