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.idl12
-rw-r--r--offapi/com/sun/star/form/FormComponent.idl2
-rw-r--r--offapi/com/sun/star/form/FormComponents.idl2
-rw-r--r--offapi/com/sun/star/form/FormSubmitMethod.idl2
-rw-r--r--offapi/com/sun/star/form/PropertyBrowserController.idl6
-rw-r--r--offapi/com/sun/star/form/XChangeListener.idl2
-rw-r--r--offapi/com/sun/star/form/XConfirmDeleteListener.idl4
-rw-r--r--offapi/com/sun/star/form/XDeleteListener.idl2
-rw-r--r--offapi/com/sun/star/form/XErrorBroadcaster.idl2
-rw-r--r--offapi/com/sun/star/form/XErrorListener.idl2
-rw-r--r--offapi/com/sun/star/form/XFormControllerListener.idl4
-rw-r--r--offapi/com/sun/star/form/XGridFieldDataSupplier.idl2
-rw-r--r--offapi/com/sun/star/form/XInsertListener.idl2
-rw-r--r--offapi/com/sun/star/form/XLoadListener.idl10
-rw-r--r--offapi/com/sun/star/form/XPositioningListener.idl2
-rw-r--r--offapi/com/sun/star/form/XReset.idl2
-rw-r--r--offapi/com/sun/star/form/XResetListener.idl8
-rw-r--r--offapi/com/sun/star/form/XRestoreListener.idl4
-rw-r--r--offapi/com/sun/star/form/XSubmit.idl2
-rw-r--r--offapi/com/sun/star/form/XSubmitListener.idl6
-rw-r--r--offapi/com/sun/star/form/XUpdateListener.idl6
-rw-r--r--offapi/com/sun/star/form/binding/BindableDataAwareControlModel.idl4
-rw-r--r--offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl6
-rw-r--r--offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl4
-rw-r--r--offapi/com/sun/star/form/binding/ListEntryEvent.idl4
-rw-r--r--offapi/com/sun/star/form/binding/ListEntrySource.idl2
-rw-r--r--offapi/com/sun/star/form/binding/ValueBinding.idl2
-rw-r--r--offapi/com/sun/star/form/binding/XListEntrySource.idl2
-rw-r--r--offapi/com/sun/star/form/component/DataForm.idl8
-rw-r--r--offapi/com/sun/star/form/component/DatabaseComboBox.idl2
-rw-r--r--offapi/com/sun/star/form/component/DatabaseListBox.idl4
-rw-r--r--offapi/com/sun/star/form/component/FormattedField.idl2
-rw-r--r--offapi/com/sun/star/form/component/GridControl.idl6
-rw-r--r--offapi/com/sun/star/form/component/NavigationToolBar.idl2
-rw-r--r--offapi/com/sun/star/form/component/TimeField.idl2
-rw-r--r--offapi/com/sun/star/form/control/GridControl.idl6
-rw-r--r--offapi/com/sun/star/form/control/InteractionGridControl.idl2
-rw-r--r--offapi/com/sun/star/form/control/TextField.idl2
-rw-r--r--offapi/com/sun/star/form/inspection/EditPropertyHandler.idl2
-rw-r--r--offapi/com/sun/star/form/runtime/FormFeature.idl12
-rw-r--r--offapi/com/sun/star/form/runtime/XFilterController.idl2
-rw-r--r--offapi/com/sun/star/form/runtime/XFormController.idl6
-rw-r--r--offapi/com/sun/star/form/runtime/XFormOperations.idl20
-rw-r--r--offapi/com/sun/star/form/submission/XSubmission.idl8
-rw-r--r--offapi/com/sun/star/form/validation/XValidatableFormComponent.idl2
-rw-r--r--offapi/com/sun/star/form/validation/XValidator.idl4
46 files changed, 100 insertions, 100 deletions
diff --git a/offapi/com/sun/star/form/DataAwareControlModel.idl b/offapi/com/sun/star/form/DataAwareControlModel.idl
index d8d52376de8e..8d7be2db024f 100644
--- a/offapi/com/sun/star/form/DataAwareControlModel.idl
+++ b/offapi/com/sun/star/form/DataAwareControlModel.idl
@@ -57,7 +57,7 @@
/** is an abstract service for specialized <type>FormControlModel</type>s
which are data aware and thus can be bound to a data source.
- <p>The connection between a data-aware control model and a form which's data the
+ <p>The connection between a data-aware control model and a form whose data the
control should display is made by parentship relations. The parent of a data-aware
control model (see <type scope="com::sun::star::container">XChild</type>, inherited
via the <type>FormControlModel</type> and <type>FormComponent</type> services) has
@@ -89,13 +89,13 @@ published service DataAwareControlModel
<p>In the context of a control model which is data-aware, the semantics of <em>default value</em>
(see <type>XReset</type>) is as follows:<br/>
- If (and only if) the control is valid bound to a column of it's <typee scope="com::sun::star::form::component">DataForm</type>, and the form
+ If (and only if) the control is valid bound to a column of it's <type scope="com::sun::star::form::component">DataForm</type>, and the form
is not positioned on a new record (see <member scope="com::sun::star::sdb">RowSet::IsNew</member>), then
<member>XReset::reset</member> does not reset the model's value to it's 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>
- <p>For an example, have a look at the <type scope="com::sun::star::form::component">TextField</type>. It inherites
+ <p>For an example, have a look at the <type scope="com::sun::star::form::component">TextField</type>. It inherits
the <member scope="com::sun::star::awt">UnoControlEditModel::Text</member> property from the underlying
service, and additionally specifies the <member scope="com::sun::star::form::component">TextField::DefaultText</member>.
</p>
@@ -157,7 +157,7 @@ published service DataAwareControlModel
with the latter describing the content of the former. For instance, you may have a
<type scope="com::sun::star::form::component">TextField</type>, which is bound to the e-mail
column of your data source. Then you will probably add a
- <type scope="com::sun::star::form::component">FixedText</type> which's label is "E-Mail",
+ <type scope="com::sun::star::form::component">FixedText</type> whose label is "E-Mail",
and associate it with the TextField by setting it as <member>LabelControl</member>.<br/>
Now if you imagine a component offering data search in a form, this component will examine
the <member>LabelControl</member> property, find the <type scope="com::sun::star::form::component">FixedText</type>,
@@ -177,8 +177,8 @@ published service DataAwareControlModel
is required. Which kind of service is in the request depends on the type of the control model.<br/>
For instance, text fields (<type scope="com::sun::star::form::component">TextField</type>) can be
- labelled by label controls only (<type scope="com::sun::star::form::component">FixedText</type>),
- and radio buttons (<type scope="com::sun::star::form::component">RadioButton</type>) can be labelled
+ labeled by label controls only (<type scope="com::sun::star::form::component">FixedText</type>),
+ and radio buttons (<type scope="com::sun::star::form::component">RadioButton</type>) can be labeled
by group boxes (<type scope="com::sun::star::form::component">GroupBox</type>) only.
</li>
</ul>
diff --git a/offapi/com/sun/star/form/FormComponent.idl b/offapi/com/sun/star/form/FormComponent.idl
index 489f97e66795..bb48e67df44d 100644
--- a/offapi/com/sun/star/form/FormComponent.idl
+++ b/offapi/com/sun/star/form/FormComponent.idl
@@ -100,7 +100,7 @@ published service FormComponent
use by other instances.</p>
<p>Note that dynamic properties added to a form component are, by definition,
- removeable. That is, the <member scope="com::sun::star::beans">PropertyAttribute::REMOVEABLE</member>
+ removable. That is, the <member scope="com::sun::star::beans">PropertyAttribute::REMOVEABLE</member>
will always be set, even if you do not specify it in the
<member scope="com::sun::star::beans">XPropertyContainer::addProperty</member> call.</p>
diff --git a/offapi/com/sun/star/form/FormComponents.idl b/offapi/com/sun/star/form/FormComponents.idl
index 475deb7659d3..e29b162f6087 100644
--- a/offapi/com/sun/star/form/FormComponents.idl
+++ b/offapi/com/sun/star/form/FormComponents.idl
@@ -91,7 +91,7 @@ published service FormComponents
<p>For instance, at any time you can obtain the events associated with the <code>n</code><super>th</super>
element in the form components by calling
<member scope="com::sun::star::script">XEventAttacherManager::getScriptEvents</member>
- with paramter <code>n</code>. In particular, this invariant is always met, even after you
+ with parameter <code>n</code>. In particular, this invariant is always met, even after you
inserted/removed elements into/from the container.</p>
*/
interface com::sun::star::script::XEventAttacherManager;
diff --git a/offapi/com/sun/star/form/FormSubmitMethod.idl b/offapi/com/sun/star/form/FormSubmitMethod.idl
index a002dc32d990..7f70d86a2edc 100644
--- a/offapi/com/sun/star/form/FormSubmitMethod.idl
+++ b/offapi/com/sun/star/form/FormSubmitMethod.idl
@@ -47,7 +47,7 @@ published enum FormSubmitMethod
//-------------------------------------------------------------------------
- /** speficies to send the input information in a data body.
+ /** specifies to send the input information in a data body.
*/
POST
diff --git a/offapi/com/sun/star/form/PropertyBrowserController.idl b/offapi/com/sun/star/form/PropertyBrowserController.idl
index 52e50979654f..18650aea09cc 100644
--- a/offapi/com/sun/star/form/PropertyBrowserController.idl
+++ b/offapi/com/sun/star/form/PropertyBrowserController.idl
@@ -58,7 +58,7 @@
data binding, it's layout, and it's event binding</p>
<p>For using a PropertyBrowserController, you need to
- <ul><li>instatiate it at a service factory of your choice</li>
+ <ul><li>instantiate it at a service factory of your choice</li>
<li>attach it to an empty frame of your choice</li>
<li>set the IntrospectedObject property to the control model which you wish to analyze</li>
</ul>
@@ -110,7 +110,7 @@ published service PropertyBrowserController
The appearance of the visual component created by the controller is that 3 tab pages, one for
each group, are displayed (of course if the control does not support any aspects of a given group,
the group is omitted).<br/>
- With this property, it can be controller which page is currently acticve.</p>
+ With this property, it can be controller which page is currently active.</p>
<p>Valid values are (this list may be extended in the future):
<ul><li>Generic</li>
@@ -131,7 +131,7 @@ published service PropertyBrowserController
*/
interface com::sun::star::beans::XPropertySet;
- /** allows to access the properties via indicies
+ /** allows to access the properties via indices
*/
interface com::sun::star::beans::XFastPropertySet;
diff --git a/offapi/com/sun/star/form/XChangeListener.idl b/offapi/com/sun/star/form/XChangeListener.idl
index 2b817320fb75..341ab4090466 100644
--- a/offapi/com/sun/star/form/XChangeListener.idl
+++ b/offapi/com/sun/star/form/XChangeListener.idl
@@ -57,7 +57,7 @@ published interface XChangeListener: com::sun::star::lang::XEventListener
/** is invoked when the data of a component has been changed.
@param rEvent
- A dedscriptor specifying the source of the event.
+ A descriptor specifying the source of the event.
*/
[oneway] void changed( [in] com::sun::star::lang::EventObject rEvent );
diff --git a/offapi/com/sun/star/form/XConfirmDeleteListener.idl b/offapi/com/sun/star/form/XConfirmDeleteListener.idl
index debd3db0265f..b65eb95e4f07 100644
--- a/offapi/com/sun/star/form/XConfirmDeleteListener.idl
+++ b/offapi/com/sun/star/form/XConfirmDeleteListener.idl
@@ -53,10 +53,10 @@ published interface XConfirmDeleteListener: com::sun::star::lang::XEventListener
/** is invoked when the current record of a database form will be deleted.
@param aEvent
- A dedscriptor specifying the deletion request.
+ A descriptor specifying the deletion request.
@returns
- <TRUE/> when the row caan be deleted, otherwise <FALSE/>.
+ <TRUE/> when the row can be deleted, otherwise <FALSE/>.
*/
boolean confirmDelete( [in] com::sun::star::sdb::RowChangeEvent aEvent );
};
diff --git a/offapi/com/sun/star/form/XDeleteListener.idl b/offapi/com/sun/star/form/XDeleteListener.idl
index 48a3dc6c9d6a..3ba5fb10a456 100644
--- a/offapi/com/sun/star/form/XDeleteListener.idl
+++ b/offapi/com/sun/star/form/XDeleteListener.idl
@@ -48,7 +48,7 @@
<p> "approveDelete" may be used to abort a deletion of the current data
record.</p>
- <p>Please do <em><b>not</b></em> use anymore, this interface is superseeded
+ <p>Please do <em><b>not</b></em> use anymore, this interface is superseded
by <type scope="com::sun::star::form">XConfirmDeleteListener</type>.</p>
@deprecated
diff --git a/offapi/com/sun/star/form/XErrorBroadcaster.idl b/offapi/com/sun/star/form/XErrorBroadcaster.idl
index 7775f23e9c8e..5a6ac34f031b 100644
--- a/offapi/com/sun/star/form/XErrorBroadcaster.idl
+++ b/offapi/com/sun/star/form/XErrorBroadcaster.idl
@@ -44,7 +44,7 @@
/** provides the possibility of receiving database error events.
- <p>Please do <em><b>not</b></em> use anymore, this interface is superseeded
+ <p>Please do <em><b>not</b></em> use anymore, this interface is superseded
by <type scope="com::sun::star::sdb">XSQLErrorBroadcaster</type>.</p>
@deprecated
diff --git a/offapi/com/sun/star/form/XErrorListener.idl b/offapi/com/sun/star/form/XErrorListener.idl
index 7f6a6c4c74a2..6deca2e9ba7c 100644
--- a/offapi/com/sun/star/form/XErrorListener.idl
+++ b/offapi/com/sun/star/form/XErrorListener.idl
@@ -48,7 +48,7 @@
event is posted to the error listeners. This event may be used to
configure the error handling of a database form.</p>
- <p>Please do <em><b>not</b></em> use anymore, this interface is superseeded
+ <p>Please do <em><b>not</b></em> use anymore, this interface is superseded
by <type scope="com::sun::star::sdb">XSQLErrorListener</type>.</p>
@deprecated
diff --git a/offapi/com/sun/star/form/XFormControllerListener.idl b/offapi/com/sun/star/form/XFormControllerListener.idl
index 6d12ab85eba8..0efe13153c19 100644
--- a/offapi/com/sun/star/form/XFormControllerListener.idl
+++ b/offapi/com/sun/star/form/XFormControllerListener.idl
@@ -57,7 +57,7 @@ published interface XFormControllerListener: com::sun::star::lang::XEventListene
the controller was not previously activated.
@param rEvent
- the event happend.
+ the event happened.
*/
[oneway] void formActivated( [in] com::sun::star::lang::EventObject rEvent );
@@ -68,7 +68,7 @@ published interface XFormControllerListener: com::sun::star::lang::XEventListene
words, no control of the controller owns the focus.
@param rEvent
- the event happend.
+ the event happened.
*/
[oneway] void formDeactivated( [in] com::sun::star::lang::EventObject rEvent );
diff --git a/offapi/com/sun/star/form/XGridFieldDataSupplier.idl b/offapi/com/sun/star/form/XGridFieldDataSupplier.idl
index 5a4aa9b57fec..96bb954036f7 100644
--- a/offapi/com/sun/star/form/XGridFieldDataSupplier.idl
+++ b/offapi/com/sun/star/form/XGridFieldDataSupplier.idl
@@ -46,7 +46,7 @@
<p>You can retrieve the data type information and the data in a row.</p>
- <p>This interface allows to retrieve data even for rows which are not current, which is quite usefull,
+ <p>This interface allows to retrieve data even for rows which are not current, which is quite useful,
as normally, you can't affect the current row in a grid control without moving the cursor of the underlying
<type scope="com::sun::star::form::component">DataForm</type>.</p>
diff --git a/offapi/com/sun/star/form/XInsertListener.idl b/offapi/com/sun/star/form/XInsertListener.idl
index 63da8d514c4b..4cdec9ee5f1b 100644
--- a/offapi/com/sun/star/form/XInsertListener.idl
+++ b/offapi/com/sun/star/form/XInsertListener.idl
@@ -45,7 +45,7 @@
/** allows to receive notifications about insertions into a database form.
<p>Please do <em><b>not</b></em> use anymore, this interface is deprecated, and
- superseeded by functionality from the <type scope="com::sun::star::form::component">DataForm</type>
+ superseded by functionality from the <type scope="com::sun::star::form::component">DataForm</type>
service, as well as the <type scope="com::sun::star::sdbc">XRowSetListener</type> and
<type scope="com::sun::star::sdb">XRowSetApproveListener</type> interfaces.</p>
diff --git a/offapi/com/sun/star/form/XLoadListener.idl b/offapi/com/sun/star/form/XLoadListener.idl
index afbf72027e9b..5b3caa7bd92a 100644
--- a/offapi/com/sun/star/form/XLoadListener.idl
+++ b/offapi/com/sun/star/form/XLoadListener.idl
@@ -58,7 +58,7 @@ published interface XLoadListener: com::sun::star::lang::XEventListener
/** is invoked when the object has successfully connected to a datasource.
@param aEvent
- the event happend.
+ the event happened.
*/
[oneway] void loaded( [in] com::sun::star::lang::EventObject aEvent );
@@ -69,7 +69,7 @@ published interface XLoadListener: com::sun::star::lang::XEventListener
the event source before the object is unloaded.</p>
@param aEvent
- the event happend.
+ the event happened.
*/
[oneway] void unloading( [in] com::sun::star::lang::EventObject aEvent );
@@ -78,7 +78,7 @@ published interface XLoadListener: com::sun::star::lang::XEventListener
/** is invoked after the object has disconnected from a datasource.
@param aEvent
- the event happend.
+ the event happened.
*/
[oneway] void unloaded( [in] com::sun::star::lang::EventObject aEvent );
@@ -90,7 +90,7 @@ published interface XLoadListener: com::sun::star::lang::XEventListener
to the event source until they get the reloaded event.</p>
@param aEvent
- the event happend.
+ the event happened.
*/
[oneway] void reloading( [in] com::sun::star::lang::EventObject aEvent );
@@ -99,7 +99,7 @@ published interface XLoadListener: com::sun::star::lang::XEventListener
/** is invoked when the object has been reloaded.
@param aEvent
- the event happend.
+ the event happened.
*/
[oneway] void reloaded( [in] com::sun::star::lang::EventObject aEvent );
};
diff --git a/offapi/com/sun/star/form/XPositioningListener.idl b/offapi/com/sun/star/form/XPositioningListener.idl
index 391380e1d3a4..610379ed7a62 100644
--- a/offapi/com/sun/star/form/XPositioningListener.idl
+++ b/offapi/com/sun/star/form/XPositioningListener.idl
@@ -45,7 +45,7 @@
/** allows to receive notifications about cursor movements into a database form.
<p>Please do <em><b>not</b></em> use anymore, this interface is deprecated, and
- superseeded by functionality from the <type scope="com::sun::star::form::component">DataForm</type>
+ superseded by functionality from the <type scope="com::sun::star::form::component">DataForm</type>
service, as well as the <type scope="com::sun::star::sdbc">XRowSetListener</type>.</p>
@deprecated
diff --git a/offapi/com/sun/star/form/XReset.idl b/offapi/com/sun/star/form/XReset.idl
index 9ef8f37e649b..9ae85bab8c93 100644
--- a/offapi/com/sun/star/form/XReset.idl
+++ b/offapi/com/sun/star/form/XReset.idl
@@ -44,7 +44,7 @@
/** provides functionality to reset components to some default values.
- <p>The semantincs of <em>default value</em> depends on the providing service.</p>
+ <p>The semantics of <em>default value</em> depends on the providing service.</p>
*/
published interface XReset: com::sun::star::uno::XInterface
{
diff --git a/offapi/com/sun/star/form/XResetListener.idl b/offapi/com/sun/star/form/XResetListener.idl
index b7f338fe59fb..0f86a3822b74 100644
--- a/offapi/com/sun/star/form/XResetListener.idl
+++ b/offapi/com/sun/star/form/XResetListener.idl
@@ -42,7 +42,7 @@
//=============================================================================
-/** is the interface for receiving notificaions about reset events.
+/** is the interface for receiving notifications about reset events.
<p>The listener is called if a component implementing the
<type>XReset</type> interface performs a reset.</br>
@@ -63,10 +63,10 @@ published interface XResetListener: com::sun::star::lang::XEventListener
/** is invoked before a component is reset.
@param rEvent
- the event happend.
+ the event happened.
@returns
- <TRUE/> when reset was approved, <FALSE/> when the reset operation should be cancelled.
+ <TRUE/> when reset was approved, <FALSE/> when the reset operation should be canceled.
*/
boolean approveReset( [in] com::sun::star::lang::EventObject rEvent );
@@ -75,7 +75,7 @@ published interface XResetListener: com::sun::star::lang::XEventListener
/** is invoked when a component has been reset.
@param rEvent
- the event happend.
+ the event happened.
*/
[oneway] void resetted( [in] com::sun::star::lang::EventObject rEvent );
diff --git a/offapi/com/sun/star/form/XRestoreListener.idl b/offapi/com/sun/star/form/XRestoreListener.idl
index f5b4c77325f5..9469eaa382ea 100644
--- a/offapi/com/sun/star/form/XRestoreListener.idl
+++ b/offapi/com/sun/star/form/XRestoreListener.idl
@@ -42,14 +42,14 @@
//=============================================================================
-/** receives notifications about data beeing restored.
+/** receives notifications about data being restored.
<p>Such a notification is typically sent when the user cancels updating the
current record of a database form
without saving the data. After restoring, the user operates on the original data.</p>
<p>Please do <em><b>not</b></em> use anymore, this interface is deprecated, and
- superseeded by functionality from the <type scope="com::sun::star::form::component">DataForm</type>
+ superseded by functionality from the <type scope="com::sun::star::form::component">DataForm</type>
and <type scope="com::sun::star::sdb">RowSet</type> services</p>
@deprecated
diff --git a/offapi/com/sun/star/form/XSubmit.idl b/offapi/com/sun/star/form/XSubmit.idl
index d7b766990fdc..1772b32c1982 100644
--- a/offapi/com/sun/star/form/XSubmit.idl
+++ b/offapi/com/sun/star/form/XSubmit.idl
@@ -64,7 +64,7 @@ published interface XSubmit: com::sun::star::uno::XInterface
/** submits the component's data to a specified target.
@param aControl
- the control which's data is to be be submitted
+ the control whose data is to be be submitted
@param aMouseEvt
the event which triggered the submit, if it was a mouse event
diff --git a/offapi/com/sun/star/form/XSubmitListener.idl b/offapi/com/sun/star/form/XSubmitListener.idl
index 1943c2071a2d..832a1a4896d1 100644
--- a/offapi/com/sun/star/form/XSubmitListener.idl
+++ b/offapi/com/sun/star/form/XSubmitListener.idl
@@ -42,9 +42,9 @@
//=============================================================================
-/** receives notifications about data beeing submitted.
+/** receives notifications about data being submitted.
- <p>The submission may be cancelled, so the listener has the possibility
+ <p>The submission may be canceled, so the listener has the possibility
of verifying the data before submission.</p>
@see XSubmit
@@ -60,7 +60,7 @@ published interface XSubmitListener: com::sun::star::lang::XEventListener
/** is invoked when a component is about to submit it's data.
@param aEvent
- the event happend
+ the event happened
@returns
<TRUE/> when submitting was approved, otherwise <FALSE/>.
diff --git a/offapi/com/sun/star/form/XUpdateListener.idl b/offapi/com/sun/star/form/XUpdateListener.idl
index 172a3593c87f..1d6dc15bb76a 100644
--- a/offapi/com/sun/star/form/XUpdateListener.idl
+++ b/offapi/com/sun/star/form/XUpdateListener.idl
@@ -55,10 +55,10 @@ published interface XUpdateListener: com::sun::star::lang::XEventListener
/** is invoked to check the current data.
<p>For a given update process, if one of the <type>XUpdateListener</type>s
- vetos the change, the update is canceled, and no further notification happens.</p>
+ vetoes the change, the update is canceled, and no further notification happens.</p>
@param aEvent
- An event dedscriptor specifying the broadcaster of the change.
+ An event descriptor specifying the broadcaster of the change.
@returns
<TRUE/> when the update was approved, otherwise <FALSE/>.
@@ -71,7 +71,7 @@ published interface XUpdateListener: com::sun::star::lang::XEventListener
the data has been successfully written.
@param aEvent
- A event dedscriptor specifying the broadcaster of the change.
+ A event descriptor specifying the broadcaster of the change.
*/
void updated( [in] com::sun::star::lang::EventObject aEvent );
diff --git a/offapi/com/sun/star/form/binding/BindableDataAwareControlModel.idl b/offapi/com/sun/star/form/binding/BindableDataAwareControlModel.idl
index c16d53a9c304..684d78b3c9c4 100644
--- a/offapi/com/sun/star/form/binding/BindableDataAwareControlModel.idl
+++ b/offapi/com/sun/star/form/binding/BindableDataAwareControlModel.idl
@@ -49,7 +49,7 @@ module com { module sun { module star { module form { module binding {
content of the controls associated with this model. For instance, for an
<type scope="com::sun::star::form::component">TextField</type>, this would be the
<member scope="com::sun::star::awt">UnoControlEditModel::Text</member> property of the base
- service. Similarily, a <type scope="com::sun::star::form::component">CheckBox</type> has
+ service. Similarly, a <type scope="com::sun::star::form::component">CheckBox</type> has
a property <member scope="com::sun::star::awt">UnoControlCheckBoxModel::State</member>, which
reflects the current check state.</p>
@@ -95,7 +95,7 @@ module com { module sun { module star { module form { module binding {
Note that this restriction is inherited from the <type>BindableControlModel</type>.
</li>
<li><b>Cloning</b><br/>
- <type scope="com::sun::star::form">FormControlModel</type>s support cloning themself
+ <type scope="com::sun::star::form">FormControlModel</type>s support cloning themselves
via the <type scope="com::sun::star::util">XCloneable</type> interface which they
inherit from the <type scope="com::sun::star::awt">UnoControlModel</type> service.</br>
When a <type>BindableDataAwareControlModel</type> is cloned while it has an active
diff --git a/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl b/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl
index 868fc02c1705..d7eeb255164d 100644
--- a/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl
+++ b/offapi/com/sun/star/form/binding/BindableDatabaseCheckBox.idl
@@ -50,8 +50,8 @@ module com { module sun { module star { module form { module binding {
boolean values. The following mapping between external values and control states apply:
<ul><li><TRUE/> will be mapped to the box being checked, and vice versa</li>
<li><FALSE/> will be mapped to it being unchecked, and vice versa</li>
- <li><NULL/> will be mapped to it being in indetermined state, if the box currently supports
- this, or being unchecked else. The indetermined of the check box will always be
+ <li><NULL/> will be mapped to it being in undetermined state, if the box currently supports
+ this, or being unchecked else. The undetermined of the check box will always be
mapped to <NULL/> when writing the external value.</li>
</ul></p>
@@ -60,7 +60,7 @@ module com { module sun { module star { module form { module binding {
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>
- <li><NULL/> will be mapped to it being in indetermined state</li>
+ <li><NULL/> will be mapped to it being in undetermined state</li>
</ul></p>
@see com::sun::star::form::binding::XValueBinding::supportsType
diff --git a/offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl b/offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl
index d2779ba1ea8d..b22b2af24951 100644
--- a/offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl
+++ b/offapi/com/sun/star/form/binding/BindableDatabaseRadioButton.idl
@@ -50,7 +50,7 @@ module com { module sun { module star { module form { module binding {
boolean values. The following mapping between external values and control states apply:
<ul><li><TRUE/> will be mapped to the button being checked, and vice versa</li>
<li><FALSE/> will be mapped to it being unchecked, and vice versa</li>
- <li><NULL/> will be mapped to it being in indetermined state</li>
+ <li><NULL/> will be mapped to it being in undetermined state</li>
</ul></p>
<p>If the value binding associated with a <type>BindableDatabaseRadioButton</type>
@@ -58,7 +58,7 @@ module com { module sun { module star { module form { module binding {
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>
- <li><NULL/> will be mapped to it being in indetermined state</li>
+ <li><NULL/> will be mapped to it being in undetermined state</li>
</ul></p>
@see com::sun::star::form::binding::XValueBinding::supportsType
diff --git a/offapi/com/sun/star/form/binding/ListEntryEvent.idl b/offapi/com/sun/star/form/binding/ListEntryEvent.idl
index 046888d7b8cc..d5911ffec37a 100644
--- a/offapi/com/sun/star/form/binding/ListEntryEvent.idl
+++ b/offapi/com/sun/star/form/binding/ListEntryEvent.idl
@@ -39,14 +39,14 @@ module com { module sun { module star { module form { module binding {
//=============================================================================
/** specifies the event which is notified when a change in a string entry
- list occured
+ list occurred
@see XListEntrySource
@see XListEntryListener
*/
struct ListEntryEvent : com::sun::star::lang::EventObject
{
- /** denotes the position where a change occured.
+ /** denotes the position where a change occurred.
<p>The concrete semantics of the value depends on the concrete
event being notified.</p>
diff --git a/offapi/com/sun/star/form/binding/ListEntrySource.idl b/offapi/com/sun/star/form/binding/ListEntrySource.idl
index 15ea1f3bcf27..0ac3452e2737 100644
--- a/offapi/com/sun/star/form/binding/ListEntrySource.idl
+++ b/offapi/com/sun/star/form/binding/ListEntrySource.idl
@@ -62,7 +62,7 @@ service ListEntrySource
the <type>ListEntrySource</type> for whatever reasons (e.g. because the data model
which the binding reflected died). For this reason, a <type>ListEntrySource</type>
must offer a possibility to be obsoleted by it's owner, and to notify this
- obsoletion to other interested parties, such as <type>XListEntrySink</type>s.</p>
+ obsoleteness to other interested parties, such as <type>XListEntrySink</type>s.</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 f7c99e8ca6af..36bdf4ec9e03 100644
--- a/offapi/com/sun/star/form/binding/ValueBinding.idl
+++ b/offapi/com/sun/star/form/binding/ValueBinding.idl
@@ -112,7 +112,7 @@ service ValueBinding
the <type>ValueBinding</type> for whatever reasons (e.g. because the data model
which the binding reflected died). For this reason, a <type>ValueBinding</type>
must offer a possibility to be obsoleted by it's owner, and to notify this
- obsoletion to other interested parties, such as <type>XBindableValue</type>s.</p>
+ obsoleteness to other interested parties, such as <type>XBindableValue</type>s.</p>
*/
interface com::sun::star::lang::XComponent;
};
diff --git a/offapi/com/sun/star/form/binding/XListEntrySource.idl b/offapi/com/sun/star/form/binding/XListEntrySource.idl
index 4d6390b41ece..ea39e18875ab 100644
--- a/offapi/com/sun/star/form/binding/XListEntrySource.idl
+++ b/offapi/com/sun/star/form/binding/XListEntrySource.idl
@@ -84,7 +84,7 @@ interface XListEntrySource : com::sun::star::uno::XInterface
raises( com::sun::star::lang::NullPointerException );
/** revokes the given listener from the list of components which will
- be notfiied about changes in the entry list.
+ be notified about changes in the entry list.
@throws <type scope="com::sun::star::lang">NullPointerException</type>
if the given listener is <NULL/>
diff --git a/offapi/com/sun/star/form/component/DataForm.idl b/offapi/com/sun/star/form/component/DataForm.idl
index 9b5f1f03f757..1a17ae0525e1 100644
--- a/offapi/com/sun/star/form/component/DataForm.idl
+++ b/offapi/com/sun/star/form/component/DataForm.idl
@@ -65,7 +65,7 @@ module com { module sun { module star { module form {
module component {
//=============================================================================
/** This service specifies a form which is connected to a database and
- displays the results of SQL queries. It provides the possiblity of
+ displays the results of SQL queries. It provides the possibility of
adding new data records, modifying existing ones, or deleting them.
<p>A database form is a special kind of enhanced database row set
@@ -133,7 +133,7 @@ published service DataForm
(if any). All values which can't be filled are then passed to all listeners, which can
fill them by their own choice.</p>
- <p>This is sligtly changed if the form is loaded using the
+ <p>This is slightly changed if the form is loaded using the
<member scope="com::sun::star::sdb">XCompletedExecution::connectWithCompletion</member> method. In this case, the parameters
are obtained from the interaction handler, not from the listeners</p>
@@ -161,7 +161,7 @@ published service DataForm
which are related to the master fields of the parent form.
<p>Entries in this sequence can either denote column names in the sub form,
- or paramater names.<br/>
+ or parameter names.<br/>
For instance, you could base the form on the SQL statement
<code>SELECT * FROM invoices WHERE cust_ref = :cid</code>, and add <code>cid</code>
to the DetailFields property. In this case, the parameter will be filled from
@@ -173,7 +173,7 @@ published service DataForm
master field.<br/>
If a string in this property denotes both a column name and a parameter name, it
is undefined which way it is interpreted, but implementations of the service are required
- to either decide for the paramter or the column, and proceed as usual.
+ to either decide for the parameter or the column, and proceed as usual.
</p>
<p>The columns specified herein typically represent a part of the primary key
diff --git a/offapi/com/sun/star/form/component/DatabaseComboBox.idl b/offapi/com/sun/star/form/component/DatabaseComboBox.idl
index 2ccca56dbb3e..7a921f004093 100644
--- a/offapi/com/sun/star/form/component/DatabaseComboBox.idl
+++ b/offapi/com/sun/star/form/component/DatabaseComboBox.idl
@@ -73,7 +73,7 @@ published service DatabaseComboBox
*/
[property] boolean ConvertEmptyToNull;
- /** describes the source of items in the combo box' list.
+ /** describes the source of items in the combo box's list.
<p>The concrete meaning of this property depends on the value of <member>ListSourceType</member></p>
*/
diff --git a/offapi/com/sun/star/form/component/DatabaseListBox.idl b/offapi/com/sun/star/form/component/DatabaseListBox.idl
index daa06fef61b3..dbd96f31e985 100644
--- a/offapi/com/sun/star/form/component/DatabaseListBox.idl
+++ b/offapi/com/sun/star/form/component/DatabaseListBox.idl
@@ -58,7 +58,7 @@
<p>For instance, you may have a form which is bound to a table <em>invoice</em>, and you use it
to enter invoices for your customers. Probably, you will have a second table (say <em>customer</em>),
- which (amonst other data) contains a unique key for identifying customers. In your invoice table, you will
+ which (among other data) contains a unique key for identifying customers. In your invoice table, you will
have a foreign key referring to these customers.<br/>
Now, besides the result set the form is based on (all your invoices), the list box can be caused
to open a second result set, this time for the <em>customer</em> table, and fill it's list with entries
@@ -143,7 +143,7 @@ published service DatabaseListBox
<dt><member scope="com::sun::star::form">ListSourceType::TABLEFIELDS</member></dt>
<dd>The first element of the string sequence in <member>ListBox::ListSource</member>
- determines the table which's column names should fill the list.</dd>
+ determines the table whose column names should fill the list.</dd>
</dl>
</p>
diff --git a/offapi/com/sun/star/form/component/FormattedField.idl b/offapi/com/sun/star/form/component/FormattedField.idl
index 21ab49c523ff..99ea2c4cd3d3 100644
--- a/offapi/com/sun/star/form/component/FormattedField.idl
+++ b/offapi/com/sun/star/form/component/FormattedField.idl
@@ -47,7 +47,7 @@
//=============================================================================
/** This service specifies the control model of an edit field for entering text which can be
- (nearly) arbirtrarily formatted.
+ (nearly) arbitrarily formatted.
@see com::sun::star::util::XNumberFormatsSupplier
*/
diff --git a/offapi/com/sun/star/form/component/GridControl.idl b/offapi/com/sun/star/form/component/GridControl.idl
index b39dc67e9fef..d5e61c377b69 100644
--- a/offapi/com/sun/star/form/component/GridControl.idl
+++ b/offapi/com/sun/star/form/component/GridControl.idl
@@ -113,7 +113,7 @@ published service GridControl
/** allows to create column models to be inserted into the control model.
- <p>Note that the object returned by the <membere scope="com::sun::star::form">XGridColumnFactory::createColumn</member>
+ <p>Note that the object returned by the <member scope="com::sun::star::form">XGridColumnFactory::createColumn</member>
method is not part of the grid control, yet. It needs to be inserted using any of the
container interfaces.</p>
@@ -125,11 +125,11 @@ published service GridControl
/** gives access to the currently selection.
<p>In a grid control, single columns can be selected (at most one at a time).<br/>
- For various unfortunate reaons, this selection is an aspect of the model, not of the
+ For various unfortunate reasons, this selection is an aspect of the model, not of the
control as you would expect.</p>
<p>This interface is deprecated, new implementations should not use it anymore, as it is to
- be superseeded by a solution which is bound to the control, not the model.</p>
+ be superseded by a solution which is bound to the control, not the model.</p>
@deprecated
*/
diff --git a/offapi/com/sun/star/form/component/NavigationToolBar.idl b/offapi/com/sun/star/form/component/NavigationToolBar.idl
index 0e3880db707d..762782827cf9 100644
--- a/offapi/com/sun/star/form/component/NavigationToolBar.idl
+++ b/offapi/com/sun/star/form/component/NavigationToolBar.idl
@@ -135,7 +135,7 @@ service NavigationToolBar
//-------------------------------------------------------------------------
/** specifies a repeat delay for the control
- <p>Some buttons of a NavigationToolBar may show repeating behaviour, e.g. may be
+ <p>Some buttons of a NavigationToolBar may show repeating behavior, e.g. may be
repeatedly triggered when the user keeps the mouse pressed over such a button.<br/>
The delay between two such triggers (in milliseconds) is specified with this property.
</p>
diff --git a/offapi/com/sun/star/form/component/TimeField.idl b/offapi/com/sun/star/form/component/TimeField.idl
index d752ca28928a..22cf529ead70 100644
--- a/offapi/com/sun/star/form/component/TimeField.idl
+++ b/offapi/com/sun/star/form/component/TimeField.idl
@@ -46,7 +46,7 @@
//=============================================================================
-/** sepecifies the control model for a field which can be used to input time values.
+/** specifies the control model for a field which can be used to input time values.
*/
published service TimeField
{
diff --git a/offapi/com/sun/star/form/control/GridControl.idl b/offapi/com/sun/star/form/control/GridControl.idl
index 06395d41e38d..ef90c6ec06da 100644
--- a/offapi/com/sun/star/form/control/GridControl.idl
+++ b/offapi/com/sun/star/form/control/GridControl.idl
@@ -125,7 +125,7 @@ published service GridControl
/** is used to switch the operating modes of the control.
- <p>Besides the normal opreration mode (which is used to display the database form's data) the control may
+ <p>Besides the normal operation mode (which is used to display the database form's data) the control may
for instance support a filter mode.</p>
*/
[optional] interface com::sun::star::util::XModeSelector;
@@ -142,9 +142,9 @@ published service GridControl
/** allows external components to register dispatchers for some common form actions.
<p>A grid control can contain own UI elements for traveling within the database form it belongs to (This
- concept seems to make sense, as a grid control - in opposite to other data aware controls - displayes
+ concept seems to make sense, as a grid control - in opposite to other data aware controls - displays
not only one record at a time, but a larger number of records of the database form.)<br/>
- With the help of this interface, external components which wish to handle such travelings themself can
+ With the help of this interface, external components which wish to handle such travelings themselves can
register interceptors for the actions in question.</p>
<p>Usual URLs to use include
diff --git a/offapi/com/sun/star/form/control/InteractionGridControl.idl b/offapi/com/sun/star/form/control/InteractionGridControl.idl
index 480f4f26243d..40dbe0b2b25f 100644
--- a/offapi/com/sun/star/form/control/InteractionGridControl.idl
+++ b/offapi/com/sun/star/form/control/InteractionGridControl.idl
@@ -49,7 +49,7 @@ published service InteractionGridControl
/** allows access to the UI features of the control
- <p>Though concret implementations of the service may offer different sets of aspects which can be customized,
+ <p>Though concrete implementations of the service may offer different sets of aspects which can be customized,
the following commands have, if supported, a defined meaning:
<dl>
<dt>.uno:GridSlots/BrowserAttribs</dt><dd> (interactively) customize the overall appearance of the grid (font etc.)</dd>
diff --git a/offapi/com/sun/star/form/control/TextField.idl b/offapi/com/sun/star/form/control/TextField.idl
index 71a1ace31ec2..c16b4d969932 100644
--- a/offapi/com/sun/star/form/control/TextField.idl
+++ b/offapi/com/sun/star/form/control/TextField.idl
@@ -45,7 +45,7 @@
//=============================================================================
-/** describes a control for entering arbiotrary text which can (but not necessarily has to) be bound
+/** describes a control for entering arbitrary text which can (but not necessarily has to) be bound
to a database field.
<p>The model of the control has to support the <type scope="com::sun::star::form::component">TextField</type>
diff --git a/offapi/com/sun/star/form/inspection/EditPropertyHandler.idl b/offapi/com/sun/star/form/inspection/EditPropertyHandler.idl
index 2e206f7f1f52..c46ef7603b31 100644
--- a/offapi/com/sun/star/form/inspection/EditPropertyHandler.idl
+++ b/offapi/com/sun/star/form/inspection/EditPropertyHandler.idl
@@ -39,7 +39,7 @@ module com { module sun { module star { module form { module inspection {
//=============================================================================
/** implements a property handler for use with an <type scope="com::sun::star::inspection">ObjectInspector</type>
- which provides convinience wrappers for some properties existing at a form component
+ which provides convenience wrappers for some properties existing at a form component
derived from <type scope="com::sun::star::awt">UnoControlEditModel</type>.
<p>First, the handler supersedes the HScroll and the VScroll properties of a <type scope="com::sun::star::awt">UnoControlEditModel</type>
diff --git a/offapi/com/sun/star/form/runtime/FormFeature.idl b/offapi/com/sun/star/form/runtime/FormFeature.idl
index 13045b0f6bb9..4c7cbc0905be 100644
--- a/offapi/com/sun/star/form/runtime/FormFeature.idl
+++ b/offapi/com/sun/star/form/runtime/FormFeature.idl
@@ -54,12 +54,12 @@ constants FormFeature
including the potentially active insertion row.
<p>This is not strictly an operation you can do on a form, but rather a
- state you can retrieve (and display to the user) using the <type>XFormOperations</type>'
+ state you can retrieve (and display to the user) using the <type>XFormOperations</type>'s
respective methods.</p>
<p>The state obtained here is a string, not a number. This is because in an UI
form, the fact that the current record count is not yet known (since not all
- records have been visited, yet) is indicated by an asterik (<code>*</code>) besides
+ records have been visited, yet) is indicated by an asterisk (<code>*</code>) besides
the record count.</p>
*/
const short TotalRecords = 2;
@@ -84,7 +84,7 @@ constants FormFeature
*/
const short SaveRecordChanges = 8;
- /** revertsall changes in the form's current record, including changes in the current
+ /** reverts all changes in the form's current record, including changes in the current
control which had not yet been committed to the form
*/
const short UndoRecordChanges = 9;
@@ -124,9 +124,9 @@ constants FormFeature
*/
const short ToggleApplyFilter = 17;
- /** removes all filter and sort criterions put on the form.
+ /** removes all filter and sort criteria put on the form.
- <p>Note that this does not apply to criterios which are part of the form's
+ <p>Note that this does not apply to criteria which are part of the form's
data source. That is, if you bind the form to the SQL command <code>SELECT * FROM
Articles WHERE Price &gt; 100</code>, then the <code>Price &gt; 100</code> filter
will not be removed.</p>
@@ -136,7 +136,7 @@ constants FormFeature
*/
const short RemoveFilterAndSort = 18;
- /** refreshs the current control
+ /** refreshes the current control
<p>Basically, this means calling XRefreshable::refresh on the current control, if it supports
this interface.</p>
diff --git a/offapi/com/sun/star/form/runtime/XFilterController.idl b/offapi/com/sun/star/form/runtime/XFilterController.idl
index e1c3f0f69fee..d1c3471148f5 100644
--- a/offapi/com/sun/star/form/runtime/XFilterController.idl
+++ b/offapi/com/sun/star/form/runtime/XFilterController.idl
@@ -44,7 +44,7 @@ interface XFilterControllerListener;
which allows entering a search expression. This so-called <em>predicate expression</em> is basically a part of an
SQL <code>WHERE</code> clause, but without the the part denoting the database column. For instance, if you
have a form control bound to a table column named <code>Name</code>, then entering the string
- <q>LIKE '%Smith%'</q> effectively consitutes a SQL <code>WHERE</code> clause <code>"Name" LIKE '%Smith%'</code>.</p>
+ <q>LIKE '%Smith%'</q> effectively constitutes a SQL <code>WHERE</code> clause <code>"Name" LIKE '%Smith%'</code>.</p>
<p>In the actual document view, there are usually some relaxations to this. For instance, keywords such as
<code>LIKE</code> might be localized, according to OpenOffice.org's UI locale. Also, for an equality criterion,
diff --git a/offapi/com/sun/star/form/runtime/XFormController.idl b/offapi/com/sun/star/form/runtime/XFormController.idl
index 482c66f06262..629f2ebc4945 100644
--- a/offapi/com/sun/star/form/runtime/XFormController.idl
+++ b/offapi/com/sun/star/form/runtime/XFormController.idl
@@ -90,7 +90,7 @@ interface XFormControllerContext;
message is shown to the user saying that input is required, the respective control is focused, and
the update of the record is vetoed.</p>
- <p>Note that you can precent the second check - for database fields containing <NULL/> values - on
+ <p>Note that you can present the second check - for database fields containing <NULL/> values - on
a per-form and a per-database basis.<br/>
For the former, you need to add a boolean property <code>FormsCheckRequiredFields</code> to the form
(aka the <code>FormController</code>'s model), using its
@@ -107,7 +107,7 @@ interface XFormControllerContext;
functionality to the controller by querying the dispatch interceptor for it.</p>
<p>Below, there's a list of URLs which have a defined meaning - if an implementation supports one of them,
- there must be a guaranteed semantices. However, concrete implementations may support an arbitrary sub or super
+ there must be a guaranteed semantics. However, concrete implementations may support an arbitrary sub or super
set of these URLs.</p>
<p>In general, all URLs start with the same prefix, namely <em>.uno:FormController/</em>. To this, a suffix is
@@ -333,7 +333,7 @@ interface XFormController
*/
[attribute, readonly] XFormOperations FormOperations;
- /** provicdes access to the currently active control
+ /** provides access to the currently active control
*/
[attribute, readonly] ::com::sun::star::awt::XControl CurrentControl;
diff --git a/offapi/com/sun/star/form/runtime/XFormOperations.idl b/offapi/com/sun/star/form/runtime/XFormOperations.idl
index 9775fb87e64a..c41c081d58e6 100644
--- a/offapi/com/sun/star/form/runtime/XFormOperations.idl
+++ b/offapi/com/sun/star/form/runtime/XFormOperations.idl
@@ -79,7 +79,7 @@ interface XFeatureInvalidation;
When the user just entered some data into one of the form fields, but did not yet
leave this field, then the data is not yet committed to the form, not to talk
about being committed to the underlying database. So, before everything else,
- you would nee to obtain the active control of the form, and commit it.<br/>
+ you would need to obtain the active control of the form, and commit it.<br/>
<em>Now</em> you're done ...</p>
<p>As another example, consider that you want to delete the current record from the
@@ -123,7 +123,7 @@ interface XFormOperations : ::com::sun::star::lang::XComponent
evaluating to <TRUE/>.<p>
@param Feature
- the feature whose state is to be determimed. Must be one of the <type>FormFeature</type>
+ the feature whose state is to be determined. Must be one of the <type>FormFeature</type>
constants.<br/>
An invalid value here will be silently ignored, and simply return a <type>FeatureState</type>
indicating <em>disabled</em> with a <NULL/> state.</p>
@@ -138,7 +138,7 @@ interface XFormOperations : ::com::sun::star::lang::XComponent
<member>FeatureState::Enabled</member> member.</p>
@param Feature
- the feature whose state is to be determimed. Must be one of the <type>FormFeature</type>
+ the feature whose state is to be determined. Must be one of the <type>FormFeature</type>
constants.<br/>
An invalid value here will be silently ignored, and simply return <FALSE/>.
*/
@@ -153,11 +153,11 @@ interface XFormOperations : ::com::sun::star::lang::XComponent
constants.
@throws ::com::sun::star::lang::IllegalArgumentException
- if the given Feature is unknown, not executable, or striclty requires arguments
+ if the given Feature is unknown, not executable, or strictly requires arguments
to be executed.
@throws ::com::sun::star::sdbc::SQLException
- if a database access erorr occurs
+ if a database access error occurs
@throws ::com::sun::star::lang::WrappedTargetException
if an exception is caught which is no <type scope="com::sun::star::uno">RuntimeException</type>
@@ -190,7 +190,7 @@ interface XFormOperations : ::com::sun::star::lang::XComponent
if the given arguments are not sufficient to execute the feature
@throws ::com::sun::star::sdbc::SQLException
- if a database access erorr occurs
+ if a database access error occurs
@throws ::com::sun::star::lang::WrappedTargetException
if an exception is caught which is no <type scope="com::sun::star::uno">RuntimeException</type>
@@ -216,7 +216,7 @@ interface XFormOperations : ::com::sun::star::lang::XComponent
case if the record or the active control of the form were modified.
@throws ::com::sun::star::sdbc::SQLException
- if a database access erorr occurs
+ if a database access error occurs
*/
boolean commitCurrentRecord(
[out] boolean RecordInserted
@@ -226,7 +226,7 @@ interface XFormOperations : ::com::sun::star::lang::XComponent
/** commits the current control of our controller
@throws ::com::sun::star::sdbc::SQLException
- if a database access erorr occurs
+ if a database access error occurs
*/
boolean commitCurrentControl(
)
@@ -234,7 +234,7 @@ interface XFormOperations : ::com::sun::star::lang::XComponent
/** determines whether the form is currently positioned on the insertion row
- <p>This is a convenience method only. Calling it es equivalent to examing the
+ <p>This is a convenience method only. Calling it is equivalent to examining the
<member scope="com::sun::star::sdb">RowSet::IsNew</member> property of the form.</p>
@throws ::com::sun::star::lang::WrappedTargetException
@@ -246,7 +246,7 @@ interface XFormOperations : ::com::sun::star::lang::XComponent
/** determines whether the current row of the form is modified
- <p>This is a convenience method only. Calling it es equivalent to examing the
+ <p>This is a convenience method only. Calling it is equivalent to examining the
<member scope="com::sun::star::sdb">RowSet::IsModified</member> property of the form.</p>
@throws ::com::sun::star::lang::WrappedTargetException
diff --git a/offapi/com/sun/star/form/submission/XSubmission.idl b/offapi/com/sun/star/form/submission/XSubmission.idl
index 7eacf7f13935..d39bb19258d8 100644
--- a/offapi/com/sun/star/form/submission/XSubmission.idl
+++ b/offapi/com/sun/star/form/submission/XSubmission.idl
@@ -63,7 +63,7 @@ interface XSubmission : com::sun::star::uno::XInterface
requirements for the submission, e.g. data consistency, are fulfilled.
@throws com::sun::star::lang::WrappedTargetException
- if an error occured during invoking the submission target
+ if an error occurred during invoking the submission target
*/
void submit( )
raises ( com::sun::star::util::VetoException, com::sun::star::lang::WrappedTargetException );
@@ -79,7 +79,7 @@ interface XSubmission : com::sun::star::uno::XInterface
requirements for the submission, e.g. data consistency, are fulfilled.
@throws com::sun::star::lang::WrappedTargetException
- if an error occured during invoking the submission target
+ if an error occurred during invoking the submission target
*/
void submitWithInteraction( [in] com::sun::star::task::XInteractionHandler aHandler )
raises ( com::sun::star::util::VetoException, com::sun::star::lang::WrappedTargetException );
@@ -90,7 +90,7 @@ interface XSubmission : com::sun::star::uno::XInterface
the listener to register
@throws com::sun::star::lang::NoSupportException
- when the component does not support external componentsw vetoing the submission
+ when the component does not support external components vetoing the submission
*/
void addSubmissionVetoListener( [in] XSubmissionVetoListener listener )
raises ( com::sun::star::lang::NoSupportException );
@@ -101,7 +101,7 @@ interface XSubmission : com::sun::star::uno::XInterface
the listener to revoke
@throws com::sun::star::lang::NoSupportException
- when the component does not support external componentsw vetoing the submission
+ when the component does not support external components vetoing the submission
*/
void removeSubmissionVetoListener( [in] XSubmissionVetoListener listener )
raises ( com::sun::star::lang::NoSupportException );
diff --git a/offapi/com/sun/star/form/validation/XValidatableFormComponent.idl b/offapi/com/sun/star/form/validation/XValidatableFormComponent.idl
index eae3a9f48518..75690ab349e0 100644
--- a/offapi/com/sun/star/form/validation/XValidatableFormComponent.idl
+++ b/offapi/com/sun/star/form/validation/XValidatableFormComponent.idl
@@ -66,7 +66,7 @@ interface XFormComponentValidityListener;
<p>An <type>XValidatableFormComponent</type> allows to easily access both of these aspects.</p>
<p>Note that all of the information provided at this interface can also obtained by other means,
- but much more inconviniently.</p>
+ but much more inconveniently.</p>
@see XValidatable
@see XValidator
diff --git a/offapi/com/sun/star/form/validation/XValidator.idl b/offapi/com/sun/star/form/validation/XValidator.idl
index 03753ef90fbb..00cbb99aa5d5 100644
--- a/offapi/com/sun/star/form/validation/XValidator.idl
+++ b/offapi/com/sun/star/form/validation/XValidator.idl
@@ -71,7 +71,7 @@ interface XValidator : com::sun::star::uno::XInterface
@param aValue
the value which has been recognized as being invalid
@return
- a human-readable string, which explains why the given valus is considered invalid.
+ a human-readable string, which explains why the given value is considered invalid.
*/
string explainInvalid( [in] any Value );
@@ -80,7 +80,7 @@ interface XValidator : com::sun::star::uno::XInterface
<p>Usually, an <type>XValidatable</type> instance will also add itself as validity listener,
as soon as the validator is introduced to it.</p>
- <p>Implementations which do not support dynamic validity contraints should simply ignore this
+ <p>Implementations which do not support dynamic validity constraints should simply ignore this
call.</p>
@throws <type scope="com::sun::star::lang">NullPointerException</type>