Lines Matching refs:caret
218 of the caret should be used. */
1083 /** An object with this state has a caret and implements the IAccessibleText interface.
1437 text related to the physical location of the caret should be used. This is needed for
1441 to fetch text from the line where the caret is physically located.
1978 …/** @brief Returns the deepest hypertext accessible in the subtree of this object, and the caret o…
1982 …@retval S_FALSE returned if there is no caret in any of the objects in the subtree, [out] accessib…
2360 … In this case the caret can move over several characters in one movement
2361 … of the caret. Note that after the caret moves, the caret offset changes
2453 /** @brief Returns the position of the caret.
2455 Returns the 0-based offset of the caret within the text. If the text is
2457 representing substrings of child text objects and the caret is in one of the
2459 at the embed character representing child text object that contains the caret.
2463 child text object containing "two" and if the caret is in the descendant object
2469 The caret position/offset is that of the character logically following it, e.g.
2475 @retval S_FALSE if the caret is not currently active on this object, i.e. the
2476 caret is located on some other object. The returned offset value will be -1.
2477 @note S_FALSE (and an offset of -1) will not be returned if the caret is somewhere
2500 when on the screen the caret can be placed behind the text. You can be sure
2794 /** @brief Sets the position of the caret.
2796 The caret position/offset is that of the character logically following it,
2799 Setting the caret position may or may not alter the current selection. A
2803 When the new caret position differs from the old one (which, of course, is the
2807 The new index of the caret. This caret is actually placed to the left side of
2808 the character with that index. An index of 0 places the caret so that the next
2814 @retval E_FAIL if the caret cannot be set
5098 /** The caret moved from one section to the next.
5135 /** The caret has moved to a new position.
5143 /** The caret moved from one column to the next.