Kaydet (Commit) 6d027e4d authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS uaa03 (1.2.18); FILE MERGED

2003/05/21 15:19:16 mt 1.2.18.1: #i14623# UAA finalization
üst dd9383b3
......@@ -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);
};
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment