Searched refs:get_offsetAtPoint (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/winaccessibility/source/UAccCOM/ |
H A D | AccText.cpp | 113 STDMETHODIMP CAccText::get_offsetAtPoint(long x, long y, IA2CoordinateType coordType, long * offset) in get_offsetAtPoint() function in CAccText 116 return CAccTextBase::get_offsetAtPoint(x, y, coordType, offset); in get_offsetAtPoint()
|
H A D | AccHypertext.cpp | 117 STDMETHODIMP CAccHypertext::get_offsetAtPoint(long x, long y, IA2CoordinateType coordType, long * o… in get_offsetAtPoint() function in CAccHypertext 119 return CAccTextBase::get_offsetAtPoint(x, y, coordType, offset); in get_offsetAtPoint()
|
H A D | AccTextBase.h | 69 STDMETHOD(get_offsetAtPoint)(long x, long y, IA2CoordinateType coordType, long * offset);
|
H A D | AccText.h | 95 STDMETHOD(get_offsetAtPoint)(long x, long y, IA2CoordinateType coordType, long * offset);
|
H A D | AccHypertext.h | 99 STDMETHOD(get_offsetAtPoint)(long x, long y, IA2CoordinateType coordType, long * offset);
|
H A D | AccTextBase.cpp | 401 STDMETHODIMP CAccTextBase::get_offsetAtPoint(long x, long y, IA2CoordinateType, long * offset) in get_offsetAtPoint() function in CAccTextBase
|
Completed in 178 milliseconds