Lines Matching refs:column

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
106 /** Returns the description text of the specified column in the
110 The index of the column for which to retrieve the description.
117 if the specified column index is not valid, i.e. lies not inside
125 specified row and column in the table.
131 Row index of the accessible for which to return the column
135 Column index of the accessible for which to return the column
150 specified row and column in the table.
156 Row index of the accessible for which to return the column
160 Column index of the accessible for which to return the column
164 Returns the column extent of the specified.
167 if the specified column index is not valid, i.e. lies not inside
186 /** Returns the column headers as an <type>XAccessibleTable</type>
214 order. If no column is selected then the sequence is empty.
236 /** Returns a boolean value indicating whether the specified column
240 Index of the column for which to determine whether it is
244 Returns <TRUE/> if the specified column is selected completely
248 if the specified column index is not valid, i.e. lies not inside
256 and column in the table.
269 The column 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
360 /** Translate the given child index into the corresponding column
364 Index of the child of the table for which to return the column
368 Returns the column index of the cell of the specified child or
369 the index of the first column if the child spans multiple
373 if nChildIndex addresses an invalid column.