Lines Matching refs:selected

1153  one ore more characters and cause a sub-item to become selected.  The 
2598 0 based offset of first selected character
2600 0 based offset of one past the last selected character.
3947 /** @brief Returns the total number of selected cells
3949 Number of cells currently selected
3957 /** @brief Returns the total number of selected columns
3959 Number of columns currently selected
3967 /** @brief Returns the total number of selected rows
3969 Number of rows currently selected
4047 /** @brief Returns a list of cell indexes currently selected (0 based).
4052 An array of cell indexes of selected cells (each index is 0 based),
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
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
4119 completely selected.
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.
4134 selected.
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.
4148 /** @brief Returns a boolean value indicating whether the specified cell is selected.
4150 0 based index of the row for the cell to determine whether it is selected.
4152 0 based index of the column for the cell to determine whether it is selected.
4154 Returns TRUE if the specified cell is selected and FALSE otherwise.
4165 /** @brief Selects a row and unselects all previously selected rows.
4167 0 based index of the row to be selected.
4176 /** @brief Selects a column and unselects all previously selected columns.
4178 0 based index of the column to be selected.
4187 /** @brief Unselects one row, leaving other selected rows selected (if any).
4198 /** @brief Unselects one column, leaving other selected columns selected (if any).
4210 and whether or not it is selected.
4224 Indicates if the specified cell is selected.
4406 /** @brief Returns the total number of selected cells
4408 Number of cells currently selected
4416 /** @brief Returns the total number of selected columns
4418 Number of columns currently selected
4426 /** @brief Returns the total number of selected rows
4428 Number of rows currently selected
4452 /** @brief Returns a list of accessibles currently selected.
4454 Pointer to an array of references to selected accessibles. The array is
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
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
4516 completely selected.
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.
4531 selected.
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.
4545 /** @brief Selects a row and unselects all previously selected rows.
4549 should be as follows: First any selected rows in the table are unselected. Then
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
4552 are also selected.
4554 0 based index of the row to be selected.
4563 /** @brief Selects a column and unselects all previously selected columns.
4567 should be as follows: First any selected columns in the table are unselected. Then
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
4570 are also selected.
4572 0 based index of the column to be selected.
4581 /** @brief Unselects one row, leaving other selected rows selected (if any).
4586 row is unselected. If any of the cells in the selected row span additional
4598 /** @brief Unselects one column, leaving other selected columns selected (if any).
4603 column is unselected. If any of the cells in the selected column span additional
4788 /** @brief Returns a boolean value indicating whether this cell is selected.
4791 Returns TRUE if the specified cell is selected and FALSE otherwise.
4800 and whether or not it is selected.
4812 Indicates if the specified cell is selected.
5061 /** The hyperlink selected state changed from selected to unselected or
5062 from unselected to selected.
5070 /** One of the links associated with the hypertext object has been selected.