Lines Matching refs:indices
2390 indices from 0 to length-1. All methods that operate on character positions
2391 (e.g. IAccessibleText::text) use indices from 0 to length.
2611 /** @brief Returns the substring between the two given indices.
2618 The whole text can be requested by passing the indices zero and
2619 IAccessibleText::nCharacters. If both indices have the same value, an empty
3125 the indices zero and IAccessibleText::nCharacters. If both indices have the
3163 The text between and including the two given indices is deleted
3260 The text between the two given indices is replaced by the specified
3262 IAccessibleEditableText::deleteText with the two indices and then
3273 The Text that replaces the text between the given indices.
3290 Sets the attributes for the text between the two given indices. The old
3384 maximum value for the indices used with the methods of this interface.
3389 indices with respect to the text exposed by IAccessibleText.