Home
last modified time | relevance | path

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

/aoo42x/main/winaccessibility/source/UAccCOM/
H A DAccEditableText.cpp282 sal_Int32 nValue = ouValue.toInt32(); in get_AnyFromOLECHAR()
289 boolean nValue = (boolean)ouValue.toBoolean(); in get_AnyFromOLECHAR()
298 short nValue = (short)ouValue.toInt32(); in get_AnyFromOLECHAR()
305 float fValue = ouValue.toFloat(); in get_AnyFromOLECHAR()
311 rAny.setValue(&ouValue, getCppuType((::rtl::OUString *)0)); in get_AnyFromOLECHAR()
332 pos = ouValue.indexOf(L"Position=", pos); in get_AnyFromOLECHAR()
343 pos = ouValue.indexOf(L"TabAlign=", pos); in get_AnyFromOLECHAR()
402 while(pos < ouValue.getLength()); in get_AnyFromOLECHAR()
436 pos = ouValue.indexOf(L"Mode=", pos); in get_AnyFromOLECHAR()
446 pos = ouValue.indexOf(L"Height=", pos); in get_AnyFromOLECHAR()
[all …]
H A DAccEditableText.h107 …void get_AnyFromOLECHAR(const ::rtl::OUString &ouName, const ::rtl::OUString &ouValue, com::sun::s…

Completed in 19 milliseconds