20 module
com { module sun { module star { module accessibility {
22 interface XAccessible;
62 long getAccessibleRowCount ();
73 long getAccessibleColumnCount ();
91 string getAccessibleRowDescription ([in]
long nRow)
109 string getAccessibleColumnDescription ([in]
long nColumn)
134 long getAccessibleRowExtentAt ([in]
long nRow, [in]
long nColumn)
159 long getAccessibleColumnExtentAt ([in]
long nRow, [in]
long nColumn)
194 sequence<long> getSelectedAccessibleRows ();
204 sequence<long> getSelectedAccessibleColumns ();
221 boolean isAccessibleRowSelected ([in]
long nRow)
240 boolean isAccessibleColumnSelected ([in]
long nColumn)
270 XAccessible getAccessibleCellAt ([in]
long nRow, [in]
long nColumn)
306 boolean isAccessibleSelected ([in]
long nRow, [in]
long nColumn)
328 hyper getAccessibleIndex ([in]
long nRow, [in]
long nColumn)
345 long getAccessibleRow ([in] hyper nChildIndex)
363 long getAccessibleColumn ([in] hyper nChildIndex)
This exception is thrown to indicate that a container has been accessed with an illegal index...
Definition: IndexOutOfBoundsException.idl:30
Definition: Ambiguous.idl:20
Implement this interface to give access to a two-dimensional table.
Definition: XAccessibleTable.idl:51
This interface has to be implemented by any class that wants to be accessible.
Definition: XAccessible.idl:49
base interface of all UNO interfaces
Definition: XInterface.idl:45