Searched refs:coordType (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/winaccessibility/source/UAccCOM/ |
H A D | AccText.cpp | 87 STDMETHODIMP CAccText::get_characterExtents(long offset, IA2CoordinateType coordType, long * x, lon… in get_characterExtents() argument 90 return CAccTextBase::get_characterExtents(offset, coordType, x, y, width, height); in get_characterExtents() 113 STDMETHODIMP CAccText::get_offsetAtPoint(long x, long y, IA2CoordinateType coordType, long * offset) in get_offsetAtPoint() argument 116 return CAccTextBase::get_offsetAtPoint(x, y, coordType, offset); in get_offsetAtPoint()
|
H A D | AccHypertext.cpp | 92 STDMETHODIMP CAccHypertext::get_characterExtents(long offset, IA2CoordinateType coordType, long * x… in get_characterExtents() argument 95 return CAccTextBase::get_characterExtents(offset, coordType, x, y, width, height); in get_characterExtents() 117 STDMETHODIMP CAccHypertext::get_offsetAtPoint(long x, long y, IA2CoordinateType coordType, long * o… in get_offsetAtPoint() argument 119 return CAccTextBase::get_offsetAtPoint(x, y, coordType, offset); in get_offsetAtPoint()
|
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);
|
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);
|
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);
|
H A D | AccTextBase.cpp | 281 STDMETHODIMP CAccTextBase::get_characterExtents(long offset, IA2CoordinateType coordType, long * x,… in get_characterExtents() argument 311 if(coordType == IA2_COORDTYPE_SCREEN_RELATIVE) in get_characterExtents() 317 else if(coordType == IA2_COORDTYPE_PARENT_RELATIVE) in get_characterExtents()
|
/aoo41x/main/winaccessibility/source/UAccCOMIDL/ |
H A D | ia2_api_all.idl | 2508 @param [in] coordType 2524 [in] enum IA2CoordinateType coordType, 2555 @param [in] coordType 2569 [in] enum IA2CoordinateType coordType,
|
Completed in 173 milliseconds