Searched refs:scrollSubstringToPoint (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/winaccessibility/source/UAccCOM/ |
H A D | AccText.cpp | 260 STDMETHODIMP CAccText::scrollSubstringToPoint(long startIndex, long endIndex,enum IA2CoordinateType… in scrollSubstringToPoint() function in CAccText 263 return CAccTextBase::scrollSubstringToPoint(startIndex, endIndex, coordinateType, x, y); in scrollSubstringToPoint()
|
H A D | AccHypertext.cpp | 262 STDMETHODIMP CAccHypertext::scrollSubstringToPoint(long startIndex, long endIndex,enum IA2Coordinat… in scrollSubstringToPoint() function in CAccHypertext 265 return CAccTextBase::scrollSubstringToPoint(startIndex, endIndex, coordinateType, x, y); in scrollSubstringToPoint()
|
H A D | AccTextBase.h | 107 …STDMETHOD(scrollSubstringToPoint)(long startIndex, long endIndex,enum IA2CoordinateType coordinate…
|
H A D | AccText.h | 129 …STDMETHOD(scrollSubstringToPoint)(long startIndex, long endIndex,enum IA2CoordinateType coordinate…
|
H A D | AccHypertext.h | 134 …STDMETHOD(scrollSubstringToPoint)(long startIndex, long endIndex,enum IA2CoordinateType coordinate…
|
H A D | AccTextBase.cpp | 919 STDMETHODIMP CAccTextBase::scrollSubstringToPoint(long, long, IA2CoordinateType, long, long ) in scrollSubstringToPoint() function in CAccTextBase
|
/aoo4110/main/winaccessibility/source/UAccCOMIDL/ |
H A D | ia2_api_all.idl | 194 IAccessibleText::scrollSubstringToPoint. 2893 HRESULT scrollSubstringToPoint
|
Completed in 43 milliseconds