summaryrefslogtreecommitdiff
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/BindableControlModel.idl2
-rw-r--r--offapi/com/sun/star/form/binding/BindableDataAwareControlModel.idl2
-rw-r--r--offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl2
-rw-r--r--offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl2
-rw-r--r--offapi/com/sun/star/form/binding/BindableIntegerValueRange.idl2
-rw-r--r--offapi/com/sun/star/form/binding/ListEntrySource.idl2
-rw-r--r--offapi/com/sun/star/form/binding/ValueBinding.idl4
7 files changed, 8 insertions, 8 deletions
diff --git a/offapi/com/sun/star/form/binding/BindableControlModel.idl b/offapi/com/sun/star/form/binding/BindableControlModel.idl
index 0822e8c7a709..4f5f21492230 100644
--- a/offapi/com/sun/star/form/binding/BindableControlModel.idl
+++ b/offapi/com/sun/star/form/binding/BindableControlModel.idl
@@ -61,7 +61,7 @@ service BindableControlModel
<p>In both cases, explicit changes of the model's property are ignored if they would relax
the restriction imposed by the binding.<br/>
- For instance, if the binding declares it's value to
+ For instance, if the binding declares its value to
be read-only (indicated by ValueBinding::ReadOnly being `TRUE`), then
any attempt to set the <code>ReadOnly</code> property of the control model to `FALSE` will
fail. However, if the binding's value is not read-only, then the <code>ReadOnly</code>
diff --git a/offapi/com/sun/star/form/binding/BindableDataAwareControlModel.idl b/offapi/com/sun/star/form/binding/BindableDataAwareControlModel.idl
index 0baca2afa2a9..4c16e55c10e9 100644
--- a/offapi/com/sun/star/form/binding/BindableDataAwareControlModel.idl
+++ b/offapi/com/sun/star/form/binding/BindableDataAwareControlModel.idl
@@ -92,7 +92,7 @@ module com { module sun { module star { module form { module binding {
<p>When a BindableDataAwareControlModel is being bound to an external value,
using XBindableValue::setValueBinding(),
- then the control model (it's value property, respectively) and the external value are
+ then the control model (its value property, respectively) and the external value are
initially synchronized by setting the external value (XValueBinding::getValue())
at the control model.</p>
diff --git a/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl b/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl
index 8ee368b8edd7..a043e62144b0 100644
--- a/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl
+++ b/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl
@@ -42,7 +42,7 @@ module com { module sun { module star { module form { module binding {
<p>If the value binding associated with a BindableDatabaseCheckBox
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:
+ is <em>not</em> empty, then the radio button will exchange its 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>
<li>`NULL` will be mapped to it being in undetermined state</li>
diff --git a/offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl b/offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl
index daa73cbdad5a..49801cacad2d 100644
--- a/offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl
+++ b/offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl
@@ -40,7 +40,7 @@ module com { module sun { module star { module form { module binding {
<p>If the value binding associated with a BindableDatabaseRadioButton
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:
+ is <em>not</em> empty, then the radio button will exchange its 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>
<li>`NULL` will be mapped to it being in undetermined state</li>
diff --git a/offapi/com/sun/star/form/binding/BindableIntegerValueRange.idl b/offapi/com/sun/star/form/binding/BindableIntegerValueRange.idl
index 8a330b432e40..7dcadeef05b0 100644
--- a/offapi/com/sun/star/form/binding/BindableIntegerValueRange.idl
+++ b/offapi/com/sun/star/form/binding/BindableIntegerValueRange.idl
@@ -45,7 +45,7 @@ service BindableIntegerValueRange
<p>When the external (double) value changes, it's converted as follows to an integer
value:
<ul><li>If the external value is `NULL`, the current value of the control model
- will be set to it's minimum.</li>
+ will be set to its minimum.</li>
<li>If the external value is the <em>infinite</em> value, the control value will
be set to its maximum or minimum, depending on the sign of the external value.</li>
<li>If none of the aforementioned conditions is met, the external value will be simply
diff --git a/offapi/com/sun/star/form/binding/ListEntrySource.idl b/offapi/com/sun/star/form/binding/ListEntrySource.idl
index b4873ca465ef..0779cfa97170 100644
--- a/offapi/com/sun/star/form/binding/ListEntrySource.idl
+++ b/offapi/com/sun/star/form/binding/ListEntrySource.idl
@@ -44,7 +44,7 @@ service ListEntrySource
The ownership is with another instance, which may also decide to obsolete
the ListEntrySource for whatever reasons (e.g. because the data model
which the binding reflected died). For this reason, a ListEntrySource
- must offer a possibility to be obsoleted by it's owner, and to notify this
+ must offer a possibility to be obsoleted by its owner, and to notify this
obsoleteness to other interested parties, such as XListEntrySinks.</p>
*/
interface com::sun::star::lang::XComponent;
diff --git a/offapi/com/sun/star/form/binding/ValueBinding.idl b/offapi/com/sun/star/form/binding/ValueBinding.idl
index 56d294d716cb..46e8781892e2 100644
--- a/offapi/com/sun/star/form/binding/ValueBinding.idl
+++ b/offapi/com/sun/star/form/binding/ValueBinding.idl
@@ -76,7 +76,7 @@ service ValueBinding
by the ValueBinding instance changes.
<p>This interface is optional, since a binding may not support
- actively notifying changes in it's value. Note, however, that in case
+ actively notifying changes in its value. Note, however, that in case
this interface is not supported, the bound component cannot react
on value changes, and will thus override any values which are
set by an instance other than itself.</p>
@@ -91,7 +91,7 @@ service ValueBinding
The ownership is with another instance, which may also decide to obsolete
the ValueBinding for whatever reasons (e.g. because the data model
which the binding reflected died). For this reason, a ValueBinding
- must offer a possibility to be obsoleted by it's owner, and to notify this
+ must offer a possibility to be obsoleted by its owner, and to notify this
obsoleteness to other interested parties, such as XBindableValues.</p>
*/
interface com::sun::star::lang::XComponent;