From a9a37949856cbcbe29ff0e3b9a291dda7506d886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aurimas=20Fi=C5=A1eras?= 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.

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 XDocumentHandler - interface. Error conditions must be signalled by throwing + interface. Error conditions must be signaled by throwing a SAXException in the XDocumentHandler 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.

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. -

Usually, the parser has a default behaviour of resolving external +

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.

+ Use this interface to modify or reimplement this behavior.

*/ published interface XEntityResolver: com::sun::star::uno::XInterface { @@ -58,7 +58,7 @@ published interface XEntityResolver: com::sun::star::uno::XInterface

If aInputStream is a valid reference to an input stream, the parser uses this InputSource. 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. -
Attributes are seperated into known attributes and unknown attributes. +
Attributes are separated into known attributes and unknown attributes.

Known attributes have a local name that is known to the XFastTokenHandler registered at the XFastParser 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 FastToken::Invalid - @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.

Before parsing is possible you have to set your XFastDocumentHandler using setFastDocumentHandler.

Parsing starts with calling parseStream. If the parser - finds a valid xml file with the given InputSource, it calls + finds a valid XML file with the given InputSource, it calls XFastDocumentHandler::startDocument first. -

This parser generates either 'fast' events that use integer token - values for namespaces, elements and attributes or 'unknown' events for +

This parser generates either "fast" events that use integer token + values for namespaces, elements and attributes or "unknown" events for elements that are unknown.

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 {

Setting a XFastTokenHandler with setTokenHandler is optional, but without a XFastTokenHandler 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.

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.

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.

If a valid context is returned this context gets a start event by a call to XFastContextHandler::startFastElement 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.

An instance of this interface can be registered at a XFastParser. - 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 FastToken::DONTKNOW @@ -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. *

- * 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. *

- * 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. *

* 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 -

Note that you cannot specifiy Length together +

Note that you cannot specify Length together with MinLength or MaxLength.

*/ [property, maybevoid] long Length; /** specifies the minimum length of the string -

Note that you cannot specifiy MinLength together +

Note that you cannot specify MinLength together with Length.

*/ [property, maybevoid] long MinLength; /** specifies the maximum length of the string -

Note that you cannot specifiy MaxLength together +

Note that you cannot specify MaxLength together with Length.

*/ [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 XBindableValue are incompatible @deprecated - This exception is superseeded by IncompatibleTypesException + This exception is superseded by IncompatibleTypesException */ 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 ListEntryEvent + This structure is superseded by ListEntryEvent */ 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 XBindableValue + This interface is superseded by XBindableValue */ 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 XListEntryListener + This interface is superseded by XListEntryListener */ 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 XListEntrySink + This interface is superseded by XListEntrySink */ 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 XListEntrySource + This interface is superseded by XListEntrySource */ 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 NullPointerException if the given listener is 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 XValueBinding + This interface is superseded by XValueBinding */ interface XValueBinding : com::sun::star::uno::XInterface { -- 1.7.2.3