summaryrefslogtreecommitdiff
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.idl4
-rw-r--r--offapi/com/sun/star/form/NavigationBarMode.idl2
-rw-r--r--offapi/com/sun/star/form/PropertyBrowserController.idl2
-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
-rw-r--r--offapi/com/sun/star/form/component/DataForm.idl6
-rw-r--r--offapi/com/sun/star/form/component/GridControl.idl2
-rw-r--r--offapi/com/sun/star/form/validation/ValidatableControlModel.idl2
13 files changed, 17 insertions, 17 deletions
diff --git a/offapi/com/sun/star/form/DataAwareControlModel.idl b/offapi/com/sun/star/form/DataAwareControlModel.idl
index 684042ff75a7..bb1e09f49b99 100644
--- a/offapi/com/sun/star/form/DataAwareControlModel.idl
+++ b/offapi/com/sun/star/form/DataAwareControlModel.idl
@@ -50,7 +50,7 @@ published service DataAwareControlModel
/** makes it possible to transfer the data of the model to the connected data field.
<p>
This interface is optional, if a component doesn't support it, it has to forward
- the changes of it's value to the field it is connected to immediately (means whenever a user
+ the changes of its value to the field it is connected to immediately (means whenever a user
interaction changes it's content).
</p>
*/
@@ -82,7 +82,7 @@ published service DataAwareControlModel
<p>In the context of a com::sun::star::form::component::DataForm, controls are
automatically reset when one of the following applies
- <ul><li>The form is reset by invoking it's XReset interface.</li>
+ <ul><li>The form is reset by invoking its XReset interface.</li>
<li>The form moves to a new record.</li>
<li>The changes in the current record of the form are undone</li>
</ul>
diff --git a/offapi/com/sun/star/form/NavigationBarMode.idl b/offapi/com/sun/star/form/NavigationBarMode.idl
index 6a241bde05e1..6905b49ca019 100644
--- a/offapi/com/sun/star/form/NavigationBarMode.idl
+++ b/offapi/com/sun/star/form/NavigationBarMode.idl
@@ -53,7 +53,7 @@ published enum NavigationBarMode
<p>This options is usually used for forms containing an grid control only.
In such a form, the control has it's own navigation elements, so there is
- no need to use the navigation bar for the form, but rather for it's parent.
+ no need to use the navigation bar for the form, but rather for its parent.
</p>
*/
PARENT
diff --git a/offapi/com/sun/star/form/PropertyBrowserController.idl b/offapi/com/sun/star/form/PropertyBrowserController.idl
index 0c258db827bb..50f1b757aab9 100644
--- a/offapi/com/sun/star/form/PropertyBrowserController.idl
+++ b/offapi/com/sun/star/form/PropertyBrowserController.idl
@@ -75,7 +75,7 @@ published service PropertyBrowserController
{
/** contains the object to inspect.
- <p>Changing this property from outside causes the controller to update it's view
+ <p>Changing this property from outside causes the controller to update its view
with the data of the new object</p>
*/
[property] com::sun::star::beans::XPropertySet IntrospectedObject;
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;
diff --git a/offapi/com/sun/star/form/component/DataForm.idl b/offapi/com/sun/star/form/component/DataForm.idl
index 347716768b28..18afb4463493 100644
--- a/offapi/com/sun/star/form/component/DataForm.idl
+++ b/offapi/com/sun/star/form/component/DataForm.idl
@@ -117,10 +117,10 @@ published service DataForm
<p> These columns are typically the foreign key fields of the parent form.
The values of theses columns are used to identify the data for the subform.
- Each time the parent form changes it's current row, the subform requeries
+ Each time the parent form changes its current row, the subform requeries
it's data based on the values of the master fields.</p>
- <p>If the form is no sub form (e.g. it's parent is not a form itself), this
+ <p>If the form is no sub form (e.g. its parent is not a form itself), this
property is not evaluated.</p>
*/
[property] sequence<string> MasterFields;
@@ -147,7 +147,7 @@ published service DataForm
<p>The columns specified herein typically represent a part of the primary key
fields or their aliases of the detail form.</p>
- <p>If the form is no sub form (e.g. it's parent is not a form itself), this
+ <p>If the form is no sub form (e.g. its parent is not a form itself), this
property is not evaluated.</p>
*/
[property] sequence<string> DetailFields;
diff --git a/offapi/com/sun/star/form/component/GridControl.idl b/offapi/com/sun/star/form/component/GridControl.idl
index 934ba6330eda..0a8db09f2b2f 100644
--- a/offapi/com/sun/star/form/component/GridControl.idl
+++ b/offapi/com/sun/star/form/component/GridControl.idl
@@ -101,7 +101,7 @@ published service GridControl
/** resets the control.
- <p>The reset of the control is forwarded to all it's elements, means to all the column models.
+ <p>The reset of the control is forwarded to all its 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 com::sun::star::form::DataAwareControlModel::XReset.
*/
diff --git a/offapi/com/sun/star/form/validation/ValidatableControlModel.idl b/offapi/com/sun/star/form/validation/ValidatableControlModel.idl
index 0d87f34e6303..1ebe7eb31ba1 100644
--- a/offapi/com/sun/star/form/validation/ValidatableControlModel.idl
+++ b/offapi/com/sun/star/form/validation/ValidatableControlModel.idl
@@ -66,7 +66,7 @@ service ValidatableControlModel
<p>As soon as a validator is set via XValidatable::setValidator(), the validatable
control model registers itself as listener. If the validity constraint of the validator
- changes, the ValidatableControlModel re-validates it's current valid, and
+ changes, the ValidatableControlModel re-validates its current valid, and
broadcasts any resuling changes to all its XFormComponentValidityListener, if
necessary.</p>
*/