diff options
author | Pedro Giffuni <pfg@apache.org> | 2014-04-29 19:25:03 +0000 |
---|---|---|
committer | Pedro Giffuni <pfg@apache.org> | 2014-04-29 19:25:03 +0000 |
commit | 28206a7cb43aff5adb10f8235ad1680c3941ee3e (patch) | |
tree | 89886aa22af7483120081efc38a138d737651703 /udkapi | |
parent | c3f20ae9a447f50517fe545a53de91d412c3337c (diff) |
Many spelling fixes: directories r* - z*.
Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame the international nature of the code but
it is somewhat shameful that this wasn't done before.
Notes
Notes:
merged as: 820a29950b3085a713026995fdc43e32b6ded5f7
Diffstat (limited to 'udkapi')
24 files changed, 31 insertions, 31 deletions
diff --git a/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl b/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl index 376c0ac12d2c..a3891f397400 100644 --- a/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl +++ b/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl @@ -70,7 +70,7 @@ module com { module sun { module star { module beans { used to access the elements of the hierarchy, are formed. </p> - <p> Commonly a notation similar to filesystem pathes + <p> Commonly a notation similar to filesystem paths (separated by '/' slashes) or nested module names (separated by dots '.' or '::') is used. </p> diff --git a/udkapi/com/sun/star/beans/XMultiPropertySet.idl b/udkapi/com/sun/star/beans/XMultiPropertySet.idl index 22aab6eaeed4..1651ffd97c65 100644 --- a/udkapi/com/sun/star/beans/XMultiPropertySet.idl +++ b/udkapi/com/sun/star/beans/XMultiPropertySet.idl @@ -77,7 +77,7 @@ published interface XMultiPropertySet: com::sun::star::uno::XInterface <p>The values of the properties must change before the bound events are fired. The values of the constrained properties should change after the vetoable events are fired and only if no - exception occured. Unknown properties are ignored. </p> + exception occurred. Unknown properties are ignored. </p> @param aPropertyNames specifies the names of the properties. All names must be unique. diff --git a/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl b/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl index 38d3ed157bcd..ad94397e8644 100644 --- a/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl +++ b/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl @@ -48,7 +48,7 @@ published interface XPropertiesChangeListener: com::sun::star::lang::XEventListe @param aEvent contains a sequence of <type>PropertyChangeEvent</type> objects - which describe the event source and the properites wich have + which describe the event source and the properites which have changed. */ void propertiesChange( [in] sequence<com::sun::star::beans::PropertyChangeEvent> aEvent ); diff --git a/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl b/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl index e87a84e1c46a..3a41b408a739 100644 --- a/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl +++ b/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl @@ -85,7 +85,7 @@ published interface XTolerantMultiPropertySet : com::sun::star::uno::XInterface the property name with its value. @returns - An empty sequence if all properties are successfull set. + An empty sequence if all properties are successful set. Otherwise for every property value that could not successfully be set an entry of the diff --git a/udkapi/com/sun/star/connection/XAcceptor.idl b/udkapi/com/sun/star/connection/XAcceptor.idl index fabda41321f7..eda6e4eb9fcd 100644 --- a/udkapi/com/sun/star/connection/XAcceptor.idl +++ b/udkapi/com/sun/star/connection/XAcceptor.idl @@ -47,7 +47,7 @@ published interface XAcceptor: com::sun::star::uno::XInterface @param sConnectionDescription contains the kind of the connection plus a - comma seperated list of attributes, + comma separated list of attributes, e.g., <em>socket,host=localhost,port=2345</em> for a tcpip connection. @return null reference, diff --git a/udkapi/com/sun/star/connection/XConnector.idl b/udkapi/com/sun/star/connection/XConnector.idl index 6736a2bd83b0..c0d382b89e50 100644 --- a/udkapi/com/sun/star/connection/XConnector.idl +++ b/udkapi/com/sun/star/connection/XConnector.idl @@ -46,7 +46,7 @@ published interface XConnector: com::sun::star::uno::XInterface @param sConnectionDescription contains the kind of the connection plus a - comma seperated list of attributes, + comma separated list of attributes, e.g., <em>socket,host=locahost,port=2345</em> for a tcpip connection. @throws ConnectionSetupException diff --git a/udkapi/com/sun/star/container/XContainerQuery.idl b/udkapi/com/sun/star/container/XContainerQuery.idl index 1166842c7eb9..2e31c84205b9 100644 --- a/udkapi/com/sun/star/container/XContainerQuery.idl +++ b/udkapi/com/sun/star/container/XContainerQuery.idl @@ -54,7 +54,7 @@ published interface XContainerQuery: com::sun::star::uno::XInterface <p> Items of this sub set must match used query string. Format of query depends - from real implementation. Using of "param=value" pairs isn't neccessary. + from real implementation. Using of "param=value" pairs isn't necessary. So it's possible to combine different parameters as one simple command string. <p> @@ -62,7 +62,7 @@ published interface XContainerQuery: com::sun::star::uno::XInterface @param Query items of sub set must match to this query<br> example:<br> (1)<br> - query as parameter sequence to return all elements wich match + query as parameter sequence to return all elements which match the name pattern and supports a special feature; sort it ascending<br> "name=*myname_??_;sort=ascending;feature=VISIBLE"<br> (2)<br> @@ -86,7 +86,7 @@ published interface XContainerQuery: com::sun::star::uno::XInterface @param Properties items of sub set must support given properties as minimum<br> example:<br> (supported)<br> - search for items wich match the name pattern and supports the VISIBLE feature<br> + search for items which match the name pattern and supports the VISIBLE feature<br> Parameters[0].Name = "name"<br> Parameters[0].Value = "*myname_??_"<br> Parameters[1].Name = "feature"<br> diff --git a/udkapi/com/sun/star/io/ObjectOutputStream.idl b/udkapi/com/sun/star/io/ObjectOutputStream.idl index 078368764744..cc3f26a840ba 100644 --- a/udkapi/com/sun/star/io/ObjectOutputStream.idl +++ b/udkapi/com/sun/star/io/ObjectOutputStream.idl @@ -46,7 +46,7 @@ module com { module sun { module star { module io { /** is a stream which allows writing the data of persistent objects. <p>Implementations of this service must fulfill the specifications of the - <type>DataOutputStream</type> service; futhermore, the stream needs to be chained to a + <type>DataOutputStream</type> service; furthermore, the stream needs to be chained to a <type>XMarkableStream</type>. Therefore, it also provides the <type>XMarkableStream</type> interface, but it delegates the calls to the chained object. The written objects are held until this instance is destroyed. @@ -60,7 +60,7 @@ module com { module sun { module star { module io { Object ObjectData // the data of the object </pre> - @garantees + @guarantees <ul> <li>-thread safe </li> <li>-allow buffer size is 2 ^ 31 -1 </li> diff --git a/udkapi/com/sun/star/io/XMarkableStream.idl b/udkapi/com/sun/star/io/XMarkableStream.idl index 02d3f51eb92f..f8637dd5d4fa 100644 --- a/udkapi/com/sun/star/io/XMarkableStream.idl +++ b/udkapi/com/sun/star/io/XMarkableStream.idl @@ -50,7 +50,7 @@ published interface XMarkableStream: com::sun::star::uno::XInterface //------------------------------------------------------------------------- // DocMerge from xml: method com::sun::star::io::XMarkableStream::createMark - /** creates a mark of the current postion and returns an identifier to it. + /** creates a mark of the current position and returns an identifier to it. */ long createMark() raises( com::sun::star::io::IOException ); diff --git a/udkapi/com/sun/star/io/XTextInputStream.idl b/udkapi/com/sun/star/io/XTextInputStream.idl index 71197669037b..50295152e484 100644 --- a/udkapi/com/sun/star/io/XTextInputStream.idl +++ b/udkapi/com/sun/star/io/XTextInputStream.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module io { //============================================================================= /** Interface to read strings from a stream. - <p>This interfaces allows to read strings seperated by + <p>This interfaces allows to read strings separated by delimiters and to read lines. The character encoding to be used can be set by <member>setEncoding()</member>. Default encoding is "utf8".</p> diff --git a/udkapi/com/sun/star/io/XTextOutputStream.idl b/udkapi/com/sun/star/io/XTextOutputStream.idl index 6dd5ba9bc09b..528c90e18b76 100644 --- a/udkapi/com/sun/star/io/XTextOutputStream.idl +++ b/udkapi/com/sun/star/io/XTextOutputStream.idl @@ -50,7 +50,7 @@ published interface XTextOutputStream: com::sun::star::io::XOutputStream /** writes a string to the stream using the encoding defined by <member>setEncoding</member>. - <p>Line breaks or delimiters that may be neccessary + <p>Line breaks or delimiters that may be necessary to support <member>XTextInputStream::readLine</member> and <member>XTextInputStream::readString</member> have to be added manually to the parameter string.</p> diff --git a/udkapi/com/sun/star/lang/XUnoTunnel.idl b/udkapi/com/sun/star/lang/XUnoTunnel.idl index b9440d481879..217cdcfaac59 100644 --- a/udkapi/com/sun/star/lang/XUnoTunnel.idl +++ b/udkapi/com/sun/star/lang/XUnoTunnel.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module lang { something else, which is not specified by UNO-IDL. @attention - Restrictive useage. Use only, if there is no better possibility left. + Restrictive usage. Use only, if there is no better possibility left. It is definitely a hack. <p> diff --git a/udkapi/com/sun/star/reflection/CoreReflection.idl b/udkapi/com/sun/star/reflection/CoreReflection.idl index 3a444e5b933b..cec553be09cd 100644 --- a/udkapi/com/sun/star/reflection/CoreReflection.idl +++ b/udkapi/com/sun/star/reflection/CoreReflection.idl @@ -53,7 +53,7 @@ published service CoreReflection [optional] interface com::sun::star::lang::XComponent; }; -/** Accessable singleton to CoreReflection instance. +/** Accessible singleton to CoreReflection instance. singleton theCoreReflection { service CoreReflection; diff --git a/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl b/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl index f895b1d2cdf6..1abb910b7344 100644 --- a/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl +++ b/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl @@ -55,7 +55,7 @@ <type scope="com::sun::star::reflection">TypeDescriptionProvider</type>s and may cache type descriptions.<br> Using cppuhelper's bootstrapping routines bootstrapping an initial - component context, there is a singleton accessable via key + component context, there is a singleton accessible via key "/singletons/com.sun.star.reflection.theTypeDescriptionManager". This singleton object is hooked into the C UNO runtime typelib and lives until the context is shut down.<br> diff --git a/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl b/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl index 1ffe33b8deb0..49d20159393d 100644 --- a/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl +++ b/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl @@ -65,7 +65,7 @@ published interface XTypeDescriptionEnumerationAccess : com::sun::star::uno::XIn for the search within the underlying type description tree. @param moduleName - contains the name of an UNOIDL module. Modules are seperated by a + contains the name of an UNOIDL module. Modules are separated by a single '.' (i.e., "com.sun.star.reflection"). The root of the module hierarchy is specified with an empty string. Module names are always absolute, never relative. @@ -92,7 +92,7 @@ published interface XTypeDescriptionEnumerationAccess : com::sun::star::uno::XIn @param depth specifies the depth of search in the underlying tree of type - descriptions. Clients should be aware of the fact that specifiying + descriptions. Clients should be aware of the fact that specifying <member>TypeDescriptionSearchDepth::INFINITE</member> can lead to larger delays when constructing or using the <type>XTypeDescriptionEnumeration</type> instance. diff --git a/udkapi/com/sun/star/registry/DefaultRegistry.idl b/udkapi/com/sun/star/registry/DefaultRegistry.idl index e0edc79ce6c0..ce8bbeb6de96 100644 --- a/udkapi/com/sun/star/registry/DefaultRegistry.idl +++ b/udkapi/com/sun/star/registry/DefaultRegistry.idl @@ -73,7 +73,7 @@ <dl> <dt> <b>openKey</b> </dt> - <dd> returns a virtual key which is specified in the local or the sytem + <dd> returns a virtual key which is specified in the local or the system registry. </dd> <dt> <b>deleteKey</b> diff --git a/udkapi/com/sun/star/script/ContextInformation.idl b/udkapi/com/sun/star/script/ContextInformation.idl index e1db60a0e438..82be2fbd9cca 100644 --- a/udkapi/com/sun/star/script/ContextInformation.idl +++ b/udkapi/com/sun/star/script/ContextInformation.idl @@ -35,8 +35,8 @@ */ published struct ContextInformation { - /** Full qualified name to adress the module or function associated with the context. - If the module or function can't be adressed by name, e.g., in case that a runtime + /** Full qualified name to address the module or function associated with the context. + If the module or function can't be addressed by name, e.g., in case that a runtime generated eval-module is executed, this string is empty */ string Name; diff --git a/udkapi/com/sun/star/script/Converter.idl b/udkapi/com/sun/star/script/Converter.idl index a995957c833c..f093caaad32b 100644 --- a/udkapi/com/sun/star/script/Converter.idl +++ b/udkapi/com/sun/star/script/Converter.idl @@ -73,7 +73,7 @@ <li>10: only converts if it is the same enumeration type.</li> <li>11: only converts if the string contains the name of an enumeration type value. Normally you need core reflection information of the enum type.</li> - <li>12: only converts if the value of the string is "1", "true" or "0", "false". The comparision + <li>12: only converts if the value of the string is "1", "true" or "0", "false". The comparison is case insensitive.</li> <li>13: only converts if the length of the string is 1 or 0.</li> <li>14: only converts if the types are equal or the source type is derived from the destination diff --git a/udkapi/com/sun/star/script/XInvocation2.idl b/udkapi/com/sun/star/script/XInvocation2.idl index 8153f9bb0c82..2605afe86cf2 100644 --- a/udkapi/com/sun/star/script/XInvocation2.idl +++ b/udkapi/com/sun/star/script/XInvocation2.idl @@ -39,17 +39,17 @@ /** Extension of XInvocation to provide additional information - about the methods and properties that are accessable via + about the methods and properties that are accessible via XInvocation. </p> */ published interface XInvocation2: com::sun::star::script::XInvocation { - /** returns the names of all methods and properties accessable via XInvocation. + /** returns the names of all methods and properties accessible via XInvocation. */ sequence< string > getMemberNames(); - /** returns information items for all methods and properties accessable via XInvocation. + /** returns information items for all methods and properties accessible via XInvocation. @see com::sun::star::script::Invocation */ diff --git a/udkapi/com/sun/star/script/XLibraryAccess.idl b/udkapi/com/sun/star/script/XLibraryAccess.idl index f4a7be507d81..912859cb20fd 100644 --- a/udkapi/com/sun/star/script/XLibraryAccess.idl +++ b/udkapi/com/sun/star/script/XLibraryAccess.idl @@ -47,7 +47,7 @@ published interface XLibraryAccess: com::sun::star::uno::XInterface otherwise it returns <FALSE/>. @param aFunctionName - the fully qualified name of a funtion. + the fully qualified name of a function. (e.g., "UtilLibrary.ModuleDate.FunctionCurrentDate") */ boolean isFunction( [in] string aFunctionName ); diff --git a/udkapi/com/sun/star/script/XStarBasicLibraryInfo.idl b/udkapi/com/sun/star/script/XStarBasicLibraryInfo.idl index ba2ed79dee74..6dcb9355621c 100644 --- a/udkapi/com/sun/star/script/XStarBasicLibraryInfo.idl +++ b/udkapi/com/sun/star/script/XStarBasicLibraryInfo.idl @@ -76,7 +76,7 @@ published interface XStarBasicLibraryInfo: com::sun::star::uno::XInterface //------------------------------------------------------------------------- /** returns an URL describing the location where the library is stored if the library - is stored seperately (for example not in the main XML file but in a + is stored separately (for example not in the main XML file but in a special library format file), an empty string otherwise. This information can be useful to optimize the access to the library, e.g., for loading on demand. diff --git a/udkapi/com/sun/star/test/XSimpleTest.idl b/udkapi/com/sun/star/test/XSimpleTest.idl index b5233034860e..fd8cd9d0ebad 100644 --- a/udkapi/com/sun/star/test/XSimpleTest.idl +++ b/udkapi/com/sun/star/test/XSimpleTest.idl @@ -91,7 +91,7 @@ published interface XSimpleTest: com::sun::star::uno::XInterface //------------------------------------------------------------------------- /**States if one of the last test has failed. This is cumulative. - @return true if all test have been passed succesfully. false if an error has occured. + @return true if all test have been passed successfully. false if an error has occurred. */ boolean testPassed(); diff --git a/udkapi/com/sun/star/uri/UriReferenceFactory.idl b/udkapi/com/sun/star/uri/UriReferenceFactory.idl index 8cf13f175baf..d1f82fbdc346 100644 --- a/udkapi/com/sun/star/uri/UriReferenceFactory.idl +++ b/udkapi/com/sun/star/uri/UriReferenceFactory.idl @@ -44,7 +44,7 @@ published interface XUriReferenceFactory; <type scope="com::sun::star::uri">XUriReference</type>.</p> <p>Locating a scheme-specific parser works as follows: A scheme consists of - Latin captial letters + Latin capital letters “<code>A</code>”–“<code>Z</code>”, Latin small letters “<code>a</code>”–“<code>z</code>”, digits “<code>0</code>”–“<code>9</code>”, diff --git a/udkapi/com/sun/star/uri/XUriReferenceFactory.idl b/udkapi/com/sun/star/uri/XUriReferenceFactory.idl index a9796325ef56..f1e91987c6bd 100644 --- a/udkapi/com/sun/star/uri/XUriReferenceFactory.idl +++ b/udkapi/com/sun/star/uri/XUriReferenceFactory.idl @@ -95,7 +95,7 @@ published interface XUriReferenceFactory: com::sun::star::uno::XInterface { [in] RelativeUriExcessParentSegments excessParentSegments); /** - changes an absolute URI refrence to relative form. + changes an absolute URI reference to relative form. @param baseUriReference the base URI reference. |