Searched refs:scrollSubstringTo (Results 1 – 7 of 7) sorted by relevance
/trunk/main/winaccessibility/source/UAccCOM/ |
H A D | AccText.cpp | 266 STDMETHODIMP CAccText::scrollSubstringTo(long startIndex, long endIndex,enum IA2ScrollType scrollTy… in scrollSubstringTo() function in CAccText 269 return CAccTextBase::scrollSubstringTo(startIndex, endIndex,scrollType); in scrollSubstringTo()
|
H A D | AccHypertext.cpp | 267 STDMETHODIMP CAccHypertext::scrollSubstringTo(long startIndex, long endIndex,enum IA2ScrollType scr… in scrollSubstringTo() function in CAccHypertext 270 return CAccTextBase::scrollSubstringTo(startIndex, endIndex,scrollType); in scrollSubstringTo()
|
H A D | AccTextBase.h | 106 STDMETHOD(scrollSubstringTo)(long startIndex, long endIndex,enum IA2ScrollType scrollType);
|
H A D | AccText.h | 128 STDMETHOD(scrollSubstringTo)(long startIndex, long endIndex,enum IA2ScrollType scrollType);
|
H A D | AccHypertext.h | 132 STDMETHOD(scrollSubstringTo)(long startIndex, long endIndex,enum IA2ScrollType scrollType);
|
H A D | AccTextBase.cpp | 930 STDMETHODIMP CAccTextBase::scrollSubstringTo(long, long, IA2ScrollType) in scrollSubstringTo() function in CAccTextBase
|
/trunk/main/winaccessibility/source/UAccCOMIDL/ |
H A D | ia2_api_all.idl | 111 This enum is used in IAccessible2::scrollTo and IAccessibleText::scrollSubstringTo. 2867 HRESULT scrollSubstringTo
|
Completed in 91 milliseconds