Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


This is the last part in the series.

Affected folders:
offapi/com/sun/star/xml - offapi/com/sun/star/xsd
offapi/drafts/*

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.

Patch is contributed under the LGPLv3+ / MPL.

P. S.
Also attached for reference:
1. ure_spellcheck.sh my crude, organically grown shell script that I
used to significantly speed up this spell checking process.
2. .hunspell_en_US_libo - personal hunspell dictionary that resulted
from this spell checking process.

From a9a37949856cbcbe29ff0e3b9a291dda7506d886 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aurimas=20Fi=C5=A1eras?= <aurimas@gmail.com>
Date: Fri, 28 Jan 2011 18:43:28 +0200
Subject: Some fixes to documentation (part 6)

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.
---
 offapi/com/sun/star/xml/AttributeContainer.idl     |    2 +-
 offapi/com/sun/star/xml/ExportFilter.idl           |    2 +-
 offapi/com/sun/star/xml/XExportFilter.idl          |    2 +-
 offapi/com/sun/star/xml/XImportFilter.idl          |    2 +-
 .../star/xml/csax/XCompressedDocumentHandler.idl   |    2 +-
 offapi/com/sun/star/xml/dom/XNamedNodeMap.idl      |    4 ++--
 offapi/com/sun/star/xml/dom/XNodeList.idl          |    2 +-
 offapi/com/sun/star/xml/dom/events/EventType.idl   |    4 ++--
 offapi/com/sun/star/xml/input/XAttributes.idl      |   14 +++++++-------
 offapi/com/sun/star/xml/input/XElement.idl         |    8 ++++----
 offapi/com/sun/star/xml/input/XRoot.idl            |    2 +-
 offapi/com/sun/star/xml/sax/InputSource.idl        |    6 +++---
 .../star/xml/sax/SAXInvalidCharacterException.idl  |    2 +-
 offapi/com/sun/star/xml/sax/SAXParseException.idl  |    2 +-
 offapi/com/sun/star/xml/sax/XEntityResolver.idl    |    8 ++++----
 offapi/com/sun/star/xml/sax/XFastAttributeList.idl |    8 ++++----
 .../com/sun/star/xml/sax/XFastContextHandler.idl   |    2 +-
 .../com/sun/star/xml/sax/XFastDocumentHandler.idl  |    4 ++--
 offapi/com/sun/star/xml/sax/XFastParser.idl        |   16 ++++++++--------
 offapi/com/sun/star/xml/sax/XFastSerializer.idl    |    4 ++--
 offapi/com/sun/star/xml/sax/XFastTokenHandler.idl  |    8 ++++----
 .../sun/star/xml/wrapper/XMLDocumentWrapper.idl    |    2 +-
 .../com/sun/star/xml/wrapper/XMLElementWrapper.idl |    2 +-
 .../sun/star/xml/wrapper/XXMLDocumentWrapper.idl   |   10 +++++-----
 .../sun/star/xml/wrapper/XXMLElementWrapper.idl    |    4 ++--
 offapi/com/sun/star/xml/xpath/XXPathAPI.idl        |    4 ++--
 offapi/com/sun/star/xml/xpath/XXPathObject.idl     |    2 +-
 offapi/com/sun/star/xsd/String.idl                 |    6 +++---
 offapi/com/sun/star/xsd/WhiteSpaceTreatment.idl    |    2 +-
 .../sun/star/form/IncompatibleTypesException.idl   |    2 +-
 offapi/drafts/com/sun/star/form/ListEntryEvent.idl |    2 +-
 offapi/drafts/com/sun/star/form/XBindableValue.idl |    2 +-
 .../com/sun/star/form/XListEntryListener.idl       |    2 +-
 offapi/drafts/com/sun/star/form/XListEntrySink.idl |    2 +-
 .../drafts/com/sun/star/form/XListEntrySource.idl  |    4 ++--
 offapi/drafts/com/sun/star/form/XValueBinding.idl  |    2 +-
 36 files changed, 76 insertions(+), 76 deletions(-)

diff --git a/offapi/com/sun/star/xml/AttributeContainer.idl 
b/offapi/com/sun/star/xml/AttributeContainer.idl
index 2e8b718..cebb0f8 100644
--- a/offapi/com/sun/star/xml/AttributeContainer.idl
+++ b/offapi/com/sun/star/xml/AttributeContainer.idl
@@ -36,7 +36,7 @@
 module com { module sun { module star { module xml { 
 
 //=============================================================================
-/** This service describes a container for xml attributes. 
+/** This service describes a container for XML attributes.
 
     <p>Each attribute is accessed with its local name, or optionally, its local 
     name with its namespace prefix. The type and value of an attribute is stored 
diff --git a/offapi/com/sun/star/xml/ExportFilter.idl b/offapi/com/sun/star/xml/ExportFilter.idl
index f42be92..d64d29f 100644
--- a/offapi/com/sun/star/xml/ExportFilter.idl
+++ b/offapi/com/sun/star/xml/ExportFilter.idl
@@ -42,7 +42,7 @@ module com { module sun { module star { module xml {
    which the data should be exported. Then, the source document's XML 
    representation will be generated by calling the appropriate methods 
    of the <type scope="com::sun::star::xml::sax">XDocumentHandler</type> 
-   interface.  Error conditions must be signalled by throwing 
+   interface.  Error conditions must be signaled by throwing 
    a <type scope="com::sun::star::xml::sax">SAXException</type> in the 
    <type scope="com::sun::star::xml::sax">XDocumentHandler</type> calls.
 
diff --git a/offapi/com/sun/star/xml/XExportFilter.idl b/offapi/com/sun/star/xml/XExportFilter.idl
index b00bb92..d07c7b5 100644
--- a/offapi/com/sun/star/xml/XExportFilter.idl
+++ b/offapi/com/sun/star/xml/XExportFilter.idl
@@ -61,7 +61,7 @@ published interface XExportFilter: com::sun::star::uno::XInterface
           which defines the data source
 
       @param msUserData
-          Sequence of strings which contains the userdata defined in the 
+          Sequence of strings which contains the user data defined in the 
           TypeDetection.xml (???)
 
       @returns
diff --git a/offapi/com/sun/star/xml/XImportFilter.idl b/offapi/com/sun/star/xml/XImportFilter.idl
index d934ae9..f343e1d 100644
--- a/offapi/com/sun/star/xml/XImportFilter.idl
+++ b/offapi/com/sun/star/xml/XImportFilter.idl
@@ -61,7 +61,7 @@ published interface XImportFilter: com::sun::star::uno::XInterface
           which defines the data source
 
       @param msUserData
-          Sequence of strings which contains the userdata defined in the 
+          Sequence of strings which contains the user data defined in the 
           TypeDetection.xml
 
       @param xDocHandler 
diff --git a/offapi/com/sun/star/xml/csax/XCompressedDocumentHandler.idl 
b/offapi/com/sun/star/xml/csax/XCompressedDocumentHandler.idl
index c1604fe..3f422bd 100644
--- a/offapi/com/sun/star/xml/csax/XCompressedDocumentHandler.idl
+++ b/offapi/com/sun/star/xml/csax/XCompressedDocumentHandler.idl
@@ -25,7 +25,7 @@
  *
  ************************************************************************/
  
-//i20156 - new file for xmlsecurity module
+//i20156 - new file for XML security module
 
 #ifndef __com_sun_star_xml_csax_XCompressedDocumentHandler_idl__ 
 #define __com_sun_star_xml_csax_XCompressedDocumentHandler_idl__ 
diff --git a/offapi/com/sun/star/xml/dom/XNamedNodeMap.idl 
b/offapi/com/sun/star/xml/dom/XNamedNodeMap.idl
index 60933b6..bc968d5 100644
--- a/offapi/com/sun/star/xml/dom/XNamedNodeMap.idl
+++ b/offapi/com/sun/star/xml/dom/XNamedNodeMap.idl
@@ -48,7 +48,7 @@ interface XNamedNodeMap : com::sun::star::uno::XInterface
     long getLength();
 
     /**
-    Retrieves a node specified by local name           
+    Retrieves a node specified by local name.
     */
     XNode getNamedItem([in] string name);
 
@@ -58,7 +58,7 @@ interface XNamedNodeMap : com::sun::star::uno::XInterface
     XNode getNamedItemNS([in] string namespaceURI,[in]  string localName);
 
     /**
-    Returns the indexth item in the map.
+    Returns a node specified by index.
     */
     XNode item([in] long index);
 
diff --git a/offapi/com/sun/star/xml/dom/XNodeList.idl b/offapi/com/sun/star/xml/dom/XNodeList.idl
index a48fde8..95596ac 100644
--- a/offapi/com/sun/star/xml/dom/XNodeList.idl
+++ b/offapi/com/sun/star/xml/dom/XNodeList.idl
@@ -44,7 +44,7 @@ interface XNodeList : com::sun::star::uno::XInterface
     */
     long getLength();
     /**
-    Returns the indexth item in the collection.
+    Returns a node specified by index in the collection.
     */
     XNode item([in] long index);
 };
diff --git a/offapi/com/sun/star/xml/dom/events/EventType.idl 
b/offapi/com/sun/star/xml/dom/events/EventType.idl
index 73c672f..f3c838e 100644
--- a/offapi/com/sun/star/xml/dom/events/EventType.idl
+++ b/offapi/com/sun/star/xml/dom/events/EventType.idl
@@ -50,7 +50,7 @@ enum EventType
 
     DOMActivate,
     /*
-    The activate event occurs when an element is activated, for instance, thru a mouse click or a 
keypress. A numerical argument is provided to give an indication of the type of activation that 
occurs: 1 for a simple activation (e.g. a simple click or Enter), 2 for hyperactivation (for 
instance a double click or Shift Enter).
+    The activate event occurs when an element is activated, for instance, through a mouse click or 
a key press. A numerical argument is provided to give an indication of the type of activation that 
occurs: 1 for a simple activation (e.g. a simple click or Enter), 2 for hyper activation (for 
instance a double click or Shift Enter).
     * Bubbles: Yes
     * Cancelable: Yes
     * Context Info: detail (the numerical value)
@@ -115,7 +115,7 @@ enum EventType
 
     DOMSubtreeModified,
     /*
-    This is a general event for notification of all changes to the document. It can be used 
instead of the more specific events listed below. It may be fired after a single modification to 
the document or, at the implementation's discretion, after multiple changes have occurred. The 
latter use should generally be used to accomodate multiple changes which occur either 
simultaneously or in rapid succession. The target of this event is the lowest common parent of the 
changes which have taken place. This event is dispatched after any other events caused by the 
mutation have fired.
+    This is a general event for notification of all changes to the document. It can be used 
instead of the more specific events listed below. It may be fired after a single modification to 
the document or, at the implementation's discretion, after multiple changes have occurred. The 
latter use should generally be used to accommodate multiple changes which occur either 
simultaneously or in rapid succession. The target of this event is the lowest common parent of the 
changes which have taken place. This event is dispatched after any other events caused by the 
mutation have fired.
     * Bubbles: Yes
     * Cancelable: No
     * Context Info: None
diff --git a/offapi/com/sun/star/xml/input/XAttributes.idl 
b/offapi/com/sun/star/xml/input/XAttributes.idl
index 7307958..b71ee61 100644
--- a/offapi/com/sun/star/xml/input/XAttributes.idl
+++ b/offapi/com/sun/star/xml/input/XAttributes.idl
@@ -54,12 +54,12 @@ interface XAttributes : com::sun::star::uno::XInterface
     */
     long getIndexByQName( [in] string qName );
 
-    /** Gets attribute index passing a namespace uid and a localname.
+    /** Gets attribute index passing a namespace uid and a local name.
         
         @param uid
                namespace uid
         @param localName
-               localname
+               local name
         @return
                 attribute index or -1, if not found
     */
@@ -83,12 +83,12 @@ interface XAttributes : com::sun::star::uno::XInterface
     */
     long getUidByIndex( [in] long nIndex );
   
-    /** Gets the localname of an attribute.
+    /** Gets the local name of an attribute.
 
         @param nIndex
                index
         @return
-                localname of attribute or empty string, if invalid index
+                local name of attribute or empty string, if invalid index
     */
     string getLocalNameByIndex( [in] long nIndex ); 
   
@@ -101,14 +101,14 @@ interface XAttributes : com::sun::star::uno::XInterface
     */
     string getValueByIndex( [in] long nIndex );
   
-    /** For convenience: Gets the value of an attribute passing uid, localname.
+    /** For convenience: Gets the value of an attribute passing uid, local name.
 
         @param uid
                namespace uid
         @param localName
-               localname
+               local name
         @return
-                value string or empty string, if invalid uid/localname
+                value string or empty string, if invalid uid/local name
     */
     string getValueByUidName( [in] long uid, [in] string localName );
   
diff --git a/offapi/com/sun/star/xml/input/XElement.idl b/offapi/com/sun/star/xml/input/XElement.idl
index ea8cb83..d171de8 100644
--- a/offapi/com/sun/star/xml/input/XElement.idl
+++ b/offapi/com/sun/star/xml/input/XElement.idl
@@ -46,10 +46,10 @@ interface XElement : com::sun::star::uno::XInterface
     */
     XElement getParent();
     
-    /** Gets the localname of this element.
+    /** Gets the local name of this element.
         
         @return
-                localname of this element
+                local name of this element
     */
     string getLocalName();
 
@@ -67,12 +67,12 @@ interface XElement : com::sun::star::uno::XInterface
     */
     XAttributes getAttributes();
     
-    /** Called upon each occuring child element.
+    /** Called upon each occurring child element.
         
         @param uid
                namespace uid of element
         @param localName
-               localname of element
+               local name of element
         @param xAttributes
                attributes of element
         @return
diff --git a/offapi/com/sun/star/xml/input/XRoot.idl b/offapi/com/sun/star/xml/input/XRoot.idl
index 2b305d3..779dcbe 100644
--- a/offapi/com/sun/star/xml/input/XRoot.idl
+++ b/offapi/com/sun/star/xml/input/XRoot.idl
@@ -83,7 +83,7 @@ interface XRoot : com::sun::star::uno::XInterface
          @param uid
                 namespace uid of element
          @param localName
-                localname of element
+                local name of element
          @param xAattributes
                 attributes of element
      */
diff --git a/offapi/com/sun/star/xml/sax/InputSource.idl 
b/offapi/com/sun/star/xml/sax/InputSource.idl
index 8afc6cf..ae3379e 100644
--- a/offapi/com/sun/star/xml/sax/InputSource.idl
+++ b/offapi/com/sun/star/xml/sax/InputSource.idl
@@ -58,7 +58,7 @@ published struct InputSource
     //------------------------------------------------------------------------- 
      
     /** contains the encoding of the data stream. This is used by the parser 
-        to do unicode conversions. 
+        to do Unicode conversions.
         
         <p>Note that in general you do not need to specify an encoding. 
         Either it is UTF-8 or UTF-16 which is recognized by the parser 
@@ -69,14 +69,14 @@ published struct InputSource
  
     //------------------------------------------------------------------------- 
      
-    /** constains the public Id of the document, for example, needed in 
+    /** contains the public Id of the document, for example, needed in
         exception-message strings.
      */
     string sPublicId; 
  
     //------------------------------------------------------------------------- 
      
-    /** contains the sytemID of the document.
+    /** contains the system ID of the document.
      */
     string sSystemId; 
 }; 
diff --git a/offapi/com/sun/star/xml/sax/SAXInvalidCharacterException.idl 
b/offapi/com/sun/star/xml/sax/SAXInvalidCharacterException.idl
index 107f66f..e8eebe5 100644
--- a/offapi/com/sun/star/xml/sax/SAXInvalidCharacterException.idl
+++ b/offapi/com/sun/star/xml/sax/SAXInvalidCharacterException.idl
@@ -40,7 +40,7 @@ module com {  module sun {  module star {  module xml {  module sax {
 
 /** stores information for locating the error in the original XML document.
 
-    @see XLocater
+    @see XLocator
  */
 published exception SAXInvalidCharacterException: com::sun::star::xml::sax::SAXException
 {
diff --git a/offapi/com/sun/star/xml/sax/SAXParseException.idl 
b/offapi/com/sun/star/xml/sax/SAXParseException.idl
index edc5365..9634c06 100644
--- a/offapi/com/sun/star/xml/sax/SAXParseException.idl
+++ b/offapi/com/sun/star/xml/sax/SAXParseException.idl
@@ -40,7 +40,7 @@ module com {  module sun {  module star {  module xml {  module sax {
  
 /** stores information for locating the error in the original XML document.
 
-    @see XLocater
+    @see XLocator
  */
 published exception SAXParseException: com::sun::star::xml::sax::SAXException
 { 
diff --git a/offapi/com/sun/star/xml/sax/XEntityResolver.idl 
b/offapi/com/sun/star/xml/sax/XEntityResolver.idl
index e9e1d2f..d0210ac 100644
--- a/offapi/com/sun/star/xml/sax/XEntityResolver.idl
+++ b/offapi/com/sun/star/xml/sax/XEntityResolver.idl
@@ -42,12 +42,12 @@ module com {  module sun {  module star {  module xml {  module sax {
  
 //============================================================================= 
  
-/** makes it possible to modify the behaviour of resolving external
+/** makes it possible to modify the behavior of resolving external
     preferences.
     
-    <p>Usually, the parser has a default behaviour of resolving external 
+    <p>Usually, the parser has a default behavior of resolving external 
     references (See documentation of the parser implementation). 
-    Use this interface to modify or reimplement this behaviour.</p>
+    Use this interface to modify or reimplement this behavior.</p>
  */
 published interface XEntityResolver: com::sun::star::uno::XInterface
 { 
@@ -58,7 +58,7 @@ published interface XEntityResolver: com::sun::star::uno::XInterface
                      
         <p>If <var>aInputStream</var> is a valid reference to an input stream,  
         the parser uses this <type>InputSource</type>. Otherwise the  
-        parser seeks for the entity using its default behaviour.
+        parser seeks for the entity using its default behavior.
      */
     InputSource resolveEntity( [in] string sPublicId, [in] string sSystemId ); 
  
diff --git a/offapi/com/sun/star/xml/sax/XFastAttributeList.idl 
b/offapi/com/sun/star/xml/sax/XFastAttributeList.idl
index 8a3d118..353c181 100644
--- a/offapi/com/sun/star/xml/sax/XFastAttributeList.idl
+++ b/offapi/com/sun/star/xml/sax/XFastAttributeList.idl
@@ -49,9 +49,9 @@ module com {  module sun {  module star {  module xml {  module sax {
  
 //============================================================================= 
  
-/** a container for the attributes of an xml element. 
+/** a container for the attributes of an XML element. 
 
-    <br>Attributes are seperated into known attributes and unknown attributes.
+    <br>Attributes are separated into known attributes and unknown attributes.
     <p>Known attributes have a local name that is known to the <type>XFastTokenHandler</token>
     registered at the <type>XFastParser</type> which created the sax event containing
     this attributes. If an attribute also has a namespace, that must be registered
@@ -92,7 +92,7 @@ interface XFastAttributeList: com::sun::star::uno::XInterface
         @returns
             The integer token of the value from the attribute or <const>FastToken::Invalid</const>
 
-        @raises SAXEXception
+        @raises SAXException
             if the attribute is not available
 
     */
@@ -137,7 +137,7 @@ interface XFastAttributeList: com::sun::star::uno::XInterface
         @returns
             The string value from the attribute.
 
-        @raises SAXEXception
+        @raises SAXException
             if the attribute is not available
 
     */
diff --git a/offapi/com/sun/star/xml/sax/XFastContextHandler.idl 
b/offapi/com/sun/star/xml/sax/XFastContextHandler.idl
index 159deac..0094cb6 100644
--- a/offapi/com/sun/star/xml/sax/XFastContextHandler.idl
+++ b/offapi/com/sun/star/xml/sax/XFastContextHandler.idl
@@ -104,7 +104,7 @@ interface XFastContextHandler: com::sun::star::uno::XInterface
 
     //------------------------------------------------------------------------- 
 
-    /** receives notification of the end of an kown element.
+    /** receives notification of the end of an known element.
         @see startUnknownElement
      */
     void endUnknownElement( [in] string Namespace, [in] string Name ) 
diff --git a/offapi/com/sun/star/xml/sax/XFastDocumentHandler.idl 
b/offapi/com/sun/star/xml/sax/XFastDocumentHandler.idl
index 6e95c9e..fd3e89c 100644
--- a/offapi/com/sun/star/xml/sax/XFastDocumentHandler.idl
+++ b/offapi/com/sun/star/xml/sax/XFastDocumentHandler.idl
@@ -61,14 +61,14 @@ interface XFastDocumentHandler: XFastContextHandler
 { 
     //------------------------------------------------------------------------- 
      
-    /** called by the parser when parsing of an xml stream is started.
+    /** called by the parser when parsing of an XML stream is started.
      */
     void startDocument() 
             raises( com::sun::star::xml::sax::SAXException ); 
  
     //------------------------------------------------------------------------- 
      
-    /** called by the parser after the last xml element of a stream is processed.
+    /** called by the parser after the last XML element of a stream is processed.
      */
     void endDocument() 
             raises( com::sun::star::xml::sax::SAXException ); 
diff --git a/offapi/com/sun/star/xml/sax/XFastParser.idl 
b/offapi/com/sun/star/xml/sax/XFastParser.idl
index ff4cfd5..3a16d65 100644
--- a/offapi/com/sun/star/xml/sax/XFastParser.idl
+++ b/offapi/com/sun/star/xml/sax/XFastParser.idl
@@ -77,19 +77,19 @@ module com {  module sun {  module star {  module xml {  module sax {
  
 //============================================================================= 
  
-/** specifies a SAX parser that uses integer values for known xml names
+/** specifies a SAX parser that uses integer values for known XML names
     (elements, attributes and attribute values). The parser also handles
-    namespaces and allows to have individual contexts for each xml element.
+    namespaces and allows to have individual contexts for each XML element.
 
     <p>Before parsing is possible you have to set your
     <type>XFastDocumentHandler</type> using <member>setFastDocumentHandler</member>.
     
     <p>Parsing starts with calling <member>parseStream</member>. If the parser
-    finds a valid xml file with the given <type>InputSource</type>, it calls
+    finds a valid XML file with the given <type>InputSource</type>, it calls
     <member>XFastDocumentHandler::startDocument</member> first.
 
-    <p>This parser generates either 'fast' events that use integer token
-    values for namespaces, elements and attributes or 'unknown' events for
+    <p>This parser generates either "fast" events that use integer token
+    values for namespaces, elements and attributes or "unknown" events for
     elements that are unknown.
 
     <p>A namespace is unknown if the namespace URL was not registered with
@@ -102,7 +102,7 @@ module com {  module sun {  module star {  module xml {  module sax {
 
     <p>Setting a <type>XFastTokenHandler</type> with <member>setTokenHandler</member>
     is optional, but without a <type>XFastTokenHandler</type> you will only
-    get unknown sax events. This can be usefull if you are only interested
+    get unknown sax events. This can be useful if you are only interested
     in the namespace handling and/or the context feature.
 
     <p>For each element the parser sends a create child element event to the
@@ -114,7 +114,7 @@ module com {  module sun {  module star {  module xml {  module sax {
     itself.
     
     <p>If the parent context returns an empty reference, no further events for
-    the element and all of its childs are created.
+    the element and all of its children are created.
 
     <p>If a valid context is returned this context gets a start event by a call to
     <member>XFastContextHandler::startFastElement</member> for known elements or
@@ -153,7 +153,7 @@ interface XFastParser: com::sun::star::uno::XInterface
 
     //------------------------------------------------------------------------- 
     
-    /** must be registered to translate known xml names to integer tokens.
+    /** must be registered to translate known XML names to integer tokens.
      */
     void setTokenHandler( [in] XFastTokenHandler Handler ); 
 
diff --git a/offapi/com/sun/star/xml/sax/XFastSerializer.idl 
b/offapi/com/sun/star/xml/sax/XFastSerializer.idl
index 3534fcc..a0fe7e6 100644
--- a/offapi/com/sun/star/xml/sax/XFastSerializer.idl
+++ b/offapi/com/sun/star/xml/sax/XFastSerializer.idl
@@ -60,14 +60,14 @@ interface XFastSerializer: com::sun::star::uno::XInterface
 { 
     //------------------------------------------------------------------------- 
      
-    /** called by the parser when parsing of an xml stream is started.
+    /** called by the parser when parsing of an XML stream is started.
      */
     void startDocument() 
             raises( com::sun::star::xml::sax::SAXException ); 
  
     //------------------------------------------------------------------------- 
      
-    /** called by the parser after the last xml element of a stream is processed.
+    /** called by the parser after the last XML element of a stream is processed.
      */
     void endDocument() 
             raises( com::sun::star::xml::sax::SAXException ); 
diff --git a/offapi/com/sun/star/xml/sax/XFastTokenHandler.idl 
b/offapi/com/sun/star/xml/sax/XFastTokenHandler.idl
index b311a5e..b7a0e8f 100644
--- a/offapi/com/sun/star/xml/sax/XFastTokenHandler.idl
+++ b/offapi/com/sun/star/xml/sax/XFastTokenHandler.idl
@@ -37,10 +37,10 @@ module com {  module sun {  module star {  module xml {  module sax {
 
 //============================================================================
 
-/** interface to translate xml strings to integer tokens.
+/** interface to translate XML strings to integer tokens.
 
     <p>An instance of this interface can be registered at a <type>XFastParser</type>.
-    It should be able to translate all xml names (element local names,
+    It should be able to translate all XML names (element local names,
     attribute local names and constant attribute values) to integer tokens.
 
     A token value must be greater or equal to zero and less than
@@ -70,7 +70,7 @@ interface XFastTokenHandler: com::sun::star::uno::XInterface
     /** returns a integer token for the given string
 
         @param Identifier
-            the string given as a byte sequence encoded in UTF8
+            the string given as a byte sequence encoded in UTF-8
 
         @returns
             a unique integer token for the given String or <const>FastToken::DONTKNOW</const>
@@ -81,7 +81,7 @@ interface XFastTokenHandler: com::sun::star::uno::XInterface
     //-------------------------------------------------------------------------
 
     /** returns a identifier for the given integer token as a byte
-          sequence encoded in UTF8.
+          sequence encoded in UTF-8.
     */
     sequence< byte > getUTF8Identifier( [in] long Token );
 };
diff --git a/offapi/com/sun/star/xml/wrapper/XMLDocumentWrapper.idl 
b/offapi/com/sun/star/xml/wrapper/XMLDocumentWrapper.idl
index d43876d..543a75a 100644
--- a/offapi/com/sun/star/xml/wrapper/XMLDocumentWrapper.idl
+++ b/offapi/com/sun/star/xml/wrapper/XMLDocumentWrapper.idl
@@ -25,7 +25,7 @@
  *
  ************************************************************************/
  
-//i20156 - new file for xmlsecurity module
+//i20156 - new file for XML security module
 
 /** -- idl definition -- **/
 
diff --git a/offapi/com/sun/star/xml/wrapper/XMLElementWrapper.idl 
b/offapi/com/sun/star/xml/wrapper/XMLElementWrapper.idl
index 96945d6..61d0de9 100644
--- a/offapi/com/sun/star/xml/wrapper/XMLElementWrapper.idl
+++ b/offapi/com/sun/star/xml/wrapper/XMLElementWrapper.idl
@@ -25,7 +25,7 @@
  *
  ************************************************************************/
  
-//i20156 - new file for xmlsecurity module
+//i20156 - new file for XML security module
 
 /** -- idl definition -- **/
 
diff --git a/offapi/com/sun/star/xml/wrapper/XXMLDocumentWrapper.idl 
b/offapi/com/sun/star/xml/wrapper/XXMLDocumentWrapper.idl
index 5810963..766e720 100644
--- a/offapi/com/sun/star/xml/wrapper/XXMLDocumentWrapper.idl
+++ b/offapi/com/sun/star/xml/wrapper/XXMLDocumentWrapper.idl
@@ -25,7 +25,7 @@
  *
  ************************************************************************/
  
-//i20156 - new file for xmlsecurity module
+//i20156 - new file for XML security module
 
 /** -- idl definition -- **/
 
@@ -46,11 +46,11 @@ interface XXMLElementWrapper;
  * When converting SAX events into a DOM tree, this interface is 
  * used to manipulate the DOM data in UNO perspective. 
  * <p>
- * Every lauguage has its own methods to manipulate its native DOM
+ * Every language has its own methods to manipulate its native DOM
  * data structure, this interface provides a common method set which
- * each lauguage have to implement. 
+ * each language have to implement.
  * <p>
- * In another word, this interface wraps language dependant methods,
+ * In another word, this interface wraps language dependent methods,
  * then other component can manipulate DOM data through UNO methods.
  */
 interface XXMLDocumentWrapper : com::sun::star::uno::XInterface
@@ -153,7 +153,7 @@ interface XXMLDocumentWrapper : com::sun::star::uno::XInterface
     /**
      * Converts the whole DOM tree into a SAX event stream.
      *
-     * @param handler   the document handelr which will receive the SAX event
+     * @param handler   the document handler which will receive the SAX event
      *                  stream
      */
     void getTree([in] com::sun::star::xml::sax::XDocumentHandler handler)
diff --git a/offapi/com/sun/star/xml/wrapper/XXMLElementWrapper.idl 
b/offapi/com/sun/star/xml/wrapper/XXMLElementWrapper.idl
index c1b9008..34e41f1 100644
--- a/offapi/com/sun/star/xml/wrapper/XXMLElementWrapper.idl
+++ b/offapi/com/sun/star/xml/wrapper/XXMLElementWrapper.idl
@@ -25,7 +25,7 @@
  *
  ************************************************************************/
  
-//i20156 - new file for xmlsecurity module
+//i20156 - new file for XML security module
 
 /** -- idl definition -- **/
 
@@ -41,7 +41,7 @@ module com { module sun { module star { module xml { module wrapper {
  * Interface of XML Element Wrapper.
  * <p>
  * This interface is used to wrap a element information, which
- * make it enable to tranfer the element information between
+ * make it enable to transfer the element information between
  * different languages, such as C++/Java.
  */
 interface XXMLElementWrapper : com::sun::star::uno::XInterface
diff --git a/offapi/com/sun/star/xml/xpath/XXPathAPI.idl 
b/offapi/com/sun/star/xml/xpath/XXPathAPI.idl
index d91ab12..ee4e18e 100644
--- a/offapi/com/sun/star/xml/xpath/XXPathAPI.idl
+++ b/offapi/com/sun/star/xml/xpath/XXPathAPI.idl
@@ -66,7 +66,7 @@ interface XXPathAPI : com::sun::star::uno::XInterface
     void registerExtensionInstance(
             [in] com::sun::star::xml::xpath::XXPathExtension aExtension);
 
-    /** Eval XPath Expression.
+    /** Evaluate XPath Expression.
 
         @param contextNode
             the context node (expression is relative to this node)
@@ -87,7 +87,7 @@ interface XXPathAPI : com::sun::star::uno::XInterface
             [in] string expr)
         raises( com::sun::star::xml::xpath::XPathException );
 
-    /** Eval XPath Expression.
+    /** Evaluate XPath Expression.
 
         @param contextNode
             the context node (expression is relative to this node)
diff --git a/offapi/com/sun/star/xml/xpath/XXPathObject.idl 
b/offapi/com/sun/star/xml/xpath/XXPathObject.idl
index b33b58b..479f8c5 100644
--- a/offapi/com/sun/star/xml/xpath/XXPathObject.idl
+++ b/offapi/com/sun/star/xml/xpath/XXPathObject.idl
@@ -52,7 +52,7 @@ interface XXPathObject : com::sun::star::uno::XInterface
     XPathObjectType getObjectType();
 
     /**
-        get the nodes from a nodelist type object
+        get the nodes from a node list type object
     */
     com::sun::star::xml::dom::XNodeList getNodeList();
 
diff --git a/offapi/com/sun/star/xsd/String.idl b/offapi/com/sun/star/xsd/String.idl
index df8bc1e..6b40805 100644
--- a/offapi/com/sun/star/xsd/String.idl
+++ b/offapi/com/sun/star/xsd/String.idl
@@ -46,21 +46,21 @@ service String
 
     /** specifies the length of the string
 
-        <p>Note that you cannot specifiy <member>Length</member> together
+        <p>Note that you cannot specify <member>Length</member> together
         with <member>MinLength</member> or <member>MaxLength</member>.</p>
     */
     [property, maybevoid] long Length;
 
     /** specifies the minimum length of the string
 
-        <p>Note that you cannot specifiy <member>MinLength</member> together
+        <p>Note that you cannot specify <member>MinLength</member> together
         with <member>Length</member>.</p>
     */
     [property, maybevoid] long MinLength;
 
     /** specifies the maximum length of the string
 
-        <p>Note that you cannot specifiy <member>MaxLength</member> together
+        <p>Note that you cannot specify <member>MaxLength</member> together
         with <member>Length</member>.</p>
     */
     [property, maybevoid] long MaxLength;
diff --git a/offapi/com/sun/star/xsd/WhiteSpaceTreatment.idl 
b/offapi/com/sun/star/xsd/WhiteSpaceTreatment.idl
index baae0b6..bb3fd35 100644
--- a/offapi/com/sun/star/xsd/WhiteSpaceTreatment.idl
+++ b/offapi/com/sun/star/xsd/WhiteSpaceTreatment.idl
@@ -32,7 +32,7 @@
 module com {  module sun {  module star {  module xsd {
 
 //-----------------------------------------------------------------------------
-/** specifies possibilities how to treat whitespaces in strings
+/** specifies possibilities how to treat whitespace in strings
 
     @see XDataType
 */
diff --git a/offapi/drafts/com/sun/star/form/IncompatibleTypesException.idl 
b/offapi/drafts/com/sun/star/form/IncompatibleTypesException.idl
index 8702aeb..9b4344a 100644
--- a/offapi/drafts/com/sun/star/form/IncompatibleTypesException.idl
+++ b/offapi/drafts/com/sun/star/form/IncompatibleTypesException.idl
@@ -42,7 +42,7 @@ module drafts { module com {  module sun {  module star {  module form {
     an <type>XBindableValue</type> are incompatible
 
     @deprecated
-        This exception is superseeded by <type 
scope="com::sun::star::form::binding">IncompatibleTypesException</type>
+        This exception is superseded by <type 
scope="com::sun::star::form::binding">IncompatibleTypesException</type>
 */
 exception IncompatibleTypesException: com::sun::star::uno::Exception
 {
diff --git a/offapi/drafts/com/sun/star/form/ListEntryEvent.idl 
b/offapi/drafts/com/sun/star/form/ListEntryEvent.idl
index e07b8c2..8fb5876 100644
--- a/offapi/drafts/com/sun/star/form/ListEntryEvent.idl
+++ b/offapi/drafts/com/sun/star/form/ListEntryEvent.idl
@@ -45,7 +45,7 @@ module drafts { module com {  module sun {  module star {  module form {
     @see XListEntryListener
 
     @deprecated
-        This structure is superseeded by <type 
scope="com::sun::star::form::binding">ListEntryEvent</type>
+        This structure is superseded by <type 
scope="com::sun::star::form::binding">ListEntryEvent</type>
 */
 struct ListEntryEvent : com::sun::star::lang::EventObject
 {
diff --git a/offapi/drafts/com/sun/star/form/XBindableValue.idl 
b/offapi/drafts/com/sun/star/form/XBindableValue.idl
index 95bbe1f..8886b41 100644
--- a/offapi/drafts/com/sun/star/form/XBindableValue.idl
+++ b/offapi/drafts/com/sun/star/form/XBindableValue.idl
@@ -48,7 +48,7 @@ interface XValueBinding;
     @see XValueBinding
 
     @deprecated
-        This interface is superseeded by <type 
scope="com::sun::star::form::binding">XBindableValue</type>
+        This interface is superseded by <type 
scope="com::sun::star::form::binding">XBindableValue</type>
 */
 interface XBindableValue : com::sun::star::uno::XInterface
 {
diff --git a/offapi/drafts/com/sun/star/form/XListEntryListener.idl 
b/offapi/drafts/com/sun/star/form/XListEntryListener.idl
index a658211..8f0fe09 100644
--- a/offapi/drafts/com/sun/star/form/XListEntryListener.idl
+++ b/offapi/drafts/com/sun/star/form/XListEntryListener.idl
@@ -44,7 +44,7 @@ module drafts { module com {  module sun {  module star {  module form {
 /** specifies a listener for changes in a string entry list
 
     @deprecated
-        This interface is superseeded by <type 
scope="com::sun::star::form::binding">XListEntryListener</type>
+        This interface is superseded by <type 
scope="com::sun::star::form::binding">XListEntryListener</type>
 */
 interface XListEntryListener : com::sun::star::lang::XEventListener
 {
diff --git a/offapi/drafts/com/sun/star/form/XListEntrySink.idl 
b/offapi/drafts/com/sun/star/form/XListEntrySink.idl
index 8825abe..92bae78 100644
--- a/offapi/drafts/com/sun/star/form/XListEntrySink.idl
+++ b/offapi/drafts/com/sun/star/form/XListEntrySink.idl
@@ -43,7 +43,7 @@ interface XListEntrySource;
 /** specifies support for indirect manipulation of of a string list
 
     @deprecated
-        This interface is superseeded by <type 
scope="com::sun::star::form::binding">XListEntrySink</type>
+        This interface is superseded by <type 
scope="com::sun::star::form::binding">XListEntrySink</type>
 */
 interface XListEntrySink : com::sun::star::uno::XInterface
 {
diff --git a/offapi/drafts/com/sun/star/form/XListEntrySource.idl 
b/offapi/drafts/com/sun/star/form/XListEntrySource.idl
index 499ed43..d19dccb 100644
--- a/offapi/drafts/com/sun/star/form/XListEntrySource.idl
+++ b/offapi/drafts/com/sun/star/form/XListEntrySource.idl
@@ -54,7 +54,7 @@ interface XListEntryListener;
     @see XListEntrySink
 
     @deprecated
-        This interface is superseeded by <type 
scope="com::sun::star::form::binding">XListEntrySource</type>
+        This interface is superseded by <type 
scope="com::sun::star::form::binding">XListEntrySource</type>
 */
 interface XListEntrySource : com::sun::star::uno::XInterface
 {
@@ -87,7 +87,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/drafts/com/sun/star/form/XValueBinding.idl 
b/offapi/drafts/com/sun/star/form/XValueBinding.idl
index db4f850..48f9336 100644
--- a/offapi/drafts/com/sun/star/form/XValueBinding.idl
+++ b/offapi/drafts/com/sun/star/form/XValueBinding.idl
@@ -47,7 +47,7 @@ module drafts { module com {  module sun {  module star {  module form {
 /** specifies a binding to a value which can be read and written.
 
     @deprecated
-        This interface is superseeded by <type 
scope="com::sun::star::form::binding">XValueBinding</type>
+        This interface is superseded by <type 
scope="com::sun::star::form::binding">XValueBinding</type>
 */
 interface XValueBinding : com::sun::star::uno::XInterface
 {
-- 
1.7.2.3

0x00
0x0000
0x00000000
0x00000001
0x00000002
0x00000004
0x00000008
0x0000000E
0x00000010
0x00000020
0x00000040
0x00000080
0x000000ff
0x00000100
0x00000200
0x00000400
0x00000800
0x00001000
0x00002000
0x00004000
0x00008000
0x0001
0x00010000
0x0002
0x00020000
0x0003
0x0004
0x00040000
0x00080000
0x0009
0x00400000
0x00800000
0x00FF
0x01
0x01000000
0x02
0x02000000
0x02014b50
0x03
0x04
0x04000000
0x04034b50
0x0409
0x06054b50
0x08
0x08000000
0x08074b50
0x0FFF
0x1
0x10
0x100
0x1000
0x10000
0x10000000
0x100000000
0x1F
0x2
0x20
0x2000
0x20000
0x20000000
0x200000000
0x30000
0x3E
0x3FFF
0x40
0x40000
0x40000000
0x400000000
0x50000
0x60000
0x7C
0x7F00
0x7FFFFFFF
0x80
0x8000
0x80000000
0xAA
0xAABBCCDD
0xBB
0xCC
0xDD
0xFF
0xFF00
100cm
12h
16x16
1bpp
24h
26x26
2D
4800dpi
600dpi
adef
admin
ALLBITS
ANSI92
antialiasing
API
APIs
ARGB
Arial
assistive
AUS
autoload-/load-
autoload/load
autoscroll-/scroll-
autoscroll/scroll
autotext-/text-
autotext/text
backbuffer-/buffer-
backbuffer/buffer
backends
Base64
baseclass-/class-
baseclass/class
bdquo
Berndt
Bezier
bindable
bitmap-/map-
bitmap/map
bitmask-/mask-
bitmask/mask
br
broadcasted
buttondialog
Calc
CDATA
cellpadding
cellspacing
checkbox-/box-
checkbox/box
checkmark
CLI
clickable
closeable
Cmd
combobox
composability
composable
const
CRC
CSV
Ctrl
currencybox
currencyfield
cust
dataRange
datasource-/source-
datasource/source
datatype
datebox
datefield
dateTime
dBase
dd
DDL
deferrability
deregister-/register-
deregister/register
deregistration
descr
deselection-/selection-
deselection/selection
deselect-/select-
deselect/select
DIB
DIN5008
dl
dll
DNS
dockingarea
dockingwindow
DocMerge
DOMEvents
dropdown
dt
DTD
Dzongkha
edef
endianness
endif
endsync
enum
enums
errorbox
Euro
excl
fallback
fixedbitmap
fixedimage
fixedline
fixedtext
floatingwindow
frameset-/set-
frameset/set
framewindow
fullscreen-/screen-
fullscreen/screen
fullwidth
Furigana
GIF
grayscale
graphemes
groupbox
h3
h4
halfwidth
hanja
hellip
helpbutton
hexachrome
hh
HHMMSShh
hyperlink-/link-
hyperlink/link
hyphenator
HMENU
hotkey-/key-
hotkey/key
hotspot-/spot-
hotspot/spot
href
HWND
IANA
iconified
iconized
idl
ifndef
il
imagebutton
imageradiobutton
incompatibleWith
incrementBlock
incrementLine
indices
infobox
inout
inplace
insertable
Int32
interoperable
INTMAX
inverseOf
IP
isDefinedBy
isTemporary
iterable
YYYYMMDDhhmmssZ
YMD
javax
JNI
Kana
Kerberos
layouted
layouting
LDAP
ldquo
LF
LGPLv3
li
LineDashTable
listbox
longcurrencybox
longcurrencyfield
lt
LTR
MAILTO
maybedefault
maybevoid
marshalling
MD5
mdash
menubutton
messbox
metadata-/data-
metadata/data
metafile
metricbox
metricfield
middot
mimeType
modaldialog
MODALTOP
modeless
modelessdialog
morebutton
mousedown
mouseup
moveable
multibyte-/byte-
multibyte/byte
multilistbox
mutex
namespace-/space-
namespace/space
NaN
nbsp
NSS
NSView
nullability
numericbox
numericfield
ODBC
offapi
okbutton
ol
OLE2
OLEMISC
oneway
online
OO
OOR
OOXML
OpenDocument
OpenOffice
OpenType
org
OS2
outplace-/place-
outplace/place
OVERPAINT
Pantone
param
parsable
patternbox
patternfield
PDF
PKI
plugins
POS1
positiveInteger
POSIX
pre
precompilation-/compilation-
precompilation/compilation
precompile-/compile-
precompile/compile
prefetch-/fetch-
prefetch/fetch
preformatted
premultiply-/multiply-
premultiply/multiply
prepended
priorVersion
programmatically
ptr
querybox
radiobutton
rdquo
readonly
redline-/line-
redline/line
reexecute-/execute-
reexecute/execute
refcount-/count-
refcount/count
regtm
reimplement-/implement-
reimplement/implement
requery-/query-
requery/query
rerender-/render-
rerender/render
roadmap-/map-
roadmap/map
RTF
rtl
sal
scalc
scanline-/line-
scanline/line
schemas
scrollbarbox
SDK
SDOM
searchable
seeAlso
seekable
SHA
simpleanimation
sizeable
sy
systemchildwindow
SMIL
smileys
Sommerfeld
spinbutton
spinfield
splitwindow
SQL92
sRGB
SSL
SSO
StarBASIC
StarBasic
StarMath
StarOffice
StarOffice4
StarOffice5
StarSuite
startable
StarWriter
statusbar
storable
STRINGIMAGE
struct
structs
subarray-/array-
subarray/array
subelements
subfolder-/folder-
subfolder/folder
subfolders
subform-/form-
subform/form
subitem-/item-
subitem/item
subkey-/key-
subkey/key
sublayers
submedia-/media-
submedia/media
subname-/name-
subname/name
subnode-/node-
subnode/node
subproperty-/property-
subproperty/property
subprotocol-/protocol-
subprotocol/protocol
subquery-/query-
subquery/query
subreport-/result-
subreport/result
substorage-/storage-
substorage/storage
substream-/stream-
substream/stream
swriter
sx
tabbar-/bar-
tabbar/bar
tabcontrol
tabdialog
tabpage
tbody
td
textenc
thead
throbber
tickmark-/mark-
tickmark/mark
timebox
timefield
timeline-/line-
timeline/line
timeslot-/slot-
timeslot/slot
timestamp
ty
typesafe
TLS
todo
tokenize
toolbar-/bar-
toolbar/bar
tooltip-/tip-
tooltip/tip
transparence
treelistbox-/box-
treelistbox/box
tristatebox
TT
twips
tx
UDT
ul
uncheck-/check-
uncheck/check
undock-/dock-
undock/dock
ungroups
unionOf
unmerge-/merge-
unmerge/merge
unopkg
UnoRuntime
unsignedByte
unsignedInt
unsignedLong
unsignedShort
updatable
USD
username-/name-
username/name
UTF
validatable
validator
validators
valign
VCL
versioned
vertices
vetoable
viewport-/port-
viewport/port
vnd
w3c
warningbox
WebDAV
wiki
Wikipedia
wildcard-/card-
wildcard/card
WIN16
WIN32
wordbreak-/break-
wordbreak/break
workwindow
X11
x509
XHTML
XY
XYZ
XMLLiteral
XMLSec
XPCOM
ZEROBITS

Attachment: ure_spellcheck.sh
Description: Bourne shell script


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.