Lines Matching refs:CAccHypertext
40 STDMETHODIMP CAccHypertext::addSelection(long startOffset, long endOffset) in addSelection()
55 STDMETHODIMP CAccHypertext::get_attributes(long offset, long * startOffset, long * endOffset, BSTR … in get_attributes()
66 STDMETHODIMP CAccHypertext::get_caretOffset(long * offset) in get_caretOffset()
77 STDMETHODIMP CAccHypertext::get_characterCount(long * nCharacters) in get_characterCount()
92 STDMETHODIMP CAccHypertext::get_characterExtents(long offset, IA2CoordinateType coordType, long * x… in get_characterExtents()
103 STDMETHODIMP CAccHypertext::get_nSelections(long * nSelections) in get_nSelections()
117 STDMETHODIMP CAccHypertext::get_offsetAtPoint(long x, long y, IA2CoordinateType coordType, long * o… in get_offsetAtPoint()
129 STDMETHODIMP CAccHypertext::get_selection(long selection, long * startOffset, long * endOffset) in get_selection()
142 STDMETHODIMP CAccHypertext::get_text(long startOffset, long endOffset, BSTR * text) in get_text()
157 STDMETHODIMP CAccHypertext::get_textBeforeOffset(long offset, IA2TextBoundaryType boundaryType, lon… in get_textBeforeOffset()
173 STDMETHODIMP CAccHypertext::get_textAfterOffset(long offset, IA2TextBoundaryType boundaryType, long… in get_textAfterOffset()
189 STDMETHODIMP CAccHypertext::get_textAtOffset(long offset, IA2TextBoundaryType boundaryType, long * … in get_textAtOffset()
202 STDMETHODIMP CAccHypertext::removeSelection(long selectionIndex) in removeSelection()
214 STDMETHODIMP CAccHypertext::setCaretOffset(long offset) in setCaretOffset()
228 STDMETHODIMP CAccHypertext::setSelection(long selectionIndex, long startOffset, long endOffset) in setSelection()
240 STDMETHODIMP CAccHypertext::get_nCharacters(long * nCharacters) in get_nCharacters()
246 STDMETHODIMP CAccHypertext::get_newText( IA2TextSegment *newText) in get_newText()
251 STDMETHODIMP CAccHypertext::get_oldText( IA2TextSegment *oldText) in get_oldText()
262 STDMETHODIMP CAccHypertext::scrollSubstringToPoint(long startIndex, long endIndex,enum IA2Coordinat… in scrollSubstringToPoint()
267 STDMETHODIMP CAccHypertext::scrollSubstringTo(long startIndex, long endIndex,enum IA2ScrollType scr… in scrollSubstringTo()
278 STDMETHODIMP CAccHypertext::get_nHyperlinks(long *hyperlinkCount) in get_nHyperlinks()
306 STDMETHODIMP CAccHypertext::get_hyperlink(long index,IAccessibleHyperlink **hyperlink) in get_hyperlink()
359 STDMETHODIMP CAccHypertext::get_hyperlinkIndex(long charIndex, long *hyperlinkIndex) in get_hyperlinkIndex()
386 STDMETHODIMP CAccHypertext::put_XInterface(long pXInterface) in put_XInterface()