From a684613daf9ed5670c5f80267cc1bea0b878b1f6 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 11 Aug 2019 19:47:46 +0200 Subject: Fix typos Change-Id: I4c0a804e5672bc1c02988d6a07a1da18fde88779 Reviewed-on: https://gerrit.libreoffice.org/77315 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- offapi/com/sun/star/form/component/RadioButton.idl | 2 +- offapi/com/sun/star/form/control/FormattedField.idl | 2 +- offapi/com/sun/star/form/inspection/ButtonNavigationHandler.idl | 2 +- offapi/com/sun/star/form/inspection/CellBindingPropertyHandler.idl | 2 +- offapi/com/sun/star/form/inspection/EditPropertyHandler.idl | 2 +- offapi/com/sun/star/form/inspection/EventHandler.idl | 2 +- offapi/com/sun/star/form/inspection/SubmissionPropertyHandler.idl | 2 +- offapi/com/sun/star/form/inspection/XMLFormsPropertyHandler.idl | 4 ++-- offapi/com/sun/star/form/inspection/XSDValidationPropertyHandler.idl | 4 ++-- offapi/com/sun/star/form/runtime/FormFeature.idl | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/form/component/RadioButton.idl b/offapi/com/sun/star/form/component/RadioButton.idl index 664221d2b227..4c1f6c8617f1 100644 --- a/offapi/com/sun/star/form/component/RadioButton.idl +++ b/offapi/com/sun/star/form/component/RadioButton.idl @@ -81,7 +81,7 @@ published service RadioButton

In various situations, the #RefValue is associated with the control if and only if it is selected.
- #UncheckedRefValue provides a extensions of this concept: If present, + #UncheckedRefValue provides an extension of this concept: If present, the value should be associated with the control when it is not selected.

*/ [optional, property] string UncheckedRefValue; diff --git a/offapi/com/sun/star/form/control/FormattedField.idl b/offapi/com/sun/star/form/control/FormattedField.idl index 259bc2784cfe..c5270f705487 100644 --- a/offapi/com/sun/star/form/control/FormattedField.idl +++ b/offapi/com/sun/star/form/control/FormattedField.idl @@ -27,7 +27,7 @@ module com { module sun { module star { module form { module control { -/** describes a control which can be used for inputting values with a arbitrary formatting, and +/** describes a control which can be used for inputting values with an arbitrary formatting, and can (but not necessarily has to) be bound to a database field.

The model of the control has to support the com::sun::star::form::component::FormattedField diff --git a/offapi/com/sun/star/form/inspection/ButtonNavigationHandler.idl b/offapi/com/sun/star/form/inspection/ButtonNavigationHandler.idl index e94083b93a45..66c3b85694be 100644 --- a/offapi/com/sun/star/form/inspection/ButtonNavigationHandler.idl +++ b/offapi/com/sun/star/form/inspection/ButtonNavigationHandler.idl @@ -26,7 +26,7 @@ module com { module sun { module star { module form { module inspection { -/** implements a property handler for use with an com::sun::star::inspection::ObjectInspector +/** implements a property handler for use with a com::sun::star::inspection::ObjectInspector 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. diff --git a/offapi/com/sun/star/form/inspection/CellBindingPropertyHandler.idl b/offapi/com/sun/star/form/inspection/CellBindingPropertyHandler.idl index 9893a6c54f14..3109b543923d 100644 --- a/offapi/com/sun/star/form/inspection/CellBindingPropertyHandler.idl +++ b/offapi/com/sun/star/form/inspection/CellBindingPropertyHandler.idl @@ -26,7 +26,7 @@ module com { module sun { module star { module form { module inspection { -/** implements a property handler for use with an com::sun::star::inspection::ObjectInspector +/** implements a property handler for use with a com::sun::star::inspection::ObjectInspector which is able to provide properties to bind a form component to a spreadsheet cell.

The handler expects a value named "ContextDocument" in the context in which it is created. diff --git a/offapi/com/sun/star/form/inspection/EditPropertyHandler.idl b/offapi/com/sun/star/form/inspection/EditPropertyHandler.idl index 402e1846ec13..81f6c6e45eac 100644 --- a/offapi/com/sun/star/form/inspection/EditPropertyHandler.idl +++ b/offapi/com/sun/star/form/inspection/EditPropertyHandler.idl @@ -26,7 +26,7 @@ module com { module sun { module star { module form { module inspection { -/** implements a property handler for use with an com::sun::star::inspection::ObjectInspector +/** implements a property handler for use with a com::sun::star::inspection::ObjectInspector which provides convenience wrappers for some properties existing at a form component derived from com::sun::star::awt::UnoControlEditModel. diff --git a/offapi/com/sun/star/form/inspection/EventHandler.idl b/offapi/com/sun/star/form/inspection/EventHandler.idl index cf5d8dcdbf37..1219907792dd 100644 --- a/offapi/com/sun/star/form/inspection/EventHandler.idl +++ b/offapi/com/sun/star/form/inspection/EventHandler.idl @@ -26,7 +26,7 @@ module com { module sun { module star { module form { module inspection { -/** implements a property handler for use with an com::sun::star::inspection::ObjectInspector +/** implements a property handler for use with a com::sun::star::inspection::ObjectInspector which, for a com::sun::star::form::FormComponent, provides the script events offered by this form component. diff --git a/offapi/com/sun/star/form/inspection/SubmissionPropertyHandler.idl b/offapi/com/sun/star/form/inspection/SubmissionPropertyHandler.idl index 0eb65962ae26..74bebe7c933a 100644 --- a/offapi/com/sun/star/form/inspection/SubmissionPropertyHandler.idl +++ b/offapi/com/sun/star/form/inspection/SubmissionPropertyHandler.idl @@ -26,7 +26,7 @@ module com { module sun { module star { module form { module inspection { -/** implements a property handler for use with an com::sun::star::inspection::ObjectInspector +/** implements a property handler for use with a com::sun::star::inspection::ObjectInspector which provides properties for button controls which support submission of XML forms.

The handler expects a value named "ContextDocument" in the context in which it is created. diff --git a/offapi/com/sun/star/form/inspection/XMLFormsPropertyHandler.idl b/offapi/com/sun/star/form/inspection/XMLFormsPropertyHandler.idl index e7de6e4b00e0..6718d2323446 100644 --- a/offapi/com/sun/star/form/inspection/XMLFormsPropertyHandler.idl +++ b/offapi/com/sun/star/form/inspection/XMLFormsPropertyHandler.idl @@ -26,10 +26,10 @@ module com { module sun { module star { module form { module inspection { -/** implements a property handler for use with an com::sun::star::inspection::ObjectInspector +/** implements a property handler for use with a com::sun::star::inspection::ObjectInspector which provides properties related to binding form control models to XForm bindings. -

The handler introduces new properties to choose an com::sun::star::xforms::XModel +

The handler introduces new properties to choose a 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. com::sun::star::xforms::Binding::BindingExpression), so they can be changed diff --git a/offapi/com/sun/star/form/inspection/XSDValidationPropertyHandler.idl b/offapi/com/sun/star/form/inspection/XSDValidationPropertyHandler.idl index 17501ce1070f..e1100d20fb40 100644 --- a/offapi/com/sun/star/form/inspection/XSDValidationPropertyHandler.idl +++ b/offapi/com/sun/star/form/inspection/XSDValidationPropertyHandler.idl @@ -26,11 +26,11 @@ module com { module sun { module star { module form { module inspection { -/** implements a property handler for use with an com::sun::star::inspection::ObjectInspector +/** implements a property handler for use with a com::sun::star::inspection::ObjectInspector which provides properties related to binding form control models to XForm bindings and validating the form control content. -

By using an XMLFormsPropertyHandler, an com::sun::star::inspection::ObjectInspector +

By using an XMLFormsPropertyHandler, a com::sun::star::inspection::ObjectInspector can be used to bind form components to com::sun::star::xforms::Binding instances. Since those instances also support validating form control content (by supporting an com::sun::star::form::validation::XValidator interface), it seems reasonable to diff --git a/offapi/com/sun/star/form/runtime/FormFeature.idl b/offapi/com/sun/star/form/runtime/FormFeature.idl index 23b4276ed7a4..1d3fb50b4ce3 100644 --- a/offapi/com/sun/star/form/runtime/FormFeature.idl +++ b/offapi/com/sun/star/form/runtime/FormFeature.idl @@ -110,7 +110,7 @@ constants FormFeature const short InteractiveFilter = 16; /** toggles the com::sun::star::sdb::RowSet::ApplyFilter property - of a the form. + of the form. */ const short ToggleApplyFilter = 17; -- cgit