summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/accessibility/XAccessibleTable.idl
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/XAccessibleTable.idl
parent4bb43e1612ea3737fe53bb28ac830810b0a6a028 (diff)
*api: convert remaining <member>
sed -i "s,<member>\([^<]\+\)</member>,\1,g" Change-Id: I74c80f5aa610477fab28faec52e55c3137984aec
Diffstat (limited to 'offapi/com/sun/star/accessibility/XAccessibleTable.idl')
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleTable.idl14
1 files changed, 7 insertions, 7 deletions
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);