Home
last modified time | relevance | path

Searched refs:get_offsetAtPoint (Results 1 – 6 of 6) sorted by relevance

/trunk/main/winaccessibility/source/UAccCOM/
H A DAccText.cpp113 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 DAccHypertext.cpp117 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 DAccTextBase.h69 STDMETHOD(get_offsetAtPoint)(long x, long y, IA2CoordinateType coordType, long * offset);
H A DAccText.h95 STDMETHOD(get_offsetAtPoint)(long x, long y, IA2CoordinateType coordType, long * offset);
H A DAccHypertext.h99 STDMETHOD(get_offsetAtPoint)(long x, long y, IA2CoordinateType coordType, long * offset);
H A DAccTextBase.cpp401 STDMETHODIMP CAccTextBase::get_offsetAtPoint(long x, long y, IA2CoordinateType, long * offset) in get_offsetAtPoint() function in CAccTextBase

Completed in 24 milliseconds