Home
last modified time | relevance | path

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

/trunk/main/winaccessibility/source/UAccCOM/
H A DAccTextBase.cpp118 std::wstring strAttrs; in get_attributes() local
120 strAttrs += L"Version:1;"; in get_attributes()
159 strAttrs+=L";"; in get_attributes()
162 strAttrs += numProps; in get_attributes()
169 strAttrs+=L";"; in get_attributes()
171 strAttrs += pValue.Name.getStr(); in get_attributes()
172 strAttrs += L":"; in get_attributes()
193 strAttrs +=pTemp; in get_attributes()
195 strAttrs +=L";"; in get_attributes()
199 *textAttributes = SysAllocString(strAttrs.c_str()); in get_attributes()

Completed in 31 milliseconds