Home
last modified time | relevance | path

Searched refs:scrollSubstringTo (Results 1 – 7 of 7) sorted by relevance

/trunk/main/winaccessibility/source/UAccCOM/
H A DAccText.cpp266 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 DAccHypertext.cpp267 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 DAccTextBase.h106 STDMETHOD(scrollSubstringTo)(long startIndex, long endIndex,enum IA2ScrollType scrollType);
H A DAccText.h128 STDMETHOD(scrollSubstringTo)(long startIndex, long endIndex,enum IA2ScrollType scrollType);
H A DAccHypertext.h132 STDMETHOD(scrollSubstringTo)(long startIndex, long endIndex,enum IA2ScrollType scrollType);
H A DAccTextBase.cpp930 STDMETHODIMP CAccTextBase::scrollSubstringTo(long, long, IA2ScrollType) in scrollSubstringTo() function in CAccTextBase
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl111 This enum is used in IAccessible2::scrollTo and IAccessibleText::scrollSubstringTo.
2867 HRESULT scrollSubstringTo

Completed in 42 milliseconds