Searched refs:get_attributes (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/winaccessibility/source/UAccCOM/ |
H A D | AccText.cpp | 50 STDMETHODIMP CAccText::get_attributes(long offset, long * startOffset, long * endOffset, BSTR * tex… in get_attributes() function in CAccText 53 return CAccTextBase::get_attributes(offset, startOffset, endOffset, textAttributes); in get_attributes()
|
H A D | AccHypertext.cpp | 55 STDMETHODIMP CAccHypertext::get_attributes(long offset, long * startOffset, long * endOffset, BSTR … in get_attributes() function in CAccHypertext 58 return CAccTextBase::get_attributes(offset, startOffset, endOffset, textAttributes); in get_attributes()
|
H A D | AccTextBase.h | 53 …STDMETHOD(get_attributes)(long offset, long * startOffset, long * endOffset, BSTR * textAttributes…
|
H A D | AccText.h | 79 …STDMETHOD(get_attributes)(long offset, long * startOffset, long * endOffset, BSTR * textAttributes…
|
H A D | AccHypertext.h | 83 …STDMETHOD(get_attributes)(long offset, long * startOffset, long * endOffset, BSTR * textAttributes…
|
H A D | MAccessible.h | 176 STDMETHOD(get_attributes)(/*[out]*/ BSTR *pAttr);
|
H A D | AccTextBase.cpp | 100 STDMETHODIMP CAccTextBase::get_attributes(long offset, long * startOffset, long * endOffset, BSTR *… in get_attributes() function in CAccTextBase
|
H A D | MAccessible.cpp | 3245 STDMETHODIMP CMAccessible::get_attributes(/*[out]*/ BSTR *pAttr) in get_attributes() function in CMAccessible
|
Completed in 42 milliseconds