Searched refs:textAttributes (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/winaccessibility/source/UAccCOM/ |
H A D | AccTextBase.cpp | 100 …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 D | AccText.cpp | 50 … 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 D | AccHypertext.cpp | 55 …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 D | AccTextBase.h | 53 …TDMETHOD(get_attributes)(long offset, long * startOffset, long * endOffset, BSTR * textAttributes);
|
H A D | AccText.h | 79 …TDMETHOD(get_attributes)(long offset, long * startOffset, long * endOffset, BSTR * textAttributes);
|
H A D | AccHypertext.h | 83 …TDMETHOD(get_attributes)(long offset, long * startOffset, long * endOffset, BSTR * textAttributes);
|
/aoo4110/main/winaccessibility/source/UAccCOMIDL/ |
H A D | ia2_api_all.idl | 2437 @param [out] textAttributes 2450 [out, retval] BSTR *textAttributes
|
Completed in 47 milliseconds