[Libreoffice-commits] .: offapi/com offapi/drafts

Caolán McNamara caolan at kemper.freedesktop.org
Tue Feb 1 02:37:21 PST 2011


 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 -
 offapi/com/sun/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 +--
 offapi/com/sun/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 ++---
 offapi/com/sun/star/xml/sax/XFastContextHandler.idl            |    2 -
 offapi/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 ++---
 offapi/com/sun/star/xml/wrapper/XMLDocumentWrapper.idl         |    2 -
 offapi/com/sun/star/xml/wrapper/XMLElementWrapper.idl          |    2 -
 offapi/com/sun/star/xml/wrapper/XXMLDocumentWrapper.idl        |   10 +++---
 offapi/com/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 -
 offapi/drafts/com/sun/star/form/IncompatibleTypesException.idl |    2 -
 offapi/drafts/com/sun/star/form/ListEntryEvent.idl             |    2 -
 offapi/drafts/com/sun/star/form/XBindableValue.idl             |    2 -
 offapi/drafts/com/sun/star/form/XListEntryListener.idl         |    2 -
 offapi/drafts/com/sun/star/form/XListEntrySink.idl             |    2 -
 offapi/drafts/com/sun/star/form/XListEntrySource.idl           |    4 +-
 offapi/drafts/com/sun/star/form/XValueBinding.idl              |    2 -
 36 files changed, 76 insertions(+), 76 deletions(-)

New commits:
commit a9238faa318d609ce1ab3efd3f5ab84fced434fb
Author: Aurimas Fišeras <aurimas at gmail.com>
Date:   Fri Jan 28 18:43:28 2011 +0200

    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.

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
 {


More information about the Libreoffice-commits mailing list