summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/accessibility
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-22 12:05:57 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-22 12:05:57 +0000
commit6d027e4d317800af657b91773c8260d6ae348f31 (patch)
treed2ef26870dd60fb54b6881b9e94cf2b7118b7b08 /offapi/com/sun/star/accessibility
parentdd9383b32e27748bb9b0c906f4ac466e55f34686 (diff)
INTEGRATION: CWS uaa03 (1.2.18); FILE MERGED
2003/05/21 15:19:16 mt 1.2.18.1: #i14623# UAA finalization
Diffstat (limited to 'offapi/com/sun/star/accessibility')
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleHypertext.idl10
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleSelection.idl6
2 files changed, 8 insertions, 8 deletions
diff --git a/offapi/com/sun/star/accessibility/XAccessibleHypertext.idl b/offapi/com/sun/star/accessibility/XAccessibleHypertext.idl
index 8e1325c9f0eb..a8eacaa4d08c 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleHypertext.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleHypertext.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XAccessibleHypertext.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2003-04-24 17:35:06 $
+ * last change: $Author: vg $ $Date: 2003-05-22 13:05:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,7 +97,7 @@ interface XAccessibleHypertext
The number of links and link groups within this hypertext
document. Returns 0 if there is no link.
*/
- long getLinkCount ();
+ long getHyperLinkCount ();
/** Return the specified link.
@@ -114,7 +114,7 @@ interface XAccessibleHypertext
hyperlink object is returned. If the index is invalid then an
empty reference is returned.
*/
- XAccessibleHyperlink getLink ([in] long nLinkIndex)
+ XAccessibleHyperlink getHyperLink ([in] long nLinkIndex)
raises (::com::sun::star::lang::IndexOutOfBoundsException);
@@ -139,7 +139,7 @@ interface XAccessibleHypertext
@see XAccessibleText.
*/
- long getLinkIndex ([in] long nCharIndex)
+ long getHyperLinkIndex ([in] long nCharIndex)
raises (::com::sun::star::lang::IndexOutOfBoundsException);
};
diff --git a/offapi/com/sun/star/accessibility/XAccessibleSelection.idl b/offapi/com/sun/star/accessibility/XAccessibleSelection.idl
index 62dde8364ea4..a57a3c28e296 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleSelection.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleSelection.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XAccessibleSelection.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2003-04-24 17:35:46 $
+ * last change: $Author: vg $ $Date: 2003-05-22 13:05:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -135,7 +135,7 @@ interface XAccessibleSelection : ::com::sun::star::uno::XInterface
supported then the first child, if it exists, is selected and all
other children are deselected.</p>
*/
- [oneway] void selectAllAccessible ();
+ [oneway] void selectAllAccessibleChildren ();
/** Returns the number of Accessible children that are currently
selected.