summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/accessibility
diff options
context:
space:
mode:
authorAurimas Fišeras <aurimas@gmail.com>2011-01-22 13:23:30 +0200
committerDavid Tardon <dtardon@redhat.com>2011-01-25 07:03:25 +0100
commitb8250c7382b86bf02927e6224c715e4921c47f6d (patch)
tree393aa47f6158aa3b8aff6c856f45079c45fc454a /offapi/com/sun/star/accessibility
parent65203e5978bc0c8803bd0d71fe2d3e2edd60d2b6 (diff)
Some fixes to documentation (part 1)
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/com/sun/star/accessibility')
-rw-r--r--offapi/com/sun/star/accessibility/AccessibleEventObject.idl2
-rw-r--r--offapi/com/sun/star/accessibility/AccessibleRelation.idl2
-rw-r--r--offapi/com/sun/star/accessibility/AccessibleRole.idl4
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleContext.idl8
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl2
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleTable.idl4
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleText.idl4
7 files changed, 13 insertions, 13 deletions
diff --git a/offapi/com/sun/star/accessibility/AccessibleEventObject.idl b/offapi/com/sun/star/accessibility/AccessibleEventObject.idl
index c1a4e5c39d07..015cd53abf8f 100644
--- a/offapi/com/sun/star/accessibility/AccessibleEventObject.idl
+++ b/offapi/com/sun/star/accessibility/AccessibleEventObject.idl
@@ -37,7 +37,7 @@ module com { module sun { module star { module accessibility {
the <type>XAccessibleEventBroadcaster</type> and notified to
<type>XAccessibleEventListener</type>.
- <p>It is usualy implemented by <type>AccessibleContext</type>.
+ <p>It is usually implemented by <type>AccessibleContext</type>.
@since OOo 1.1.2
*/
diff --git a/offapi/com/sun/star/accessibility/AccessibleRelation.idl b/offapi/com/sun/star/accessibility/AccessibleRelation.idl
index 8df475e9fa0e..edeca45bce86 100644
--- a/offapi/com/sun/star/accessibility/AccessibleRelation.idl
+++ b/offapi/com/sun/star/accessibility/AccessibleRelation.idl
@@ -48,7 +48,7 @@ published struct AccessibleRelation
<p>Its value has to be one of the constants defined by
<type>AccessibleRelationType</type>. If that value is INVALID then
the whole relation is regarded as invalid. The content of the
- targetSet is then undefined.</p>
+ TargetSet is then undefined.</p>
@see AccessibleRelationType
*/
diff --git a/offapi/com/sun/star/accessibility/AccessibleRole.idl b/offapi/com/sun/star/accessibility/AccessibleRole.idl
index 3caf7d6fd6fe..f393428bc061 100644
--- a/offapi/com/sun/star/accessibility/AccessibleRole.idl
+++ b/offapi/com/sun/star/accessibility/AccessibleRole.idl
@@ -35,7 +35,7 @@ module com { module sun { module star { module accessibility {
<p>This collection of constants defines the set of possible roles of
classes implementing the <type>XAccessible</type> interface according to
the Java class javax.accessibility.AccessibleRole. The role of an
- object describes its generic function like 'button', 'menu', or 'text'.
+ object describes its generic function like "button", "menu", or "text".
You can obtain an object's role by calling the
<member>getAccessibleRole</member> method of the
<type>XAccessibleContext</type> interface.</p>
@@ -663,7 +663,7 @@ published constants AccessibleRole
/** Section role
<p>The object is a containing instance of document content which constitutes a particular
- 'logical' section of the document.</p>
+ "logical" section of the document.</p>
@since OOo 3.0
*/
diff --git a/offapi/com/sun/star/accessibility/XAccessibleContext.idl b/offapi/com/sun/star/accessibility/XAccessibleContext.idl
index 67ec7cf8d9a4..56131a6aa0a4 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleContext.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleContext.idl
@@ -51,7 +51,7 @@ module com { module sun { module star { module accessibility {
published interface XAccessibleSelection;
published interface XAccessibleStateSet;
-/** Implement this interface for exposing various aspects of a class'
+/** Implement this interface for exposing various aspects of a class's
content.
<p>This interface serves two purposes: On the one hand it gives access
@@ -60,8 +60,8 @@ module com { module sun { module star { module accessibility {
hand it gives access to objects that expose the represented content.
That are role, state, name, description, and relations to other objects.
Take an OK button of a dialog as an example. Its role is
- <const>AccessibleRole::BUTTON</const>, its name is 'OK', and its description
- is something like 'Accepts all changes made in the dialog'.</p>
+ <const>AccessibleRole::BUTTON</const>, its name is "OK", and its description
+ is something like "Accepts all changes made in the dialog".</p>
@since OOo 1.1.2
*/
@@ -166,7 +166,7 @@ published interface XAccessibleContext : ::com::sun::star::uno::XInterface
set: changing the returned object does not change this object's
relations.</p>
- <p>aThere are two ways to represent an empty list of relations:
+ <p>There are two ways to represent an empty list of relations:
Return an empty reference or return a valid object that contains an
empty list.
diff --git a/offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl b/offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl
index c131d9c19815..aecd4702d4b9 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl
@@ -75,7 +75,7 @@ published interface XAccessibleKeyBinding : ::com::sun::star::uno::XInterface
@param nIndex
The index selects one of alternative key bindings. It has to
non-negative and smaller then the number of key bindings as
- returned by the <member>geetAccessibleKeyBindingCount()</member>
+ returned by the <member>getAccessibleKeyBindingCount()</member>
method.
@return
The returned sequence of key strokes specifies one way to invoke
diff --git a/offapi/com/sun/star/accessibility/XAccessibleTable.idl b/offapi/com/sun/star/accessibility/XAccessibleTable.idl
index 708233a00cd7..07415abe77e3 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleTable.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleTable.idl
@@ -184,7 +184,7 @@ published interface XAccessibleTable : ::com::sun::star::uno::XInterface
dependent.</p>
@return
- Returns allways a valid reference to an
+ Returns always a valid reference to an
<type>XAccessibleTable</type> object.
*/
XAccessibleTable getAccessibleRowHeaders ();
@@ -196,7 +196,7 @@ published interface XAccessibleTable : ::com::sun::star::uno::XInterface
dependent.</p>
@return
- Returns allways a valid reference to an
+ Returns always a valid reference to an
<type>XAccessibleTable</type> object.
*/
XAccessibleTable getAccessibleColumnHeaders ();
diff --git a/offapi/com/sun/star/accessibility/XAccessibleText.idl b/offapi/com/sun/star/accessibility/XAccessibleText.idl
index c66cd3d6d5e7..d99fcfeeaddf 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleText.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleText.idl
@@ -210,7 +210,7 @@ published interface XAccessibleText : ::com::sun::star::uno::XInterface
characters in the text or the height of the preceding character, its
width being at least one pixel so that the bounding box is not
degenerate.<br>
- Note that the index 'length' is not always valid. Whether it is
+ Note that the index "length" is not always valid. Whether it is
or not is implementation dependent. It typically is when text is
editable or otherwise when on the screen the caret can be placed
behind the text. You can be sure that the index is valid after you
@@ -316,7 +316,7 @@ published interface XAccessibleText : ::com::sun::star::uno::XInterface
The first character of the new selection.
The valid range is 0..length.
- @parm nEndIndex
+ @param nEndIndex
The position after the last character of the new selection.
The valid range is 0..length.