summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/component
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:25:41 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:02 +0200
commit24b331efedc6fdf1082e92a2db444d80ae7fed81 (patch)
treeb3cbb48758c70259bafb5053e46d5ae6937235ed /offapi/com/sun/star/form/component
parentbb6503dd081ebb4d11929ab1946eea8d60dd817c (diff)
*api: convert rest of <member scope="foo">
sed -i 's,<member scope="\([^"]*\)">\([^<]\+\)</member>,\1::\2,g' Change-Id: Idbe0adc5a88e430c99257d4d61e540bf0eeaea8f
Diffstat (limited to 'offapi/com/sun/star/form/component')
-rw-r--r--offapi/com/sun/star/form/component/CommandButton.idl6
-rw-r--r--offapi/com/sun/star/form/component/DataForm.idl2
-rw-r--r--offapi/com/sun/star/form/component/DatabaseComboBox.idl2
-rw-r--r--offapi/com/sun/star/form/component/DatabaseImageControl.idl16
-rw-r--r--offapi/com/sun/star/form/component/DatabaseListBox.idl26
-rw-r--r--offapi/com/sun/star/form/component/GridControl.idl2
-rw-r--r--offapi/com/sun/star/form/component/ImageButton.idl4
-rw-r--r--offapi/com/sun/star/form/component/ListBox.idl2
-rw-r--r--offapi/com/sun/star/form/component/RadioButton.idl2
-rw-r--r--offapi/com/sun/star/form/component/RichTextControl.idl8
10 files changed, 35 insertions, 35 deletions
diff --git a/offapi/com/sun/star/form/component/CommandButton.idl b/offapi/com/sun/star/form/component/CommandButton.idl
index 439a93a4d992..09d0198b9845 100644
--- a/offapi/com/sun/star/form/component/CommandButton.idl
+++ b/offapi/com/sun/star/form/component/CommandButton.idl
@@ -44,7 +44,7 @@ published service CommandButton
/** supplies the image producer when the button is to display an image.
- <p>If the <member scope="com::sun::star::awt">UnoControlButtonModel::ImageURL</member> points to the location of an
+ <p>If the com::sun::star::awt::UnoControlButtonModel::ImageURL points to the location of an
image to be displayed on the button, this interface can be used to retrieve an image
producer, which itself will supply the image.</p>
@@ -77,7 +77,7 @@ published service CommandButton
/** specifies the default toggle state for the button, used when it is reset.
- <p>This property is meaningful only when <member scope="com::sun::star::awt">UnoControlButtonModel::Toggle</member>
+ <p>This property is meaningful only when com::sun::star::awt::UnoControlButtonModel::Toggle
is <TRUE/>. In this case, the <code>DefaultState</code> controls to which <code>State</code> the button will
be reset.</p>
@@ -88,7 +88,7 @@ published service CommandButton
/** allows resetting the button
- <p>This property is meaningful only when <member scope="com::sun::star::awt">UnoControlButtonModel::Toggle</member>
+ <p>This property is meaningful only when com::sun::star::awt::UnoControlButtonModel::Toggle
is <TRUE/>. In this case, the <code>DefaultState</code> controls to which <code>State</code> the button will
be reset, when com::sun::star::form::XReset::reset() is invoked.</p>
diff --git a/offapi/com/sun/star/form/component/DataForm.idl b/offapi/com/sun/star/form/component/DataForm.idl
index 6700105e49ae..5edcce71d509 100644
--- a/offapi/com/sun/star/form/component/DataForm.idl
+++ b/offapi/com/sun/star/form/component/DataForm.idl
@@ -62,7 +62,7 @@ published service DataForm
<ul><li>After all notifications as defined in the com::sun::star::sdb::RowSet
service have been sent, the DataForm resets itself, if all
com::sun::star::form::XResetListeners approve this.</li>
- <li>After the reset happened, the <member scope="com::sun::star::sdb">RowSet::IsModified</member>
+ <li>After the reset happened, the com::sun::star::sdb::RowSet::IsModified
property is reset to <FALSE/>. This property might have been switched to <TRUE/> during listener
notifications, since listeners are allowed to change field values. Also, the
com::sun::star::form::XReset::reset() implementations of bound control
diff --git a/offapi/com/sun/star/form/component/DatabaseComboBox.idl b/offapi/com/sun/star/form/component/DatabaseComboBox.idl
index 215ddb8c660e..a94f5fb68ea2 100644
--- a/offapi/com/sun/star/form/component/DatabaseComboBox.idl
+++ b/offapi/com/sun/star/form/component/DatabaseComboBox.idl
@@ -64,7 +64,7 @@ published service DatabaseComboBox
/** specifies the kind of list source.
- <p>Note: A value of <member scope="com::sun::star::form">ListSourceType::VALUELIST</member>
+ <p>Note: A value of com::sun::star::form::ListSourceType::VALUELIST
is not valid for a combo box. It won't be rejected when setting it, but controls will usually ignore it
and leave the list empty.</p>
*/
diff --git a/offapi/com/sun/star/form/component/DatabaseImageControl.idl b/offapi/com/sun/star/form/component/DatabaseImageControl.idl
index 507c229616ae..67b54ae7f894 100644
--- a/offapi/com/sun/star/form/component/DatabaseImageControl.idl
+++ b/offapi/com/sun/star/form/component/DatabaseImageControl.idl
@@ -39,16 +39,16 @@
but as binary stream (see com::sun::star::sdb::XColumn::getBinaryStream()).</p>
<p>Usually, an image control model can be bound to binary columns only, namely
- <member scope="com::sun::star::sdbc">DataType::BINARY</member>,
- <member scope="com::sun::star::sdbc">DataType::VARBINARY</member>,
- <member scope="com::sun::star::sdbc">DataType::LONGVARBINARY</member>,
- <member scope="com::sun::star::sdbc">DataType::OTHER</member>,
- <member scope="com::sun::star::sdbc">DataType::LONGVARCHAR</member></p>
+ com::sun::star::sdbc::DataType::BINARY,
+ com::sun::star::sdbc::DataType::VARBINARY,
+ com::sun::star::sdbc::DataType::LONGVARBINARY,
+ com::sun::star::sdbc::DataType::OTHER,
+ com::sun::star::sdbc::DataType::LONGVARCHAR</p>
<p/>
<p>Note that besides taking the image to be displayed from the bound field, there is another option. The
- <member scope="com::sun::star::awt">UnoControlImageControlModel::ImageURL</member> property specifies
+ com::sun::star::awt::UnoControlImageControlModel::ImageURL property specifies
the URL of an image to be displayed. If this property is changed from outside, the respective file
is loaded and set as image source.</p>
@@ -67,13 +67,13 @@
<li>When the user by some interaction tells the control to contain a new image, this is
exchanged by URL. For example, implementations of the control service may allow the user
to browse for image. After this, the URL of the image is set as
- <member scope="com::sun::star::awt">UnoControlImageControlModel::ImageURL</member>
+ com::sun::star::awt::UnoControlImageControlModel::ImageURL
property at the model.<br/>
Now the control loads the image determined by the property value, and starts producing
a new data stream, which is displayed by the control (which is a consumer for this stream).<br/>
From now on, the control and thus the database record counts as modified. If the cursor of the
form is moved further, the modified record is saved, means the content of the image pointed to
- by <member scope="com::sun::star::awt">UnoControlImageControlModel::ImageURL</member>
+ by com::sun::star::awt::UnoControlImageControlModel::ImageURL
is saved into the column.</li>
</ul>
</p>
diff --git a/offapi/com/sun/star/form/component/DatabaseListBox.idl b/offapi/com/sun/star/form/component/DatabaseListBox.idl
index acdbc898b81c..967c9332c3da 100644
--- a/offapi/com/sun/star/form/component/DatabaseListBox.idl
+++ b/offapi/com/sun/star/form/component/DatabaseListBox.idl
@@ -35,7 +35,7 @@
<p>The base service for list boxes (ListBox) offers only
one possibility to specify the list entries:
The display strings in the
- <member scope="com::sun::star::awt">UnoControlListBoxModel::StringItemList</member>
+ com::sun::star::awt::UnoControlListBoxModel::StringItemList
property and the corresponding values in the ListBox::ListSource
property.</p>
@@ -74,7 +74,7 @@ published service DatabaseListBox
be used as the value of the component. If the control is bound
to a database field, the column value is stored in the
database field identified by the property
- <member scope="com::sun::star::form">DataAwareControlModel::DataField</member>.
+ com::sun::star::form::DataAwareControlModel::DataField.
<dl>
<dt>-1</dt>
@@ -90,10 +90,10 @@ published service DatabaseListBox
<p>The bound column property is only used if a list source is defined
and the list source matches with the types
- <member scope="com::sun::star::form">ListSourceType::TABLE</member>,
- <member scope="com::sun::star::form">ListSourceType::QUERY</member>,
- <member scope="com::sun::star::form">ListSourceType::SQL</member> or
- <member scope="com::sun::star::form">ListSourceType::SQLPASSTHROUGH</member>.
+ com::sun::star::form::ListSourceType::TABLE,
+ com::sun::star::form::ListSourceType::QUERY,
+ com::sun::star::form::ListSourceType::SQL or
+ com::sun::star::form::ListSourceType::SQLPASSTHROUGH.
Otherwise the property is ignored, as there is no result set from which to
get the column values.</p>
*/
@@ -105,32 +105,32 @@ published service DatabaseListBox
<p>Depending on the value of this property, the way the value of ListBox::ListSource
is evaluated varies.
<dl>
- <dt><member scope="com::sun::star::form">ListSourceType::VALUELIST</member></dt>
+ <dt>com::sun::star::form::ListSourceType::VALUELIST</dt>
<dd>The elements in the string sequence in ListBox::ListSource
build up the entry list.</dd>
- <dt><member scope="com::sun::star::form">ListSourceType::TABLE</member></dt>
+ <dt>com::sun::star::form::ListSourceType::TABLE</dt>
<dd>The first element of the string sequence in ListBox::ListSource
determines the table which the list result set should be based on.</dd>
- <dt><member scope="com::sun::star::form">ListSourceType::QUERY</member></dt>
+ <dt>com::sun::star::form::ListSourceType::QUERY</dt>
<dd>The first element of the string sequence in ListBox::ListSource
determines the query which the list result set should be based on.<br/>
For retrieving the query, the connection which the data form is working with
- (<member scope="com::sun::star::sdb">RowSet::ActiveConnection</member>) is queried for
+ (com::sun::star::sdb::RowSet::ActiveConnection) is queried for
the com::sun::star::sdb::XQueriesSupplier interface.</dd>
- <dt><member scope="com::sun::star::form">ListSourceType::SQL</member></dt>
+ <dt>com::sun::star::form::ListSourceType::SQL</dt>
<dd>The first element of the string sequence in ListBox::ListSource
contains the SQL statement which the list result set should be based on.</p>
- <dt><member scope="com::sun::star::form">ListSourceType::SQLPASSTHROUGH</member></dt>
+ <dt>com::sun::star::form::ListSourceType::SQLPASSTHROUGH</dt>
<dd>The first element of the string sequence in ListBox::ListSource
contains the SQL statement which the list result set should be based on.<br/>
The statement is not analyzed by the parser. This means that you can use database specific
SQL features here, but, on the other hand, loose features like parameter value substitution.</dd>
- <dt><member scope="com::sun::star::form">ListSourceType::TABLEFIELDS</member></dt>
+ <dt>com::sun::star::form::ListSourceType::TABLEFIELDS</dt>
<dd>The first element of the string sequence in ListBox::ListSource
determines the table whose column names should fill the list.</dd>
</dl>
diff --git a/offapi/com/sun/star/form/component/GridControl.idl b/offapi/com/sun/star/form/component/GridControl.idl
index 47d13843c20a..b79013145ab3 100644
--- a/offapi/com/sun/star/form/component/GridControl.idl
+++ b/offapi/com/sun/star/form/component/GridControl.idl
@@ -103,7 +103,7 @@ published service GridControl
<p>The reset of the control is forwarded to all it's elements, means to all the column models.
As grid columns are very much like data-aware stand-alone controls, you can find a description
- of the reset functionality in <member scope="com::sun::star::form">DataAwareControlModel::XReset</member>.
+ of the reset functionality in com::sun::star::form::DataAwareControlModel::XReset.
*/
interface com::sun::star::form::XReset;
diff --git a/offapi/com/sun/star/form/component/ImageButton.idl b/offapi/com/sun/star/form/component/ImageButton.idl
index b32f4ea9eccc..d8702dece99d 100644
--- a/offapi/com/sun/star/form/component/ImageButton.idl
+++ b/offapi/com/sun/star/form/component/ImageButton.idl
@@ -37,7 +37,7 @@
/** This service specifies the control model for a clickable button which
is represented by an image.
- <p>The image to be displayed is determined by <member scope="com::sun::star::awt">UnoControlImageControlModel::ImageURL</member>
+ <p>The image to be displayed is determined by com::sun::star::awt::UnoControlImageControlModel::ImageURL
property specifies the URL of an image to be displayed.</p>
@see CommandButton
@@ -54,7 +54,7 @@ published service ImageButton
<p>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.</p>
- <p>Whenever the <member scope="com::sun::star::awt">UnoControlImageControlModel::ImageURL</member>
+ <p>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/form/component/ListBox.idl b/offapi/com/sun/star/form/component/ListBox.idl
index 7219999e7b67..e1efae6552b1 100644
--- a/offapi/com/sun/star/form/component/ListBox.idl
+++ b/offapi/com/sun/star/form/component/ListBox.idl
@@ -56,7 +56,7 @@ published service ListBox
/** contains the values associated to the strings to be displayed
- (which are specified by <member scope="com::sun::star::awt">UnoControlListBoxModel::StringItemList</member>)
+ (which are specified by com::sun::star::awt::UnoControlListBoxModel::StringItemList)
*/
[property] sequence<string> ListSource;
diff --git a/offapi/com/sun/star/form/component/RadioButton.idl b/offapi/com/sun/star/form/component/RadioButton.idl
index 73b976450059..b99bffb04fed 100644
--- a/offapi/com/sun/star/form/component/RadioButton.idl
+++ b/offapi/com/sun/star/form/component/RadioButton.idl
@@ -38,7 +38,7 @@
are automatically unchecked</p>
<p>Like in HTML, radio buttons are grouped together if and only if they have the
- same name (see <member scope="com::sun::star::form">FormComponent::Name</member>).</p>
+ same name (see com::sun::star::form::FormComponent::Name).</p>
*/
published service RadioButton
{
diff --git a/offapi/com/sun/star/form/component/RichTextControl.idl b/offapi/com/sun/star/form/component/RichTextControl.idl
index c8ca99185998..c5c6ad509cac 100644
--- a/offapi/com/sun/star/form/component/RichTextControl.idl
+++ b/offapi/com/sun/star/form/component/RichTextControl.idl
@@ -56,10 +56,10 @@ published service RichTextControl
<p>If the property is set to <TRUE/>, the control will ignore the following properties:
<ul>
- <li><member scope="com::sun::star::awt">UnoControlEditModel::EchoChar</member></li>
- <li><member scope="com::sun::star::awt">UnoControlEditModel::MaxTextLen</member></li>
- <li><member scope="com::sun::star::awt">UnoControlEditModel::MultiLine</member></li>
- <li><member scope="com::sun::star::awt">UnoControlEditModel::Align</member></li>
+ <li>com::sun::star::awt::UnoControlEditModel::EchoChar</li>
+ <li>com::sun::star::awt::UnoControlEditModel::MaxTextLen</li>
+ <li>com::sun::star::awt::UnoControlEditModel::MultiLine</li>
+ <li>com::sun::star::awt::UnoControlEditModel::Align</li>
</ul>
</p>
*/