summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/accessibility/XAccessibleTable.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/accessibility/XAccessibleTable.idl')
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleTable.idl18
1 files changed, 9 insertions, 9 deletions
diff --git a/offapi/com/sun/star/accessibility/XAccessibleTable.idl b/offapi/com/sun/star/accessibility/XAccessibleTable.idl
index c6e0ba9f18f9..07415abe77e3 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleTable.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleTable.idl
@@ -102,7 +102,7 @@ published interface XAccessibleTable : ::com::sun::star::uno::XInterface
returned.
@throws ::com::sun::star::lang::IndexOutOfBoundsException
if the specified row index is not valid, i.e. lies not inside
- the valide range of 0 up to
+ the valid range of 0 up to
<member>XAccessibleTable::getAccessibleRowCount()</member> - 1.
*/
@@ -121,7 +121,7 @@ published interface XAccessibleTable : ::com::sun::star::uno::XInterface
returned.
@throws ::com::sun::star::lang::IndexOutOfBoundsException
if the specified column index is not valid, i.e. lies not inside
- the valide range of 0 up to
+ the valid range of 0 up to
<member>XAccessibleTable::getAccessibleColumnCount()</member> - 1.
*/
string getAccessibleColumnDescription ([in] long nColumn)
@@ -146,7 +146,7 @@ published 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 valide range of 0 up to
+ the valid range of 0 up to
<member>XAccessibleTable::getAccessibleRowCount()</member> - 1.
*/
long getAccessibleRowExtentAt ([in] long nRow, [in] long nColumn)
@@ -171,7 +171,7 @@ published 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 valide range of 0 up to
+ the valid range of 0 up to
<member>XAccessibleTable::getAccessibleColumnCount()</member> - 1.
*/
long getAccessibleColumnExtentAt ([in] long nRow, [in] long nColumn)
@@ -184,7 +184,7 @@ published interface XAccessibleTable : ::com::sun::star::uno::XInterface
dependent.</p>
@return
- Returns allways a valid reference to an
+ Returns always a valid reference to an
<type>XAccessibleTable</type> object.
*/
XAccessibleTable getAccessibleRowHeaders ();
@@ -196,7 +196,7 @@ published interface XAccessibleTable : ::com::sun::star::uno::XInterface
dependent.</p>
@return
- Returns allways a valid reference to an
+ Returns always a valid reference to an
<type>XAccessibleTable</type> object.
*/
XAccessibleTable getAccessibleColumnHeaders ();
@@ -233,7 +233,7 @@ published 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 valide range of 0 up to
+ the valid range of 0 up to
<member>XAccessibleTable::getAccessibleRowCount()</member> - 1.
*/
boolean isAccessibleRowSelected ([in] long nRow)
@@ -252,7 +252,7 @@ published 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 valide range of 0 up to
+ the valid range of 0 up to
<member>XAccessibleTable::getAccessibleColumnCount()</member> - 1.
*/
boolean isAccessibleColumnSelected ([in] long nColumn)
@@ -282,7 +282,7 @@ published 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 valide range of 0 up to
+ the valid range of 0 up to
<member>XAccessibleTable::getAccessibleColumnCount()</member> - 1.
*/
XAccessible getAccessibleCellAt ([in] long nRow, [in] long nColumn)