summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/accessibility
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:21:10 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:01 +0200
commitbb6503dd081ebb4d11929ab1946eea8d60dd817c (patch)
treee2197a207d6c5f6ff82a7aa71b2c7266b45cd84f /offapi/com/sun/star/accessibility
parent4bb43e1612ea3737fe53bb28ac830810b0a6a028 (diff)
*api: convert remaining <member>
sed -i "s,<member>\([^<]\+\)</member>,\1,g" Change-Id: I74c80f5aa610477fab28faec52e55c3137984aec
Diffstat (limited to 'offapi/com/sun/star/accessibility')
-rw-r--r--offapi/com/sun/star/accessibility/AccessibleEventId.idl158
-rw-r--r--offapi/com/sun/star/accessibility/TextSegment.idl14
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl2
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleMultiLineText.idl2
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleSelection.idl6
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleStateSet.idl2
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleTable.idl14
7 files changed, 99 insertions, 99 deletions
diff --git a/offapi/com/sun/star/accessibility/AccessibleEventId.idl b/offapi/com/sun/star/accessibility/AccessibleEventId.idl
index 663f525a39fa..79d7f6c3e905 100644
--- a/offapi/com/sun/star/accessibility/AccessibleEventId.idl
+++ b/offapi/com/sun/star/accessibility/AccessibleEventId.idl
@@ -24,8 +24,8 @@ module com { module sun { module star { module accessibility {
/** These constants identify the type of AccessibleEventObject
objects.
- <p>The <member>AccessibleEventObject::OldValue</member> and
- <member>AccessibleEventObject::NewValue</member> fields contain, where
+ <p>The AccessibleEventObject::OldValue and
+ AccessibleEventObject::NewValue fields contain, where
applicable and not otherwise stated, the old and new value of the
property in question.</p>
@@ -38,46 +38,46 @@ constants AccessibleEventId
{
/** Use this event type to indicate a change of the name string
of an accessible object. The
- <member>AccessibleEventObject::OldValue</member> and
- <member>AccessibleEventObject::NewValue</member> fields contain the
+ AccessibleEventObject::OldValue and
+ AccessibleEventObject::NewValue fields contain the
name before and after the change.
*/
const short NAME_CHANGED = 1;
/** Use this event type to indicate a change of the description string
of an accessible object. The
- <member>AccessibleEventObject::OldValue</member> and
- <member>AccessibleEventObject::NewValue</member> fields contain the
+ AccessibleEventObject::OldValue and
+ AccessibleEventObject::NewValue fields contain the
description before and after the change.
*/
const short DESCRIPTION_CHANGED = 2;
/** The change of the number or attributes of actions of an accessible
object is signaled by events of this type.
- <p>The <member>AccessibleEventObject::OldValue</member> and
- <member>AccessibleEventObject::NewValue</member> fields contain the
+ <p>The AccessibleEventObject::OldValue and
+ AccessibleEventObject::NewValue fields contain the
old and new number of actions.
*/
const short ACTION_CHANGED = 3;
/** State changes are signaled with this event type. Use one event for
every state that is set or reset. The
- <member>AccessibleEventObject::OldValue</member> and
- <member>AccessibleEventObject::NewValue</member> fields contain the
+ AccessibleEventObject::OldValue and
+ AccessibleEventObject::NewValue fields contain the
old and new value respectively. To set a state put the state id
- into the <member>AccessibleEventObject::NewValue</member> field and
- leave <member>AccessibleEventObject::OldValue</member> empty. To
+ into the AccessibleEventObject::NewValue field and
+ leave AccessibleEventObject::OldValue empty. To
reset a state put the state id into the
- <member>AccessibleEventObject::OldValue</member> field and leave
- <member>AccessibleEventObject::NewValue</member> empty.
+ AccessibleEventObject::OldValue field and leave
+ AccessibleEventObject::NewValue empty.
*/
const short STATE_CHANGED = 4;
/** Constant used to determine when the active descendant of a component
has changed. The active descendant is used in objects with
- transient children. The <member>AccessibleEventObject::NewValue</member>
+ transient children. The AccessibleEventObject::NewValue
contains the now active object. The
- <member>AccessibleEventObject::OldValue</member> contains the
+ AccessibleEventObject::OldValue contains the
previously active child. Empty references indicate that no child
has been respectively is currently active.
*/
@@ -94,28 +94,28 @@ constants AccessibleEventId
much more specific than the later one and reduces the number of
calls an AT-Tool has to make to retrieve all affected data.</p>
- <p>The <member>AccessibleEventObject::OldValue</member> and
- <member>AccessibleEventObject::NewValue</member> remain empty. Use
- a call to the <member>XAccessibleComponent::getBounds()</member>
+ <p>The AccessibleEventObject::OldValue and
+ AccessibleEventObject::NewValue remain empty. Use
+ a call to the XAccessibleComponent::getBounds()
method to determine the new bounding box.</p>
*/
const short BOUNDRECT_CHANGED = 6;
/** A child event indicates the addition of a new or the removal of an
existing child. The contents of the
- <member>AccessibleEventObject::OldValue</member> and
- <member>AccessibleEventObject::NewValue</member> fields determines
+ AccessibleEventObject::OldValue and
+ AccessibleEventObject::NewValue fields determines
which of both has taken place.
<p>If a new child has been added then
- the <member>AccessibleEventObject::NewValue</member> contains a
+ the AccessibleEventObject::NewValue contains a
reference to this new object and
- <member>AccessibleEventObject::OldValue</member> remains empty.</p>
+ AccessibleEventObject::OldValue remains empty.</p>
<p>If a child has been removed then the
- <member>AccessibleEventObject::OldValue</member> contains a
+ AccessibleEventObject::OldValue contains a
reference to this object and
- <member>AccessibleEventObject::NewValue</member> remains empty.</p>
+ AccessibleEventObject::NewValue remains empty.</p>
<p>If a child has been added and a another one has been removed
don't set both fields at the same. Send separate events
@@ -141,8 +141,8 @@ constants AccessibleEventId
const short INVALIDATE_ALL_CHILDREN = 8;
/** Events of this type indicate changes of the selection. The
- <member>AccessibleEventObject::OldValue</member> and
- <member>AccessibleEventObject::NewValue</member> fields remain empty.
+ AccessibleEventObject::OldValue and
+ AccessibleEventObject::NewValue fields remain empty.
*/
const short SELECTION_CHANGED = 9;
@@ -150,15 +150,15 @@ constants AccessibleEventId
of an accessible object. This includes for example most of the
attributes available over the XAccessibleComponent and
XAccessibleExtendedComponent interfaces. The
- <member>AccessibleEventObject::OldValue</member> and
- <member>AccessibleEventObject::NewValue</member> fields are left empty.
+ AccessibleEventObject::OldValue and
+ AccessibleEventObject::NewValue fields are left empty.
*/
const short VISIBLE_DATA_CHANGED = 10;
/** This constant indicates changes of the value of an
XAccessibleValue interface. The
- <member>AccessibleEventObject::OldValue</member> and
- <member>AccessibleEventObject::NewValue</member> field contain the
+ AccessibleEventObject::OldValue and
+ AccessibleEventObject::NewValue field contain the
old and new value as a number. Its exact type is implementation
dependent but has to be the same as is returned by the
XAccessibleValue::getCurrentValue() function.
@@ -169,8 +169,8 @@ constants AccessibleEventId
/** Identifies the change of a relation set: The content flow has
changed.
- <p>Not used: The <member>AccessibleEventObject::OldValue</member> and
- <member>AccessibleEventObject::NewValue</member> fields contain
+ <p>Not used: The AccessibleEventObject::OldValue and
+ AccessibleEventObject::NewValue fields contain
references to the old and new predecessor. Note that both references
my be <NULL/> to indicate that a flow to the sending object has not
existed or does not exist anymore.</p>
@@ -180,8 +180,8 @@ constants AccessibleEventId
/** Identifies the change of a relation set: The content flow has
changed.
- <p>Not used: The <member>AccessibleEventObject::OldValue</member> and
- <member>AccessibleEventObject::NewValue</member> fields contain
+ <p>Not used: The AccessibleEventObject::OldValue and
+ AccessibleEventObject::NewValue fields contain
references to the old and new successor. Note that both references
my be <NULL/> to indicate that a flow from the sending object has not
existed or does not exist anymore.</p>
@@ -190,56 +190,56 @@ constants AccessibleEventId
/** Identifies the change of a relation set: The target object that is
doing the controlling has changed. The
- <member>AccessibleEventObject::OldValue</member> and
- <member>AccessibleEventObject::NewValue</member> fields contain the
+ AccessibleEventObject::OldValue and
+ AccessibleEventObject::NewValue fields contain the
old and new controlling objects.
*/
const short CONTROLLED_BY_RELATION_CHANGED = 14;
/** Identifies the change of a relation set: The controller for the
target object has changed. The
- <member>AccessibleEventObject::OldValue</member> and
- <member>AccessibleEventObject::NewValue</member> fields contain the
+ AccessibleEventObject::OldValue and
+ AccessibleEventObject::NewValue fields contain the
old and new number of controlled objects.
*/
const short CONTROLLER_FOR_RELATION_CHANGED = 15;
/** Identifies the change of a relation set: The target group for a
label has changed. The
- <member>AccessibleEventObject::OldValue</member> and
- <member>AccessibleEventObject::NewValue</member> fields contain the
+ AccessibleEventObject::OldValue and
+ AccessibleEventObject::NewValue fields contain the
old and new number labeled objects.
*/
const short LABEL_FOR_RELATION_CHANGED = 16;
/** Identifies the change of a relation set: The objects that are doing
the labeling have changed. The
- <member>AccessibleEventObject::OldValue</member> and
- <member>AccessibleEventObject::NewValue</member> fields contain the
+ AccessibleEventObject::OldValue and
+ AccessibleEventObject::NewValue fields contain the
old and new accessible label.
*/
const short LABELED_BY_RELATION_CHANGED = 17;
/** Identifies the change of a relation set: The group membership has
changed. The
- <member>AccessibleEventObject::OldValue</member> and
- <member>AccessibleEventObject::NewValue</member> fields contain the
+ AccessibleEventObject::OldValue and
+ AccessibleEventObject::NewValue fields contain the
old and new number of members.
*/
const short MEMBER_OF_RELATION_CHANGED = 18;
/** Identifies the change of a relation set: The sub-window-of relation
has changed. The
- <member>AccessibleEventObject::OldValue</member> and
- <member>AccessibleEventObject::NewValue</member> fields contain the
+ AccessibleEventObject::OldValue and
+ AccessibleEventObject::NewValue fields contain the
old and new accessible parent window objects.
*/
const short SUB_WINDOW_OF_RELATION_CHANGED = 19;
/** Events of this type are sent when the caret has moved to a new
position. The old and new position can be found in the
- <member>AccessibleEventObject::OldValue</member> and
- <member>AccessibleEventObject::NewValue</member> fields.
+ AccessibleEventObject::OldValue and
+ AccessibleEventObject::NewValue fields.
*/
const short CARET_CHANGED = 20;
@@ -247,8 +247,8 @@ constants AccessibleEventId
selection is <em>not</em> available through the event object. You
have to query the XAccessibleText interface of the
event source for this information. The type of content of the
- <member>AccessibleEventObject::OldValue</member> and
- <member>AccessibleEventObject::NewValue</member> fields is not
+ AccessibleEventObject::OldValue and
+ AccessibleEventObject::NewValue fields is not
specified at the moment. This may change in the future.
*/
const short TEXT_SELECTION_CHANGED = 21;
@@ -260,19 +260,19 @@ constants AccessibleEventId
<p>The affected text ranges are represented by <type
scope="com::sun::star::accessibility">TextSegment</type> structures.<p>
- <p>The content of the <member>AccessibleEventObject::OldValue</member> and
- <member>AccessibleEventObject::NewValue</member> expresses the type
+ <p>The content of the AccessibleEventObject::OldValue and
+ AccessibleEventObject::NewValue expresses the type
of text change: <ul> <li>Insertion: the
- <member>AccessibleEventObject::NewValue</member> field specifies the
+ AccessibleEventObject::NewValue field specifies the
inserted text after the insertion, the
- <member>AccessibleEventObject::OldValue</member> field remains
+ AccessibleEventObject::OldValue field remains
empty.</li> <li>Deletion: the
- <member>AccessibleEventObject::OldValue</member> field specifies the
+ AccessibleEventObject::OldValue field specifies the
deleted text before the deletion, the
- <member>AccessibleEventObject::NewValue</member> field remains
+ AccessibleEventObject::NewValue field remains
empty.</li> <li>Update/Replace/Modification: the
- <member>AccessibleEventObject::OldValue</member> and
- <member>AccessibleEventObject::NewValue</member> fields specify the
+ AccessibleEventObject::OldValue and
+ AccessibleEventObject::NewValue fields specify the
modified text before respectively after the modification.</li>
<li>Unknown: when the type of text change or the place where it took
place can not be determined by the event broadcaster then both
@@ -297,77 +297,77 @@ constants AccessibleEventId
const short TEXT_ATTRIBUTE_CHANGED = 23;
/** Constant used to indicate that a hypertext element has received
- focus. The <member>AccessibleEventObject::OldValue</member> field
+ focus. The AccessibleEventObject::OldValue field
contains the start index of previously focused element. The
- <member>AccessibleEventObject::NewValue</member> field holds the
+ AccessibleEventObject::NewValue field holds the
start index in the document of the current element that has focus. A
value of -1 indicates that an element does not or did not have
focus.
*/
const short HYPERTEXT_CHANGED = 24;
/** Constant used to indicate that the table caption has changed. The
- <member>AccessibleEventObject::OldValue</member> and
- <member>AccessibleEventObject::NewValue</member> fields contain the
+ AccessibleEventObject::OldValue and
+ AccessibleEventObject::NewValue fields contain the
old and new accessible objects representing the table caption.
*/
const short TABLE_CAPTION_CHANGED = 25;
/** Constant used to indicate that the column description has changed.
- The <member>AccessibleEventObject::NewValue</member> field contains
+ The AccessibleEventObject::NewValue field contains
the column index. The
- <member>AccessibleEventObject::OldValue</member> is left empty.
+ AccessibleEventObject::OldValue is left empty.
*/
const short TABLE_COLUMN_DESCRIPTION_CHANGED = 26;
/** Constant used to indicate that the column header has changed. The
- <member>AccessibleEventObject::OldValue</member> is empty, the
- <member>AccessibleEventObject::NewValue</member> field contains an
+ AccessibleEventObject::OldValue is empty, the
+ AccessibleEventObject::NewValue field contains an
AccessibleTableModelChange representing the header
change.
*/
const short TABLE_COLUMN_HEADER_CHANGED = 27;
/** Constant used to indicate that the table data has changed. The
- <member>AccessibleEventObject::OldValue</member> is empty, the
- <member>AccessibleEventObject::NewValue</member> field contains an
+ AccessibleEventObject::OldValue is empty, the
+ AccessibleEventObject::NewValue field contains an
AccessibleTableModelChange representing the data
change.
*/
const short TABLE_MODEL_CHANGED = 28;
/** Constant used to indicate that the row description has changed. The
- <member>AccessibleEventObject::NewValue</member> field contains the
- row index. The <member>AccessibleEventObject::OldValue</member> is
+ AccessibleEventObject::NewValue field contains the
+ row index. The AccessibleEventObject::OldValue is
left empty.
*/
const short TABLE_ROW_DESCRIPTION_CHANGED = 29;
/** Constant used to indicate that the row header has changed. The
- <member>AccessibleEventObject::OldValue</member> is empty, the
- <member>AccessibleEventObject::NewValue</member> field contains an
+ AccessibleEventObject::OldValue is empty, the
+ AccessibleEventObject::NewValue field contains an
AccessibleTableModelChange representing the header
change.
*/
const short TABLE_ROW_HEADER_CHANGED = 30;
/** Constant used to indicate that the table summary has changed. The
- <member>AccessibleEventObject::OldValue</member> and
- <member>AccessibleEventObject::NewValue</member> fields contain the
+ AccessibleEventObject::OldValue and
+ AccessibleEventObject::NewValue fields contain the
old and new accessible objects representing the table summary.
*/
const short TABLE_SUMMARY_CHANGED = 31;
/** Constant used to indicate that a list box entry has been expanded.
- <member>AccessibleEventObject::OldValue</member> is empty.
- <member>AccessibleEventObject::NewValue</member> contains the expanded list box entry.
+ AccessibleEventObject::OldValue is empty.
+ AccessibleEventObject::NewValue contains the expanded list box entry.
@since OOo 3.2
*/
const short LISTBOX_ENTRY_EXPANDED = 32;
/** Constant used to indicate that a list box entry has been collapsed.
- <member>AccessibleEventObject::OldValue</member> is empty.
- <member>AccessibleEventObject::NewValue</member> contains the collapsed list box entry.
+ AccessibleEventObject::OldValue is empty.
+ AccessibleEventObject::NewValue contains the collapsed list box entry.
@since OOo 3.2
*/
diff --git a/offapi/com/sun/star/accessibility/TextSegment.idl b/offapi/com/sun/star/accessibility/TextSegment.idl
index 125aa404baa8..e75c77851c60 100644
--- a/offapi/com/sun/star/accessibility/TextSegment.idl
+++ b/offapi/com/sun/star/accessibility/TextSegment.idl
@@ -27,17 +27,17 @@ module com { module sun { module star { module accessibility {
XAccessibleText interface to describe a text portion that
was inserted into or deleted from an accessible text.
- <p>The indices <member>TextSegment::SegmentStart</member> and
- <member>TextSegment::SegmentEnd</member> refer to the enclosing text.
- The <member>TextSegment::SegmentText</member> member contains the text
+ <p>The indices TextSegment::SegmentStart and
+ TextSegment::SegmentEnd refer to the enclosing text.
+ The TextSegment::SegmentText member contains the text
between these two indices including the start index but not the end
index. With it you can use this structure without having to
access the XAccessibleText interface that represents the
enclosing text.</p>
<p>An empty text segment is expressed by
- <member>TextSegment::SegmentStart</member> and
- <member>TextSegment::SegmentEnd</member> set to the same value. While a
+ TextSegment::SegmentStart and
+ TextSegment::SegmentEnd set to the same value. While a
value of -1 signals an error (like the request for a word after the last
character of a text) all other values define the empty string at that
position.</p>
@@ -54,8 +54,8 @@ module com { module sun { module star { module accessibility {
struct TextSegment
{
/** A copy of the text segment of the enclosing text delimited by the
- text indices <member>TextSegment::SegmentStart</member> and
- <member>TextSegment::SegmentEnd</member>. Modifying it does not
+ text indices TextSegment::SegmentStart and
+ TextSegment::SegmentEnd. Modifying it does not
alter the enclosing text.
*/
string SegmentText;
diff --git a/offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl b/offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl
index 69cc41523dc3..9e03d7ddf335 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl
@@ -61,7 +61,7 @@ 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>getAccessibleKeyBindingCount()</member>
+ returned by the getAccessibleKeyBindingCount()
method.
@return
The returned sequence of key strokes specifies one way to invoke
diff --git a/offapi/com/sun/star/accessibility/XAccessibleMultiLineText.idl b/offapi/com/sun/star/accessibility/XAccessibleMultiLineText.idl
index 4b7aa2cc845d..caf5b52fb6a9 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleMultiLineText.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleMultiLineText.idl
@@ -67,7 +67,7 @@ interface XAccessibleMultiLineText
<p>The number of lines can be obtained by calling
XAccessibleMultiLineText::getLineNumberAtIndex()
with the index of the last character. In a loop, the last line
- has been reached when <member>TextSegment::SegmentEnd</member>
+ has been reached when TextSegment::SegmentEnd
of the returned value is equal to the index of the last
character of the text.</p>
diff --git a/offapi/com/sun/star/accessibility/XAccessibleSelection.idl b/offapi/com/sun/star/accessibility/XAccessibleSelection.idl
index 21258973585d..5beff92be394 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleSelection.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleSelection.idl
@@ -57,7 +57,7 @@ interface XAccessibleSelection : ::com::sun::star::uno::XInterface
@throws ::com::sun::star::lang::IndexOutOfBoundsException
if the given index does not lie in the valid range of 0 up to
the result of
- <member>XAccessibleContext::getAccessibleChildCount()</member>-1.
+ XAccessibleContext::getAccessibleChildCount()-1.
*/
void selectAccessibleChild ([in] long nChildIndex)
raises (::com::sun::star::lang::IndexOutOfBoundsException);
@@ -74,7 +74,7 @@ interface XAccessibleSelection : ::com::sun::star::uno::XInterface
@throws ::com::sun::star::lang::IndexOutOfBoundsException
if the given index does not lie in the valid range of 0 up to
the result of
- <member>XAccessibleContext::getAccessibleChildCount()</member>-1.
+ XAccessibleContext::getAccessibleChildCount()-1.
*/
boolean isAccessibleChildSelected ([in] long nChildIndex)
raises (::com::sun::star::lang::IndexOutOfBoundsException);
@@ -124,7 +124,7 @@ interface XAccessibleSelection : ::com::sun::star::uno::XInterface
@throws ::com::sun::star::lang::IndexOutOfBoundsException
if the given index does not lie in the valid range of 0 up to
the result of
- <member>XAccessibleRelationSet::getAccessibleChildCount()</member>-1.
+ XAccessibleRelationSet::getAccessibleChildCount()-1.
*/
XAccessible getSelectedAccessibleChild ([in] long nSelectedChildIndex)
raises (::com::sun::star::lang::IndexOutOfBoundsException);
diff --git a/offapi/com/sun/star/accessibility/XAccessibleStateSet.idl b/offapi/com/sun/star/accessibility/XAccessibleStateSet.idl
index e08e194587a2..af64d2ea4e20 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleStateSet.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleStateSet.idl
@@ -80,7 +80,7 @@ interface XAccessibleStateSet : ::com::sun::star::uno::XInterface
<p>The purpose of this function is to reduce the communication
between accessibility objects and AT. Without this function an
- AT-Tool had to call <member>contains()</member> for every state
+ AT-Tool had to call contains() for every state
type. Now a single call is sufficient.</p>
@return
diff --git a/offapi/com/sun/star/accessibility/XAccessibleTable.idl b/offapi/com/sun/star/accessibility/XAccessibleTable.idl
index 2e477fa33320..8082f5dbdd52 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleTable.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleTable.idl
@@ -91,7 +91,7 @@ interface XAccessibleTable : ::com::sun::star::uno::XInterface
@throws ::com::sun::star::lang::IndexOutOfBoundsException
if the specified row index is not valid, i.e. lies not inside
the valid range of 0 up to
- <member>XAccessibleTable::getAccessibleRowCount()</member> - 1.
+ XAccessibleTable::getAccessibleRowCount() - 1.
*/
string getAccessibleRowDescription ([in] long nRow)
@@ -110,7 +110,7 @@ interface XAccessibleTable : ::com::sun::star::uno::XInterface
@throws ::com::sun::star::lang::IndexOutOfBoundsException
if the specified column index is not valid, i.e. lies not inside
the valid range of 0 up to
- <member>XAccessibleTable::getAccessibleColumnCount()</member> - 1.
+ XAccessibleTable::getAccessibleColumnCount() - 1.
*/
string getAccessibleColumnDescription ([in] long nColumn)
raises (::com::sun::star::lang::IndexOutOfBoundsException);
@@ -135,7 +135,7 @@ interface XAccessibleTable : ::com::sun::star::uno::XInterface
@throws ::com::sun::star::lang::IndexOutOfBoundsException
if the specified row index is not valid, i.e. lies not inside
the valid range of 0 up to
- <member>XAccessibleTable::getAccessibleRowCount()</member> - 1.
+ XAccessibleTable::getAccessibleRowCount() - 1.
*/
long getAccessibleRowExtentAt ([in] long nRow, [in] long nColumn)
raises (::com::sun::star::lang::IndexOutOfBoundsException);
@@ -160,7 +160,7 @@ interface XAccessibleTable : ::com::sun::star::uno::XInterface
@throws ::com::sun::star::lang::IndexOutOfBoundsException
if the specified column index is not valid, i.e. lies not inside
the valid range of 0 up to
- <member>XAccessibleTable::getAccessibleColumnCount()</member> - 1.
+ XAccessibleTable::getAccessibleColumnCount() - 1.
*/
long getAccessibleColumnExtentAt ([in] long nRow, [in] long nColumn)
raises (::com::sun::star::lang::IndexOutOfBoundsException);
@@ -222,7 +222,7 @@ interface XAccessibleTable : ::com::sun::star::uno::XInterface
@throws ::com::sun::star::lang::IndexOutOfBoundsException
if the specified row index is not valid, i.e. lies not inside
the valid range of 0 up to
- <member>XAccessibleTable::getAccessibleRowCount()</member> - 1.
+ XAccessibleTable::getAccessibleRowCount() - 1.
*/
boolean isAccessibleRowSelected ([in] long nRow)
raises (::com::sun::star::lang::IndexOutOfBoundsException);
@@ -241,7 +241,7 @@ interface XAccessibleTable : ::com::sun::star::uno::XInterface
@throws ::com::sun::star::lang::IndexOutOfBoundsException
if the specified column index is not valid, i.e. lies not inside
the valid range of 0 up to
- <member>XAccessibleTable::getAccessibleColumnCount()</member> - 1.
+ XAccessibleTable::getAccessibleColumnCount() - 1.
*/
boolean isAccessibleColumnSelected ([in] long nColumn)
raises (::com::sun::star::lang::IndexOutOfBoundsException);
@@ -271,7 +271,7 @@ interface XAccessibleTable : ::com::sun::star::uno::XInterface
@throws ::com::sun::star::lang::IndexOutOfBoundsException
if the specified column and/or row index is not valid, i.e. lies not inside
the valid range of 0 up to
- <member>XAccessibleTable::getAccessibleColumnCount()</member> - 1.
+ XAccessibleTable::getAccessibleColumnCount() - 1.
*/
XAccessible getAccessibleCellAt ([in] long nRow, [in] long nColumn)
raises (::com::sun::star::lang::IndexOutOfBoundsException);