summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 22:32:23 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:00 +0200
commit3122600a5e11309b86e33061defd710cf0872975 (patch)
tree849f913b061611d306194e07c22071219dafd592 /offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl
parentb352a8bf0321c13919c9882484a1c4d4d65cfd33 (diff)
*api: convert <member>Foo::bar</member>
Doxygen would probably recognize these without () too but add them for consistency. sed -i "s,<member>\([^<]*::[a-z][^<:]\+[^)]\)</member>,\1(),g" Change-Id: I2615b99265b75633459e35164e54d9da7fe76b85
Diffstat (limited to 'offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl')
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl14
1 files changed, 7 insertions, 7 deletions
diff --git a/offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl b/offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl
index e6779ac33731..c4eff29044c8 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl
@@ -32,17 +32,17 @@ module com { module sun { module star { module accessibility {
of hyperlinks are contained in client side image maps. Linked objects
and anchors are implementation dependent. This interface inherits the
XAccessibleAction interface. Especially that interface's
- <member>XAccessibleAction::getActionCount</member> method is needed to
+ XAccessibleAction::getActionCount() method is needed to
obtain a maximum value for the indices passed to the
- <member>XAccessibleHyperlink::getAccessibleActionAnchor</member> and
- <member>XAccessibleHyperlink::getAccessibleActionObject</member>
+ XAccessibleHyperlink::getAccessibleActionAnchor() and
+ XAccessibleHyperlink::getAccessibleActionObject()
methods.</p>
<p>Furthermore, the object that implements this interface has to be
connected implicitly or explicitly with an object that implements the
the XAccessibleText interface. The
- <member>XAccessibleHyperlink::getStartIndex</member> and
- <member>XAccessibleHyperlink::getEndIndex</member> methods return
+ XAccessibleHyperlink::getStartIndex() and
+ XAccessibleHyperlink::getEndIndex() methods return
indices with respect to the text exposed by that interface.</p>
@since OOo 1.1.2
@@ -60,7 +60,7 @@ interface XAccessibleHyperlink :
This index identifies the anchor when, as in the case of an
image map, there is more than one link represented by this
object. The valid maximal index can be determined by calling
- the <member>XAccessibleAction::getActionCount</member> method.
+ the XAccessibleAction::getActionCount() method.
@return
If the index is not valid then an exception is thrown.
@@ -79,7 +79,7 @@ interface XAccessibleHyperlink :
This index identifies the action object when, as in the case of
an image map, there is more than one link represented by this
object. The valid maximal index can be determined by calling
- the <member>XAccessibleAction::getActionCount</member> method.
+ the XAccessibleAction::getActionCount() method.
@return
If the index is not valid then an exception is thrown.