Lines Matching refs:CAccText

36 STDMETHODIMP CAccText::addSelection(long startOffset, long endOffset)//, unsigned char * success)  in addSelection()
50 STDMETHODIMP CAccText::get_attributes(long offset, long * startOffset, long * endOffset, BSTR * tex… in get_attributes()
61 STDMETHODIMP CAccText::get_caretOffset(long * offset) in get_caretOffset()
72 STDMETHODIMP CAccText::get_characterCount(long * nCharacters) in get_characterCount()
87 STDMETHODIMP CAccText::get_characterExtents(long offset, IA2CoordinateType coordType, long * x, lon… in get_characterExtents()
98 STDMETHODIMP CAccText::get_nSelections(long * nSelections) in get_nSelections()
113 STDMETHODIMP CAccText::get_offsetAtPoint(long x, long y, IA2CoordinateType coordType, long * offset) in get_offsetAtPoint()
126 STDMETHODIMP CAccText::get_selection(long selection, long * startOffset, long * endOffset) in get_selection()
139 STDMETHODIMP CAccText::get_text(long startOffset, long endOffset, BSTR * text) in get_text()
154 STDMETHODIMP CAccText::get_textBeforeOffset(long offset, IA2TextBoundaryType boundaryType, long * s… in get_textBeforeOffset()
170 STDMETHODIMP CAccText::get_textAfterOffset(long offset, IA2TextBoundaryType boundaryType, long * st… in get_textAfterOffset()
186 STDMETHODIMP CAccText::get_textAtOffset(long offset, IA2TextBoundaryType boundaryType, long * start… in get_textAtOffset()
199 STDMETHODIMP CAccText::removeSelection(long selectionIndex)//, unsigned char * success) in removeSelection()
211 STDMETHODIMP CAccText::setCaretOffset(long offset) in setCaretOffset()
226 STDMETHODIMP CAccText::setSelection(long selectionIndex, long startOffset, long endOffset) in setSelection()
238 STDMETHODIMP CAccText::get_nCharacters(long * nCharacters) in get_nCharacters()
244 STDMETHODIMP CAccText::get_newText( IA2TextSegment *newText) in get_newText()
249 STDMETHODIMP CAccText::get_oldText( IA2TextSegment *oldText) in get_oldText()
260 STDMETHODIMP CAccText::scrollSubstringToPoint(long startIndex, long endIndex,enum IA2CoordinateType… in scrollSubstringToPoint()
266 STDMETHODIMP CAccText::scrollSubstringTo(long startIndex, long endIndex,enum IA2ScrollType scrollTy… in scrollSubstringTo()
277 STDMETHODIMP CAccText::put_XInterface(long pXInterface) in put_XInterface()