From 84509d6bd158dea0e9b103e8ce32be1f07a4b452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aurimas=20Fi=C5=A1eras?= Date: Mon, 1 Nov 2010 11:04:38 +0200 Subject: Fix some typos in documentation --- .../star/configuration/AdministrationProvider.idl | 4 +- .../star/configuration/ConfigurationProvider.idl | 2 +- .../star/configuration/ConfigurationRegistry.idl | 2 +- .../configuration/ConfigurationUpdateAccess.idl | 2 +- .../com/sun/star/configuration/HierarchyAccess.idl | 2 +- .../com/sun/star/configuration/backend/Backend.idl | 2 +- .../backend/LdapMultiLayerStratum.idl | 2 +- .../configuration/backend/LdapSingleBackend.idl | 2 +- .../configuration/backend/LdapSingleStratum.idl | 2 +- .../configuration/backend/MergeRecoveryRequest.idl | 4 +- .../star/configuration/backend/OfflineBackend.idl | 10 ++++---- .../com/sun/star/configuration/backend/Schema.idl | 2 +- .../star/configuration/backend/SingleBackend.idl | 2 +- .../configuration/backend/SystemIntegration.idl | 2 +- .../backend/XBackendChangesNotifier.idl | 2 +- .../star/configuration/backend/XLayerHandler.idl | 12 +++++----- .../star/configuration/backend/XSchemaHandler.idl | 2 +- .../star/configuration/backend/XUpdateHandler.idl | 24 ++++++++++---------- .../star/configuration/backend/xml/LayerParser.idl | 6 ++-- .../star/configuration/backend/xml/LayerWriter.idl | 4 +- .../configuration/backend/xml/SchemaParser.idl | 6 ++-- .../configuration/bootstrap/BootstrapContext.idl | 2 +- 22 files changed, 49 insertions(+), 49 deletions(-) diff --git a/offapi/com/sun/star/configuration/AdministrationProvider.idl b/offapi/com/sun/star/configuration/AdministrationProvider.idl index 5cbc2bc..2ac639e 100644 --- a/offapi/com/sun/star/configuration/AdministrationProvider.idl +++ b/offapi/com/sun/star/configuration/AdministrationProvider.idl @@ -149,8 +149,8 @@ published service AdministrationProvider the locale set up for the user. But this service by default gets data for all locales for which data is present. Locale-dependent values in this case are replaced by a SetAccess using the language names as accessors. - This also allows targetted setting of values for selected locales. - This behavior can be requested explicitly by specifing a special argument + This also allows targeted setting of values for selected locales. + This behavior can be requested explicitly by specifying a special argument value locale = "*".

diff --git a/offapi/com/sun/star/configuration/ConfigurationProvider.idl b/offapi/com/sun/star/configuration/ConfigurationProvider.idl index b1b5e79..c74016d 100644 --- a/offapi/com/sun/star/configuration/ConfigurationProvider.idl +++ b/offapi/com/sun/star/configuration/ConfigurationProvider.idl @@ -109,7 +109,7 @@ published service ConfigurationProvider accept a single argument named nodepath of type string. This argument must contain the absolute path to an element of the configuration. The view that is selected consists of the named element and - all its decendants. + all its descendants.

Other arguments can be used to control the behavior of the view. These diff --git a/offapi/com/sun/star/configuration/ConfigurationRegistry.idl b/offapi/com/sun/star/configuration/ConfigurationRegistry.idl index 63deac4..033a3d1 100644 --- a/offapi/com/sun/star/configuration/ConfigurationRegistry.idl +++ b/offapi/com/sun/star/configuration/ConfigurationRegistry.idl @@ -86,7 +86,7 @@ published service ConfigurationRegistry /** is used to commit changes to the configuration.

As specified for the ConfigurationUpdateAccess - service, all changes made to an configuration subtree have to be commited + service, all changes made to an configuration subtree have to be committed before they become persistent. To do this for a configuration accessed as a registry, call XFlushable::flush. diff --git a/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl b/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl index cbba3ed..27e9d09 100644 --- a/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl +++ b/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl @@ -76,7 +76,7 @@ module com { module sun { module star { module configuration { The root element of a modifiable tree provides extended functionality to control processing of changes for the entire tree (fragment) by supporting XChangesBatch. - For elements of a set or a group no additinal + For elements of a set or a group no additional interfaces are supported. diff --git a/offapi/com/sun/star/configuration/HierarchyAccess.idl b/offapi/com/sun/star/configuration/HierarchyAccess.idl index 675c2ad..d38b194 100644 --- a/offapi/com/sun/star/configuration/HierarchyAccess.idl +++ b/offapi/com/sun/star/configuration/HierarchyAccess.idl @@ -111,7 +111,7 @@ published service HierarchyAccess any other interfaces that allow access to or manipulation of subnodes selected by name or hierarchical name.

-

If an inexact name could be matched to either a simple or a hierachical +

If an inexact name could be matched to either a simple or a hierarchical name, the simple (immediate child) name is preferred.

*/ diff --git a/offapi/com/sun/star/configuration/backend/Backend.idl b/offapi/com/sun/star/configuration/backend/Backend.idl index 6a5a421..38c28c2 100644 --- a/offapi/com/sun/star/configuration/backend/Backend.idl +++ b/offapi/com/sun/star/configuration/backend/Backend.idl @@ -57,7 +57,7 @@ module com { module sun { module star { module configuration { module backend { A component contains configuration data for a particular application domain or software module.

-

Entities are organised hierarchically in organisations, +

Entities are organized hierarchically in organizations, groups, roles and individual users. Each element of the associated hierarchy corresponds to a layer that applies to an entity.

diff --git a/offapi/com/sun/star/configuration/backend/LdapMultiLayerStratum.idl b/offapi/com/sun/star/configuration/backend/LdapMultiLayerStratum.idl index 321c9f8..2b0c356 100644 --- a/offapi/com/sun/star/configuration/backend/LdapMultiLayerStratum.idl +++ b/offapi/com/sun/star/configuration/backend/LdapMultiLayerStratum.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module configuration { module backend { /** implements MultiLayerStratum that - provides access to a multiple layers of configuration data from ldap source + provides access to a multiple layers of configuration data from LDAP source */ service LdapMultiLayerStratum { diff --git a/offapi/com/sun/star/configuration/backend/LdapSingleBackend.idl b/offapi/com/sun/star/configuration/backend/LdapSingleBackend.idl index c0a1e19..4539191 100644 --- a/offapi/com/sun/star/configuration/backend/LdapSingleBackend.idl +++ b/offapi/com/sun/star/configuration/backend/LdapSingleBackend.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module configuration { module backend { /** implements SingleBackend that stores data in an - LDAP directoy. + LDAP directroy. @since OOo 1.1.2 */ diff --git a/offapi/com/sun/star/configuration/backend/LdapSingleStratum.idl b/offapi/com/sun/star/configuration/backend/LdapSingleStratum.idl index e070fde..f2f823e 100644 --- a/offapi/com/sun/star/configuration/backend/LdapSingleStratum.idl +++ b/offapi/com/sun/star/configuration/backend/LdapSingleStratum.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module configuration { module backend { /** implements SingleLayerStratum that - provides access to a single layer of configuration data from ldap source + provides access to a single layer of configuration data from LDAP source */ service LdapSingleStratum { diff --git a/offapi/com/sun/star/configuration/backend/MergeRecoveryRequest.idl b/offapi/com/sun/star/configuration/backend/MergeRecoveryRequest.idl index ef0f48f..0b1fd51 100644 --- a/offapi/com/sun/star/configuration/backend/MergeRecoveryRequest.idl +++ b/offapi/com/sun/star/configuration/backend/MergeRecoveryRequest.idl @@ -71,9 +71,9 @@ exception MergeRecoveryRequest: ::com::sun::star::uno::Exception string ErrorLayerId; /** - specifies whether the requestor wants to remove or skip the invalid layer. + specifies whether the requester wants to remove or skip the invalid layer. -

If the requestor wants to remove the underlying data of +

If the requester wants to remove the underlying data of the layer.
If the request is to skip the underlying data this time, but without removing it. diff --git a/offapi/com/sun/star/configuration/backend/OfflineBackend.idl b/offapi/com/sun/star/configuration/backend/OfflineBackend.idl index 219ee23..54be9bb 100644 --- a/offapi/com/sun/star/configuration/backend/OfflineBackend.idl +++ b/offapi/com/sun/star/configuration/backend/OfflineBackend.idl @@ -52,16 +52,16 @@ published service OfflineBackend /** provides access to configuration data from a SingleBackend. -

If no backend is provided during initalization or if the context - contains an Offline flag that is , then offline mode - is activated. This may fail, if the offline cache has not been filled +

If no backend is provided during initialization or if the context + contains an Offline flag that is , then off-line mode + is activated. This may fail, if the off-line cache has not been filled during a previous execution.

Less entities may be available from XBackendEntities, - when operating in offline mode than when operating with an online + when operating in off-line mode than when operating with an on-line SingleBackend.

-

If offline mode is not invoked, the implementation behaves +

If off-line mode is not invoked, the implementation behaves like any other BackendAdapter.

diff --git a/offapi/com/sun/star/configuration/backend/Schema.idl b/offapi/com/sun/star/configuration/backend/Schema.idl index 55347bf..d0bddbd 100644 --- a/offapi/com/sun/star/configuration/backend/Schema.idl +++ b/offapi/com/sun/star/configuration/backend/Schema.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module configuration { module backend { /** provides read only access to a configuration component schema. -

A component is a set of hierarchically organised and semantically +

A component is a set of hierarchically organized and semantically related configuration settings, e.g StarWriter settings.

A component schema contains two separate sections, one which diff --git a/offapi/com/sun/star/configuration/backend/SingleBackend.idl b/offapi/com/sun/star/configuration/backend/SingleBackend.idl index 0b6b19b..4ef98f4 100644 --- a/offapi/com/sun/star/configuration/backend/SingleBackend.idl +++ b/offapi/com/sun/star/configuration/backend/SingleBackend.idl @@ -58,7 +58,7 @@ module com { module sun { module star { module configuration { module backend { A component contains configuration data for a particular application domain or software module.

-

Entities are organised hierarchically in organisations, +

Entities are organized hierarchically in organizations, groups, roles and individual users. Each element of the associated hierarchy corresponds to a layer that applies to an entity.

diff --git a/offapi/com/sun/star/configuration/backend/SystemIntegration.idl b/offapi/com/sun/star/configuration/backend/SystemIntegration.idl index 1154bd4..9dac672 100644 --- a/offapi/com/sun/star/configuration/backend/SystemIntegration.idl +++ b/offapi/com/sun/star/configuration/backend/SystemIntegration.idl @@ -56,7 +56,7 @@ service SystemIntegration /** allows initialization of backend data sources -

no parameters need to be passed as backends are initialised +

no parameters need to be passed as backends are initialized using the service registration database 'services.rdb'.

diff --git a/offapi/com/sun/star/configuration/backend/XBackendChangesNotifier.idl b/offapi/com/sun/star/configuration/backend/XBackendChangesNotifier.idl index 82d3698..3a87a53 100644 --- a/offapi/com/sun/star/configuration/backend/XBackendChangesNotifier.idl +++ b/offapi/com/sun/star/configuration/backend/XBackendChangesNotifier.idl @@ -48,7 +48,7 @@ module com { module sun { module star { module configuration { module backen interface XBackendChangesNotifier: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- - /** adds the specified listener to receive events when changes occured. + /** adds the specified listener to receive events when changes occurred. @param aListener specifies the listener object. diff --git a/offapi/com/sun/star/configuration/backend/XLayerHandler.idl b/offapi/com/sun/star/configuration/backend/XLayerHandler.idl index c2579b2..aa7eb0a 100644 --- a/offapi/com/sun/star/configuration/backend/XLayerHandler.idl +++ b/offapi/com/sun/star/configuration/backend/XLayerHandler.idl @@ -150,7 +150,7 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface /** receives notification that a new item is started.

The current node must be a set and - a preexisting item (if any) must be removeable. + a preexisting item (if any) must be removable.

The new item will be created from the default template of the set. @@ -178,7 +178,7 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface

  • if there isn't a set node in progress currently
  • if there already was a change to a node of that name
  • if the template for the new node is not found
  • -
  • if an item of that name on a lower layer is not removeable
  • +
  • if an item of that name on a lower layer is not removable
  • if the name is not a valid item name
  • if the attributes are not valid for the node
  • @@ -199,7 +199,7 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface is started.

    The current node must be a set and - a preexisting item (if any) must be removeable. + a preexisting item (if any) must be removable.

    Subsequent calls describe the difference from the template of properties and members or items of the node until @@ -228,7 +228,7 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface

  • if there already was a change to a node of that name
  • if the template for the new node is not found
  • if the template is not a valid item type for the containing set
  • -
  • if an item of that name on a lower layer is not removeable
  • +
  • if an item of that name on a lower layer is not removable
  • if the name is not a valid item name
  • if the attributes are not valid for the node
  • @@ -272,7 +272,7 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface /** receives notification that a node is dropped from a set.

    The current node must be a set and - the item must be removeable. + the item must be removable.

    @param aName @@ -283,7 +283,7 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface
  • if there isn't a set node in progress currently
  • if there already was a change to a node of that name
  • if there is no item with that name
  • -
  • if the item is not removeable
  • +
  • if the item is not removable
  • if the name is not a valid node name
  • Not every implementation can detect each condition

    diff --git a/offapi/com/sun/star/configuration/backend/XSchemaHandler.idl b/offapi/com/sun/star/configuration/backend/XSchemaHandler.idl index 8112541..8678824 100644 --- a/offapi/com/sun/star/configuration/backend/XSchemaHandler.idl +++ b/offapi/com/sun/star/configuration/backend/XSchemaHandler.idl @@ -59,7 +59,7 @@ published interface XSchemaHandler: ::com::sun::star::uno::XInterface /** receives notification that a schema description is started. -

    The schema descrption may comprise components templates or both. +

    The schema description may comprise components templates or both.

    @throws com::sun::star::configuration::backend::MalformedDataException diff --git a/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl b/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl index f7b7a01..31aa9d4 100644 --- a/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl +++ b/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl @@ -169,7 +169,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface /** receives notification that a node is started as a new item.

    The current node must be a set and - a preexisting item (if any) must be removeable. + a preexisting item (if any) must be removable.

    The new item will be created from the default template of the set. @@ -196,7 +196,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface

  • if there isn't a set node in progress currently
  • if there already was a change to an item of that name
  • if the template for the new node is not found
  • -
  • if an item of that name exists and is not removeable
  • +
  • if an item of that name exists and is not removable
  • if the name is not a valid item name
  • if the attributes are not valid for the node
  • @@ -217,7 +217,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface based on a particular template.

    The current node must be a set and - a preexisting item (if any) must be removeable. + a preexisting item (if any) must be removable.

    Subsequent calls describe the difference from the template of properties or members of the node until a matching call @@ -244,7 +244,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface

  • if there isn't a set node in progress currently
  • if there already was a change to an item of that name
  • if the template for the new node is not found
  • -
  • if an item of that name exists and is not removeable
  • +
  • if an item of that name exists and is not removable
  • if the name is not a valid item name
  • if the template is not a valid item type for the containing set
  • if the attributes are not valid for the node
  • @@ -289,7 +289,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface /** receives notification that an item is to be dropped from a set.

    The current node must be a set and - the item must be removeable. + the item must be removable.

    @param aName @@ -300,7 +300,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface
  • if there isn't a set node in progress currently
  • if there already was a change to a node of that name
  • if there is no item with that name
  • -
  • if the item is not removeable
  • +
  • if the item is not removable
  • if the name is not a valid node name
  • Not every implementation can detect each condition

    @@ -538,7 +538,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface

    The current node must be extensible and a preexisting property (if any) must be - removeable in this layer. + removable in this layer.

    @param aName @@ -564,7 +564,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface