summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/form/binding
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/binding')
-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
4 files changed, 7 insertions, 7 deletions
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 );
};