Searched refs:scrollType (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/winaccessibility/source/UAccCOM/ |
H A D | AccText.cpp | 266 …METHODIMP CAccText::scrollSubstringTo(long startIndex, long endIndex,enum IA2ScrollType scrollType) in scrollSubstringTo() argument 269 return CAccTextBase::scrollSubstringTo(startIndex, endIndex,scrollType); in scrollSubstringTo()
|
H A D | AccHypertext.cpp | 267 …DIMP CAccHypertext::scrollSubstringTo(long startIndex, long endIndex,enum IA2ScrollType scrollType) in scrollSubstringTo() argument 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 | MAccessible.h | 163 STDMETHOD(scrollTo)(enum IA2ScrollType scrollType);
|
/aoo41x/main/winaccessibility/source/UAccCOMIDL/ |
H A D | ia2_api_all.idl | 1644 @param [in] scrollType 1651 [in] enum IA2ScrollType scrollType 2859 @param [in] scrollType 2871 [in] enum IA2ScrollType scrollType
|
Completed in 58 milliseconds