Lines Matching refs:column

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
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
3806 @param [in] column
3807 The 0 based column index for which to retrieve the cell.
3809 If both row and column index are valid then the corresponding accessible
3818 [in] long column,
3835 /** @brief Translates the given row and column indexes into the corresponding cell index.
3839 0 based column index for the cell.
3841 Returns the 0 based index of the cell at the specified row and column indexes.
3856 /** @brief Returns the description text of the specified column in the table.
3857 @param [in] column
3858 The 0 based index of the column for which to retrieve the description.
3860 Returns the description text of the specified column in the table if such a
3868 [in] long column,
3873 at the specified row and column in the table.
3877 0 based row index of the accessible for which to return the column extent.
3878 @param [in] column
3879 0 based column index of the accessible for which to return the column extent.
3881 Returns the 1 based column extent of the specified cell.
3888 [in] long column,
3892 /** @brief Returns the column headers as an %IAccessibleTable object.
3896 The column header
3908 /** @brief Translates the given cell index into the corresponding column index.
3916 Returns the 0 based column index of the cell of the specified child or the index of
3917 the first column if the child spans multiple columns.
3994 at the specified row and column in the table.
3999 @param [in] column
4000 0 based column index of the accessible for which to return the row extent.
4009 [in] long column,
4019 The 0 based column index where the header starts, usually 0.
4066 /** @brief Returns a list of column indexes currently selected (0 based).
4071 An array of column indexes of selected columns (each index is 0 based), allocated
4074 The number of column indexes returned; the size of the returned array.
4118 /** @brief Returns a boolean value indicating whether the specified column is
4120 @param [in] column
4121 0 based index of the column for which to determine whether it is selected.
4123 Returns TRUE if the specified column is selected completely and FALSE otherwise.
4129 [in] long column,
4151 @param [in] column
4152 0 based index of the column for the cell to determine whether it is selected.
4161 [in] long column,
4176 /** @brief Selects a column and unselects all previously selected columns.
4177 @param [in] column
4178 0 based index of the column to be selected.
4184 [in] long column
4198 /** @brief Unselects one column, leaving other selected columns selected (if any).
4199 @param [in] column
4200 0 based index of the column to be unselected.
4206 [in] long column
4209 /** @brief Given a cell index, gets the row and column indexes and extents of a cell
4217 @param [out] column
4218 0 based column index.
4222 Number of cells spanned by this cell in this column.
4232 [out] long *column,
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
4339 @param [in] column
4340 The 0 based column index for which to retrieve the cell.
4342 If both row and column index are valid then the corresponding accessible
4351 [in] long column,
4369 /** @brief Returns the description text of the specified column in the table.
4370 @param [in] column
4371 The 0 based index of the column for which to retrieve the description.
4373 Returns the description text of the specified column in the table if such a
4381 [in] long column,
4468 /** @brief Returns a list of column indexes currently selected (0 based).
4470 A pointer to an array of column indexes of selected columns (each index is
4474 The number of column indexes returned; the size of the returned array.
4515 /** @brief Returns a boolean value indicating whether the specified column is
4517 @param [in] column
4518 0 based index of the column for which to determine whether it is selected.
4520 Returns TRUE if the specified column is selected completely and FALSE otherwise.
4526 [in] long column,
4563 /** @brief Selects a column and unselects all previously selected columns.
4566 which do not have a means in the GUI to select a full column of cells the behavior
4568 the entire column of cells for the specified column is selected. If any of the
4569 cells in the selected column span additional columns, the cells in those columns
4571 @param [in] column
4572 0 based index of the column to be selected.
4578 [in] long column
4598 /** @brief Unselects one column, leaving other selected columns selected (if any).
4601 which do not have a means in the GUI to unselect a full column of cells the
4602 behavior should be as follows: The entire column of cells for the specified
4603 column is unselected. If any of the cells in the selected column span additional
4605 @param [in] column
4606 0 based index of the column to be unselected.
4612 [in] long column
4628 most recent row and column values associated with the change and a scope of the
4713 Returns the 1 based column extent of the specified cell.
4721 /** @brief Returns the column headers as an array of cell accessibles.
4737 /** @brief Translates this cell accessible into the corresponding column index.
4740 Returns the 0 based column index of the cell of the specified cell or the index of
4741 the first column if the cell spans multiple columns.
4799 /** @brief Gets the row and column indexes and extents of this cell accessible
4805 @param [out] column
4806 0 based column index.
4810 Number of cells spanned by this cell in this column.
4818 [out] long *column,
5106 /** A table's column description changed.
5110 /** A table's column header changed.
5143 /** The caret moved from one column to the next.