Lines Matching refs:row
46 table. This is necessary to be able to convert row and column indices
54 from the first row or column with the index 0 up to the last (but not
55 including) used row or column as returned by
87 /** Returns the description text of the specified row in the
91 The index of the row for which to retrieve the description.
94 Returns the description text of the specified row in the table
98 if the specified row index is not valid, i.e. lies not inside
113 Returns the description text of the specified row in the table
125 specified row and column in the table.
139 Returns the row extent of the specified cell.
142 if the specified row index is not valid, i.e. lies not inside
150 specified row and column in the table.
174 /** Returns the row headers as an <type>XAccessibleTable</type>
204 order. If no row is selected then the sequence is empty.
218 /** Returns a boolean value indicating whether the specified row is
222 Index of the row for which to determine whether it is selected.
225 Returns <TRUE/> if the specified row is selected completely and
229 if the specified row index is not valid, i.e. lies not inside
255 /** Returns the <type>XAccessible</type> object at the specified row
266 The row index for which to retrieve the cell.
272 If both row and column index are valid then the corresponding
278 if the specified column and/or row index is not valid, i.e. lies not inside
303 specified row and column is selected.
314 Returns <TRUE/> if the given row and column indices are valid
343 /** Translate the given child index into the corresponding row
347 Index of the child of the table for which to return the row
351 Returns the row index of the cell of the specified child or the
352 index of the first row if the child spans multiple rows.
355 if nChildIndex addresses an invalid row.