Home
last modified time | relevance | path

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

/trunk/main/winaccessibility/source/UAccCOM/
H A DAccText.cpp154 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 DAccHypertext.cpp157 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 DAccTextBase.cpp527 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 DAccTextBase.h79 …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 DAccText.h105 …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 DAccHypertext.h109 …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…
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl2667 @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 32 milliseconds