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/binding/XValueBinding.idl2
-rw-r--r--offapi/com/sun/star/form/component/CheckBox.idl2
-rw-r--r--offapi/com/sun/star/form/component/ComboBox.idl2
-rw-r--r--offapi/com/sun/star/form/component/CurrencyField.idl2
-rw-r--r--offapi/com/sun/star/form/component/DataForm.idl2
-rw-r--r--offapi/com/sun/star/form/component/FileControl.idl2
-rw-r--r--offapi/com/sun/star/form/component/FormattedField.idl2
-rw-r--r--offapi/com/sun/star/form/component/ListBox.idl2
-rw-r--r--offapi/com/sun/star/form/component/NumericField.idl2
-rw-r--r--offapi/com/sun/star/form/component/PatternField.idl2
-rw-r--r--offapi/com/sun/star/form/component/RadioButton.idl2
-rw-r--r--offapi/com/sun/star/form/component/TextField.idl2
-rw-r--r--offapi/com/sun/star/form/control/InteractionGridControl.idl2
-rw-r--r--offapi/com/sun/star/form/validation/ValidatableControlModel.idl2
15 files changed, 16 insertions, 16 deletions
diff --git a/offapi/com/sun/star/form/DataAwareControlModel.idl b/offapi/com/sun/star/form/DataAwareControlModel.idl
index bb1e09f49b99..d2d40017ff49 100644
--- a/offapi/com/sun/star/form/DataAwareControlModel.idl
+++ b/offapi/com/sun/star/form/DataAwareControlModel.idl
@@ -69,9 +69,9 @@ 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
+ If (and only if) the control is valid bound to a column of its com::sun::star::form::component::DataForm, and the form
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
+ XReset::reset() does not reset the model's value to its 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>
diff --git a/offapi/com/sun/star/form/binding/XValueBinding.idl b/offapi/com/sun/star/form/binding/XValueBinding.idl
index e3c1276f1897..2a6a4d1b6c94 100644
--- a/offapi/com/sun/star/form/binding/XValueBinding.idl
+++ b/offapi/com/sun/star/form/binding/XValueBinding.idl
@@ -68,7 +68,7 @@ interface XValueBinding : com::sun::star::uno::XInterface
fully operational. Possible reasons for this include the binding being
readonly, or the target of the binding not being present.
@throws com::sun::star::lang::NoSupportException
- if the binding in general does not support write access to it's binding
+ if the binding in general does not support write access to its binding
@see getSupportedValueTypes
@see supportsType
diff --git a/offapi/com/sun/star/form/component/CheckBox.idl b/offapi/com/sun/star/form/component/CheckBox.idl
index 57acd34180e6..b793bc4f0f01 100644
--- a/offapi/com/sun/star/form/component/CheckBox.idl
+++ b/offapi/com/sun/star/form/component/CheckBox.idl
@@ -39,7 +39,7 @@ published service CheckBox
service com::sun::star::form::FormControlModel;
- /** can be used to reset the control to it's default state.
+ /** can be used to reset the control to its default state.
@see CheckBox::DefaultState
*/
diff --git a/offapi/com/sun/star/form/component/ComboBox.idl b/offapi/com/sun/star/form/component/ComboBox.idl
index 1a7f03b4f213..33c4e5e9db8c 100644
--- a/offapi/com/sun/star/form/component/ComboBox.idl
+++ b/offapi/com/sun/star/form/component/ComboBox.idl
@@ -39,7 +39,7 @@ published service ComboBox
service com::sun::star::form::FormControlModel;
- /** can be used to reset the control to it's default text.
+ /** can be used to reset the control to its default text.
@see ComboBox::DefaultText
*/
diff --git a/offapi/com/sun/star/form/component/CurrencyField.idl b/offapi/com/sun/star/form/component/CurrencyField.idl
index 9c4fbde41c59..a5c35ae09cb9 100644
--- a/offapi/com/sun/star/form/component/CurrencyField.idl
+++ b/offapi/com/sun/star/form/component/CurrencyField.idl
@@ -39,7 +39,7 @@ published service CurrencyField
service com::sun::star::form::FormControlModel;
- /** can be used to reset the control to it's default state.
+ /** can be used to reset the control to its default state.
@see CurrencyField::DefaultValue
*/
diff --git a/offapi/com/sun/star/form/component/DataForm.idl b/offapi/com/sun/star/form/component/DataForm.idl
index 18afb4463493..c3aa6e5ccecb 100644
--- a/offapi/com/sun/star/form/component/DataForm.idl
+++ b/offapi/com/sun/star/form/component/DataForm.idl
@@ -99,7 +99,7 @@ published service DataForm
<p>You can add your component as
com::sun::star::form::XDatabaseParameterListener
to a form to get notified whenever the form needs parameter values to be filled in<br/>
- In a first approach, the form tries to fill any parameters from it's master-detail relation
+ In a first approach, the form tries to fill any parameters from its master-detail relation
(if any). All values which can't be filled are then passed to all listeners, which can
fill them by their own choice.</p>
diff --git a/offapi/com/sun/star/form/component/FileControl.idl b/offapi/com/sun/star/form/component/FileControl.idl
index 31d8ffa33048..0e5c977f83b8 100644
--- a/offapi/com/sun/star/form/component/FileControl.idl
+++ b/offapi/com/sun/star/form/component/FileControl.idl
@@ -38,7 +38,7 @@ published service FileControl
service com::sun::star::form::FormControlModel;
- /** can be used to reset the control to it's default text.
+ /** can be used to reset the control to its default text.
@see FileControl::DefaultText
*/
diff --git a/offapi/com/sun/star/form/component/FormattedField.idl b/offapi/com/sun/star/form/component/FormattedField.idl
index 9d4439b07ffe..fd9817667f8b 100644
--- a/offapi/com/sun/star/form/component/FormattedField.idl
+++ b/offapi/com/sun/star/form/component/FormattedField.idl
@@ -41,7 +41,7 @@ published service FormattedField
service com::sun::star::form::FormControlModel;
- /** can be used to reset the control to it's default state.
+ /** can be used to reset the control to its default state.
@see com::sun::star::awt::UnoControlFormattedFieldModel::EffectiveValue
@see com::sun::star::awt::UnoControlFormattedFieldModel::EffectiveDefault
diff --git a/offapi/com/sun/star/form/component/ListBox.idl b/offapi/com/sun/star/form/component/ListBox.idl
index e1efae6552b1..48f754435e70 100644
--- a/offapi/com/sun/star/form/component/ListBox.idl
+++ b/offapi/com/sun/star/form/component/ListBox.idl
@@ -38,7 +38,7 @@ published service ListBox
service com::sun::star::form::FormControlModel;
- /** can be used to reset the control to it's default state.
+ /** can be used to reset the control to its default state.
@see ListBox::DefaultSelection
*/
diff --git a/offapi/com/sun/star/form/component/NumericField.idl b/offapi/com/sun/star/form/component/NumericField.idl
index a9d442547125..dac2ae6a6b06 100644
--- a/offapi/com/sun/star/form/component/NumericField.idl
+++ b/offapi/com/sun/star/form/component/NumericField.idl
@@ -38,7 +38,7 @@ published service NumericField
service com::sun::star::form::FormControlModel;
- /** can be used to reset the control to it's default value.
+ /** can be used to reset the control to its default value.
@see NumericField::DefaultValue
*/
diff --git a/offapi/com/sun/star/form/component/PatternField.idl b/offapi/com/sun/star/form/component/PatternField.idl
index 91a79b5c4029..b9083c552dfd 100644
--- a/offapi/com/sun/star/form/component/PatternField.idl
+++ b/offapi/com/sun/star/form/component/PatternField.idl
@@ -38,7 +38,7 @@ published service PatternField
service com::sun::star::form::FormControlModel;
- /** can be used to reset the control to it's default text.
+ /** can be used to reset the control to its default text.
@see PatternField::DefaultText
*/
diff --git a/offapi/com/sun/star/form/component/RadioButton.idl b/offapi/com/sun/star/form/component/RadioButton.idl
index b99bffb04fed..664221d2b227 100644
--- a/offapi/com/sun/star/form/component/RadioButton.idl
+++ b/offapi/com/sun/star/form/component/RadioButton.idl
@@ -46,7 +46,7 @@ published service RadioButton
service com::sun::star::form::FormControlModel;
- /** can be used to reset the control to it's default text.
+ /** can be used to reset the control to its default text.
@see RadioButton::DefaultState
*/
diff --git a/offapi/com/sun/star/form/component/TextField.idl b/offapi/com/sun/star/form/component/TextField.idl
index f641d55a05ec..733edc45d861 100644
--- a/offapi/com/sun/star/form/component/TextField.idl
+++ b/offapi/com/sun/star/form/component/TextField.idl
@@ -46,7 +46,7 @@ published service TextField
*/
[optional] service RichTextControl;
- /** can be used to reset the control to it's default text.
+ /** can be used to reset the control to its default text.
@see TextField::DefaultText
*/
diff --git a/offapi/com/sun/star/form/control/InteractionGridControl.idl b/offapi/com/sun/star/form/control/InteractionGridControl.idl
index f8daf141b9de..8b56d599098a 100644
--- a/offapi/com/sun/star/form/control/InteractionGridControl.idl
+++ b/offapi/com/sun/star/form/control/InteractionGridControl.idl
@@ -27,7 +27,7 @@
module com { module sun { module star { module form { module control {
-/** is an extended grid control, which allows the user to customize some of it's user interface's aspects.
+/** is an extended grid control, which allows the user to customize some of its user interface's aspects.
*/
published service InteractionGridControl
{
diff --git a/offapi/com/sun/star/form/validation/ValidatableControlModel.idl b/offapi/com/sun/star/form/validation/ValidatableControlModel.idl
index 1ebe7eb31ba1..3865ff951328 100644
--- a/offapi/com/sun/star/form/validation/ValidatableControlModel.idl
+++ b/offapi/com/sun/star/form/validation/ValidatableControlModel.idl
@@ -67,7 +67,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 its current valid, and
- broadcasts any resuling changes to all its XFormComponentValidityListener, if
+ broadcasts any resulting changes to all its XFormComponentValidityListener, if
necessary.</p>
*/
interface XValidityConstraintListener;