Lines Matching refs:row

235  In the case of an insertion or change the row and column offsets define the boundaries
237 the row and column offsets define the boundaries of the subtable being removed before
3791 However, that range includes at least the intervals from the from the first row
3792 or column with the index 0 up to the last (but not including) used row or column
3802 /** @brief Returns the accessible object at the specified row and column in
3804 @param [in] row
3805 The 0 based row index for which to retrieve the cell.
3809 If both row and column index are valid then the corresponding accessible
3817 [in] long row,
3835 /** @brief Translates the given row and column indexes into the corresponding cell index.
3837 0 based row index for the cell.
3841 Returns the 0 based index of the cell at the specified row and column indexes.
3847 array of cells laid out in row order.
3873 at the specified row and column in the table.
3876 @param [in] row
3877 0 based row index of the accessible for which to return the column extent.
3887 [in] long row,
3898 The 0 based row index where the header starts, usually 0.
3977 /** @brief Returns the description text of the specified row in the table.
3978 @param [in] row
3979 The 0 based index of the row for which to retrieve the description.
3981 Returns the description text of the specified row in the table if such a
3989 [in] long row,
3994 at the specified row and column in the table.
3997 @param [in] row
3998 0 based row index of the accessible for which to return the row extent.
4000 0 based column index of the accessible for which to return the row extent.
4002 Returns the row extent of the specified cell.
4008 [in] long row,
4013 /** @brief Returns the row headers as an %IAccessibleTable object.
4017 The row header.
4029 /** @brief Translates the given cell index into a row index.
4037 0 based row index
4085 /** @brief Returns a list of row indexes currently selected (0 based).
4090 An array of row indexes of selected rows (each index is 0 based), allocated
4093 The number of row indexes returned; the size of the returned array.
4133 /** @brief Returns a boolean value indicating whether the specified row is completely
4135 @param [in] row
4136 0 based index of the row for which to determine whether it is selected.
4138 Returns TRUE if the specified row is selected completely and FALSE otherwise.
4144 [in] long row,
4149 @param [in] row
4150 0 based index of the row for the cell to determine whether it is selected.
4160 [in] long row,
4165 /** @brief Selects a row and unselects all previously selected rows.
4166 @param [in] row
4167 0 based index of the row to be selected.
4173 [in] long row
4187 /** @brief Unselects one row, leaving other selected rows selected (if any).
4188 @param [in] row
4189 0 based index of the row to be unselected.
4195 [in] long row
4209 /** @brief Given a cell index, gets the row and column indexes and extents of a cell
4215 @param [out] row
4216 0 based row index.
4220 Number of cells spanned by this cell in this row.
4231 [out] long *row,
4251 most recent row and column values associated with the change and a scope of the
4335 /** @brief Returns the accessible object at the specified row and column in
4337 @param [in] row
4338 The 0 based row index for which to retrieve the cell.
4342 If both row and column index are valid then the corresponding accessible
4350 [in] long row,
4436 /** @brief Returns the description text of the specified row in the table.
4437 @param [in] row
4438 The 0 based index of the row for which to retrieve the description.
4440 Returns the description text of the specified row in the table if such a
4448 [in] long row,
4484 /** @brief Returns a list of row indexes currently selected (0 based).
4486 An array of row indexes of selected rows (each index is 0 based). The array
4490 The number of row indexes returned; the size of the returned array.
4530 /** @brief Returns a boolean value indicating whether the specified row is completely
4532 @param [in] row
4533 0 based index of the row for which to determine whether it is selected.
4535 Returns TRUE if the specified row is selected completely and FALSE otherwise.
4541 [in] long row,
4545 /** @brief Selects a row and unselects all previously selected rows.
4548 which do not have a means in the GUI to select a full row of cells the behavior
4550 the entire row of cells for the specified row is selected. If any of the
4551 cells in the selected row span additional rows, the cells in those rows
4553 @param [in] row
4554 0 based index of the row to be selected.
4560 [in] long row
4581 /** @brief Unselects one row, leaving other selected rows selected (if any).
4584 which do not have a means in the GUI to unselect a full row of cells the
4585 behavior should be as follows: The entire row of cells for the specified
4586 row is unselected. If any of the cells in the selected row span additional
4588 @param [in] row
4589 0 based index of the row to be unselected.
4595 [in] long row
4628 most recent row and column values associated with the change and a scope of the
4752 Returns the row extent of the specified cell.
4760 /** @brief Returns the row headers as an array of cell accessibles.
4776 /** @brief Translates this cell accessible into the corresponding row index.
4779 Returns the 0 based row index of the specified cell or the index of
4780 the first row if the cell spans multiple rows.
4799 /** @brief Gets the row and column indexes and extents of this cell accessible
4803 @param [out] row
4804 0 based row index.
4808 Number of cells spanned by this cell in this row.
4817 [out] long *row,
5118 /** A table's row description changed.
5122 /** A table's row header changed.