summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorAurimas Fišeras <aurimas@gmail.com>2011-01-28 18:43:28 +0200
committerCaolán McNamara <caolanm@redhat.com>2011-02-01 10:37:11 +0000
commitd2b8cb3cf418d0435e7f222aa33b5ab837f4f69b (patch)
tree16e84e415cfe9624db8e876e036f35b0ee34058e /offapi
parent0e91a5b571792b6b0ed24eb1157734a2b0ff2543 (diff)
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.
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/xml/AttributeContainer.idl2
-rw-r--r--offapi/com/sun/star/xml/ExportFilter.idl2
-rw-r--r--offapi/com/sun/star/xml/XExportFilter.idl2
-rw-r--r--offapi/com/sun/star/xml/XImportFilter.idl2
-rw-r--r--offapi/com/sun/star/xml/csax/XCompressedDocumentHandler.idl2
-rw-r--r--offapi/com/sun/star/xml/dom/XNamedNodeMap.idl4
-rw-r--r--offapi/com/sun/star/xml/dom/XNodeList.idl2
-rw-r--r--offapi/com/sun/star/xml/dom/events/EventType.idl4
-rw-r--r--offapi/com/sun/star/xml/input/XAttributes.idl14
-rw-r--r--offapi/com/sun/star/xml/input/XElement.idl8
-rw-r--r--offapi/com/sun/star/xml/input/XRoot.idl2
-rw-r--r--offapi/com/sun/star/xml/sax/InputSource.idl6
-rw-r--r--offapi/com/sun/star/xml/sax/SAXInvalidCharacterException.idl2
-rw-r--r--offapi/com/sun/star/xml/sax/SAXParseException.idl2
-rw-r--r--offapi/com/sun/star/xml/sax/XEntityResolver.idl8
-rw-r--r--offapi/com/sun/star/xml/sax/XFastAttributeList.idl8
-rw-r--r--offapi/com/sun/star/xml/sax/XFastContextHandler.idl2
-rw-r--r--offapi/com/sun/star/xml/sax/XFastDocumentHandler.idl4
-rw-r--r--offapi/com/sun/star/xml/sax/XFastParser.idl16
-rw-r--r--offapi/com/sun/star/xml/sax/XFastSerializer.idl4
-rw-r--r--offapi/com/sun/star/xml/sax/XFastTokenHandler.idl8
-rw-r--r--offapi/com/sun/star/xml/wrapper/XMLDocumentWrapper.idl2
-rw-r--r--offapi/com/sun/star/xml/wrapper/XMLElementWrapper.idl2
-rw-r--r--offapi/com/sun/star/xml/wrapper/XXMLDocumentWrapper.idl10
-rw-r--r--offapi/com/sun/star/xml/wrapper/XXMLElementWrapper.idl4
-rw-r--r--offapi/com/sun/star/xml/xpath/XXPathAPI.idl4
-rw-r--r--offapi/com/sun/star/xml/xpath/XXPathObject.idl2
-rw-r--r--offapi/com/sun/star/xsd/String.idl6
-rw-r--r--offapi/com/sun/star/xsd/WhiteSpaceTreatment.idl2
-rw-r--r--offapi/drafts/com/sun/star/form/IncompatibleTypesException.idl2
-rw-r--r--offapi/drafts/com/sun/star/form/ListEntryEvent.idl2
-rw-r--r--offapi/drafts/com/sun/star/form/XBindableValue.idl2
-rw-r--r--offapi/drafts/com/sun/star/form/XListEntryListener.idl2
-rw-r--r--offapi/drafts/com/sun/star/form/XListEntrySink.idl2
-rw-r--r--offapi/drafts/com/sun/star/form/XListEntrySource.idl4
-rw-r--r--offapi/drafts/com/sun/star/form/XValueBinding.idl2
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 74f34e7f5ac7..cd4c9dec0a6b 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 aae508180607..21b5ece2b6d1 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 47051f579e2d..89e597977f35 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 650a24d8b05c..68646ba9f982 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 bcab642f7155..ad314f4b60ff 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 d5ea97e1ef69..df7ed658ad56 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 a59d2aa7a70a..7c8ae6c85326 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 d0b10c05765e..1a1226c08063 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 2e026da99662..4008f32adfd5 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 3c151cf4eed3..c0806d078182 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 41bfefc2a76f..626a0301e09a 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 dafffbd31695..d9004b08b1eb 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 162d8b3cbb83..9b415b3119fb 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 9c7993fb854c..2c56716fa683 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 0638f72ba94c..63547e260fa8 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 a48e0e5b9337..4b514e1791bb 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 22feebe6f5a0..1449e3fbc4b5 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 a4b5c94b8142..af9e2b2aef41 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 037aa01f913b..e2e2d1e31418 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 3c61d0ffcbf4..5d1591490bb5 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 e4af64500b6c..0f1063479edc 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 8fb0ed67d17a..db7753848ff3 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 3a5edca4325e..2dc7103458d9 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 2145c23a941b..996e76a6fefa 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 ef19b64826c7..95f536abf8ef 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 e3501947cb4c..62ac4c32d984 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 3371a17fe93c..8e5f33bbbbe0 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 f86cc0c3fa2f..d5d5f029a17a 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 05294e3a3217..7b76c069f07d 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 ec784aa7c2bb..3192d80c0d2f 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 9186d33375ff..3c145f8cd2fd 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 fafb1edda83d..42ab74e576b4 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 e9e49d799d26..7b68b72ffb07 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 3cd163189c1d..8f2d6748d3f3 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 095b8a703d5a..b2cc390027e6 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 a62c164ebfce..bfef18ad02b7 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
{