Home
last modified time | relevance | path

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

/trunk/main/winaccessibility/source/UAccCOM/
H A DAccTextBase.cpp100 …cTextBase::get_attributes(long offset, long * startOffset, long * endOffset, BSTR * textAttributes) in get_attributes() argument
107 if (startOffset == NULL || endOffset == NULL || textAttributes == NULL) in get_attributes()
197 if(*textAttributes) in get_attributes()
198 SysFreeString(*textAttributes); in get_attributes()
199 *textAttributes = SysAllocString(strAttrs.c_str()); in get_attributes()
H A DAccText.cpp50 … CAccText::get_attributes(long offset, long * startOffset, long * endOffset, BSTR * textAttributes) in get_attributes() argument
53 return CAccTextBase::get_attributes(offset, startOffset, endOffset, textAttributes); in get_attributes()
H A DAccHypertext.cpp55 …Hypertext::get_attributes(long offset, long * startOffset, long * endOffset, BSTR * textAttributes) in get_attributes() argument
58 return CAccTextBase::get_attributes(offset, startOffset, endOffset, textAttributes); in get_attributes()
H A DAccTextBase.h53 …TDMETHOD(get_attributes)(long offset, long * startOffset, long * endOffset, BSTR * textAttributes);
H A DAccText.h79 …TDMETHOD(get_attributes)(long offset, long * startOffset, long * endOffset, BSTR * textAttributes);
H A DAccHypertext.h83 …TDMETHOD(get_attributes)(long offset, long * startOffset, long * endOffset, BSTR * textAttributes);
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl2437 @param [out] textAttributes
2450 [out, retval] BSTR *textAttributes

Completed in 44 milliseconds