summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/form
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form')
-rw-r--r--offapi/com/sun/star/form/DataAwareControlModel.idl6
-rw-r--r--offapi/com/sun/star/form/FormComponent.idl2
-rw-r--r--offapi/com/sun/star/form/binding/BindableDataAwareControlModel.idl4
-rw-r--r--offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl4
-rw-r--r--offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl4
-rw-r--r--offapi/com/sun/star/form/binding/XListEntryListener.idl2
-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
-rw-r--r--offapi/com/sun/star/form/inspection/ButtonNavigationHandler.idl4
-rw-r--r--offapi/com/sun/star/form/inspection/EditPropertyHandler.idl4
-rw-r--r--offapi/com/sun/star/form/inspection/XMLFormsPropertyHandler.idl2
-rw-r--r--offapi/com/sun/star/form/runtime/FormFeature.idl6
-rw-r--r--offapi/com/sun/star/form/runtime/XFormController.idl8
-rw-r--r--offapi/com/sun/star/form/runtime/XFormOperations.idl6
-rw-r--r--offapi/com/sun/star/form/submission/XSubmissionVetoListener.idl4
-rw-r--r--offapi/com/sun/star/form/validation/XFormComponentValidityListener.idl2
-rw-r--r--offapi/com/sun/star/form/validation/XValidatableFormComponent.idl2
-rw-r--r--offapi/com/sun/star/form/validation/XValidityConstraintListener.idl2
26 files changed, 66 insertions, 66 deletions
diff --git a/offapi/com/sun/star/form/DataAwareControlModel.idl b/offapi/com/sun/star/form/DataAwareControlModel.idl
index 862704c4823c..d859ea84f12c 100644
--- a/offapi/com/sun/star/form/DataAwareControlModel.idl
+++ b/offapi/com/sun/star/form/DataAwareControlModel.idl
@@ -70,14 +70,14 @@ published service DataAwareControlModel
<p>In the context of a control model which is data-aware, the semantics of <em>default value</em>
(see XReset) is as follows:<br/>
If (and only if) the control is valid bound to a column of it's com::sun::star::form::component::DataForm, and the form
- is not positioned on a new record (see <member scope="com::sun::star::sdb">RowSet::IsNew</member>), then
+ is not positioned on a new record (see com::sun::star::sdb::RowSet::IsNew), then
XReset::reset() does not reset the model's value to it's default value, but uses the
underlying column value.<br/>
In all other cases, the model is reset to the default value as specified by the respective property.</p>
<p>For an example, have a look at the com::sun::star::form::component::TextField. It inherits
- the <member scope="com::sun::star::awt">UnoControlEditModel::Text</member> property from the underlying
- service, and additionally specifies the <member scope="com::sun::star::form::component">TextField::DefaultText</member>.
+ the com::sun::star::awt::UnoControlEditModel::Text property from the underlying
+ service, and additionally specifies the com::sun::star::form::component::TextField::DefaultText.
</p>
<p>In the context of a com::sun::star::form::component::DataForm, controls are
diff --git a/offapi/com/sun/star/form/FormComponent.idl b/offapi/com/sun/star/form/FormComponent.idl
index 51afe410bf7a..e6abc2e04f33 100644
--- a/offapi/com/sun/star/form/FormComponent.idl
+++ b/offapi/com/sun/star/form/FormComponent.idl
@@ -78,7 +78,7 @@ published service FormComponent
use by other instances.</p>
<p>Note that dynamic properties added to a form component are, by definition,
- removable. That is, the <member scope="com::sun::star::beans">PropertyAttribute::REMOVABLE</member>
+ removable. That is, the com::sun::star::beans::PropertyAttribute::REMOVABLE
will always be set, even if you do not specify it in the
com::sun::star::beans::XPropertyContainer::addProperty() call.</p>
diff --git a/offapi/com/sun/star/form/binding/BindableDataAwareControlModel.idl b/offapi/com/sun/star/form/binding/BindableDataAwareControlModel.idl
index 37816360a038..99ff96c156de 100644
--- a/offapi/com/sun/star/form/binding/BindableDataAwareControlModel.idl
+++ b/offapi/com/sun/star/form/binding/BindableDataAwareControlModel.idl
@@ -33,9 +33,9 @@ module com { module sun { module star { module form { module binding {
<p>Control models usually have some kind of value property, which reflects the very current
content of the controls associated with this model. For instance, for an
com::sun::star::form::component::TextField, this would be the
- <member scope="com::sun::star::awt">UnoControlEditModel::Text</member> property of the base
+ com::sun::star::awt::UnoControlEditModel::Text property of the base
service. Similarly, a com::sun::star::form::component::CheckBox has
- a property <member scope="com::sun::star::awt">UnoControlCheckBoxModel::State</member>, which
+ a property com::sun::star::awt::UnoControlCheckBoxModel::State, which
reflects the current check state.</p>
<p>Usual com::sun::star::form::DataAwareControlModels can be bound to
diff --git a/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl b/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl
index 68bcc2d9ee65..b11e438bb128 100644
--- a/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl
+++ b/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl
@@ -41,7 +41,7 @@ module com { module sun { module star { module form { module binding {
</ul></p>
<p>If the value binding associated with a BindableDatabaseCheckBox
- supports exchanging string values, <em>and</em> the <member scope="com::sun::star::form::component">CheckBox::RefValue</member>
+ supports exchanging string values, <em>and</em> the com::sun::star::form::component::CheckBox::RefValue
is <em>not</em> empty, then the radio button will exchange it's value as string:
<ul><li>A string equal to the reference value will be mapped to the button being checked, and vice versa</li>
<li>A string not equal to the reference value will be mapped to the button being unchecked, and vice versa</li>
@@ -65,7 +65,7 @@ service BindableDatabaseCheckBox
/** specifies a value which is to be associated with the control when it's <em>not</em>
checked.
- <p><member scope="com::sun::star::form::component">CheckBox::RefValue</member> is transferred to
+ <p>com::sun::star::form::component::CheckBox::RefValue is transferred to
possible external value bindings as soon as the check box is checked. With the member
#SecondaryRefValue, clients of the check box can also associate a value with
the <em>not checked</em> state of the control.</p>
diff --git a/offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl b/offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl
index 72ffb74bddd2..2fab1999040c 100644
--- a/offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl
+++ b/offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl
@@ -39,7 +39,7 @@ module com { module sun { module star { module form { module binding {
</ul></p>
<p>If the value binding associated with a BindableDatabaseRadioButton
- supports exchanging string values, <em>and</em> the <member scope="com::sun::star::form::component">RadioButton::RefValue</member>
+ supports exchanging string values, <em>and</em> the com::sun::star::form::component::RadioButton::RefValue
is <em>not</em> empty, then the radio button will exchange it's value as string:
<ul><li>A string equal to the reference value will be mapped to the button being checked, and vice versa</li>
<li>A string not equal to the reference value will be mapped to the button being unchecked, and vice versa</li>
@@ -62,7 +62,7 @@ service BindableDatabaseRadioButton
/** specifies a value which is to be associated with the control when it's <em>not</em>
selected.
- <p><member scope="com::sun::star::form::component">RadioButton::RefValue</member> is transferred to
+ <p>com::sun::star::form::component::RadioButton::RefValue is transferred to
possible external value bindings as soon as the radio button is selected. With the member
#SecondaryRefValue, clients of the radio button can also associate a value with
the <em>not selected</em> state of the control.</p>
diff --git a/offapi/com/sun/star/form/binding/XListEntryListener.idl b/offapi/com/sun/star/form/binding/XListEntryListener.idl
index 9bc1513f5a16..b14a4a081caa 100644
--- a/offapi/com/sun/star/form/binding/XListEntryListener.idl
+++ b/offapi/com/sun/star/form/binding/XListEntryListener.idl
@@ -63,7 +63,7 @@ interface XListEntryListener : com::sun::star::lang::XEventListener
<p>The listener should retrieve the complete new list by calling the
XListEntrySource::getAllListEntries() method of the event source
- (which is denoted by <member scope="com::sun::star::lang">EventObject::Source</member>).
+ (which is denoted by com::sun::star::lang::EventObject::Source).
*/
void allEntriesChanged( [in] com::sun::star::lang::EventObject Source );
};
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>
*/
diff --git a/offapi/com/sun/star/form/inspection/ButtonNavigationHandler.idl b/offapi/com/sun/star/form/inspection/ButtonNavigationHandler.idl
index 6870d53159b2..e94083b93a45 100644
--- a/offapi/com/sun/star/form/inspection/ButtonNavigationHandler.idl
+++ b/offapi/com/sun/star/form/inspection/ButtonNavigationHandler.idl
@@ -27,8 +27,8 @@ module com { module sun { module star { module form { module inspection {
/** implements a property handler for use with an com::sun::star::inspection::ObjectInspector
- which is able to enhance the <member scope="com::sun::star::form::component">CommandButton::ButtonType</member>
- and <member scope="com::sun::star::form::component">CommandButton::TargetURL</member> properties of a
+ which is able to enhance the com::sun::star::form::component::CommandButton::ButtonType
+ and com::sun::star::form::component::CommandButton::TargetURL properties of a
com::sun::star::form::component::CommandButton.
<p>For this, the two properties are superseded by new versions, where as button type, additional
diff --git a/offapi/com/sun/star/form/inspection/EditPropertyHandler.idl b/offapi/com/sun/star/form/inspection/EditPropertyHandler.idl
index 4ee856d3b1db..402e1846ec13 100644
--- a/offapi/com/sun/star/form/inspection/EditPropertyHandler.idl
+++ b/offapi/com/sun/star/form/inspection/EditPropertyHandler.idl
@@ -35,8 +35,8 @@ module com { module sun { module star { module form { module inspection {
have "no", a "vertical", a "horizontal", or "both" scrollbars.<p>
<p>Second, if it detects a com::sun::star::form::component::RichTextControl to inspect,
- it supersedes the <member scope="com::sun::star::form::component">RichTextControl::RichText</member>
- and the <member scope="com::sun::star::awt">UnoControlEditModel::MultiLine</member> properties with a new
+ it supersedes the com::sun::star::form::component::RichTextControl::RichText
+ and the com::sun::star::awt::UnoControlEditModel::MultiLine properties with a new
one which allows choosing the text type with one single action.</p>
@see com::sun::star::inspection::XPropertyHandler
diff --git a/offapi/com/sun/star/form/inspection/XMLFormsPropertyHandler.idl b/offapi/com/sun/star/form/inspection/XMLFormsPropertyHandler.idl
index 2301a4261766..e7de6e4b00e0 100644
--- a/offapi/com/sun/star/form/inspection/XMLFormsPropertyHandler.idl
+++ b/offapi/com/sun/star/form/inspection/XMLFormsPropertyHandler.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module form { module inspection {
<p>The handler introduces new properties to choose an com::sun::star::xforms::XModel
and a com::sun::star::xforms::Binding within this model. Additionally,
it introduces properties which reflect the different facets of the binding (e.g.
- <member scope="com::sun::star::xforms">Binding::BindingExpression</member>), so they can be changed
+ com::sun::star::xforms::Binding::BindingExpression), so they can be changed
directly in the com::sun::star::inspection::ObjectInspector as if they were a
property of the form component which is being inspected.</p>
diff --git a/offapi/com/sun/star/form/runtime/FormFeature.idl b/offapi/com/sun/star/form/runtime/FormFeature.idl
index 2405e00f3004..23b4276ed7a4 100644
--- a/offapi/com/sun/star/form/runtime/FormFeature.idl
+++ b/offapi/com/sun/star/form/runtime/FormFeature.idl
@@ -109,7 +109,7 @@ constants FormFeature
/// opens a dialog which allows the user to interactively specify a form filter
const short InteractiveFilter = 16;
- /** toggles the <member scope="com::sun::star::sdb">RowSet::ApplyFilter</member> property
+ /** toggles the com::sun::star::sdb::RowSet::ApplyFilter property
of a the form.
*/
const short ToggleApplyFilter = 17;
@@ -121,8 +121,8 @@ constants FormFeature
Articles WHERE Price &gt; 100</code>, then the <code>Price &gt; 100</code> filter
will not be removed.</p>
- <p>Effectively, this operation resets the <member scope="com::sun::star::sdb">RowSet::Filter</member>
- and <member scope="com::sun::star::sdb">RowSet::Order</member> properties of the form.</p>
+ <p>Effectively, this operation resets the com::sun::star::sdb::RowSet::Filter
+ and com::sun::star::sdb::RowSet::Order properties of the form.</p>
*/
const short RemoveFilterAndSort = 18;
diff --git a/offapi/com/sun/star/form/runtime/XFormController.idl b/offapi/com/sun/star/form/runtime/XFormController.idl
index e0d21c4a73db..25b63bea16fc 100644
--- a/offapi/com/sun/star/form/runtime/XFormController.idl
+++ b/offapi/com/sun/star/form/runtime/XFormController.idl
@@ -135,9 +135,9 @@ interface XFormControllerContext;
<td>This is a passive functionality: It cannot be dispatched, instead, interested parties may
use the dispatcher to add as com::sun::star::frame::XStatusListener, and be
notified when the record count changes.<br/>
- The status value which is being notified (<member scope="com::sun::star::frame">FeatureStateEvent::State</member>)
+ The status value which is being notified (com::sun::star::frame::FeatureStateEvent::State)
is a string which can be used to display the record count. In particular, if the record count is not yet known
- (<member scope="com::sun::star::sdb">RowSet::IsRowCountFinal</member> is <FALSE/>), this is indicated in the
+ (com::sun::star::sdb::RowSet::IsRowCountFinal is <FALSE/>), this is indicated in the
string, too.</td>
</tr>
@@ -221,10 +221,10 @@ interface XFormControllerContext;
<tr style="vertical-align: top;">
<td><em>applyFilter</em></td>
- <td><p>Toggles the <member scope="com::sun::star::sdb">RowSet::ApplyFilter</member> property
+ <td><p>Toggles the com::sun::star::sdb::RowSet::ApplyFilter property
of the form.</p>
<p>Additionally, status listeners will be provided with the current (boolean) state of this property
- in the <member scope="com::sun::star::frame">FeatureStateEvent::State</member> member of the event
+ in the com::sun::star::frame::FeatureStateEvent::State member of the event
notified by the dispatcher.</p></td>
</tr>
diff --git a/offapi/com/sun/star/form/runtime/XFormOperations.idl b/offapi/com/sun/star/form/runtime/XFormOperations.idl
index 0571c80dc4d4..72ee295590b9 100644
--- a/offapi/com/sun/star/form/runtime/XFormOperations.idl
+++ b/offapi/com/sun/star/form/runtime/XFormOperations.idl
@@ -47,7 +47,7 @@ interface XFeatureInvalidation;
record, so the user doesn't lose her input. So you need to call
com::sun::star::sdbc::XResultSetUpdate::updateRow() or
com::sun::star::sdbc::XResultSetUpdate::insertRow(), depending
- on the form's <member scope="com::sun::star::sdb">RowSet::IsNew</member> property.<br/>
+ on the form's com::sun::star::sdb::RowSet::IsNew property.<br/>
But then you're done, right? Wrong, again.<br/>
When the user just entered some data into one of the form fields, but did not yet
leave this field, then the data is not yet committed to the form, not to talk
@@ -208,7 +208,7 @@ interface XFormOperations : ::com::sun::star::lang::XComponent
/** determines whether the form is currently positioned on the insertion row
<p>This is a convenience method only. Calling it is equivalent to examining the
- <member scope="com::sun::star::sdb">RowSet::IsNew</member> property of the form.</p>
+ com::sun::star::sdb::RowSet::IsNew property of the form.</p>
@throws ::com::sun::star::lang::WrappedTargetException
if an error occurs obtaining the form property
@@ -220,7 +220,7 @@ interface XFormOperations : ::com::sun::star::lang::XComponent
/** determines whether the current row of the form is modified
<p>This is a convenience method only. Calling it is equivalent to examining the
- <member scope="com::sun::star::sdb">RowSet::IsModified</member> property of the form.</p>
+ com::sun::star::sdb::RowSet::IsModified property of the form.</p>
@throws ::com::sun::star::lang::WrappedTargetException
if an error occurs obtaining the form property
diff --git a/offapi/com/sun/star/form/submission/XSubmissionVetoListener.idl b/offapi/com/sun/star/form/submission/XSubmissionVetoListener.idl
index f0c6b9289bbe..8c4b46b01720 100644
--- a/offapi/com/sun/star/form/submission/XSubmissionVetoListener.idl
+++ b/offapi/com/sun/star/form/submission/XSubmissionVetoListener.idl
@@ -38,11 +38,11 @@ interface XSubmissionVetoListener : com::sun::star::lang::XEventListener
is about to submit its data.
@param event
- The submission event. The <member scope="com::sun::star::lang">EventObject::Source</member>
+ The submission event. The com::sun::star::lang::EventObject::Source
member of the structure describes the component which is about to submit its data.
@throws com::sun::star::util::VetoException
- when the submission is vetoed. <member scope="com::sun::star::uno">Exception::Message</member>
+ when the submission is vetoed. com::sun::star::uno::Exception::Message
should contain a justification for the veto then.
*/
void submitting( [in] com::sun::star::lang::EventObject event )
diff --git a/offapi/com/sun/star/form/validation/XFormComponentValidityListener.idl b/offapi/com/sun/star/form/validation/XFormComponentValidityListener.idl
index e8bcc5154d5d..381ae0df4b7f 100644
--- a/offapi/com/sun/star/form/validation/XFormComponentValidityListener.idl
+++ b/offapi/com/sun/star/form/validation/XFormComponentValidityListener.idl
@@ -35,7 +35,7 @@ interface XFormComponentValidityListener : com::sun::star::lang::XEventListener
is registered changed.
@param Source
- The member <member scope="com::sun::star::lang">EventObject::Source</member>
+ The member com::sun::star::lang::EventObject::Source
represents the XValidatableFormComponent whose validity, value, or text changed.
*/
void componentValidityChanged( [in] com::sun::star::lang::EventObject Source );
diff --git a/offapi/com/sun/star/form/validation/XValidatableFormComponent.idl b/offapi/com/sun/star/form/validation/XValidatableFormComponent.idl
index e108d4731610..d75475013af0 100644
--- a/offapi/com/sun/star/form/validation/XValidatableFormComponent.idl
+++ b/offapi/com/sun/star/form/validation/XValidatableFormComponent.idl
@@ -74,7 +74,7 @@ interface XValidatableFormComponent : XValidatable
<p>Again, this is a convenience method. For example, for a com::sun::star::form::component::FormattedField,
calling this method is equivalent to retrieving the
- <member scope="com::sun::star::awt">UnoControlFormattedFieldModel::EffectiveValue</member>.</p>
+ com::sun::star::awt::UnoControlFormattedFieldModel::EffectiveValue.</p>
<p>If no validator has been set (XValidatable::setValidator()), the value returned
here is defined by the service implementing this interface.</p>
diff --git a/offapi/com/sun/star/form/validation/XValidityConstraintListener.idl b/offapi/com/sun/star/form/validation/XValidityConstraintListener.idl
index c3b67632f48d..5d6136b0c7ea 100644
--- a/offapi/com/sun/star/form/validation/XValidityConstraintListener.idl
+++ b/offapi/com/sun/star/form/validation/XValidityConstraintListener.idl
@@ -35,7 +35,7 @@ interface XValidityConstraintListener : com::sun::star::lang::XEventListener
at which the listener is registered, changed.
@param Source
- The event source. The member <member scope="com::sun::star::lang">EventObject::Source</member>
+ The event source. The member com::sun::star::lang::EventObject::Source
represents the validator component whose validity constraint changed.
*/
void validityConstraintChanged( [in] com::sun::star::lang::EventObject Source );