diff options
author | Aurimas Fišeras <aurimas@gmail.com> | 2011-01-22 13:23:30 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-01-27 09:25:03 +0100 |
commit | 2c08f057afc053dc49fc43d1aa8339140f29c493 (patch) | |
tree | d2c1fa60d7afa329090160c0729200a8a47c92fa /offapi | |
parent | e236a39d9233ed91f4359146898ac5a26536bf02 (diff) |
Some fixes to documentation (part 2)
Fixes many spelling errors (checked with en_US spell checker).
Unifies spelling of some common words.
Replaces single quotes ('') with double quotes ("").
Fixes several other errors.
Diffstat (limited to 'offapi')
183 files changed, 488 insertions, 488 deletions
diff --git a/offapi/com/sun/star/form/DataAwareControlModel.idl b/offapi/com/sun/star/form/DataAwareControlModel.idl index f8b692946..ab1848cc1 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 a539838dc..e0711a144 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 d2367268d..120cb46f5 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 23a8d8d30..404206a7a 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 ce2b3243e..812cb25c8 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 2f7391821..a506658ad 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 a9a8f6710..7d6bcc9b9 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 0d25257ce..e317a8b43 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 ab115938e..63c941bcc 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 d791f554b..d52977618 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> @since foo diff --git a/offapi/com/sun/star/form/XFormControllerListener.idl b/offapi/com/sun/star/form/XFormControllerListener.idl index b2593bc0f..80ed3f82f 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 0c1dca16c..23319f034 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 e634ef7da..a53e0f9fc 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 952a5ace2..d2ca9690c 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 d8811c34e..cff9ff017 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 0bb67efa4..17129f08e 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 d8409edfa..fbafa0649 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 04c3637e4..ca9cd06ac 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 9c902fd9d..4c5cb7119 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 a71d71b3d..de50d2dce 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 a497ba782..259c7d5b1 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 a4f12d374..640b8ea2e 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 cd2a72b8b..fde5f805c 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 376977acb..9722d8a9a 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/ListEntrySource.idl b/offapi/com/sun/star/form/binding/ListEntrySource.idl index a2bde630c..e25206965 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 9d9fa51e6..e3ac0b208 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 cfba37f47..08d719d09 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 e3bf416ea..ecc0c81a7 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 abdec878d..733308f0d 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 92c9b4eb5..576c3a2b1 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 90e3f04cc..a839f0ae2 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 52ef5f20a..60b41846c 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 f6aa632d6..deeeb2ceb 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 77ad65947..4c646182d 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 fc2a58542..5c45c43a4 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 2d60fc61d..48cf08043 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 6d2070f0c..aa053db87 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 4f4c1213c..c27466e5f 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 e04341661..939b2af37 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 > 100</code>, then the <code>Price > 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 40aa5d2f2..83bbaa4ff 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 e7fa9139f..e1d44b4ea 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 bfb8c2338..b0783ed73 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 ad2f2de0e..a3ee2be75 100644 --- a/offapi/com/sun/star/form/submission/XSubmission.idl +++ b/offapi/com/sun/star/form/submission/XSubmission.idl @@ -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 c116c56ec..f20c52ffd 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 18a981b7f..02a702430 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> diff --git a/offapi/com/sun/star/formula/FormulaProperties.idl b/offapi/com/sun/star/formula/FormulaProperties.idl index 6f7b82794..31134d153 100644 --- a/offapi/com/sun/star/formula/FormulaProperties.idl +++ b/offapi/com/sun/star/formula/FormulaProperties.idl @@ -169,7 +169,7 @@ published service FormulaProperties [property] string Formula; //------------------------------------------------------------------------- - /** decides if all brackets (even those without 'left'/'right' + /** decides if all brackets (even those without "left"/"right" modifier) are scaled. */ [property] boolean IsScaleAllBrackets; diff --git a/offapi/com/sun/star/formula/SymbolDescriptor.idl b/offapi/com/sun/star/formula/SymbolDescriptor.idl index a55de52fe..5dd1fac38 100644 --- a/offapi/com/sun/star/formula/SymbolDescriptor.idl +++ b/offapi/com/sun/star/formula/SymbolDescriptor.idl @@ -53,7 +53,7 @@ published struct SymbolDescriptor */ string sSymbolSet; - /** Specifies the unicode character of the symbol. + /** Specifies the Unicode character of the symbol. */ long nCharacter; diff --git a/offapi/com/sun/star/frame/CommandGroup.idl b/offapi/com/sun/star/frame/CommandGroup.idl index 36454d076..9e47016b3 100644 --- a/offapi/com/sun/star/frame/CommandGroup.idl +++ b/offapi/com/sun/star/frame/CommandGroup.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module frame { published constants CommandGroup { //------------------------------------------------------------------------- - /** specifies interal commands. + /** specifies internal commands. */ const short INTERNAL = 0; diff --git a/offapi/com/sun/star/frame/Components.idl b/offapi/com/sun/star/frame/Components.idl index 0445553e1..8b6714f62 100644 --- a/offapi/com/sun/star/frame/Components.idl +++ b/offapi/com/sun/star/frame/Components.idl @@ -49,7 +49,7 @@ module com { module sun { module star { module frame { published service Components { //------------------------------------------------------------------------- - /** use it to get snapshot of current avaliable components as an enumeration + /** use it to get snapshot of current available components as an enumeration */ interface com::sun::star::container::XEnumerationAccess; }; diff --git a/offapi/com/sun/star/frame/ContentHandler.idl b/offapi/com/sun/star/frame/ContentHandler.idl index 3be56a65f..1da4e4dbf 100644 --- a/offapi/com/sun/star/frame/ContentHandler.idl +++ b/offapi/com/sun/star/frame/ContentHandler.idl @@ -55,7 +55,7 @@ published service ContentHandler <p> Base interface of <type>XNotifyingDispatch</type> is <type>XDispatch</type> - and can be called for requests if result isn't neccessary for dispatch operation. + and can be called for requests if result isn't necessary for dispatch operation. </p> @see XDispatch diff --git a/offapi/com/sun/star/frame/ContentHandlerFactory.idl b/offapi/com/sun/star/frame/ContentHandlerFactory.idl index a3c1776bf..894f76a6e 100644 --- a/offapi/com/sun/star/frame/ContentHandlerFactory.idl +++ b/offapi/com/sun/star/frame/ContentHandlerFactory.idl @@ -62,7 +62,7 @@ published service ContentHandlerFactory <p> Returned objects must support the service specification of a <type>ContentHandler</type>. - They can be created by using of his internal name, which must be unambigous everytime, only. + They can be created by using of his internal name, which must be unambiguous everytime, only. To get this name use further specified interfaces of this factory for access on the flat configuration. </p> diff --git a/offapi/com/sun/star/frame/ControlEvent.idl b/offapi/com/sun/star/frame/ControlEvent.idl index 963a478ac..7c15ffa07 100644 --- a/offapi/com/sun/star/frame/ControlEvent.idl +++ b/offapi/com/sun/star/frame/ControlEvent.idl @@ -62,7 +62,7 @@ struct ControlEvent /** specifies a sequence of named values which are used as additional values for the event. The number and types of - named values depent on the event. + named values depend on the event. */ sequence< com::sun::star::beans::NamedValue > aInformation; }; diff --git a/offapi/com/sun/star/frame/Controller.idl b/offapi/com/sun/star/frame/Controller.idl index 8e8c4c2dd..ec11bbd51 100644 --- a/offapi/com/sun/star/frame/Controller.idl +++ b/offapi/com/sun/star/frame/Controller.idl @@ -98,7 +98,7 @@ published service Controller //------------------------------------------------------------------------- /** this interface enables the controller to get interceptors registered that - change context menue or prevent them from beeing executed + change context menus or prevent them from being executed <p> Don't mix it with <type>XDispatchProviderInterception</type> which diff --git a/offapi/com/sun/star/frame/Desktop.idl b/offapi/com/sun/star/frame/Desktop.idl index 99f10105c..5f67f0dfa 100644 --- a/offapi/com/sun/star/frame/Desktop.idl +++ b/offapi/com/sun/star/frame/Desktop.idl @@ -64,12 +64,12 @@ published service Desktop { //------------------------------------------------------------------------- - /** make it possible to be the global root of different seperated frame trees + /** make it possible to be the global root of different separated frame trees <p> It's not a must for a frame (neither a frame tree) to be a part of this global tree. But such outstanding frames won't be accessible by the normal - frame api. + frame API. </p> */ service Frame; @@ -81,7 +81,7 @@ published service Desktop interface XDesktop; //------------------------------------------------------------------------- - /** supports simple api for loading components into the frame environment + /** supports simple API for loading components into the frame environment */ interface XComponentLoader; diff --git a/offapi/com/sun/star/frame/DispatchDescriptor.idl b/offapi/com/sun/star/frame/DispatchDescriptor.idl index a4ce7fabf..1b95b543f 100644 --- a/offapi/com/sun/star/frame/DispatchDescriptor.idl +++ b/offapi/com/sun/star/frame/DispatchDescriptor.idl @@ -41,9 +41,9 @@ has to be loaded into a specified frame <p> - For a normal dispatch calls all needed parameters are seperated. + For a normal dispatch calls all needed parameters are separated. For optimized remote functionality <member>XDispatch::queryDispatches()</member> - it's neccessary to pack these parameters in a flat structure wich can be used + it's necessary to pack these parameters in a flat structure which can be used in a simple manner. </p> @@ -67,7 +67,7 @@ published struct DispatchDescriptor /** name of the target frame <p> - Special targets (e.g. "_blank", "_self") or realy existing target names can be used. + Special targets (e.g. "_blank", "_self") or really existing target names can be used. </p> @see XDispatchProvider::queryDispatch() diff --git a/offapi/com/sun/star/frame/DispatchHelper.idl b/offapi/com/sun/star/frame/DispatchHelper.idl index 02950a036..7b9c3d354 100644 --- a/offapi/com/sun/star/frame/DispatchHelper.idl +++ b/offapi/com/sun/star/frame/DispatchHelper.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module frame { /** provides an easy way to dispatch an URL using one call instead of multiple ones. <p> - Normaly a complete dispatch is splitted into different parts: + Normally a complete dispatch is split into different parts: - converting and parsing the URL - searching for a valid dispatch object available on a dispatch provider - dispatching of the URL and it's parameters diff --git a/offapi/com/sun/star/frame/DispatchProvider.idl b/offapi/com/sun/star/frame/DispatchProvider.idl index 316b4fbba..312adbaa0 100644 --- a/offapi/com/sun/star/frame/DispatchProvider.idl +++ b/offapi/com/sun/star/frame/DispatchProvider.idl @@ -61,7 +61,7 @@ published service DispatchProvider <p> Base interface of <type>XNotifyingDispatch</type> is <type>XDispatch</type> - and can be called for requests if result isn't neccessary for dispatch operation. + and can be called for requests if result isn't necessary for dispatch operation. </p> @see XDispatch diff --git a/offapi/com/sun/star/frame/DispatchRecorder.idl b/offapi/com/sun/star/frame/DispatchRecorder.idl index ddc22cd69..ec9bd68aa 100644 --- a/offapi/com/sun/star/frame/DispatchRecorder.idl +++ b/offapi/com/sun/star/frame/DispatchRecorder.idl @@ -43,7 +43,7 @@ /** provides functionality to record <member>XDispatch::dispatch()</member> requests <p> - It records all neccessary parameters of a call <member>XDispatch::dispatch()</member> + It records all necessary parameters of a call <member>XDispatch::dispatch()</member> and generate code which can be executed at later time to run same operations again. Which code will be generated depends from real implementation. So it's possible to generate e.g. Java/Basic or may Perl code. diff --git a/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl b/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl index f94444b5e..91f127c58 100644 --- a/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl +++ b/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl @@ -40,8 +40,8 @@ <p> This supplier regulate macro recording of <member>XDispatch::dispatch()</member> - calls. For that it capsulate a reference to a <type>DispatchRecorder</type>. - Such recorder is used internaly and can be used externaly too. + calls. For that it encapsulates a reference to a <type>DispatchRecorder</type>. + Such recorder is used internally and can be used externally too. A supplier will be available on a <type>Frame</type> if recording was enabled, otherwise not. A frame supports a special property for that. This modular concept of recorder, supplier and frame makes it possible to diff --git a/offapi/com/sun/star/frame/DispatchResultEvent.idl b/offapi/com/sun/star/frame/DispatchResultEvent.idl index a2d4c43b3..399a44ff6 100644 --- a/offapi/com/sun/star/frame/DispatchResultEvent.idl +++ b/offapi/com/sun/star/frame/DispatchResultEvent.idl @@ -44,10 +44,10 @@ /** contains the result of the dispatch action, if State is set to SUCCESS <p> - The type of the result is dispatch action dependend. The member State + The type of the result is dispatch action dependent. The member State can be set to one of the values defined in <type>DispatchResultState</type>. If State is set to <const>DispatchResultState::FAILURE</const>, Result may - specify the reason (or is empty). The type is also dispatch action dependend. + specify the reason (or is empty). The type is also dispatch action dependent. If State is set to <const>DispatchResultState::DONTKNOW</const>, Result is empty. </p> diff --git a/offapi/com/sun/star/frame/Frame.idl b/offapi/com/sun/star/frame/Frame.idl index ddb880ea6..a695d0589 100644 --- a/offapi/com/sun/star/frame/Frame.idl +++ b/offapi/com/sun/star/frame/Frame.idl @@ -71,9 +71,9 @@ /** represents the environment for a desktop component <p> - Frames are the anchors for the office components and they are the components' link - to the outside world. They create a skeleton for the whole office api infrastructure - by building frame hierarchys. These hierarchies contains all currently loaded + Frames are the anchors for the office components and they are the component's link + to the outside world. They create a skeleton for the whole office API infrastructure + by building frame hierarchies. These hierarchies contains all currently loaded documents and make it possible to walk during these trees. A special service <type>Desktop</type> can(!) combine different of such trees to a global one which life time will be controlled by it. @@ -135,7 +135,7 @@ published service Frame /** supports interception mechanism for dispatched URLs <p> - Registered objects can intercept, supress or deroute dispatched URLs. + Registered objects can intercept, suppress or reroute dispatched URLs. If they support another interface too (<type>XInterceptorInfo</type>) it's possible to perform it by directly calling of right interceptor without using list of all registered ones. @@ -174,7 +174,7 @@ published service Frame The supplier contains a dispatch recorder and provide the functionality to use it for any dispatch object from outside which supports the interface <type>XDispatch</type>. A supplier is available only, if recording was enabled. - That means: if somewhere whish to enable recoding on a frame he must set + That means: if someone wishes to enable recoding on a frame he must set a supplier with a recorder object inside of it. Every user of dispatches has to check then if such supplier is available at this frame property. If value of this property is <NULL/> he must call <member>XDispatch::dispatch()</member> @@ -185,7 +185,7 @@ published service Frame <p> Note:<br> - It's not recommended to cache an already getted supplier. Because there exist + It's not recommended to cache an already gotten supplier. Because there exist no possibility to check for enabled/disabled recording then. </p> diff --git a/offapi/com/sun/star/frame/FrameAction.idl b/offapi/com/sun/star/frame/FrameAction.idl index de2cfb18e..10bc4b698 100644 --- a/offapi/com/sun/star/frame/FrameAction.idl +++ b/offapi/com/sun/star/frame/FrameAction.idl @@ -37,7 +37,7 @@ of the desktop <p> - Interest listener can get informations about loaded/realoed or unloaded + Interest listener can get informations about loaded/reloaded or unloaded components into a <type>Frame</type>. </p> @@ -92,7 +92,7 @@ published enum FrameAction activated <p> - Activations are broacast from the top component which was + Activations are broadcast from the top component which was not active before, down to the inner most component. </p> diff --git a/offapi/com/sun/star/frame/FrameControl.idl b/offapi/com/sun/star/frame/FrameControl.idl index d9872181a..3972e2504 100644 --- a/offapi/com/sun/star/frame/FrameControl.idl +++ b/offapi/com/sun/star/frame/FrameControl.idl @@ -45,7 +45,7 @@ <p> If the control is visible and has a valid (loadable) component URL, then the <member>FrameControl::Frame</member> property is set. - Normaly this control can be used for preview functionality inside + Normally this control can be used for preview functionality inside any UI. </p> */ diff --git a/offapi/com/sun/star/frame/FrameLoader.idl b/offapi/com/sun/star/frame/FrameLoader.idl index 8308f239a..2d4746d7b 100644 --- a/offapi/com/sun/star/frame/FrameLoader.idl +++ b/offapi/com/sun/star/frame/FrameLoader.idl @@ -70,7 +70,7 @@ published service FrameLoader <p> Concrete implementations should use it to get her own configuration data directly after creation by the <type>FrameLoaderFactory</type>. - Otherwhise they must use normal configuration api to do so. + Otherwise they must use normal configuration API to do so. </p> */ [optional] interface com::sun::star::lang::XInitialization; @@ -86,7 +86,7 @@ published service FrameLoader can be used on service <type>FrameLoaderFactory</type> to get further informations about this loader. Setting of this name by calling <member scope="com::sun::star::container">XNamed::setName()</member> must be forwarded to same factory service. He should decide, if it's allowed or not. - The reason: prevent code against name ambigities. + The reason: prevent code against name ambiguities. </p> */ [optional] interface com::sun::star::container::XNamed; diff --git a/offapi/com/sun/star/frame/FrameLoaderFactory.idl b/offapi/com/sun/star/frame/FrameLoaderFactory.idl index 0203c8179..f00b50c82 100644 --- a/offapi/com/sun/star/frame/FrameLoaderFactory.idl +++ b/offapi/com/sun/star/frame/FrameLoaderFactory.idl @@ -49,9 +49,9 @@ module com { module sun { module star { module frame { <p> With this factory it's possible to <ul> - <li>have access on configuration of set of registered frame laoder objects</li> - <li>create a frame laoder by his internal name</li> - <li>query for a frame laoder by using special query or property description.</li> + <li>have access on configuration of set of registered frame loader objects</li> + <li>create a frame loader by his internal name</li> + <li>query for a frame loader by using special query or property description.</li> </ul> </p> */ @@ -62,9 +62,9 @@ published service FrameLoaderFactory <p> Returned objects must support the service specification of a <type>FrameLoader</type> - or <type>SynchronousFrameLoader</type>. (Note: last one will be prefered if both ones + or <type>SynchronousFrameLoader</type>. (Note: last one will be preferred if both ones are available) - They can be created by using of his internal name, which must be unambigous everytime, only. + They can be created by using of his internal name, which must be unambiguous everytime, only. To get this name use further specified interfaces of this factory for access on the flat configuration. </p> diff --git a/offapi/com/sun/star/frame/FrameSearchFlag.idl b/offapi/com/sun/star/frame/FrameSearchFlag.idl index 4fb0ea97a..c45e0d1bf 100644 --- a/offapi/com/sun/star/frame/FrameSearchFlag.idl +++ b/offapi/com/sun/star/frame/FrameSearchFlag.idl @@ -74,7 +74,7 @@ published constants FrameSearchFlag /** includes all child frames of the start frame <p> - Note: That means all direct children and of course her childrens too. + Note: That means all direct children and of course her children too. Search doesn't stop at the next level inside the tree! </p> */ @@ -89,7 +89,7 @@ published constants FrameSearchFlag /** includes the direct siblings of the start frame <p> - Normaly it's interpreted as search on the direct childs of the parent + Normally it's interpreted as search on the direct children of the parent only. But in combination with e.g. the CHILDREN flag it can include all children of it too. </p> @@ -102,9 +102,9 @@ published constants FrameSearchFlag <p> If this flag isn't present, any search from bottom to top has to stop, if a top frame will be reached. It doesn't influence a search from top to bottom. - But it can be used at the root of the frame tree to search on direct childrens of it only. + But it can be used at the root of the frame tree to search on direct children of it only. Because the direct children of the root node are the root's of the task sub trees, which - are top frames too. Instead of using the CHILDREN flag there, it's possible so to supress + are top frames too. Instead of using the CHILDREN flag there, it's possible so to suppress a deeper search so. </p> */ diff --git a/offapi/com/sun/star/frame/MediaTypeDetectionHelper.idl b/offapi/com/sun/star/frame/MediaTypeDetectionHelper.idl index 31f0d859b..92361bfe7 100644 --- a/offapi/com/sun/star/frame/MediaTypeDetectionHelper.idl +++ b/offapi/com/sun/star/frame/MediaTypeDetectionHelper.idl @@ -45,7 +45,7 @@ published service MediaTypeDetectionHelper /** provides a mapping from <atom>string<atom> to <atom>string<atom> <p> - Order of given and their returned coressponding strings is important. + Order of given and their returned corresponding strings is important. Don't pack or optimize it. Every item of [in] list must match to an item of [out] list. </p> diff --git a/offapi/com/sun/star/frame/ModuleManager.idl b/offapi/com/sun/star/frame/ModuleManager.idl index 4513478d7..d0aa509c2 100644 --- a/offapi/com/sun/star/frame/ModuleManager.idl +++ b/offapi/com/sun/star/frame/ModuleManager.idl @@ -66,7 +66,7 @@ service ModuleManager (which is used inside configuration as set node name too) and is further represented by a sequence of elements of type <type scope="com::sun::star::beans">PropertyValue</type>. - A list of properties can be getted from the configuration template + A list of properties can be gotten from the configuration template org.openoffice.Setup/Factory. </p> */ diff --git a/offapi/com/sun/star/frame/PopupMenuController.idl b/offapi/com/sun/star/frame/PopupMenuController.idl index ce9ebfa9a..134b1f499 100644 --- a/offapi/com/sun/star/frame/PopupMenuController.idl +++ b/offapi/com/sun/star/frame/PopupMenuController.idl @@ -55,12 +55,12 @@ module com { module sun { module star { module frame { //============================================================================= -/** provides access to a popup menu controller. +/** provides access to a pop-up menu controller. <p> - A popup menu controller is used to make special functions available to + A pop-up menu controller is used to make special functions available to users, which depend on runtime or context specific conditions.<br/> - A typical example for a popup menu controller can be a recent file list + A typical example for a pop-up menu controller can be a recent file list implementation which provides a list of latest files that a user has worked on. This list gets changes consistently during a work session. </p> @@ -71,32 +71,32 @@ module com { module sun { module star { module frame { service PopupMenuController { //------------------------------------------------------------------------- - /** supports functions to initialize and update a popup menu controller + /** supports functions to initialize and update a pop-up menu controller implementation. <p> - A popup menu controller implementation gets initialized with a + A pop-up menu controller implementation gets initialized with a <type scope="com::sun::star::awt">XPopupMenu</type> object. This assures - that a popup menu controller can be implemented with any UNO based + that a pop-up menu controller can be implemented with any UNO based language. </p> */ interface com::sun::star::frame::XPopupMenuController; //------------------------------------------------------------------------- - /** provides functions to initialize a popup menu controller with + /** provides functions to initialize a pop-up menu controller with specific data which are needed. <p> This interface should not directly used. A factory service is responsible to initialize every controller correctly.<br/> - A popup menu controller needs at least two additional arguments + A pop-up menu controller needs at least two additional arguments provided as <type scope="com::sun::star::beans">PropertyValue</type>: <ul> <li><b>Frame</b><br>specifies the <type scope="com::sun::star::frame">XFrame</type> - instance to which the popup menu controller belongs to.</li> - <li><b>CommandURL</b><br>specifies which popup menu controller should be created.</li> + instance to which the pop-up menu controller belongs to.</li> + <li><b>CommandURL</b><br>specifies which pop-up menu controller should be created.</li> </ul> </p> @@ -105,10 +105,10 @@ service PopupMenuController interface com::sun::star::lang::XInitialization; //------------------------------------------------------------------------- - /** used to brief the popup menu controller with new status information. + /** used to brief the pop-up menu controller with new status information. <p> - A popup menu controller makes special functions available to users which + A pop-up menu controller makes special functions available to users which normally depend on the state of other data. This interface is used to send this data to a controller implementation. </p> @@ -116,15 +116,15 @@ service PopupMenuController interface com::sun::star::frame::XStatusListener; //------------------------------------------------------------------------- - /** used to query for commands supported by the popup menu controller to + /** used to query for commands supported by the pop-up menu controller to execute them directly. <p> - A popup menu controller provides special functions which should be + A pop-up menu controller provides special functions which should be available by the normal dispatch API. This optional interface enables - popup menu controller to be normal dispatch providers.<br/> + pop-up menu controller to be normal dispatch providers.<br/> <b>Attention:</b><br/> - Popup menu controller functions must be specified using the following + Po-pup menu controller functions must be specified using the following the dispatch URL scheme: "vnd.sun.star.popup:" opaque_part [ "?" query ]. </p> @@ -133,11 +133,11 @@ service PopupMenuController [optional] interface com::sun::star::frame::XDispatchProvider; //------------------------------------------------------------------------- - /** used to dispose popup menu controller by the owner instance. + /** used to dispose pop-up menu controller by the owner instance. <p> - A popup menu controller resides in a menu which has a limited - life-time. For correct life-time handling a popup menu + A pop-up menu controller resides in a menu which has a limited + life-time. For correct life-time handling a pop-up menu controller should support this interface. </p> diff --git a/offapi/com/sun/star/frame/PopupMenuControllerFactory.idl b/offapi/com/sun/star/frame/PopupMenuControllerFactory.idl index 675b09f7e..347bc660a 100644 --- a/offapi/com/sun/star/frame/PopupMenuControllerFactory.idl +++ b/offapi/com/sun/star/frame/PopupMenuControllerFactory.idl @@ -42,11 +42,11 @@ module com { module sun { module star { module frame { //============================================================================= -/** specifies a factory that creates instances of registered popup menu controller. +/** specifies a factory that creates instances of registered pop-up menu controller. <p> - A popup menu controller can be registered for a command URL and a model service name. - A menu bar or context menu will automatically create a popup menu controller if + A pop-up menu controller can be registered for a command URL and a model service name. + A menu bar or context menu will automatically create a pop-up menu controller if it contains a registered command URL. </p> @@ -55,25 +55,25 @@ module com { module sun { module star { module frame { service PopupMenuControllerFactory { - /** this interface provides functions to create new instances of a registered popup menu controller. + /** this interface provides functions to create new instances of a registered pop-up menu controller. <p> Use <member scope="com.sun.star.lang">XMultiComponentFactory::createInstanceWithArguments()</member> to create - a new popup menu controller instance. Use the CommandURL as the service specifier. + a new pop-up menu controller instance. Use the CommandURL as the service specifier. This call supports the following arguments provided as <type scope="com::sun::star::beans">PropertyValue</type>: <ul> <li><b>Frame</b><br>specifies the <type scope="com::sun::star::frame">XFrame</type> - instance to which the popup menu controller belongs to. This property must be provided to - the popup menu controller, otherwise it cannot dispatch its internal commands.</li> - <li><b>ModuleIdentifier</b><br>optional string that specifies in which module context the popup menu + instance to which the pop-up menu controller belongs to. This property must be provided to + the pop-up menu controller, otherwise it cannot dispatch its internal commands.</li> + <li><b>ModuleIdentifier</b><br>optional string that specifies in which module context the pop-up menu controller should be created.</li> </ul> </p> */ interface com::sun::star::lang::XMultiComponentFactory; - /** provides functions to query for, register and deregister a popup menu controller. + /** provides functions to query for, register and deregister a pop-up menu controller. */ interface com::sun::star::frame::XUIControllerRegistration; }; diff --git a/offapi/com/sun/star/frame/ProtocolHandler.idl b/offapi/com/sun/star/frame/ProtocolHandler.idl index f8fc95abf..025dc11ca 100644 --- a/offapi/com/sun/star/frame/ProtocolHandler.idl +++ b/offapi/com/sun/star/frame/ProtocolHandler.idl @@ -51,7 +51,7 @@ <p> Supported URLs must match follow format: <protocol scheme>:<protocol specific part> If a handler provides optional arguments ("?") or jump marks ("#") depends from his - defintion and implementation. The generic dispatch provider will use registered + definition and implementation. The generic dispatch provider will use registered URL pattern to detect right handler. </p> */ @@ -72,8 +72,8 @@ published service ProtocolHandler /** initialize the new handler instance with some context informations <p> - Sometimes it can be usefull for a handler object, to know something about the - environment, in which it runs - especily the frame. For this case the generic + Sometimes it can be useful for a handler object, to know something about the + environment, in which it runs - especially the frame. For this case the generic code (which uses the handler) will ask for this optional interface and use it, if it exist. Following parameters are passed to the service: <ul> @@ -82,8 +82,8 @@ published service ProtocolHandler </p> <p> - Please note: if this mechanism is used it seams not usefull (nor possible) to implement a ProtocolHandler - as a singleton. Otherwhise the implementation can't distinguish between different environments + Please note: if this mechanism is used it seams not useful (nor possible) to implement a ProtocolHandler + as a singleton. Otherwise the implementation can't distinguish between different environments and her corresponding dispatch requests. </p> */ diff --git a/offapi/com/sun/star/frame/SessionManager.idl b/offapi/com/sun/star/frame/SessionManager.idl index bf29963d8..8124bf803 100644 --- a/offapi/com/sun/star/frame/SessionManager.idl +++ b/offapi/com/sun/star/frame/SessionManager.idl @@ -53,7 +53,7 @@ <ul> <li>The application may request to interact with the user (e.g. to ask where to save documents). This request is necessary because at any one - time only one application can iteract with the user. The session manager + time only one application can interact with the user. The session manager coordinates these requests and grants every application in need of user interaction a timeslot in which it may interact with the user</li> <li>try to cancel the whole shutdown; the session manager may or may diff --git a/offapi/com/sun/star/frame/StatusbarController.idl b/offapi/com/sun/star/frame/StatusbarController.idl index 6754d1443..c4ddc7e7a 100644 --- a/offapi/com/sun/star/frame/StatusbarController.idl +++ b/offapi/com/sun/star/frame/StatusbarController.idl @@ -112,7 +112,7 @@ service StatusbarController <p> A status bar controller instance is ready for use after this call has - been made the first time. The status bar implementation guarentees that + been made the first time. The status bar implementation guarantees that the controller's item window has been added to the status bar and its reference is held by it. </p> @@ -126,7 +126,7 @@ service StatusbarController <p> Mostly used by a status bar implementation to forward information to and request services from a status bar controller component. This - interface must be useable after + interface must be usable after <member scope="com::sun::star::lang">XInitialitation::initialize</member> has been called. The behavior of the interface is undefined if the controller component hasn't been initialized. diff --git a/offapi/com/sun/star/frame/SynchronousFrameLoader.idl b/offapi/com/sun/star/frame/SynchronousFrameLoader.idl index 15da61b46..a05b29858 100644 --- a/offapi/com/sun/star/frame/SynchronousFrameLoader.idl +++ b/offapi/com/sun/star/frame/SynchronousFrameLoader.idl @@ -70,7 +70,7 @@ published service SynchronousFrameLoader <p> Concrete implementations should use it to get her own configuration data directly after creation by the <type>FrameLoaderFactory</type>. - Otherwhise they must use normal configuration api to do so. + Otherwise they must use normal configuration API to do so. </p> */ [optional] interface com::sun::star::lang::XInitialization; @@ -86,7 +86,7 @@ published service SynchronousFrameLoader used on service <type>FrameLoaderFactory</type> to get further informations about this loader. Setting of this name by calling <member scope="com::sun::star::container">XNamed::setName()</member> must be forwarded to same factory service. He should decide, if it's allowed or not. - The reason: prevent code against name ambigities. + The reason: prevent code against name ambiguities. </p> */ [optional] interface com::sun::star::container::XNamed; diff --git a/offapi/com/sun/star/frame/TemplateAccess.idl b/offapi/com/sun/star/frame/TemplateAccess.idl index 1bced8264..d845c2d17 100644 --- a/offapi/com/sun/star/frame/TemplateAccess.idl +++ b/offapi/com/sun/star/frame/TemplateAccess.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module frame { //============================================================================= -/** provides a high level api to organize document templates +/** provides a high level API to organize document templates */ published service TemplateAccess { diff --git a/offapi/com/sun/star/frame/TerminationVetoException.idl b/offapi/com/sun/star/frame/TerminationVetoException.idl index 39a4a3ba0..bf2813969 100644 --- a/offapi/com/sun/star/frame/TerminationVetoException.idl +++ b/offapi/com/sun/star/frame/TerminationVetoException.idl @@ -44,7 +44,7 @@ the termination of the office, he will be the new "owner" of it. After his own operation will be finished, he MUST try to terminate the office again. Any other veto listener can intercept that again or office - will die realy. + will die really. </p> @see XDesktop::terminate() diff --git a/offapi/com/sun/star/frame/ToolbarController.idl b/offapi/com/sun/star/frame/ToolbarController.idl index b79fe669d..e59698425 100644 --- a/offapi/com/sun/star/frame/ToolbarController.idl +++ b/offapi/com/sun/star/frame/ToolbarController.idl @@ -105,7 +105,7 @@ service ToolbarController <p> A toolbar controller instance is ready for use after this call has been made - the first time. The toolbar implementation guarentees that the controller's + the first time. The toolbar implementation guarantees that the controller's item window has been added to the toolbar and its reference is held by it. </p> */ @@ -117,7 +117,7 @@ service ToolbarController <p> Mostly used by a toolbar implementation to forward information to and request - services from a toolbar controller component. This interface must be useable + services from a toolbar controller component. This interface must be usable after <member scope="com::sun::star::lang">XInitialitation::initialize</member> has been called. The behavior of the interface is undefined if the controller component hasn't been initialized. diff --git a/offapi/com/sun/star/frame/XComponentLoader.idl b/offapi/com/sun/star/frame/XComponentLoader.idl index e987cd510..d2a4b59e4 100644 --- a/offapi/com/sun/star/frame/XComponentLoader.idl +++ b/offapi/com/sun/star/frame/XComponentLoader.idl @@ -145,7 +145,7 @@ published interface XComponentLoader: com::sun::star::uno::XInterface Should be used for viewable components only. It is not allowed to dispose it after use directly, because the frame containing the component is its owner. Because the frame object is not accessible through the interface too, - only an interacting user can do this by closing the frames' window. + only an interacting user can do this by closing the frame's window. </li> <li> <type>XController</type> for richer components<br/> diff --git a/offapi/com/sun/star/frame/XControlNotificationListener.idl b/offapi/com/sun/star/frame/XControlNotificationListener.idl index 5584f36a2..963ea0648 100644 --- a/offapi/com/sun/star/frame/XControlNotificationListener.idl +++ b/offapi/com/sun/star/frame/XControlNotificationListener.idl @@ -49,10 +49,10 @@ module com { module sun { module star { module frame { interface XControlNotificationListener : com::sun::star::uno::XInterface { //------------------------------------------------------------------------- - /** notifies that a control event has happend + /** notifies that a control event has happened @param Event - contains the event informantion + contains the event information */ void controlEvent( [in] ControlEvent Event ); diff --git a/offapi/com/sun/star/frame/XController2.idl b/offapi/com/sun/star/frame/XController2.idl index 695d9fb11..f21ef4293 100644 --- a/offapi/com/sun/star/frame/XController2.idl +++ b/offapi/com/sun/star/frame/XController2.idl @@ -63,7 +63,7 @@ interface XController2 : XController /** denotes the arguments used to create the instance. <p>Usually, controllers are created via <member>XModel2::createViewController</member>, where the - caller can pass not only a controller name, but also arguments parametrizing the to-be-created instance. + caller can pass not only a controller name, but also arguments parameterizing the to-be-created instance. Those arguments used at creation time can subsequently be retrieved using the <code>CreationArguments</code> member.</p> */ diff --git a/offapi/com/sun/star/frame/XDesktop.idl b/offapi/com/sun/star/frame/XDesktop.idl index d633a0ba8..f1080be62 100644 --- a/offapi/com/sun/star/frame/XDesktop.idl +++ b/offapi/com/sun/star/frame/XDesktop.idl @@ -147,11 +147,11 @@ published interface XDesktop: com::sun::star::uno::XInterface com::sun::star::lang::XComponent getCurrentComponent(); //------------------------------------------------------------------------- - /** provides read access to the frame wich contains the current component + /** provides read access to the frame which contains the current component @returns the frame of the component which has the - UI focus within this desktop enviroment + UI focus within this desktop environment @see XDesktop::getCurrentComponent() */ diff --git a/offapi/com/sun/star/frame/XDispatch.idl b/offapi/com/sun/star/frame/XDispatch.idl index 26e8f9436..b9eac63af 100644 --- a/offapi/com/sun/star/frame/XDispatch.idl +++ b/offapi/com/sun/star/frame/XDispatch.idl @@ -79,7 +79,7 @@ published interface XDispatch: com::sun::star::uno::XInterface <p> It is only allowed to dispatch URLs for which this <type>XDispatch</type> - was explicitely queried. Additional arguments ("'#..." or "?...") are allowed. + was explicitly queried. Additional arguments ("'#..." or "?...") are allowed. </p> @param URL @@ -87,7 +87,7 @@ published interface XDispatch: com::sun::star::uno::XInterface @param Arguments optional arguments for this request. - They depend on the real implementation of the dipsatch object. + They depend on the real implementation of the dispatch object. @example <listing> @@ -121,7 +121,7 @@ published interface XDispatch: com::sun::star::uno::XInterface <p> It is only allowed to register URLs for which this <type>XDispatch</type> - was explicitely queried. Additional arguments ("#..." or "?...") will be ignored. + was explicitly queried. Additional arguments ("#..." or "?...") will be ignored. </p> Note: Notifications can't be guaranteed! This will be a part of interface <type>XNotifyingDispatch</type>. diff --git a/offapi/com/sun/star/frame/XDispatchProviderInterception.idl b/offapi/com/sun/star/frame/XDispatchProviderInterception.idl index 4669f2bc6..c45178290 100644 --- a/offapi/com/sun/star/frame/XDispatchProviderInterception.idl +++ b/offapi/com/sun/star/frame/XDispatchProviderInterception.idl @@ -61,7 +61,7 @@ published interface XDispatchProviderInterception: com::sun::star::uno::XInterfa the first interceptor in the chain of registered interceptors. @param Interceptor - the interceptor which whish to be registered + the interceptor which wishes to be registered @see XDispatchProviderInterception::releaseDispatchProviderInterceptor() */ @@ -76,7 +76,7 @@ published interface XDispatchProviderInterception: com::sun::star::uno::XInterfa </p> @param Interceptor - the interceptor which whish to be unregistered + the interceptor which wishes to be unregistered @see XDispatchProviderInterception::registerDispatchProviderInterceptor() */ diff --git a/offapi/com/sun/star/frame/XDispatchRecorder.idl b/offapi/com/sun/star/frame/XDispatchRecorder.idl index a621f2c4b..f8d79dd4b 100644 --- a/offapi/com/sun/star/frame/XDispatchRecorder.idl +++ b/offapi/com/sun/star/frame/XDispatchRecorder.idl @@ -130,7 +130,7 @@ published interface XDispatchRecorder: com::sun::star::uno::XInterface <p> This method must be used before <member>endRecording()</member> is called! - Otherwhise the macro will be relased. + Otherwise the macro will be released. </p> @returns diff --git a/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl b/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl index 410a69086..cd0261164 100644 --- a/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl +++ b/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl @@ -51,7 +51,7 @@ of <member>XDispatch::dispatch()</member>. The recorded data (may a script) can be used to automate recorded dispatch and start it at later time again. This supplier provides access to the recorder and supports some functionality - to work with the mcaro recording mechanism in an easy manner. + to work with the macro recording mechanism in an easy manner. </p> @see XDispatchRecorder @@ -79,8 +79,8 @@ published interface XDispatchRecorderSupplier: com::sun::star::uno::XInterface /** provides access on the recorder of this supplier <p> - Returned recorder can be used to record dispatches manualy or to get - recorded data for further using e.g. saving. He is internaly used too + Returned recorder can be used to record dispatches manually or to get + recorded data for further using e.g. saving. He is internally used too due to the method <member>XDispatchRecorderSupplier::dispatchAndRecord()</member>. </p> @@ -95,7 +95,7 @@ published interface XDispatchRecorderSupplier: com::sun::star::uno::XInterface /** dispatch given URL and record it if recording is enabled <p> - Parameter <var>Dispatcher</var> is used internaly to make the dispatch. + Parameter <var>Dispatcher</var> is used internally to make the dispatch. If recording isn't enabled it will be a normal <member>XDispatch::dispatch()</member> call. Otherwise follow algorithm is used: <ul> @@ -109,7 +109,7 @@ published interface XDispatchRecorderSupplier: com::sun::star::uno::XInterface </li> <li>If <var>Dispatcher</var> support the interface <type>XRecordableDispatch</type> it will be used - to dispatch and record all neccessary parameters of + to dispatch and record all necessary parameters of the whole process. </li> </ul> diff --git a/offapi/com/sun/star/frame/XDocumentTemplates.idl b/offapi/com/sun/star/frame/XDocumentTemplates.idl index eec3042e5..59bfb2b3c 100644 --- a/offapi/com/sun/star/frame/XDocumentTemplates.idl +++ b/offapi/com/sun/star/frame/XDocumentTemplates.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module frame { //============================================================================= -/** provides a high level api to organize document templates +/** provides a high level API to organize document templates <p> Template informations are saved as links to the original content @@ -54,7 +54,7 @@ module com { module sun { module star { module frame { published interface XDocumentTemplates: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- - /** privides access to the root of internal used hierarchy + /** provides access to the root of internal used hierarchy <p> This content can be used for accessing the groups directly. @@ -79,7 +79,7 @@ published interface XDocumentTemplates: com::sun::star::uno::XInterface specifies the target @return - <TRUE/> if operation was sucessfully + <TRUE/> if operation was successful <br> <FALSE/> otherwise @@ -104,7 +104,7 @@ published interface XDocumentTemplates: com::sun::star::uno::XInterface specifies the position of template @return - <TRUE/> if operation was sucessfully + <TRUE/> if operation was successful <br> <FALSE/> otherwise @@ -125,7 +125,7 @@ published interface XDocumentTemplates: com::sun::star::uno::XInterface specifies the template for delete @return - <TRUE/> if operation was sucessfully + <TRUE/> if operation was successful <br> <FALSE/> otherwise */ @@ -143,7 +143,7 @@ published interface XDocumentTemplates: com::sun::star::uno::XInterface specifies the template for renaming @return - <TRUE/> if operation was sucessfully + <TRUE/> if operation was successful <br> <FALSE/> otherwise */ @@ -159,7 +159,7 @@ published interface XDocumentTemplates: com::sun::star::uno::XInterface the name of the group to be created @return - <TRUE/> if operation was sucessfully + <TRUE/> if operation was successful <br> <FALSE/> otherwise */ @@ -172,7 +172,7 @@ published interface XDocumentTemplates: com::sun::star::uno::XInterface the name of the group to be removed @return - <TRUE/> if operation was sucessfully + <TRUE/> if operation was successful <br> <FALSE/> otherwise */ @@ -188,7 +188,7 @@ published interface XDocumentTemplates: com::sun::star::uno::XInterface the new name of the group @return - <TRUE/> if operation was sucessfully + <TRUE/> if operation was successful <br> <FALSE/> otherwise */ diff --git a/offapi/com/sun/star/frame/XFrame.idl b/offapi/com/sun/star/frame/XFrame.idl index d432ec3f0..afdae5613 100644 --- a/offapi/com/sun/star/frame/XFrame.idl +++ b/offapi/com/sun/star/frame/XFrame.idl @@ -48,8 +48,8 @@ can be attached to. <p> - A frame can be (it's not a must!) a part of a frame tree. If not this frame willn't be - accessible by using the api. This mode make sense for previews. + A frame can be (it's not a must!) a part of a frame tree. If not this frame won't be + accessible by using the API. This mode make sense for previews. The root node of the tree can be a <type>Desktop</type> implementation. </p> @@ -67,7 +67,7 @@ published interface XFrame: com::sun::star::lang::XComponent It's designed for initializing - not for setting. </p> - <p>This frame will take over ownership of the window refered from + <p>This frame will take over ownership of the window referred from <var>xWindow</var>. Thus, the previous owner is not allowed to dispose this window anymore. </p> @@ -100,8 +100,8 @@ published interface XFrame: com::sun::star::lang::XComponent Only the creator is allowed to call this method. But creator doesn't mean the implementation which creates this instance ... it means the parent frame of the frame hierarchy. - Because; normaly a frame should be created by using the api - and is neccessary for searches inside the tree (e.g. <member>XFrame::findFrame()</member>) + Because; normally a frame should be created by using the API + and is necessary for searches inside the tree (e.g. <member>XFrame::findFrame()</member>) </p> @param Creator @@ -291,7 +291,7 @@ published interface XFrame: com::sun::star::lang::XComponent @return <TRUE/>if setting of new component or release of an existing one was successfully <br> - <FALSE/> otherwise (especialy, if an existing controller disagree within his + <FALSE/> otherwise (especially, if an existing controller disagree within his <member>XController::suspend()</member> call) @see XFrame::getComponentWindow() @@ -374,7 +374,7 @@ published interface XFrame: com::sun::star::lang::XComponent /** unregisters an event listener @param xListener - specifies the listener which willn't be informed any longer + specifies the listener which won't be informed any longer @see XFrame::addFrameActionListener() */ diff --git a/offapi/com/sun/star/frame/XFrameLoader.idl b/offapi/com/sun/star/frame/XFrameLoader.idl index 40e5f9e0c..61b4363c4 100644 --- a/offapi/com/sun/star/frame/XFrameLoader.idl +++ b/offapi/com/sun/star/frame/XFrameLoader.idl @@ -53,7 +53,7 @@ <p> It's an asynchronous loading. For synchronous processes use <type>XSynchronousFrameLoader</type> - instead of this one. The generic load algorithm of the office supports both ones - but prefered + instead of this one. The generic load algorithm of the office supports both ones - but preferred the synchronous interface. </p> @@ -68,7 +68,7 @@ published interface XFrameLoader: com::sun::star::uno::XInterface specifies the loading target @param URL - describes the ressource of loading component + describes the resource of loading component Support of special protocols are implementation details and depends from the environment. diff --git a/offapi/com/sun/star/frame/XInterceptorInfo.idl b/offapi/com/sun/star/frame/XInterceptorInfo.idl index 6282fd281..938ed057e 100644 --- a/offapi/com/sun/star/frame/XInterceptorInfo.idl +++ b/offapi/com/sun/star/frame/XInterceptorInfo.idl @@ -56,12 +56,12 @@ published interface XInterceptorInfo: com::sun::star::uno::XInterface /** returns the URL list for interception. <p> - Wildcards inside the URL's are allowed to register the interceptor for - URL's too, which can have optional arguments (e.g. "..#.." or "..?.."). + Wildcards inside the URLs are allowed to register the interceptor for + URLs too, which can have optional arguments (e.g. "..#.." or "..?.."). </p> @return - a list of URL's wich are handled by this interceptor + a list of URLs which are handled by this interceptor */ sequence< string > getInterceptedURLs(); }; diff --git a/offapi/com/sun/star/frame/XLayoutManager.idl b/offapi/com/sun/star/frame/XLayoutManager.idl index f280d8606..e248ac252 100644 --- a/offapi/com/sun/star/frame/XLayoutManager.idl +++ b/offapi/com/sun/star/frame/XLayoutManager.idl @@ -73,21 +73,21 @@ module com { module sun { module star { module frame { Every user interface element which is controlled by a layout manager has a unique identifier called resource URL. - A resourcce URL must meet the following syntax: - "private:resource/$type/$name". It is only allowed to use ascii characters + A resource URL must meet the following syntax: + "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. Currently the following user interface element types are defined: <ul> - <li><b>menubar</b>A configurable user interface element representing + <li><b>menubar</b> A configurable user interface element representing a menu bar.</li> - <li><b>popupmenu</b>A configurable user interface element representing - a popup menu.</li> - <li><b>toolbar</b>A configurable user interface element a tool + <li><b>popupmenu</b> A configurable user interface element representing + a pop-up menu.</li> + <li><b>toolbar</b> A configurable user interface element a tool bar.</li> - <li><b>statusbar</b>A configurable user interfave element representing + <li><b>statusbar</b> A configurable user interface element representing a status bar.</li> - <li><b>floater</b>A basic user interface element representing a + <li><b>floater</b> A basic user interface element representing a floating window.</li> </ul> @@ -171,8 +171,8 @@ interface XLayoutManager : com::sun::star::uno::XInterface /** creates a new user interface element. @param ResourceURL - specifies which user interface element should be created. A resourcce URL must meet the following - syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and + specifies which user interface element should be created. A resource URL must meet the following + syntax: "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. */ void createElement( [in] string ResourceURL ); @@ -180,8 +180,8 @@ interface XLayoutManager : com::sun::star::uno::XInterface /** destroys a user interface element. @param ResourceURL - specifies which user interface element should be destroyed. A resourcce URL must meet - the following syntax: "private:resource/$type/$name". It is only allowed to use ascii + specifies which user interface element should be destroyed. A resource URL must meet + the following syntax: "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. */ void destroyElement( [in] string ResourceURL ); @@ -189,9 +189,9 @@ interface XLayoutManager : com::sun::star::uno::XInterface /** request to make a user interface element visible if it is not in hidden state. @param ResourceURL - specifies which user interface element should be made visible. A resourcce URL must + specifies which user interface element should be made visible. A resource URL must meet the following syntax: "private:resource/$type/$name". It is only allowed to use - ascii characters for type and + ASCII characters for type and name. @return @@ -210,8 +210,8 @@ interface XLayoutManager : com::sun::star::uno::XInterface /** retrieves a user interface element which has been created before. @param ResourceURL - specifies which user interface element should be retrieved. A resourcce URL must meet the following - syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and + specifies which user interface element should be retrieved. A resource URL must meet the following + syntax: "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. <p> @@ -221,7 +221,7 @@ interface XLayoutManager : com::sun::star::uno::XInterface */ com::sun::star::ui::XUIElement getElement( [in] string ResourceURL ); - /** retrieves all user interface elements which are currently instanciated. + /** retrieves all user interface elements which are currently instantiated. @return a sequence of user interface elements providing <type scope="com::sun::star::ui">XUIElement</type> @@ -237,8 +237,8 @@ interface XLayoutManager : com::sun::star::uno::XInterface /** shows a user interface element. @param ResourceURL - specifies which user interface element should be shown. A resourcce URL must meet the following - syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and + specifies which user interface element should be shown. A resource URL must meet the following + syntax: "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. @return @@ -249,8 +249,8 @@ interface XLayoutManager : com::sun::star::uno::XInterface /** hides a user interface element. @param ResourceURL - specifies which user interface element should be hidden. A resourcce URL must meet the following - syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and + specifies which user interface element should be hidden. A resource URL must meet the following + syntax: "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. @return @@ -261,8 +261,8 @@ interface XLayoutManager : com::sun::star::uno::XInterface /** docks a window based user interface element to a specified docking area. @param ResourceURL - specifies which user interface element should be docked. A resourcce URL must meet the following - syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and + specifies which user interface element should be docked. A resource URL must meet the following + syntax: "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. @param DockingArea @@ -294,8 +294,8 @@ interface XLayoutManager : com::sun::star::uno::XInterface /** forces a window based user interface element to float. @param ResourceURL - specifies which user interface element should be float. A resourcce URL must meet the following - syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and + specifies which user interface element should be float. A resource URL must meet the following + syntax: "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. @return @@ -306,8 +306,8 @@ interface XLayoutManager : com::sun::star::uno::XInterface /** locks a window based user interface element if it's in a docked state. @param ResourceURL - specifies which user interface element should be locked. A resourcce URL must meet the following - syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and + specifies which user interface element should be locked. A resource URL must meet the following + syntax: "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. @return @@ -318,9 +318,9 @@ interface XLayoutManager : com::sun::star::uno::XInterface /** unlocks a window based user interface element if it's in a docked state. @param ResourceURL - specifies which user interface element should be unlocked. A resourcce URL must + specifies which user interface element should be unlocked. A resource URL must meet the following syntax: "private:resource/$type/$name". It is only allowed - to use ascii characters for type and name. + to use ASCII characters for type and name. @return returns <TRUE/> if the user interface element has been unlocked, otherwise @@ -331,8 +331,8 @@ interface XLayoutManager : com::sun::star::uno::XInterface /** sets a new size for a window based user interface element. @param ResourceURL - specifies which user interface element should be resized. A resourcce URL must meet the following - syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and + specifies which user interface element should be resized. A resource URL must meet the following + syntax: "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. @param Size @@ -348,8 +348,8 @@ interface XLayoutManager : com::sun::star::uno::XInterface /** sets a new position for a window based user interface element. @param ResourceURL - specifies which user interface element should be moved. A resourcce URL must meet the following - syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and + specifies which user interface element should be moved. A resource URL must meet the following + syntax: "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. @param Pos @@ -365,8 +365,8 @@ interface XLayoutManager : com::sun::star::uno::XInterface /** sets a new position and size for a window based user interface element. @param ResourceURL - specifies which user interface element should be moved and resized. A resourcce URL must meet the following - syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and + specifies which user interface element should be moved and resized. A resource URL must meet the following + syntax: "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. @param Pos @@ -386,7 +386,7 @@ interface XLayoutManager : com::sun::star::uno::XInterface @param ResourceURL specifies for which user interface element the visibility state should be retrieved. A resource URL must meet - the following syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and + the following syntax: "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. @return @@ -398,7 +398,7 @@ interface XLayoutManager : com::sun::star::uno::XInterface @param ResourceURL specifies for which user interface element the floating state should be retrieved. A resource URL must meet - the following syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and + the following syntax: "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. @return @@ -410,7 +410,7 @@ interface XLayoutManager : com::sun::star::uno::XInterface @param ResourceURL specifies for which user interface element the docking state should be retrieved. A resource URL must meet - the following syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and + the following syntax: "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. @return @@ -422,7 +422,7 @@ interface XLayoutManager : com::sun::star::uno::XInterface @param ResourceURL specifies for which user interface element the lock state should be retrieved. A resource URL must meet - the following syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and + the following syntax: "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. @return @@ -434,7 +434,7 @@ interface XLayoutManager : com::sun::star::uno::XInterface @param ResourceURL specifies for which user interface element the current size should be retrieved. A resource URL must meet - the following syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and + the following syntax: "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. @return @@ -446,7 +446,7 @@ interface XLayoutManager : com::sun::star::uno::XInterface @param ResourceURL specifies for which user interface element the current position should be retrieved. A resource URL must meet - the following syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and + the following syntax: "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. @return @@ -457,7 +457,7 @@ interface XLayoutManager : com::sun::star::uno::XInterface /** prohibit all layout updates until unlock is called again. <p> - This call can be used to speed up the creation process of serveral user interface elements. Otherwise the layout manager + This call can be used to speed up the creation process of several user interface elements. Otherwise the layout manager would calculate the layout for every creation. </p> */ diff --git a/offapi/com/sun/star/frame/XLayoutManagerListener.idl b/offapi/com/sun/star/frame/XLayoutManagerListener.idl index 1e39c0e1b..30c0821c9 100644 --- a/offapi/com/sun/star/frame/XLayoutManagerListener.idl +++ b/offapi/com/sun/star/frame/XLayoutManagerListener.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module frame { /** makes it possible to receive events from a layout manager. <p>Events are provided <strong>only</strong> for notification - purposes only. All operations are handled interally by the + purposes only. All operations are handled internally by the layout manager component, so that GUI layout works properly regardless of whether a component registers such a listener or not.</p> diff --git a/offapi/com/sun/star/frame/XLoadEventListener.idl b/offapi/com/sun/star/frame/XLoadEventListener.idl index c7963d43c..a67782f1c 100644 --- a/offapi/com/sun/star/frame/XLoadEventListener.idl +++ b/offapi/com/sun/star/frame/XLoadEventListener.idl @@ -53,7 +53,7 @@ published interface XLoadEventListener: com::sun::star::lang::XEventListener [oneway] void loadFinished( [in] XFrameLoader Loader ); //------------------------------------------------------------------------- - /** is called when a frame load is cancelled or failed. + /** is called when a frame load is canceled or failed. @param Loader the source of this event diff --git a/offapi/com/sun/star/frame/XModel.idl b/offapi/com/sun/star/frame/XModel.idl index ce6bc3443..ba66ab771 100644 --- a/offapi/com/sun/star/frame/XModel.idl +++ b/offapi/com/sun/star/frame/XModel.idl @@ -85,10 +85,10 @@ published interface XModel: com::sun::star::lang::XComponent /** informs a model about its resource description. @param URL - specifies the ressource + specifies the resource @param Arguments - are optional arguments for that ressource + are optional arguments for that resource (see <type scope="com::sun::star::document">MediaDescriptor</type>) @return @@ -111,7 +111,7 @@ published interface XModel: com::sun::star::lang::XComponent string getURL(); //------------------------------------------------------------------------- - /** provides read acces on currently representation of the + /** provides read access on currently representation of the <type scope="com::sun::star::document">MediaDescriptor</type> of this model which describes the model and his state diff --git a/offapi/com/sun/star/frame/XModel2.idl b/offapi/com/sun/star/frame/XModel2.idl index 8993cc7a9..3dc5314f2 100644 --- a/offapi/com/sun/star/frame/XModel2.idl +++ b/offapi/com/sun/star/frame/XModel2.idl @@ -40,7 +40,7 @@ //============================================================================= /** extends interface XModel. - The foloowing functions are added: + The following functions are added: - enumeration of all currently connected controller objects. (not getCurrentController() only, which depends on focus) diff --git a/offapi/com/sun/star/frame/XModule.idl b/offapi/com/sun/star/frame/XModule.idl index b6ad30a0a..b0e96b145 100644 --- a/offapi/com/sun/star/frame/XModule.idl +++ b/offapi/com/sun/star/frame/XModule.idl @@ -48,7 +48,7 @@ module com { module sun { module star { module frame { /** can be used to overrule identification of office modules. <p> - Normaly an office module will be identified by it's service name + Normally an office module will be identified by it's service name in combination with a set of configuration data. But sometimes whole existing office modules will be used as black box components to implement a different office module on top of it. Patching a service name diff --git a/offapi/com/sun/star/frame/XModuleManager.idl b/offapi/com/sun/star/frame/XModuleManager.idl index 066ff40d2..76d8c7760 100644 --- a/offapi/com/sun/star/frame/XModuleManager.idl +++ b/offapi/com/sun/star/frame/XModuleManager.idl @@ -80,7 +80,7 @@ interface XModuleManager : com::sun::star::uno::XInterface </li> <li> <b><type scope="com::sun::star::frame">XModel</type></b><br> - A model represent a module everytimes and can be used for + A model represent a module everytime and can be used for identification directly. </li> </ul> @@ -90,7 +90,7 @@ interface XModuleManager : com::sun::star::uno::XInterface <ul> <li>an empty one</li> <li>or does not provide one of the needed interface - XFrame, XControllerm, XModel</li> + XFrame, XController, XModel</li> <li>or does not provide the needed interface XServiceInfo.</li> </ul> @@ -100,7 +100,7 @@ interface XModuleManager : com::sun::star::uno::XInterface a document, this exception is thrown too! @return An identifier for the given module. - Note: This value is valie everytimes. Error will be transported + Note: This value varies everytime. Error will be transported by thrown exceptions! */ string identify( [in] ::com::sun::star::uno::XInterface Module ) diff --git a/offapi/com/sun/star/frame/XPopupMenuController.idl b/offapi/com/sun/star/frame/XPopupMenuController.idl index b06d2a2b3..cbfd143f3 100644 --- a/offapi/com/sun/star/frame/XPopupMenuController.idl +++ b/offapi/com/sun/star/frame/XPopupMenuController.idl @@ -38,14 +38,14 @@ module com { module sun { module star { module frame { //============================================================================= -/** provides data to a popup menu controller implementation to - fill and update a popup menu dynamically. +/** provides data to a pop-up menu controller implementation to + fill and update a pop-up menu dynamically. <p> - A popup menu controller gets a <type scope="com::sun::star::awt">XPopupMenu</type> - from its parent menu implementation. The controller has to fill this popup + A pop-up menu controller gets a <type scope="com::sun::star::awt">XPopupMenu</type> + from its parent menu implementation. The controller has to fill this pop-up menu with a set of menu items and/or sub menus. The parent menu implementation - briefs the controller whenever the popup menu gets activated by a user. + briefs the controller whenever the pop-up menu gets activated by a user. </p> @since OOo 2.0.0 @@ -53,22 +53,22 @@ module com { module sun { module star { module frame { interface XPopupMenuController : com::sun::star::uno::XInterface { /** provides a <type scope="com::sun::star::awt">XPopupMenu</type> to a - popup menu controller implementation. The controller must fill this - popup menu with its functions. + pop-up menu controller implementation. The controller must fill this + pop-up menu with its functions. @param PopupMenu - An empty popup menu that must be filled by the popup menu controller. + An empty pop-up menu that must be filled by the pop-up menu controller. */ void setPopupMenu( [in] com::sun::star::awt::XPopupMenu PopupMenu ); - /** briefs the popup menu controller to update the contents of the provided - popup menu to reflect the current state. + /** briefs the pop-up menu controller to update the contents of the provided + pop-up menu to reflect the current state. - <p>A controller should <b>never</b> update the popup menu structure on its + <p>A controller should <b>never</b> update the pop-up menu structure on its own to prevent performance problems. A better way would be that a controller registers itself as status listener to for a command URL and immediately deregister after that. Therefor status updates will not be send regularly - for a non visible popup menu. + for a non visible pop-up menu. </p> */ void updatePopupMenu(); diff --git a/offapi/com/sun/star/frame/XRecordableDispatch.idl b/offapi/com/sun/star/frame/XRecordableDispatch.idl index 8ece65792..51f466279 100644 --- a/offapi/com/sun/star/frame/XRecordableDispatch.idl +++ b/offapi/com/sun/star/frame/XRecordableDispatch.idl @@ -55,11 +55,11 @@ </p> <p> - But normaly this interface mustn't be used directly. + But normally this interface mustn't be used directly. If a dispatch object is well known and recording was enabled on a <type>XDispatchRecorderSupplier</type> it's possible to use method <member>XDispatchRecorderSupplier::dispatchAndRecord()</member> of it - to make dispatch and recording automaticly. The interface XRecordableDispatch + to make dispatch and recording automatically. The interface XRecordableDispatch is used transparently there. </p> @@ -91,7 +91,7 @@ published interface XRecordableDispatch: com::sun::star::uno::XInterface /** dispatch and record it @param URL - full parsed URL wich describe the feature which should be dispatched (executed) + full parsed URL which describe the feature which should be dispatched (executed) @param Arguments optional arguments for this request diff --git a/offapi/com/sun/star/frame/XStatusbarController.idl b/offapi/com/sun/star/frame/XStatusbarController.idl index 466372817..43231082f 100644 --- a/offapi/com/sun/star/frame/XStatusbarController.idl +++ b/offapi/com/sun/star/frame/XStatusbarController.idl @@ -56,7 +56,7 @@ module com { module sun { module star { module frame { bar controller can be added to a Statusbar and provide information or functions with a more sophisticated user interface.<br/> A typical example for status bar controller is a zoom chooser. It shows - the current zoom and provides general zoom levels on a popup menu + the current zoom and provides general zoom levels on a pop-up menu that can be activated by a mouse action for context menus. <p> diff --git a/offapi/com/sun/star/frame/XStorable2.idl b/offapi/com/sun/star/frame/XStorable2.idl index 07028fd85..5c08705f0 100644 --- a/offapi/com/sun/star/frame/XStorable2.idl +++ b/offapi/com/sun/star/frame/XStorable2.idl @@ -60,8 +60,8 @@ published interface XStorable2: XStorable </p> <p> - This is an extention of the <method>XStorable::store()</method>. - This method allows to specify some additional parametes for + This is an extension of the <method>XStorable::store()</method>. + This method allows to specify some additional parameters for storing process. </p> diff --git a/offapi/com/sun/star/frame/XSynchronousDispatch.idl b/offapi/com/sun/star/frame/XSynchronousDispatch.idl index 90fe07159..1fc76eed9 100644 --- a/offapi/com/sun/star/frame/XSynchronousDispatch.idl +++ b/offapi/com/sun/star/frame/XSynchronousDispatch.idl @@ -59,7 +59,7 @@ published interface XSynchronousDispatch: com::sun::star::uno::XInterface </p> @param URL - full parsed URL wich describe the feature which should be dispatched (executed) + full parsed URL which describe the feature which should be dispatched (executed) @param Arguments optional arguments for this request diff --git a/offapi/com/sun/star/frame/XSynchronousFrameLoader.idl b/offapi/com/sun/star/frame/XSynchronousFrameLoader.idl index 71043497a..7f5903849 100644 --- a/offapi/com/sun/star/frame/XSynchronousFrameLoader.idl +++ b/offapi/com/sun/star/frame/XSynchronousFrameLoader.idl @@ -58,7 +58,7 @@ published interface XSynchronousFrameLoader: com::sun::star::uno::XInterface /** starts the loading of the specified resource into the specified <type>Frame</type>. @param Descriptor - describes the ressource which should be loaded + describes the resource which should be loaded It use a <type scope="com::sun::star::document">MediaDescriptor</type> for that. @param Frame diff --git a/offapi/com/sun/star/frame/XTerminateListener2.idl b/offapi/com/sun/star/frame/XTerminateListener2.idl index 8a2b1f316..b7ba37dfe 100644 --- a/offapi/com/sun/star/frame/XTerminateListener2.idl +++ b/offapi/com/sun/star/frame/XTerminateListener2.idl @@ -37,23 +37,23 @@ //============================================================================= /** extend interface XTerminateListener so a listener will be informed - in case termination process was cancelled by other reasons. + in case termination process was canceled by other reasons. */ interface XTerminateListener2 : ::com::sun::star::frame::XTerminateListener { //------------------------------------------------------------------------- - /** is called when the master environment (e.g., desktop) was cancelled in + /** is called when the master environment (e.g., desktop) was canceled in it's terminate request. <p> Termination can be intercepted by throwing <type>TerminationVetoException</type>. - But if a listener was queried for termination .. doesnt throwed a veto exception ... - it doesnt know if termination will be real next time. + But if a listener was queried for termination .. doesn't throw a veto exception ... + it doesn't know if termination will be real next time. Because any other listener can throw those exception too ... and so it can happen - that after queryTermination() no notifyTermination() will occure. But these listener - doesnt know if its allowed to start new processes then. + that after queryTermination() no notifyTermination() will occur. But these listener + don't know if its allowed to start new processes then. Using this optional(!) interface will make it possible to be informed about - cancelled termination requests also. + canceled termination requests also. </p> @param Event diff --git a/offapi/com/sun/star/frame/XToolbarController.idl b/offapi/com/sun/star/frame/XToolbarController.idl index cd0c7f20d..88d983fde 100644 --- a/offapi/com/sun/star/frame/XToolbarController.idl +++ b/offapi/com/sun/star/frame/XToolbarController.idl @@ -65,7 +65,7 @@ interface XToolbarController : com::sun::star::uno::XInterface the current state of the modifier keys. <p> - This function is usally called by a toolbar implementation when a user clicked on a toolbar button + This function is usually called by a toolbar implementation when a user clicked on a toolbar button or pressed enter on the keyboard when the item has the input focus. </p> */ @@ -82,7 +82,7 @@ interface XToolbarController : com::sun::star::uno::XInterface void doubleClick(); //============================================================================= - /** requests to create a popup window for additional functions. + /** requests to create a pop-up window for additional functions. @return a <type scope="com::sun::star::awt">XWindow</type> which provides additional functions diff --git a/offapi/com/sun/star/frame/XUIControllerRegistration.idl b/offapi/com/sun/star/frame/XUIControllerRegistration.idl index 2bd8e96e2..e459f80c0 100644 --- a/offapi/com/sun/star/frame/XUIControllerRegistration.idl +++ b/offapi/com/sun/star/frame/XUIControllerRegistration.idl @@ -73,7 +73,7 @@ published interface XUIControllerRegistration : com::sun::star::uno::XInterface and a command URL and optional module. @param aCommandURL - a command URL which specifies an action which shoudl be associated with a user + a command URL which specifies an action which should be associated with a user interface controller. @param aModelName @@ -90,7 +90,7 @@ published interface XUIControllerRegistration : com::sun::star::uno::XInterface implementation and a command URL and optional module. @param aCommandURL - a command URL which specifies an action which shoudl be associated with a user + a command URL which specifies an action which should be associated with a user interface controller. @param aModelName diff --git a/offapi/com/sun/star/frame/XUntitledNumbers.idl b/offapi/com/sun/star/frame/XUntitledNumbers.idl index c2da9cfc1..56101e949 100644 --- a/offapi/com/sun/star/frame/XUntitledNumbers.idl +++ b/offapi/com/sun/star/frame/XUntitledNumbers.idl @@ -51,10 +51,10 @@ constants UntitledNumbersConst interface XUntitledNumbers : com::sun::star::uno::XInterface { //------------------------------------------------------------------------- - /** calli has to lease a number befor he can use it within in its own title. + /** callee has to lease a number before he can use it within in its own title. Such number must be freed after using e.g. while the object was closed or - get's another title (e.g. by saving a document to a real location on disc). + gets another title (e.g. by saving a document to a real location on disc). @param xComponent the component which has to be registered for the leased number. @@ -70,10 +70,10 @@ interface XUntitledNumbers : com::sun::star::uno::XInterface //------------------------------------------------------------------------- /** has to be used to mark those number as "free for using". - If the reqistered component does not use such leased number any longer + If the registered component does not use such leased number any longer it has to be released so it can be used for new components. - Note: calling this method with an unknown (but normaly valid number) + Note: calling this method with an unknown (but normally valid number) has to be ignored. No exceptions - no errors. @param nNumber @@ -99,10 +99,10 @@ interface XUntitledNumbers : com::sun::star::uno::XInterface raises (com::sun::star::lang::IllegalArgumentException); //------------------------------------------------------------------------- - /** returns the localized string value to be used for untitles objects in + /** returns the localized string value to be used for untitled objects in combination with the leased number. - Note: Such string already contains leading spaces/tabs etcpp. ! + Note: Such string already contains leading spaces/tabs etc. ! The only thing which an outside code has todo then ... adding a leased number to the string. diff --git a/offapi/com/sun/star/frame/status/ClipboardFormats.idl b/offapi/com/sun/star/frame/status/ClipboardFormats.idl index d8f7d1f14..7ad8a786c 100644 --- a/offapi/com/sun/star/frame/status/ClipboardFormats.idl +++ b/offapi/com/sun/star/frame/status/ClipboardFormats.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module frame { module status { //============================================================================= -/** contains a list of format ID's and names which are part of the +/** contains a list of format IDs and names which are part of the system clipboard. @since OOo 2.0 diff --git a/offapi/com/sun/star/gallery/GalleryItem.idl b/offapi/com/sun/star/gallery/GalleryItem.idl index 9093f2e0c..cba6c24f4 100644 --- a/offapi/com/sun/star/gallery/GalleryItem.idl +++ b/offapi/com/sun/star/gallery/GalleryItem.idl @@ -65,7 +65,7 @@ service GalleryItem <p>The interpretation of the URL depends on the type of the Gallery item. In case of graphic and media items, - the URL is a 'real' URL, in case of drawings it is a private + the URL is a "real" URL, in case of drawings it is a private URL</p> */ [readonly, property] string URL; diff --git a/offapi/com/sun/star/geometry/AffineMatrix2D.idl b/offapi/com/sun/star/geometry/AffineMatrix2D.idl index e63df2fca..8cc656708 100644 --- a/offapi/com/sun/star/geometry/AffineMatrix2D.idl +++ b/offapi/com/sun/star/geometry/AffineMatrix2D.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module geometry { The matrix defined by this structure constitutes an affine mapping of a point in 2D to another point in 2D. The last line of a - complete 3 by 3 matrix is omitted, since it is implicitely assumed + complete 3 by 3 matrix is omitted, since it is implicitly assumed to be [0,0,1].<p> An affine mapping, as performed by this matrix, can be written out diff --git a/offapi/com/sun/star/geometry/AffineMatrix3D.idl b/offapi/com/sun/star/geometry/AffineMatrix3D.idl index 7b9c769a0..0460bd459 100644 --- a/offapi/com/sun/star/geometry/AffineMatrix3D.idl +++ b/offapi/com/sun/star/geometry/AffineMatrix3D.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module geometry { The matrix defined by this structure constitutes an affine mapping of a point in 3D to another point in 3D. The last line of a - complete 4 by 4 matrix is omitted, since it is implicitely assumed + complete 4 by 4 matrix is omitted, since it is implicitly assumed to be [0,0,0,1].<p> An affine mapping, as performed by this matrix, can be written out @@ -63,8 +63,8 @@ module com { module sun { module star { module geometry { physical dimensions attached to them. This physical measurement units are typically only added when using these data types to render something onto a physical output device. For 3D coordinates - there is also a projection from 3D to 2D device coordiantes needed. - Only then the total transformation matrix (oncluding projection to 2D) + there is also a projection from 3D to 2D device coordinates needed. + Only then the total transformation matrix (including projection to 2D) and the device resolution determine the actual measurement unit in 3D.<p> @since OOo 2.0.0 diff --git a/offapi/com/sun/star/geometry/EllipticalArc.idl b/offapi/com/sun/star/geometry/EllipticalArc.idl index 7c9bc1ee4..8e7fe14cc 100644 --- a/offapi/com/sun/star/geometry/EllipticalArc.idl +++ b/offapi/com/sun/star/geometry/EllipticalArc.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module geometry { /** This structure specifies an arbitrary elliptical arc.<p> This structure contains all parameters necessary to specify - arbitrary elliptical arcs. The parameters are modelled closely + arbitrary elliptical arcs. The parameters are modeled closely after the <a href="www.w3c.org">SVG</a> specification.<p> As with the parameters below, there are mostly four different diff --git a/offapi/com/sun/star/graphic/Graphic.idl b/offapi/com/sun/star/graphic/Graphic.idl index a4492a330..b7b64dbf6 100755..100644 --- a/offapi/com/sun/star/graphic/Graphic.idl +++ b/offapi/com/sun/star/graphic/Graphic.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module graphic access to the attributes of the graphic. @see XGraphic - @see XGraphicTtransformer + @see XGraphicTransformer @see GraphicDescriptor */ published service Graphic diff --git a/offapi/com/sun/star/graphic/GraphicDescriptor.idl b/offapi/com/sun/star/graphic/GraphicDescriptor.idl index f7b76274b..f7b76274b 100755..100644 --- a/offapi/com/sun/star/graphic/GraphicDescriptor.idl +++ b/offapi/com/sun/star/graphic/GraphicDescriptor.idl diff --git a/offapi/com/sun/star/graphic/GraphicObject.idl b/offapi/com/sun/star/graphic/GraphicObject.idl index 3a222d83b..343fe4e70 100644 --- a/offapi/com/sun/star/graphic/GraphicObject.idl +++ b/offapi/com/sun/star/graphic/GraphicObject.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module graphic { /** The <code>GraphicObject</code> service can be used to create <type>XGraphicObject</type> instances. - <p><type>XGraphicObject</type> objects are accessable using GraphicObject scheme urls like + <p><type>XGraphicObject</type> objects are accessible using GraphicObject scheme URLs like <code>vnd.sun.star.GraphicObject:10000000000001940000012FB99807BD</code>. As long as at least one instance of <type>XGraphicObject</type> with a particular UniqueID exists, the associated image/graphic is available.</p> diff --git a/offapi/com/sun/star/graphic/GraphicProvider.idl b/offapi/com/sun/star/graphic/GraphicProvider.idl index 6a6a131dc..6a6a131dc 100755..100644 --- a/offapi/com/sun/star/graphic/GraphicProvider.idl +++ b/offapi/com/sun/star/graphic/GraphicProvider.idl diff --git a/offapi/com/sun/star/graphic/GraphicRendererVCL.idl b/offapi/com/sun/star/graphic/GraphicRendererVCL.idl index 6d95165ee..6d95165ee 100755..100644 --- a/offapi/com/sun/star/graphic/GraphicRendererVCL.idl +++ b/offapi/com/sun/star/graphic/GraphicRendererVCL.idl diff --git a/offapi/com/sun/star/graphic/GraphicType.idl b/offapi/com/sun/star/graphic/GraphicType.idl index 35ec33725..35ec33725 100755..100644 --- a/offapi/com/sun/star/graphic/GraphicType.idl +++ b/offapi/com/sun/star/graphic/GraphicType.idl diff --git a/offapi/com/sun/star/graphic/MediaProperties.idl b/offapi/com/sun/star/graphic/MediaProperties.idl index 1ac563a2a..4441fea95 100755..100644 --- a/offapi/com/sun/star/graphic/MediaProperties.idl +++ b/offapi/com/sun/star/graphic/MediaProperties.idl @@ -48,7 +48,7 @@ published service MediaProperties property</p> <p>In addition to the normal protocols like file:// or http:// - you can use private URL's as follows to get access to graphics + you can use private URLs as follows to get access to graphics lying inside the resource system within an Office context: <ul> @@ -58,7 +58,7 @@ published service MediaProperties <li>private:resource/projectshortname/imagelist/12345</li> <li>private:resource/projectshortname/imagelist/12345/12</li> </ul> -And additionally, GraphicObject scheme url's like +And additionally, GraphicObject scheme URLs like <ul> <li>vnd.sun.star.GraphicObject:10000000000001940000012FB99807BD</li> </ul> can be used to access graphics held by the GraphicCache implementation. </p> diff --git a/offapi/com/sun/star/graphic/XGraphic.idl b/offapi/com/sun/star/graphic/XGraphic.idl index 498bef88d..498bef88d 100755..100644 --- a/offapi/com/sun/star/graphic/XGraphic.idl +++ b/offapi/com/sun/star/graphic/XGraphic.idl diff --git a/offapi/com/sun/star/graphic/XGraphicObject.idl b/offapi/com/sun/star/graphic/XGraphicObject.idl index 533758bc4..9ecb0cf1b 100644 --- a/offapi/com/sun/star/graphic/XGraphicObject.idl +++ b/offapi/com/sun/star/graphic/XGraphicObject.idl @@ -36,7 +36,7 @@ interface XGraphic; /** <code>XGraphicObject</code> objects represent in-memory image and graphic objects. - <p>Such objects are accessable using GraphicObject scheme urls like + <p>Such objects are accessible using GraphicObject scheme URLs like <ul> <li>vnd.sun.star.GraphicObject:10000000000001940000012FB99807BD</li> </ul> diff --git a/offapi/com/sun/star/graphic/XGraphicProvider.idl b/offapi/com/sun/star/graphic/XGraphicProvider.idl index 4e23b816d..4e23b816d 100755..100644 --- a/offapi/com/sun/star/graphic/XGraphicProvider.idl +++ b/offapi/com/sun/star/graphic/XGraphicProvider.idl diff --git a/offapi/com/sun/star/graphic/XGraphicRenderer.idl b/offapi/com/sun/star/graphic/XGraphicRenderer.idl index e1a6b6222..e1a6b6222 100755..100644 --- a/offapi/com/sun/star/graphic/XGraphicRenderer.idl +++ b/offapi/com/sun/star/graphic/XGraphicRenderer.idl diff --git a/offapi/com/sun/star/graphic/XPrimitive2D.idl b/offapi/com/sun/star/graphic/XPrimitive2D.idl index 15eff1c1e..cbc6b3515 100644 --- a/offapi/com/sun/star/graphic/XPrimitive2D.idl +++ b/offapi/com/sun/star/graphic/XPrimitive2D.idl @@ -62,7 +62,7 @@ interface XPrimitive2D : ::com::sun::star::uno::XInterface ::com::sun::star::geometry::RealRectangle2D Viewport Defines the visible part of the view in world coordinates. May be used - to optimize decompositions, e.g. for 3d scenes only the visible part + to optimize decompositions, e.g. for 3D scenes only the visible part needs to be created. If not given, an empty Viewport is implied which means all is visible. diff --git a/offapi/com/sun/star/graphic/makefile.mk b/offapi/com/sun/star/graphic/makefile.mk index 4ee0031ab..4ee0031ab 100755..100644 --- a/offapi/com/sun/star/graphic/makefile.mk +++ b/offapi/com/sun/star/graphic/makefile.mk diff --git a/offapi/com/sun/star/i18n/CTLScriptType.idl b/offapi/com/sun/star/i18n/CTLScriptType.idl index fd2e8417c..1a4386c8e 100644 --- a/offapi/com/sun/star/i18n/CTLScriptType.idl +++ b/offapi/com/sun/star/i18n/CTLScriptType.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module i18n { //============================================================================= //-------------------------------------------------------------------------- -/** CTL tcript type constants for layout engine, returned by +/** CTL script type constants for layout engine, returned by <member>XScriptTypeDetector::getCTLScriptType()</member> @since OOo 1.1.2 diff --git a/offapi/com/sun/star/i18n/Calendar.idl b/offapi/com/sun/star/i18n/Calendar.idl index 086c2242c..b42a2fec7 100644 --- a/offapi/com/sun/star/i18n/Calendar.idl +++ b/offapi/com/sun/star/i18n/Calendar.idl @@ -58,7 +58,7 @@ published struct Calendar short MinimumNumberOfDaysForFirstWeek; /// if this is the default calendar for a given locale. boolean Default; - /// the name of the calendar, for example, <b>gregorian</b>. + /// the name of the calendar, for example, <b>Gregorian</b>. string Name; }; diff --git a/offapi/com/sun/star/i18n/NumberFormatIndex.idl b/offapi/com/sun/star/i18n/NumberFormatIndex.idl index 46175429e..b936e5527 100644 --- a/offapi/com/sun/star/i18n/NumberFormatIndex.idl +++ b/offapi/com/sun/star/i18n/NumberFormatIndex.idl @@ -45,7 +45,7 @@ module com { module sun { module star { module i18n { <member scope="::com::sun::star::util">XNumberFormatTypes::getFormatIndex()</member>. <p> Each locale can support up to about 5000 arbitrary format - codes. But for backward compatiblity reasons, each locale + codes. But for backward compatibility reasons, each locale <b>MUST</b> support some predefined format codes. These predefined format codes are accessed through indices as the following, and the locale data format code definitions in @@ -66,7 +66,7 @@ module com { module sun { module star { module i18n { <ul> <li> DIN 5008 (Deutsche Industrie Norm) </li> <li> EN 28601 (European Norm) </li> - <li> ISO 8601 (International Standards Organisation) </li> + <li> ISO 8601 (International Standards Organization) </li> </ul> </p> diff --git a/offapi/com/sun/star/i18n/TextConversion.idl b/offapi/com/sun/star/i18n/TextConversion.idl index ac40fb411..42f00eb18 100644 --- a/offapi/com/sun/star/i18n/TextConversion.idl +++ b/offapi/com/sun/star/i18n/TextConversion.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module i18n { //============================================================================= /** offers generic text conversion. - <p>This is an abstract service which does not make sense to be instatiated. + <p>This is an abstract service which does not make sense to be instantiated. @since OOo 1.1.2 */ diff --git a/offapi/com/sun/star/i18n/TextConversionOption.idl b/offapi/com/sun/star/i18n/TextConversionOption.idl index 79b0113fa..2b4cc7551 100644 --- a/offapi/com/sun/star/i18n/TextConversionOption.idl +++ b/offapi/com/sun/star/i18n/TextConversionOption.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module i18n { //-------------------------------------------------------------------------- /** Text conversion options to be used with <type>XTextConversion</type>. - <p>These text conversion options are usuall selected by end users. + <p>These text conversion options are usually selected by end users. The options can be combined and may be related to <type>TextConversionType</type>. </p> @@ -57,7 +57,7 @@ published constants TextConversionOption const long IGNORE_POST_POSITIONAL_WORD = 2; // (1 << 1) /** Use Taiwan, HongKong SAR, and Macao SAR character variants for - Simplified to Traditionary Chinese conversion + Simplified to Traditional Chinese conversion @since OOo 2.0.0 */ diff --git a/offapi/com/sun/star/i18n/TextConversionType.idl b/offapi/com/sun/star/i18n/TextConversionType.idl index bcaa63837..1efd0a9bb 100644 --- a/offapi/com/sun/star/i18n/TextConversionType.idl +++ b/offapi/com/sun/star/i18n/TextConversionType.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module i18n { //============================================================================= //-------------------------------------------------------------------------- -/** These constansts specifiy the conversion type to be used with +/** These constants specify the conversion type to be used with <type>XTextConversion</type>. @since OOo 1.1.2 diff --git a/offapi/com/sun/star/i18n/TransliterationModules.idl b/offapi/com/sun/star/i18n/TransliterationModules.idl index 0b629c034..dd9a49a0f 100644 --- a/offapi/com/sun/star/i18n/TransliterationModules.idl +++ b/offapi/com/sun/star/i18n/TransliterationModules.idl @@ -49,21 +49,21 @@ published enum TransliterationModules FULLWIDTH_HALFWIDTH = 4, /// Transliterate a Japanese string from Katakana to Hiragana KATAKANA_HIRAGANA = 5, - /// Transliterate a Japanese string from Hiragnan to Katakana + /// Transliterate a Japanese string from Hiragana to Katakana HIRAGANA_KATAKANA = 6, - /// Transliterate an ascii number string to Simplified Chinese lower case number string in spellout format + /// Transliterate an ASCII number string to Simplified Chinese lower case number string in spellout format NumToTextLower_zh_CN = 7, - /// Transliterate an ascii number string to Simplified Chinese upper case number string in spellout format + /// Transliterate an ASCII number string to Simplified Chinese upper case number string in spellout format NumToTextUpper_zh_CN = 8, - /// Transliterate an ascii number string to Traditional Chinese lower case number string in spellout format + /// Transliterate an ASCII number string to Traditional Chinese lower case number string in spellout format NumToTextLower_zh_TW = 9, - /// Transliterate an ascii number string to Traditional Chinese upper case number string in spellout format + /// Transliterate an ASCII number string to Traditional Chinese upper case number string in spellout format NumToTextUpper_zh_TW = 10, - /// Transliterate an ascii number string to formal Korean Hangul number string in spellout format + /// Transliterate an ASCII number string to formal Korean Hangul number string in spellout format NumToTextFormalHangul_ko = 11, - /// Transliterate an ascii number string to formal Korean Hanja lower case number string in spellout format + /// Transliterate an ASCII number string to formal Korean Hanja lower case number string in spellout format NumToTextFormalLower_ko = 12, - /// Transliterate an ascii number string to formal Korean Hanja upper case number string in spellout format + /// Transliterate an ASCII number string to formal Korean Hanja upper case number string in spellout format NumToTextFormalUpper_ko = 13, NON_IGNORE_MASK = 0x000000ff, IGNORE_MASK = -0x100, diff --git a/offapi/com/sun/star/i18n/TransliterationModulesNew.idl b/offapi/com/sun/star/i18n/TransliterationModulesNew.idl index 444c88f8b..2662de091 100644 --- a/offapi/com/sun/star/i18n/TransliterationModulesNew.idl +++ b/offapi/com/sun/star/i18n/TransliterationModulesNew.idl @@ -49,7 +49,7 @@ published enum TransliterationModulesNew FULLWIDTH_HALFWIDTH = 4, /// Transliterate a Japanese string from Katakana to Hiragana KATAKANA_HIRAGANA = 5, - /// Transliterate a Japanese string from Hiragnan to Katakana + /// Transliterate a Japanese string from Hiragana to Katakana HIRAGANA_KATAKANA = 6, /// Ignore case when comparing strings by transliteration service IGNORE_CASE = 7, @@ -93,78 +93,78 @@ published enum TransliterationModulesNew smallToLarge_ja_JP = 26, /// transliterate Japanese normal sized character to small sized character largeToSmall_ja_JP = 27, - /// Transliterate an ascii number string to Simplified Chinese lower case number string in spellout format + /// Transliterate an ASCII number string to Simplified Chinese lower case number string in spellout format NumToTextLower_zh_CN = 28, - /// Transliterate an ascii number string to Simplified Chinese upper case number string in spellout format + /// Transliterate an ASCII number string to Simplified Chinese upper case number string in spellout format NumToTextUpper_zh_CN = 29, - /// Transliterate an ascii number string to Traditional Chinese lower case number string in spellout format + /// Transliterate an ASCII number string to Traditional Chinese lower case number string in spellout format NumToTextLower_zh_TW = 30, - /// Transliterate an ascii number string to Traditional Chinese upper case number string in spellout format + /// Transliterate an ASCII number string to Traditional Chinese upper case number string in spellout format NumToTextUpper_zh_TW = 31, - /// Transliterate an ascii number string to formal Korean Hangul number string in spellout format + /// Transliterate an ASCII number string to formal Korean Hangul number string in spellout format NumToTextFormalHangul_ko = 32, - /// Transliterate an ascii number string to formal Korean Hanja lower case number string in spellout format + /// Transliterate an ASCII number string to formal Korean Hanja lower case number string in spellout format NumToTextFormalLower_ko = 33, - /// Transliterate an ascii number string to formal Korean Hanja upper case number string in spellout format + /// Transliterate an ASCII number string to formal Korean Hanja upper case number string in spellout format NumToTextFormalUpper_ko = 34, - /// Transliterate an ascii number string to informal Korean Hangul number string in spellout format + /// Transliterate an ASCII number string to informal Korean Hangul number string in spellout format NumToTextInformalHangul_ko = 35, - /// Transliterate an ascii number string to informal Korean Hanja lower case number string in spellout format + /// Transliterate an ASCII number string to informal Korean Hanja lower case number string in spellout format NumToTextInformalLower_ko = 36, - /// Transliterate an ascii number string to informal Korean Hanja upper case number string in spellout format + /// Transliterate an ASCII number string to informal Korean Hanja upper case number string in spellout format NumToTextInformalUpper_ko = 37, - /// Transliterate an ascii number string to Simplified Chinese lower case number string + /// Transliterate an ASCII number string to Simplified Chinese lower case number string NumToCharLower_zh_CN = 38, - /// Transliterate an ascii number string to Simplified Chinese upper case number string + /// Transliterate an ASCII number string to Simplified Chinese upper case number string NumToCharUpper_zh_CN = 39, - /// Transliterate an ascii number string to Traditional Chinese lower case number string + /// Transliterate an ASCII number string to Traditional Chinese lower case number string NumToCharLower_zh_TW = 40, - /// Transliterate an ascii number string to Traditional Chinese upper case number string + /// Transliterate an ASCII number string to Traditional Chinese upper case number string NumToCharUpper_zh_TW = 41, - /// Transliterate an ascii number string to Korean Hangul number string + /// Transliterate an ASCII number string to Korean Hangul number string NumToCharHangul_ko = 42, - /// Transliterate an ascii number string to Korean Hanja lower case number string + /// Transliterate an ASCII number string to Korean Hanja lower case number string NumToCharLower_ko = 43, - /// Transliterate an ascii number string to Korean Hanja upper case number string + /// Transliterate an ASCII number string to Korean Hanja upper case number string NumToCharUpper_ko = 44, /// Transliterate a half width number string to full width number string NumToCharFullwidth = 45, - /// Transliterate an ascii number string to Japanese Kanji number string + /// Transliterate an ASCII number string to Japanese Kanji number string NumToCharKanjiShort_ja_JP = 46, - /// Transliterate a Simplified Chinese lower case number string (sepllout) to ascii number string + /// Transliterate a Simplified Chinese lower case number string (spellout) to ASCII number string TextToNumLower_zh_CN = 47, - /// Transliterate a Simplified Chinese upper case number string (sepllout) to ascii number string + /// Transliterate a Simplified Chinese upper case number string (spellout) to ASCII number string TextToNumUpper_zh_CN = 48, - /// Transliterate a Traditional Chinese lower case number string (sepllout) to ascii number string + /// Transliterate a Traditional Chinese lower case number string (spellout) to ASCII number string TextToNumLower_zh_TW = 49, - /// Transliterate a Traditional Chinese upper case number string (sepllout) to ascii number string + /// Transliterate a Traditional Chinese upper case number string (spellout) to ASCII number string TextToNumUpper_zh_TW = 50, - /// Transliterate a Korean formal Hangul number string (sepllout) to ascii number string + /// Transliterate a Korean formal Hangul number string (spellout) to ASCII number string TextToNumFormalHangul_ko = 51, - /// Transliterate a Korean formal Hanja lower case number string (sepllout) to ascii number string + /// Transliterate a Korean formal Hanja lower case number string (spellout) to ASCII number string TextToNumFormalLower_ko = 52, - /// Transliterate a Korean formal Hanja upper case number string (sepllout) to ascii number string + /// Transliterate a Korean formal Hanja upper case number string (spellout) to ASCII number string TextToNumFormalUpper_ko = 53, - /// Transliterate a Korean informal Hangul number string (sepllout) to ascii number string + /// Transliterate a Korean informal Hangul number string (spellout) to ASCII number string TextToNumInformalHangul_ko = 54, - /// Transliterate a Korean informal Hanja lower case number string (sepllout) to ascii number string + /// Transliterate a Korean informal Hanja lower case number string (spellout) to ASCII number string TextToNumInformalLower_ko = 55, - /// Transliterate a Korean informal Hanja upper case number string (sepllout) to ascii number string + /// Transliterate a Korean informal Hanja upper case number string (spellout) to ASCII number string TextToNumInformalUpper_ko = 56, // 2 Spaces for Japanese TextToNum - /// Transliterate a Simplified Chinese lower case number string to ascii number string + /// Transliterate a Simplified Chinese lower case number string to ASCII number string CharToNumLower_zh_CN = 59, - /// Transliterate a Simplified Chinese upper case number string to ascii number string + /// Transliterate a Simplified Chinese upper case number string to ASCII number string CharToNumUpper_zh_CN = 60, - /// Transliterate a Traditional Chinese lower case number string to ascii number string + /// Transliterate a Traditional Chinese lower case number string to ASCII number string CharToNumLower_zh_TW = 61, - /// Transliterate a Traditional Chinese upper case number string to ascii number string + /// Transliterate a Traditional Chinese upper case number string to ASCII number string CharToNumUpper_zh_TW = 62, - /// Transliterate a Korean Hangul number string to ascii number string + /// Transliterate a Korean Hangul number string to ASCII number string CharToNumHangul_ko = 63, - /// Transliterate a Korean Hanja lower case number string to ascii number string + /// Transliterate a Korean Hanja lower case number string to ASCII number string CharToNumLower_ko = 64, - /// Transliterate a Korean Hanja upper case number string to ascii number string + /// Transliterate a Korean Hanja upper case number string to ASCII number string CharToNumUpper_ko = 65, END_OF_MODULE = 0 }; diff --git a/offapi/com/sun/star/i18n/TransliterationType.idl b/offapi/com/sun/star/i18n/TransliterationType.idl index 31b8db8c7..4b9a1dc35 100644 --- a/offapi/com/sun/star/i18n/TransliterationType.idl +++ b/offapi/com/sun/star/i18n/TransliterationType.idl @@ -56,8 +56,8 @@ published constants TransliterationType const short ONE_TO_ONE = 1; /** A transliteration module can have attribute NUMERIC if it - tranliterates numbers in different languages like chinese - numbers to arabic numbers and vice versa. This mapping need not + transliterates numbers in different languages like Chinese + numbers to Arabic numbers and vice versa. This mapping need not be one to one, it should be primarily used by number formatting and parsing methods. */ const short NUMERIC = 2; @@ -66,7 +66,7 @@ published constants TransliterationType both one to one mapping and handles number also. */ const short ONE_TO_ONE_NUMERIC = 3; - /** With a transliterator IGNORE case, the regular + /** With a transliteration IGNORE case, the regular expression A-Z can be transformed to a-z, for example. */ const short IGNORE = 4; diff --git a/offapi/com/sun/star/i18n/XBreakIterator.idl b/offapi/com/sun/star/i18n/XBreakIterator.idl index 9413e8c09..9015e161c 100644 --- a/offapi/com/sun/star/i18n/XBreakIterator.idl +++ b/offapi/com/sun/star/i18n/XBreakIterator.idl @@ -99,7 +99,7 @@ published interface XBreakIterator: com::sun::star::uno::XInterface @param nWordType One of <type>WordType</type>, specifies the type of - travelling. + traveling. @returns The <type>Boundary</type> of the found word. Normally used for @@ -135,7 +135,7 @@ published interface XBreakIterator: com::sun::star::uno::XInterface @param nWordType One of <type>WordType</type>, specifies the type of - travelling. + traveling. @returns The <type>Boundary</type> of the found word. Normally used for @@ -175,7 +175,7 @@ published interface XBreakIterator: com::sun::star::uno::XInterface <p> This method is mis-defined, since <type>WordType</type> is not an attribute of a word, but a way to break words, - like excluding or including tail spaces for spellchecker + like excluding or including tail spaces for spell checker or cursor traveling. It returns 0 always. </p> */ diff --git a/offapi/com/sun/star/i18n/XCalendar.idl b/offapi/com/sun/star/i18n/XCalendar.idl index 5501666bf..a1b8b66e1 100644 --- a/offapi/com/sun/star/i18n/XCalendar.idl +++ b/offapi/com/sun/star/i18n/XCalendar.idl @@ -63,7 +63,7 @@ published interface XCalendar : com::sun::star::uno::XInterface //------------------------------------------------------------------------ /** Returns the ID string of the loaded calendar, for example, - <b>"gregorian"</b> + <b>"Gregorian"</b> */ string getUniqueID(); diff --git a/offapi/com/sun/star/i18n/XCharacterClassification.idl b/offapi/com/sun/star/i18n/XCharacterClassification.idl index 9e22a2174..ae28cd689 100644 --- a/offapi/com/sun/star/i18n/XCharacterClassification.idl +++ b/offapi/com/sun/star/i18n/XCharacterClassification.idl @@ -156,7 +156,7 @@ published interface XCharacterClassification : com::sun::star::uno::XInterface @returns A filled <type>ParseResult</type> structure. If no - unambigous token could be parsed, + unambiguous token could be parsed, <member>ParseResult::TokenType</member> will be set to <b>0</b> (zero), other fields will contain the values parsed so far. diff --git a/offapi/com/sun/star/i18n/XExtendedCalendar.idl b/offapi/com/sun/star/i18n/XExtendedCalendar.idl index 795e1b92a..2c5f49af2 100644 --- a/offapi/com/sun/star/i18n/XExtendedCalendar.idl +++ b/offapi/com/sun/star/i18n/XExtendedCalendar.idl @@ -57,7 +57,7 @@ published interface XExtendedCalendar : ::com::sun::star::i18n::XCalendar <p> Note that the string returned depends completely on the locale's calendar. It is not predictable if the string will be - numeric or a name, or if in case it retuns a numeric string + numeric or a name, or if in case it returns a numeric string how many digits that will have. For example, a short year display string will normally be two digits with a Gregorian calendar, but with a Jewish calendar it will have three diff --git a/offapi/com/sun/star/i18n/XExtendedIndexEntrySupplier.idl b/offapi/com/sun/star/i18n/XExtendedIndexEntrySupplier.idl index 9c1513856..9624d6b75 100644 --- a/offapi/com/sun/star/i18n/XExtendedIndexEntrySupplier.idl +++ b/offapi/com/sun/star/i18n/XExtendedIndexEntrySupplier.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module i18n { <ul> <li>Provide supported language/locale list. <li>Provide supported algorithm list. - <li>Provide phonetic entry support for CJK languge. + <li>Provide phonetic entry support for CJK language. <li>Provide method to compare index entry. </ul> diff --git a/offapi/com/sun/star/i18n/XExtendedTextConversion.idl b/offapi/com/sun/star/i18n/XExtendedTextConversion.idl index 6012314be..d38d92e63 100644 --- a/offapi/com/sun/star/i18n/XExtendedTextConversion.idl +++ b/offapi/com/sun/star/i18n/XExtendedTextConversion.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module i18n { <p> It is derived from <type scope="::com::sun::star::i18n">XTextConversion</type> and provides a new conversion function containing position map (offset) between original - and conveted string. </p> + and converted string. </p> @since OOo 2.0 */ diff --git a/offapi/com/sun/star/i18n/XExtendedTransliteration.idl b/offapi/com/sun/star/i18n/XExtendedTransliteration.idl index 3d2d4d694..2f2c9d07c 100644 --- a/offapi/com/sun/star/i18n/XExtendedTransliteration.idl +++ b/offapi/com/sun/star/i18n/XExtendedTransliteration.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module i18n { additional functionality for character to character and string to string without offset parameter transliteration. These should be used for performance reason if their full-blown - counterparts aren't neded. </p> + counterparts aren't needed. </p> @since OOo 1.1.2 */ @@ -56,7 +56,7 @@ published interface XExtendedTransliteration : ::com::sun::star::i18n::XTranslit //------------------------------------------------------------------------ /** Transliterate a substring. The functionality is the same as <member scope="::com::sun::star::i18n">XTransliteration::transliterate()</member> - but omits the offset prameter to improve performance. + but omits the offset parameter to improve performance. @param aStr The input string. @@ -65,7 +65,7 @@ published interface XExtendedTransliteration : ::com::sun::star::i18n::XTranslit Start position within aStr from where transliteration starts. @param nCount - Number of codepoints to be transliterated. + Number of code points to be transliterated. */ string transliterateString2String( [in] string aStr, @@ -84,7 +84,7 @@ published interface XExtendedTransliteration : ::com::sun::star::i18n::XTranslit /** Transliterate a character to a character. <p> If the output contains multiple characters, for example when - transliterating German sharp 's' (the one that looks like a + transliterating German sharp "s" (the one that looks like a Greek Beta) to upper case "SS", MultipleCharsOutputException will be thrown, the caller must catch the exception and then call diff --git a/offapi/com/sun/star/i18n/XLocaleData.idl b/offapi/com/sun/star/i18n/XLocaleData.idl index 76fd66588..e753be38b 100644 --- a/offapi/com/sun/star/i18n/XLocaleData.idl +++ b/offapi/com/sun/star/i18n/XLocaleData.idl @@ -112,7 +112,7 @@ published interface XLocaleData: com::sun::star::uno::XInterface [in] com::sun::star::lang::Locale aLocale ); //------------------------------------------------------------------------ - /** returns all LC_MISC forbidden charatcers for a locale. + /** returns all LC_MISC forbidden characters for a locale. */ ForbiddenCharacters getForbiddenCharacters ( [in] com::sun::star::lang::Locale aLocale ); diff --git a/offapi/com/sun/star/i18n/XOrdinalSuffix.idl b/offapi/com/sun/star/i18n/XOrdinalSuffix.idl index e88c9005e..ecf320de7 100644 --- a/offapi/com/sun/star/i18n/XOrdinalSuffix.idl +++ b/offapi/com/sun/star/i18n/XOrdinalSuffix.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module i18n { change without notice and should not be used outside the OOo core. The current version is a draft and works only for English language locales. Future enhancements adding functionality for other locales - should use the 'ordinal' RuleBasedNumberFormat of the ICU if + should use the "ordinal" RuleBasedNumberFormat of the ICU if possible, see http://icu.sourceforge.net/apiref/icu4c/classRuleBasedNumberFormat.html which might make it necessary to change the interface. diff --git a/offapi/com/sun/star/i18n/XTextConversion.idl b/offapi/com/sun/star/i18n/XTextConversion.idl index f6fb0e882..8bb6ec6ae 100644 --- a/offapi/com/sun/star/i18n/XTextConversion.idl +++ b/offapi/com/sun/star/i18n/XTextConversion.idl @@ -69,7 +69,7 @@ published interface XTextConversion : ::com::sun::star::uno::XInterface @param nStartPos The start position in aText for the conversion @param nLength - The length of the partion in aText for the conversion + The length of the portion in aText for the conversion @param aLocal Locale the conversion is referring to. @param nTextConversionType @@ -103,7 +103,7 @@ published interface XTextConversion : ::com::sun::star::uno::XInterface @param nStartPos The start position in aText for the conversion @param nLength - The length of the partion in aText for the conversion + The length of the portion in aText for the conversion @param aLocal Locale the conversion is referring to. @param nTextConversionType diff --git a/offapi/com/sun/star/i18n/XTransliteration.idl b/offapi/com/sun/star/i18n/XTransliteration.idl index dfe4c6353..dd0cdf7b9 100644 --- a/offapi/com/sun/star/i18n/XTransliteration.idl +++ b/offapi/com/sun/star/i18n/XTransliteration.idl @@ -74,7 +74,7 @@ module com { module sun { module star { module i18n { * 0. * All the IGNORE-type functionalities (Range, equals) are based on mapping. * except equals() method in IGNORE_CASE, which is based on Locale-independent - * casefolding + * case folding * ( This second assumption is very complicated and may cause confusion of use) * * 1. @@ -94,7 +94,7 @@ module com { module sun { module star { module i18n { * * 4. * Implementation name in the methods below is not the same as - * the true implemenation name registered. + * the true implementation name registered. * In particular, for generic modules:"UPPERCASE_LOWERCASE", * "LOWERCASE_UPPERCASE", "IGNORE_CASE", there is no registered name. */ @@ -112,7 +112,7 @@ published interface XTransliteration: com::sun::star::uno::XInterface string getName(); //------------------------------------------------------------------------ - /** Return the attribute(s) associated with this transliterator + /** Return the attribute(s) associated with this transliteration object, as defined in <type>TransliterationType</type>. The value is determined by the transliteration modules. For example, for UPPERCASE_LOWERCASE, a ONE_TO_ONE is returned, for @@ -158,7 +158,7 @@ published interface XTransliteration: com::sun::star::uno::XInterface //------------------------------------------------------------------------ /** Load a sequence of instances of transliteration modules. - Output of one module is feeded as input to the next module in + Output of one module is fed as input to the next module in the sequence. The object created by this call has <type>TransliterationType</type> CASCADE and IGNORE types. @@ -193,7 +193,7 @@ published interface XTransliteration: com::sun::star::uno::XInterface Start position within aStr from where transliteration starts. @param nCount - Number of codepoints to be transliterated. + Number of code points to be transliterated. @param rOffset To find the grapheme of input string corresponding to the @@ -273,7 +273,7 @@ published interface XTransliteration: com::sun::star::uno::XInterface returns {"A","I","a","i"}, transliterateRange( "a", "a" ) returns {"A","A","a","a"}. </p> - <p> Use this transliteration to create regular expresssions like + <p> Use this transliteration to create regular expressions like [a-i] --> [A-Ia-i]. </p> @returns diff --git a/offapi/com/sun/star/image/ImageMap.idl b/offapi/com/sun/star/image/ImageMap.idl index 8c1a401cf..0009d0584 100644 --- a/offapi/com/sun/star/image/ImageMap.idl +++ b/offapi/com/sun/star/image/ImageMap.idl @@ -41,7 +41,7 @@ //============================================================================= -/** This service specifies a html image map. +/** This service specifies a HTML image map. */ published service ImageMap { @@ -52,7 +52,7 @@ published service ImageMap the objects inside this image map. @see ImageMapRectangleObject @see ImageMapCircleObject - @see ImageMapPolygonObjec + @see ImageMapPolygonObject */ interface ::com::sun::star::container::XIndexContainer; }; diff --git a/offapi/com/sun/star/image/ImageMapCircleObject.idl b/offapi/com/sun/star/image/ImageMapCircleObject.idl index 3418bbc36..5f44de3b7 100644 --- a/offapi/com/sun/star/image/ImageMapCircleObject.idl +++ b/offapi/com/sun/star/image/ImageMapCircleObject.idl @@ -42,7 +42,7 @@ //============================================================================= /** this service describes a circular-shaped region inside - a html image map. + a HTML image map. @see ImageMap @see ImageMapObject */ diff --git a/offapi/com/sun/star/image/ImageMapPolygonObject.idl b/offapi/com/sun/star/image/ImageMapPolygonObject.idl index 34b4cbc79..f43506c76 100644 --- a/offapi/com/sun/star/image/ImageMapPolygonObject.idl +++ b/offapi/com/sun/star/image/ImageMapPolygonObject.idl @@ -42,7 +42,7 @@ //============================================================================= /** this service describes a polygon-shaped region inside - a html image map. + a HTML image map. @see ImageMap @see ImageMapObject */ diff --git a/offapi/com/sun/star/image/ImageMapRectangleObject.idl b/offapi/com/sun/star/image/ImageMapRectangleObject.idl index 5325d29bf..3d86637ae 100644 --- a/offapi/com/sun/star/image/ImageMapRectangleObject.idl +++ b/offapi/com/sun/star/image/ImageMapRectangleObject.idl @@ -42,7 +42,7 @@ //============================================================================= /** this service describes a rectangular-shaped region inside - a html image map. + a HTML image map. @see ImageMap @see ImageMapObject */ diff --git a/offapi/com/sun/star/inspection/InteractiveSelectionResult.idl b/offapi/com/sun/star/inspection/InteractiveSelectionResult.idl index 34eef3a4a..4624091d1 100644 --- a/offapi/com/sun/star/inspection/InteractiveSelectionResult.idl +++ b/offapi/com/sun/star/inspection/InteractiveSelectionResult.idl @@ -40,9 +40,9 @@ module com { module sun { module star { module inspection { */ enum InteractiveSelectionResult { - /** The interactive selection of a property value was cancelled. + /** The interactive selection of a property value was canceled. */ - Cancelled, + Canceled, /** The interactive selection of a property value succeeded, and the new property value chosen by the user has already been set at the diff --git a/offapi/com/sun/star/inspection/LineDescriptor.idl b/offapi/com/sun/star/inspection/LineDescriptor.idl index fc300d041..88c6398c1 100644 --- a/offapi/com/sun/star/inspection/LineDescriptor.idl +++ b/offapi/com/sun/star/inspection/LineDescriptor.idl @@ -71,7 +71,7 @@ struct LineDescriptor */ string HelpURL; - /** detetrmines whether a button exists which can be used for a more complex, interactive + /** determines whether a button exists which can be used for a more complex, interactive property value input. <p>If no image for the primary button is specified, but a primary button is present, @@ -121,7 +121,7 @@ struct LineDescriptor */ com::sun::star::graphic::XGraphic PrimaryButtonImage; - /** detetrmines whether a secondary button exists which can be used for a more complex, interactive + /** determines whether a secondary button exists which can be used for a more complex, interactive property value input. <p>A secondary button subordinated to the primary button. If no primary button exists diff --git a/offapi/com/sun/star/inspection/PropertyControlType.idl b/offapi/com/sun/star/inspection/PropertyControlType.idl index 77b24b8f7..061d84145 100644 --- a/offapi/com/sun/star/inspection/PropertyControlType.idl +++ b/offapi/com/sun/star/inspection/PropertyControlType.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module inspection { /** describes pre-defined possible control types to be used to display and enter property values within a <type>ObjectInspector</type>. - <p>The type of a control determines its visual appearance, its behaviour, and - important + <p>The type of a control determines its visual appearance, its behavior, and - important for property handlers using a control - the expected type when reading and writing the control's value.</p> @@ -102,7 +102,7 @@ constants PropertyControlType <member>XPropertyControl::Value</member>, and if this string has previously been added to the list using the <type>XStringListControl</type> interface, this string is selected. Vice versa, if the user selects one of those non-color strings in the list, then reading <member>XPropertyControl::Value</member> - will retrieve you this stting.</p> + will retrieve you this string.</p> */ const short ColorListBox = 7; diff --git a/offapi/com/sun/star/inspection/XNumericControl.idl b/offapi/com/sun/star/inspection/XNumericControl.idl index e4d2ad8c1..54e4d277f 100644 --- a/offapi/com/sun/star/inspection/XNumericControl.idl +++ b/offapi/com/sun/star/inspection/XNumericControl.idl @@ -66,7 +66,7 @@ interface XNumericControl : XPropertyControl <p>Only a certain set of <type scope="com::sun::star::util">MeasureUnit</type> values is supported. In particular, every value which denotes a fraction of another - unit (like 100th millimiters) cannot be used as DisplayUnit.</p> + unit (like 100th millimeters) cannot be used as DisplayUnit.</p> @throws com::sun::star::lang::IllegalArgumentException if the caller attempts to set an unsupported <type scope="com::sun::star::util">MeasureUnit</type> @@ -77,7 +77,7 @@ interface XNumericControl : XPropertyControl }; /** describes a <type scope="com::sun::star::util">MeasureUnit</type> to be - applied for transfering values. + applied for transferring values. <p>The core measurement unit for a property value might differ from the unit which is used by the control to display it. For instance, your property value might require diff --git a/offapi/com/sun/star/inspection/XObjectInspectorModel.idl b/offapi/com/sun/star/inspection/XObjectInspectorModel.idl index d1fea398f..f3ef85b96 100644 --- a/offapi/com/sun/star/inspection/XObjectInspectorModel.idl +++ b/offapi/com/sun/star/inspection/XObjectInspectorModel.idl @@ -54,7 +54,7 @@ interface XObjectInspectorModel <p>Every element of the sequence must contain information to create a <type>XPropertyHandler</type> instance. Two ways are currently supported: <ul> - <li>A sevice name:</br> + <li>A service name:</br> If a sequence element contains a string, this string is interpreted as service name, and an <type scope="com::sun::star::lang">XMultiComponentFactory</type> is asked to create an instance of this service.</li> @@ -67,7 +67,7 @@ interface XObjectInspectorModel <p>This attribute is usually only evaluated by the <type>ObjectInspector</type> instance which the model is currently bound to.</p> - <p>The order of factories is important: If two property handlers declare themself responsible + <p>The order of factories is important: If two property handlers declare themselves responsible for the same property, the one whose factory is listed <strong>last</strong> wins. Also, if a handler <code>B</code> wants to supersede a property of another handler <code>A</code>, <code>A</code>'s factory must precede the factory of <code>B</code>.</p> @@ -174,7 +174,7 @@ interface XObjectInspectorModel change any of them.</p> <p>In a read-only object inspector, the property controls are readonly or - disabled themself, and the primary and secondary buttons of a property line + disabled themselves, and the primary and secondary buttons of a property line are both disabled.</p> @see XPropertyControl diff --git a/offapi/com/sun/star/inspection/XPropertyHandler.idl b/offapi/com/sun/star/inspection/XPropertyHandler.idl index 0219834c2..714ecbc98 100644 --- a/offapi/com/sun/star/inspection/XPropertyHandler.idl +++ b/offapi/com/sun/star/inspection/XPropertyHandler.idl @@ -233,7 +233,7 @@ interface XPropertyHandler <p>If a handler implementation supports property change listeners, it must be able to cope with a call to <member>addPropertyChangeListener</member> even if currently no component is - being inspected. In this case, the listener must become active as soon as a new introspectee + being inspected. In this case, the listener must become active as soon as a new introspection is set in the next <member>inspect</member> call.</p> @param Listener @@ -255,7 +255,7 @@ interface XPropertyHandler /** returns the properties which the handler can handle <p>A handler is allowed to return an empty sequence here, indicating that for - the given introspectee, no properties handling can be provided. This might happen + the given introspection, no properties handling can be provided. This might happen when a fixed set of property handlers is used for a variety of components to inspect, where not all handlers can really cope with all components.</p> @@ -278,8 +278,8 @@ interface XPropertyHandler <p>In such a case, simply return those properties here.</p> <p>There is a precedence in the property handlers used by an <type>ObjectInspector</type>, - which also is important for the superseded properties. This precendence is implied by the - precendence of factories to create the property handlers, as denoted in the + which also is important for the superseded properties. This precedence is implied by the + precedence of factories to create the property handlers, as denoted in the <member>XObjectInspectorModel::HandlerFactories</member> attribute.</p> <p>With this in mind, property handlers can only supersede properties which are supported @@ -334,7 +334,7 @@ interface XPropertyHandler boolean isComposable( [in] string PropertyName ) raises (::com::sun::star::beans::UnknownPropertyException); - /** called when a browse button belonging to a property UI represenation has been clicked + /** called when a browse button belonging to a property UI representation has been clicked <p>Property handlers can raise a dedicated UI for entering or somehow changing a property value. Usually, this will be a modal dialog, but it can also be a non-modal user interface component.</p> @@ -347,7 +347,7 @@ interface XPropertyHandler property value, and return the result of this (see <type>InteractiveSelectionResult</type>).</p> <p>It is recommended that property handlers do not directly set the property value which has - been obatined from the user, but store it in the output-parameter Data, and return + been obtained from the user, but store it in the output-parameter Data, and return <member>InteractiveSelectionResult::ObtainedValue</member>.</p> <p>If a handler sets the new property value directly, and returns @@ -357,7 +357,7 @@ interface XPropertyHandler will be called at one handler only, however the new property would have to be forwarded to all handlers.</p> - <p>If a property is not composeable, directly setting the new property value does not yield any problem, + <p>If a property is not composable, directly setting the new property value does not yield any problem, as long as property listeners are properly notified of the change.</p> @param PropertyName @@ -420,7 +420,7 @@ interface XPropertyHandler <br/> In some cases it may be necessary to differentiate between both situations. For instance, if you want to set the value of another property when an actuating property's value changed, - you should definately not do this when <arg>FirstTimeInit</arg> is <TRUE/>. + you should definitely not do this when <arg>FirstTimeInit</arg> is <TRUE/>. @throws com::sun::star::lang::NullPointerException if <arg>InspectorUI</arg> is <NULL/> */ diff --git a/offapi/com/sun/star/inspection/XStringListControl.idl b/offapi/com/sun/star/inspection/XStringListControl.idl index 8da379694..2372e81a7 100644 --- a/offapi/com/sun/star/inspection/XStringListControl.idl +++ b/offapi/com/sun/star/inspection/XStringListControl.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module inspection { //----------------------------------------------------------------------------- /** defines the interface for an <type>XPropertyControl</type> which, additionally - to the basic behaviour, supports a list of strings interpreted as possible + to the basic behavior, supports a list of strings interpreted as possible property values. <p>A control which would canonically implement this interface is a list box control: diff --git a/offapi/com/sun/star/inspection/XStringRepresentation.idl b/offapi/com/sun/star/inspection/XStringRepresentation.idl index 8a7bad812..63b8e27a7 100644 --- a/offapi/com/sun/star/inspection/XStringRepresentation.idl +++ b/offapi/com/sun/star/inspection/XStringRepresentation.idl @@ -50,7 +50,7 @@ interface XStringRepresentation */ string convertToControlValue([in]any PropertyValue) raises( com::sun::star::uno::Exception ); - /** converts a string into an any with the type defined by the target tpye. + /** converts a string into an any with the type defined by the target type. @param ControlValue The to-be-converted control value. @param ControlValueType diff --git a/offapi/com/sun/star/installation/InstallationCheck.idl b/offapi/com/sun/star/installation/InstallationCheck.idl index 4a73a5ebc..68cc693be 100644 --- a/offapi/com/sun/star/installation/InstallationCheck.idl +++ b/offapi/com/sun/star/installation/InstallationCheck.idl @@ -43,9 +43,9 @@ <p> This implementation only checks the fonts "StarBats" and "StarMath". </p> <p> When running under Win32 the methods check and checkWithDialog will try to - fix any missing RegistryKey of fonts which still reside in the font directory. + fix any missing Registry Key of fonts which still reside in the font directory. </p> - <p>If it is possbile to fix, the method returns <TRUE/>. + <p>If it is possible to fix, the method returns <TRUE/>. </p> @see XInstallationCheck diff --git a/offapi/com/sun/star/installation/InstallationCheckService.idl b/offapi/com/sun/star/installation/InstallationCheckService.idl index f3a5f6b2d..de262ef31 100644 --- a/offapi/com/sun/star/installation/InstallationCheckService.idl +++ b/offapi/com/sun/star/installation/InstallationCheckService.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module installation { <p>This implementation only checks the fonts "StarBats" and "StarMath". When running under Win32 the methods check and checkWithDialog will try to - fix any missing RegistryKey of fonts which still reside in the font directory. + fix any missing Registry Key of fonts which still reside in the font directory. If fixing is possible the methods returns TRUE.</p> @version 1.0 @author Berndt Reinhold diff --git a/offapi/com/sun/star/installation/ProtDlgRes.idl b/offapi/com/sun/star/installation/ProtDlgRes.idl index a17b80d2b..abea87982 100644 --- a/offapi/com/sun/star/installation/ProtDlgRes.idl +++ b/offapi/com/sun/star/installation/ProtDlgRes.idl @@ -34,7 +34,7 @@ //============================================================================= -/** contains the status of a dialog with an 'always display Checkbox'. +/** contains the status of a dialog with an "always display Checkbox". @deprecated */ diff --git a/offapi/com/sun/star/installation/XProtocolHandlerCheck.idl b/offapi/com/sun/star/installation/XProtocolHandlerCheck.idl index 07c3d54a2..b7ac0845c 100644 --- a/offapi/com/sun/star/installation/XProtocolHandlerCheck.idl +++ b/offapi/com/sun/star/installation/XProtocolHandlerCheck.idl @@ -76,7 +76,7 @@ published interface XProtocolHandlerCheck: com::sun::star::uno::XInterface The dialog has "Yes" and "No" buttons, and a checkbox with "Always display this message". The checkbox is initially checked. If the "Yes" button was pressed, - it performs all neccessary action to make StarOffice the + it performs all necessary action to make StarOffice the protocol-handler. If the "No" button was pressed, don't perform any action. Both buttons closes the dialog.@see isProtocolHandler */ diff --git a/offapi/com/sun/star/installation/protocols.idl b/offapi/com/sun/star/installation/protocols.idl index 5d1825ea0..f924b8d45 100644 --- a/offapi/com/sun/star/installation/protocols.idl +++ b/offapi/com/sun/star/installation/protocols.idl @@ -35,7 +35,7 @@ //============================================================================= /** A protocol-handler is a part of StarOffice which performs - the comunication on a paticular protocol. This can be HTTP, FTP, HTTPS, + the communication on a particular protocol. This can be HTTP, FTP, HTTPS, MAILTO, or NEWS. An implementation of this interface should be able to check/set all of these protocols. diff --git a/offapi/com/sun/star/linguistic2/ConversionDictionaryType.idl b/offapi/com/sun/star/linguistic2/ConversionDictionaryType.idl index 954c7dd21..b568e7be6 100644 --- a/offapi/com/sun/star/linguistic2/ConversionDictionaryType.idl +++ b/offapi/com/sun/star/linguistic2/ConversionDictionaryType.idl @@ -42,7 +42,7 @@ constants ConversionDictionaryType */ const short HANGUL_HANJA = 1; - /** Dictionary type for the conversion between Simplified and Traditionary Chinese + /** Dictionary type for the conversion between Simplified and Traditional Chinese @since OOo 2.0.0 */ diff --git a/offapi/com/sun/star/linguistic2/DictionaryList.idl b/offapi/com/sun/star/linguistic2/DictionaryList.idl index 9ace44050..ff6870ea9 100644 --- a/offapi/com/sun/star/linguistic2/DictionaryList.idl +++ b/offapi/com/sun/star/linguistic2/DictionaryList.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module linguistic2 { /** is the list of personal dictionaries. <P>The active dictionaries of this list will be used for - spellchecking and hyphenation.</P> + spell checking and hyphenation.</P> @see <type scope="com::sun::star::linguistic2">XDictionary</type> @see <type scope="com::sun::star::linguistic2">XDictionaryList</type> diff --git a/offapi/com/sun/star/linguistic2/LinguProperties.idl b/offapi/com/sun/star/linguistic2/LinguProperties.idl index ca2ddf514..3bda5fe2e 100644 --- a/offapi/com/sun/star/linguistic2/LinguProperties.idl +++ b/offapi/com/sun/star/linguistic2/LinguProperties.idl @@ -60,7 +60,7 @@ published service LinguProperties //------------------------------------------------------------------------- /** defines whether new German spelling rules should be used for German - text or not when doing spellchecking or hyphenation, or using the + text or not when doing spell checking or hyphenation, or using the thesaurus. @deprecated since OOo 3.0.1 @@ -68,31 +68,31 @@ published service LinguProperties [property, maybevoid] boolean IsGermanPreReform; //------------------------------------------------------------------------- - /** defines if the dictionary-list should be used for spellchecking + /** defines if the dictionary-list should be used for spell checking and hyphenation or not. */ [property] boolean IsUseDictionaryList; //------------------------------------------------------------------------- /** defines if control characters should be ignored or not, by the linguistic - (i.e., spellchecker, hyphenator and thesaurus). + (i.e., spell checker, hyphenator and thesaurus). */ [property] boolean IsIgnoreControlCharacters; //------------------------------------------------------------------------- /** defines if words with only uppercase letters should be - subject to spellchecking or not. + subject to spell checking or not. */ [property] boolean IsSpellUpperCase; //------------------------------------------------------------------------- /** defines if words containing digits (or numbers) should be - subject to spellchecking or not. + subject to spell checking or not. */ [property] boolean IsSpellWithDigits; //------------------------------------------------------------------------- - /** defines if the captitalization of words should be checked or not. + /** defines if the capitalization of words should be checked or not. */ [property] boolean IsSpellCapitalization; @@ -132,7 +132,7 @@ published service LinguProperties [property] boolean IsHyphSpecial; //------------------------------------------------------------------------- - /** indicates whether spellchecking should be done automatically or not. + /** indicates whether spell checking should be done automatically or not. */ [property] boolean IsSpellAuto; @@ -145,7 +145,7 @@ published service LinguProperties [property, maybevoid] boolean IsSpellHide; //------------------------------------------------------------------------- - /** indicates if spellchecking should be performed in all available + /** indicates if spell checking should be performed in all available languages. @deprecated since OOo 3.0.1 @@ -153,13 +153,13 @@ published service LinguProperties [property, maybevoid] boolean IsSpellInAllLanguages; //------------------------------------------------------------------------- - /** defines whether spellchecking should be done in special regions of + /** defines whether spell checking should be done in special regions of documents or not. */ [property] boolean IsSpellSpecial; //------------------------------------------------------------------------- - /** defines whether spellchecking should be done in reverse + /** defines whether spell checking should be done in reverse direction or not. */ [property] boolean IsWrapReverse; diff --git a/offapi/com/sun/star/linguistic2/LinguServiceEvent.idl b/offapi/com/sun/star/linguistic2/LinguServiceEvent.idl index 1065648ad..f94ae810b 100644 --- a/offapi/com/sun/star/linguistic2/LinguServiceEvent.idl +++ b/offapi/com/sun/star/linguistic2/LinguServiceEvent.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module linguistic2 { //============================================================================= /** represents a linguistic service event. - <P>This type of event may be broadcast by a spellchecker or + <P>This type of event may be broadcast by a spell checker or hyphenator service implementation to inform its listeners (clients) that the results of previous function calls may be different now. It is possible to suggest that hyphenation should be done again diff --git a/offapi/com/sun/star/linguistic2/SingleProofreadingError.idl b/offapi/com/sun/star/linguistic2/SingleProofreadingError.idl index 5a710d0a3..a4ebf527c 100644 --- a/offapi/com/sun/star/linguistic2/SingleProofreadingError.idl +++ b/offapi/com/sun/star/linguistic2/SingleProofreadingError.idl @@ -67,7 +67,7 @@ struct SingleProofreadingError string aFullComment; // a list of correction suggestions - // Usually emtpy if only automatic checking was done. + // Usually empty if only automatic checking was done. sequence< string > aSuggestions; // a list of properties diff --git a/offapi/com/sun/star/linguistic2/SpellChecker.idl b/offapi/com/sun/star/linguistic2/SpellChecker.idl index d1bf817de..7c2896785 100644 --- a/offapi/com/sun/star/linguistic2/SpellChecker.idl +++ b/offapi/com/sun/star/linguistic2/SpellChecker.idl @@ -48,7 +48,7 @@ module com { module sun { module star { module linguistic2 { published interface XLinguServiceEventBroadcaster; //============================================================================= -/** offers spellchecking functionality. +/** offers spell checking functionality. */ published service SpellChecker { diff --git a/offapi/com/sun/star/linguistic2/SpellFailure.idl b/offapi/com/sun/star/linguistic2/SpellFailure.idl index 544618a27..86e2c78f6 100644 --- a/offapi/com/sun/star/linguistic2/SpellFailure.idl +++ b/offapi/com/sun/star/linguistic2/SpellFailure.idl @@ -33,11 +33,11 @@ module com { module sun { module star { module linguistic2 { //============================================================================= -/** these define the various return types for spellchecking to fail verification. +/** these define the various return types for spell checking to fail verification. <P>A value of this type is part of the <type scope="com::sun::star::linguistic2">XSpellAlternatives</type> - interface which is the return type for an unsuccessfull + interface which is the return type for an unsuccessful spelling attempt.</P> @see <type scope="com::sun::star::linguistic2">XSpellChecker</type> diff --git a/offapi/com/sun/star/linguistic2/XConversionDictionaryList.idl b/offapi/com/sun/star/linguistic2/XConversionDictionaryList.idl index 464b57a3b..28720b286 100644 --- a/offapi/com/sun/star/linguistic2/XConversionDictionaryList.idl +++ b/offapi/com/sun/star/linguistic2/XConversionDictionaryList.idl @@ -147,7 +147,7 @@ published interface XConversionDictionaryList : com::sun::star::uno::XInterface @param aLocale - Locale the conversion is refered to. + Locale the conversion is referred to. @param nConversionDictionaryType specifies the type of conversion the dictionary @@ -193,7 +193,7 @@ published interface XConversionDictionaryList : com::sun::star::uno::XInterface right text from entries should be considered.</p> @param aLocale - Locale the conversion is refered to. + Locale the conversion is referred to. @param nConversionDictionaryType specifies the type of conversion dictionaries to be looked up. It is one of diff --git a/offapi/com/sun/star/linguistic2/XDictionary.idl b/offapi/com/sun/star/linguistic2/XDictionary.idl index 9ab99fbbc..5a7dd07e4 100644 --- a/offapi/com/sun/star/linguistic2/XDictionary.idl +++ b/offapi/com/sun/star/linguistic2/XDictionary.idl @@ -55,16 +55,16 @@ module com { module sun { module star { module linguistic2 { /** This interfaces enables the object to access personal dictionaries. <P>Personal dictionaries are used to supply additional - information for spellchecking and hyphenation (see + information for spell checking and hyphenation (see <type scope="com::sun::star::linguistic2">XDictionaryEntry</type>). Only active dictionaries with an appropriate language are used for that purpose. The entries of an active, positive dictionary are words that are - required to be recognized as correct during the spellchecking + required to be recognized as correct during the spell checking process. Additionally, they will be used for hyphenation. Entries of a negative dictionary are required to be recognized as negative words, for example, words that should not be used, during - spellcheck. An entry in a negative dictionary may supply a + SPELLCHECK. An entry in a negative dictionary may supply a proposal for a word to be used instead of the one being used.</P> @see <type scope="com::sun::star::linguistic2">XDictionaryEvent</type> @@ -144,7 +144,7 @@ published interface XDictionary : com::sun::star::container::XNamed <P>If an entry already exists, the dictionary remains unchanged and <FALSE/> will be returned.</P> - <P>In positive dictionaries only postive entries + <P>In positive dictionaries only positive entries can be made, and in negative ones only negative entries.</P> @param xDicEntry @@ -165,7 +165,7 @@ published interface XDictionary : com::sun::star::container::XNamed <P>If an entry already exists, the dictionary remains unchanged and <FALSE/> will be returned.</P> - <P>In positive dictionaries only postive entries + <P>In positive dictionaries only positive entries can be made, and in negative ones only negative entries.</P> @param aWord diff --git a/offapi/com/sun/star/linguistic2/XDictionaryEntry.idl b/offapi/com/sun/star/linguistic2/XDictionaryEntry.idl index 3f1ef8ab0..9d1058ab3 100644 --- a/offapi/com/sun/star/linguistic2/XDictionaryEntry.idl +++ b/offapi/com/sun/star/linguistic2/XDictionaryEntry.idl @@ -42,19 +42,19 @@ module com { module sun { module star { module linguistic2 { //============================================================================= /** This interfaces gives access to a dictionary entry. - <P>A dictionary entry can supply a word and its hyhenation + <P>A dictionary entry can supply a word and its hyphenation and indicate if it is a negative word. If it is a negative entry it may supply a replacement text to be used instead of the entry word.</P> - <P>Hyphenation positions are represented by an '=' in the word. - If the '=' is the last character of the word this means it should not - be hyphenated. If there is no '=' charcter in the word, hyphenation + <P>Hyphenation positions are represented by an "=" in the word. + If the "=" is the last character of the word this means it should not + be hyphenated. If there is no "=" charter in the word, hyphenation positions will be determined automatically (i.e., from the hyphenator service alone).</P> <P>Entries whose words only differ in hyphenation are considered - to be equal. Also a '.' at the end of the word will make no + to be equal. Also a "." at the end of the word will make no difference.</P> @see <type scope="com::sun::star::linguistic2">XDictionary</type> diff --git a/offapi/com/sun/star/linguistic2/XDictionaryList.idl b/offapi/com/sun/star/linguistic2/XDictionaryList.idl index 9c982fcd4..5e5189e15 100644 --- a/offapi/com/sun/star/linguistic2/XDictionaryList.idl +++ b/offapi/com/sun/star/linguistic2/XDictionaryList.idl @@ -46,7 +46,7 @@ module com { module sun { module star { module linguistic2 { //============================================================================= /** is used to manage and maintain a list of dictionaries. - <P>A dictionary-list may be given to a spellchecker or hyphenator + <P>A dictionary-list may be given to a spell checker or hyphenator service implementation on their creation in order to supply a set of dictionaries and additional information to be used for those purposes.</P> @@ -191,7 +191,7 @@ published interface XDictionaryList : com::sun::star::uno::XInterface <P>There should be one matching endCollectEvents call for every beginCollectEvents call. Usually you will group these around - some code where you do not wish to get notfied of every single + some code where you do not wish to get notified of every single event.</P> @returns diff --git a/offapi/com/sun/star/linguistic2/XHyphenator.idl b/offapi/com/sun/star/linguistic2/XHyphenator.idl index c7f8003a2..bfc7d5aeb 100644 --- a/offapi/com/sun/star/linguistic2/XHyphenator.idl +++ b/offapi/com/sun/star/linguistic2/XHyphenator.idl @@ -28,7 +28,7 @@ #define __com_sun_star_linguistic2_XHyphenator_idl__ -#ifndef __com_sun_star_lang_Localeidl__ +#ifndef __com_sun_star_lang_Locale_idl__ #include <com/sun/star/lang/Locale.idl> #endif @@ -87,7 +87,7 @@ published interface XHyphenator : com::sun::star::linguistic2::XSupportedLocales /** tries to find a valid hyphenation position relative to the beginning of a word. - <P>Note: Some languages, for example arabic, are written from right + <P>Note: Some languages, for example Arabic, are written from right to left.</P> @returns diff --git a/offapi/com/sun/star/linguistic2/XLanguageGuessing.idl b/offapi/com/sun/star/linguistic2/XLanguageGuessing.idl index b8f429847..58a77f743 100644 --- a/offapi/com/sun/star/linguistic2/XLanguageGuessing.idl +++ b/offapi/com/sun/star/linguistic2/XLanguageGuessing.idl @@ -96,8 +96,8 @@ module com { module sun { module star { module linguistic2 { <li>ru : Russian</li> <li>sa : Sanskrit</li> <li>sco : Scots</li> - <li>sh-YU : Serbian (written with latin characters)</li> - <li>sk-SK : Slovak (written with latin characters)</li> + <li>sh-YU : Serbian (written with Latin characters)</li> + <li>sk-SK : Slovak (written with Latin characters)</li> <li>sl : Slovenian</li> <li>sq : Albanian</li> <li>sv : Swedish</li> @@ -128,10 +128,10 @@ interface XLanguageGuessing A word is much less likely guessed correctly compared to a sentence or even a whole paragraph.</p> - <p>Also note that some languages are that 'close' to each other + <p>Also note that some languages are that "close" to each other that it will be quite unlikely to find a difference in them, e.g. English (UK), English (IE) and English (AUS) and - most liklely English (US) as well. And thus the result may + most likely English (US) as well. And thus the result may be arbitrary.</p> @returns diff --git a/offapi/com/sun/star/linguistic2/XLinguServiceEventBroadcaster.idl b/offapi/com/sun/star/linguistic2/XLinguServiceEventBroadcaster.idl index d7af47c71..d065f5659 100644 --- a/offapi/com/sun/star/linguistic2/XLinguServiceEventBroadcaster.idl +++ b/offapi/com/sun/star/linguistic2/XLinguServiceEventBroadcaster.idl @@ -43,14 +43,14 @@ module com { module sun { module star { module linguistic2 { //============================================================================= /** is used to register a listener for LinguServiceEvents. - <P>This interface may be used by spellchecker or hyphenator + <P>This interface may be used by spell checker or hyphenator implementations to allow clients to be registered and informed about <type scope="com::sun::star::linguistic2">LinguServiceEvent</type>s. </P> <P>Note: The LinguServiceManager forwards the <type scope="com::sun::star::linguistic2">LinguServiceEvent</type>s - it receives (from spellcheckers or hyphenators) to its own listeners. + it receives (from spell checkers or hyphenators) to its own listeners. Thus, there should be no need to register as a listener for a specific implementation./P> @@ -66,7 +66,7 @@ published interface XLinguServiceEventBroadcaster : com::sun::star::uno::XInterf <FALSE/> otherwise. @param xLstnr - the listener to be addded. + the listener to be added. */ boolean addLinguServiceEventListener ( [in] com::sun::star::linguistic2::XLinguServiceEventListener xLstnr ); diff --git a/offapi/com/sun/star/linguistic2/XLinguServiceManager.idl b/offapi/com/sun/star/linguistic2/XLinguServiceManager.idl index 2d6bbccb3..236514a26 100644 --- a/offapi/com/sun/star/linguistic2/XLinguServiceManager.idl +++ b/offapi/com/sun/star/linguistic2/XLinguServiceManager.idl @@ -51,7 +51,7 @@ module com { module sun { module star { module linguistic2 { //============================================================================= /** the basic interface to be used to access linguistic functionality. - <P>This interface is used to access spellchecker, hyphenator, and + <P>This interface is used to access spell checker, hyphenator, and thesaurus functionality. Additionally, it can query what implementations of those services are available (for specific languages or in general). @@ -59,9 +59,9 @@ module com { module sun { module star { module linguistic2 { be used for a specific language.</P> <P> - For spellchecking and thesaurus, the order in the list defines the order + For spell checking and thesaurus, the order in the list defines the order of creation/usage of those services. - That is, if the first spellchecker implementation does not recognize + That is, if the first spell checker implementation does not recognize the given word as correct, the second service implementation for that language is created and gets queried. If that one fails, the third one gets created and queried and so on. @@ -82,7 +82,7 @@ published interface XLinguServiceManager : com::sun::star::uno::XInterface /** @returns the <type scope="com::sun::star::linguistic2">XSpellChecker</type> - interface to be used for spellchecking. + interface to be used for spell checking. */ com::sun::star::linguistic2::XSpellChecker getSpellChecker(); @@ -113,7 +113,7 @@ published interface XLinguServiceManager : com::sun::star::uno::XInterface </P> @returns - <TRUE/> if the listener was succesfully added, <FALSE/> otherwise. + <TRUE/> if the listener was successfully added, <FALSE/> otherwise. @param xListener the listener to be added. @@ -125,7 +125,7 @@ published interface XLinguServiceManager : com::sun::star::uno::XInterface /** removes a listener from the list of event listeners. @returns - <TRUE/> if the listener was succesfully removed, <FALSE/> otherwise. + <TRUE/> if the listener was successfully removed, <FALSE/> otherwise. @param xListener the listener to be removed. diff --git a/offapi/com/sun/star/linguistic2/XPossibleHyphens.idl b/offapi/com/sun/star/linguistic2/XPossibleHyphens.idl index ffeb7a934..8a5ab6c03 100644 --- a/offapi/com/sun/star/linguistic2/XPossibleHyphens.idl +++ b/offapi/com/sun/star/linguistic2/XPossibleHyphens.idl @@ -76,7 +76,7 @@ published interface XPossibleHyphens : com::sun::star::uno::XInterface /** @returns a string depicting the word with all hyphen positions - which are represented by '=' characters. + which are represented by "=" characters. If there are any alternative spellings, the word will be altered accordingly. */ diff --git a/offapi/com/sun/star/linguistic2/XProofreader.idl b/offapi/com/sun/star/linguistic2/XProofreader.idl index 3e9b4a330..7489f7ab9 100644 --- a/offapi/com/sun/star/linguistic2/XProofreader.idl +++ b/offapi/com/sun/star/linguistic2/XProofreader.idl @@ -68,7 +68,7 @@ interface XProofreader: com::sun::star::linguistic2::XSupportedLocales { //------------------------------------------------------------------------- - /** whether is the text checked by the spellchecker + /** whether is the text checked by the spell checker @returns true if it is also a spell checker */ diff --git a/offapi/com/sun/star/linguistic2/XProofreadingIterator.idl b/offapi/com/sun/star/linguistic2/XProofreadingIterator.idl index 447dcf946..e63f73c07 100644 --- a/offapi/com/sun/star/linguistic2/XProofreadingIterator.idl +++ b/offapi/com/sun/star/linguistic2/XProofreadingIterator.idl @@ -104,7 +104,7 @@ interface XProofreadingIterator: com::sun::star::uno::XInterface raises( com::sun::star::lang::IllegalArgumentException ); //------------------------------------------------------------------------- - /** clears the list of ignored rules for each prrofreader + /** clears the list of ignored rules for each proofreader */ void resetIgnoreRules(); diff --git a/offapi/com/sun/star/linguistic2/XSearchableDictionaryList.idl b/offapi/com/sun/star/linguistic2/XSearchableDictionaryList.idl index 110760e99..70a1660a3 100644 --- a/offapi/com/sun/star/linguistic2/XSearchableDictionaryList.idl +++ b/offapi/com/sun/star/linguistic2/XSearchableDictionaryList.idl @@ -51,7 +51,7 @@ module com { module sun { module star { module linguistic2 { <P> Only active dictionaries of a suitable language will be searched for the entry. The language is suitable if it is the same as the dictionary's language or - the dictionary may hold entries of all langauges. + the dictionary may hold entries of all languages. <P> @see <type scope="com::sun::star::linguistic2">XDictionaryList</type> @@ -75,7 +75,7 @@ published interface XSearchableDictionaryList : com::sun::star::linguistic2::XDi <FALSE/> if only negative dictionaries should be searched. @param bSpellEntry - <TRUE/> if entries for purposes of spellchecking are required. + <TRUE/> if entries for purposes of spell checking are required. <FALSE/> if only entries for hyphenation purposes are required. */ com::sun::star::linguistic2::XDictionaryEntry queryDictionaryEntry( diff --git a/offapi/com/sun/star/linguistic2/XSetSpellAlternatives.idl b/offapi/com/sun/star/linguistic2/XSetSpellAlternatives.idl index 005b73dbf..9e5e08530 100644 --- a/offapi/com/sun/star/linguistic2/XSetSpellAlternatives.idl +++ b/offapi/com/sun/star/linguistic2/XSetSpellAlternatives.idl @@ -60,7 +60,7 @@ interface XSetSpellAlternatives : com::sun::star::uno::XInterface /** set the type of error found. - @see <tyoe scope="com::sun::star::linguistic2">SpellFailure</type> + @see <type scope="com::sun::star::linguistic2">SpellFailure</type> @since OOo 3.0.1 */ void setFailureType( [in] short nFailureType ); diff --git a/offapi/com/sun/star/linguistic2/XSpellAlternatives.idl b/offapi/com/sun/star/linguistic2/XSpellAlternatives.idl index c83184545..933891d6a 100644 --- a/offapi/com/sun/star/linguistic2/XSpellAlternatives.idl +++ b/offapi/com/sun/star/linguistic2/XSpellAlternatives.idl @@ -41,16 +41,16 @@ module com { module sun { module star { module linguistic2 { //============================================================================= /** Gives access to the results of failed - spellchecking attempts and may provide spelling alternatives. + spell checking attempts and may provide spelling alternatives. <P>This is used by the <member scope="com::sun::star::linguistic2">XSpellChecker::spell</member> function when the word was not found to be correct. Suggestions for other words to be used may be provided along with - a failure-type that may specifiy why the word was not correct. + a failure-type that may specify why the word was not correct. </P> - @see <tyoe scope="com::sun::star::linguistic2">SpellFailure</type> + @see <type scope="com::sun::star::linguistic2">SpellFailure</type> */ published interface XSpellAlternatives : com::sun::star::uno::XInterface { @@ -71,9 +71,9 @@ published interface XSpellAlternatives : com::sun::star::uno::XInterface //------------------------------------------------------------------------- /** @returns - the type (reason) for spellchecking to have failed verification. + the type (reason) for spell checking to have failed verification. - @see <tyoe scope="com::sun::star::linguistic2">SpellFailure</type> + @see <type scope="com::sun::star::linguistic2">SpellFailure</type> */ short getFailureType(); diff --git a/offapi/com/sun/star/linguistic2/XSpellChecker.idl b/offapi/com/sun/star/linguistic2/XSpellChecker.idl index b5596f0bd..d5954789e 100644 --- a/offapi/com/sun/star/linguistic2/XSpellChecker.idl +++ b/offapi/com/sun/star/linguistic2/XSpellChecker.idl @@ -53,7 +53,7 @@ module com { module sun { module star { module linguistic2 { //============================================================================= -/** This interface allows for spellchecking. +/** This interface allows for spell checking. <P>It is possible to simply check if a word, in a specified language, is correct or additionally, if it was misspelled, some proposals |