Searched refs:boundaryType (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/winaccessibility/source/UAccCOM/ |
H A D | AccText.cpp | 154 STDMETHODIMP CAccText::get_textBeforeOffset(long offset, IA2TextBoundaryType boundaryType, long * s… in get_textBeforeOffset() argument 157 return CAccTextBase::get_textBeforeOffset(offset, boundaryType, in get_textBeforeOffset() 170 STDMETHODIMP CAccText::get_textAfterOffset(long offset, IA2TextBoundaryType boundaryType, long * st… in get_textAfterOffset() argument 173 return CAccTextBase::get_textAfterOffset(offset, boundaryType, in get_textAfterOffset() 186 STDMETHODIMP CAccText::get_textAtOffset(long offset, IA2TextBoundaryType boundaryType, long * start… in get_textAtOffset() argument 189 return CAccTextBase::get_textAtOffset(offset, boundaryType, in get_textAtOffset()
|
H A D | AccHypertext.cpp | 157 STDMETHODIMP CAccHypertext::get_textBeforeOffset(long offset, IA2TextBoundaryType boundaryType, lon… in get_textBeforeOffset() argument 160 return CAccTextBase::get_textBeforeOffset(offset, boundaryType, in get_textBeforeOffset() 173 STDMETHODIMP CAccHypertext::get_textAfterOffset(long offset, IA2TextBoundaryType boundaryType, long… in get_textAfterOffset() argument 176 return CAccTextBase::get_textAfterOffset(offset, boundaryType, in get_textAfterOffset() 189 STDMETHODIMP CAccHypertext::get_textAtOffset(long offset, IA2TextBoundaryType boundaryType, long * … in get_textAtOffset() argument 192 return CAccTextBase::get_textAtOffset(offset, boundaryType, in get_textAtOffset()
|
H A D | AccTextBase.cpp | 527 STDMETHODIMP CAccTextBase::get_textBeforeOffset(long offset, IA2TextBoundaryType boundaryType, long… in get_textBeforeOffset() argument 565 switch(boundaryType) in get_textBeforeOffset() 616 STDMETHODIMP CAccTextBase::get_textAfterOffset(long offset, IA2TextBoundaryType boundaryType, long … in get_textAfterOffset() argument 652 switch(boundaryType) in get_textAfterOffset() 703 STDMETHODIMP CAccTextBase::get_textAtOffset(long offset, IA2TextBoundaryType boundaryType, long * s… in get_textAtOffset() argument 741 switch(boundaryType) in get_textAtOffset()
|
H A D | AccTextBase.h | 79 …STDMETHOD(get_textBeforeOffset)(long offset, IA2TextBoundaryType boundaryType, long * startOffset,… 82 …STDMETHOD(get_textAfterOffset)(long offset, IA2TextBoundaryType boundaryType, long * startOffset, … 85 …STDMETHOD(get_textAtOffset)(long offset, IA2TextBoundaryType boundaryType, long * startOffset, lon…
|
H A D | AccText.h | 105 …STDMETHOD(get_textBeforeOffset)(long offset, IA2TextBoundaryType boundaryType, long * startOffset,… 108 …STDMETHOD(get_textAfterOffset)(long offset, IA2TextBoundaryType boundaryType, long * startOffset, … 111 …STDMETHOD(get_textAtOffset)(long offset, IA2TextBoundaryType boundaryType, long * startOffset, lon…
|
H A D | AccHypertext.h | 109 …STDMETHOD(get_textBeforeOffset)(long offset, IA2TextBoundaryType boundaryType, long * startOffset,… 112 …STDMETHOD(get_textAfterOffset)(long offset, IA2TextBoundaryType boundaryType, long * startOffset, … 115 …STDMETHOD(get_textAtOffset)(long offset, IA2TextBoundaryType boundaryType, long * startOffset, lon…
|
/aoo41x/main/winaccessibility/source/UAccCOMIDL/ |
H A D | ia2_api_all.idl | 2667 @param [in] boundaryType 2686 [in] enum IA2TextBoundaryType boundaryType, 2712 @param [in] boundaryType 2731 [in] enum IA2TextBoundaryType boundaryType, 2758 @param [in] boundaryType 2777 [in] enum IA2TextBoundaryType boundaryType,
|
Completed in 52 milliseconds