Searched refs:IA2CoordinateType (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/winaccessibility/source/UAccCOM/ |
H A D | AccTextBase.h | 63 …STDMETHOD(get_characterExtents)(long offset, IA2CoordinateType coordType, long * x, long * y, long… 69 STDMETHOD(get_offsetAtPoint)(long x, long y, IA2CoordinateType coordType, long * offset); 107 …STDMETHOD(scrollSubstringToPoint)(long startIndex, long endIndex,enum IA2CoordinateType coordinate…
|
H A D | AccText.h | 89 …STDMETHOD(get_characterExtents)(long offset, IA2CoordinateType coordType, long * x, long * y, long… 95 STDMETHOD(get_offsetAtPoint)(long x, long y, IA2CoordinateType coordType, long * offset); 129 …STDMETHOD(scrollSubstringToPoint)(long startIndex, long endIndex,enum IA2CoordinateType coordinate…
|
H A D | AccHypertext.h | 93 …STDMETHOD(get_characterExtents)(long offset, IA2CoordinateType coordType, long * x, long * y, long… 99 STDMETHOD(get_offsetAtPoint)(long x, long y, IA2CoordinateType coordType, long * offset); 134 …STDMETHOD(scrollSubstringToPoint)(long startIndex, long endIndex,enum IA2CoordinateType coordinate…
|
H A D | AccText.cpp | 87 STDMETHODIMP CAccText::get_characterExtents(long offset, IA2CoordinateType coordType, long * x, lon… in get_characterExtents() 113 STDMETHODIMP CAccText::get_offsetAtPoint(long x, long y, IA2CoordinateType coordType, long * offset) in get_offsetAtPoint() 260 STDMETHODIMP CAccText::scrollSubstringToPoint(long startIndex, long endIndex,enum IA2CoordinateType… in scrollSubstringToPoint()
|
H A D | AccHypertext.cpp | 92 STDMETHODIMP CAccHypertext::get_characterExtents(long offset, IA2CoordinateType coordType, long * x… in get_characterExtents() 117 STDMETHODIMP CAccHypertext::get_offsetAtPoint(long x, long y, IA2CoordinateType coordType, long * o… in get_offsetAtPoint() 262 …pertext::scrollSubstringToPoint(long startIndex, long endIndex,enum IA2CoordinateType coordinateTy… in scrollSubstringToPoint()
|
H A D | AccTextBase.cpp | 281 STDMETHODIMP CAccTextBase::get_characterExtents(long offset, IA2CoordinateType coordType, long * x,… in get_characterExtents() 401 STDMETHODIMP CAccTextBase::get_offsetAtPoint(long x, long y, IA2CoordinateType, long * offset) in get_offsetAtPoint() argument 919 STDMETHODIMP CAccTextBase::scrollSubstringToPoint(long, long, IA2CoordinateType, long, long ) in scrollSubstringToPoint() argument
|
H A D | AccImage.cpp | 59 /* [in] */ enum IA2CoordinateType, in get_imagePosition() argument
|
H A D | AccImage.h | 80 STDMETHOD(get_imagePosition)( enum IA2CoordinateType coordinateType,
|
H A D | MAccessible.h | 164 STDMETHOD(scrollToPoint)(enum IA2CoordinateType coordinateType, long x, long y);
|
H A D | MAccessible.cpp | 1853 STDMETHODIMP CMAccessible:: scrollToPoint(enum IA2CoordinateType, long, long) in scrollToPoint() argument
|
/aoo4110/main/winaccessibility/source/UAccCOMIDL/ |
H A D | ia2_api_all.idl | 196 enum IA2CoordinateType { 1280 ::IA2CoordinateType values define the requested coordinate type (screen or parent window).\n 1667 [in] enum IA2CoordinateType coordinateType, 2524 [in] enum IA2CoordinateType coordType, 2569 [in] enum IA2CoordinateType coordType, 2897 [in] enum IA2CoordinateType coordinateType, 4930 [in] enum IA2CoordinateType coordinateType, 5465 enum IA2CoordinateType;
|
Completed in 75 milliseconds