Searched refs:CAccHypertext (Results 1 – 3 of 3) sorted by relevance
| /AOO42X/main/winaccessibility/source/UAccCOM/ |
| H A D | AccHypertext.cpp | 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() [all …]
|
| H A D | AccHypertext.h | 39 class ATL_NO_VTABLE CAccHypertext : 41 public CComCoClass<CAccHypertext,&CLSID_AccHypertext>, 46 CAccHypertext() in CAccHypertext() function 49 ~CAccHypertext() in ~CAccHypertext() 53 BEGIN_COM_MAP(CAccHypertext) 63 return ((CAccHypertext*)pv)->SmartQI(iid,ppvObject); in COM_INTERFACE_ENTRY()
|
| H A D | UAccCOM.cpp | 59 OBJECT_ENTRY(CLSID_AccHypertext, CAccHypertext) in OBJECT_ENTRY()
|