Lines Matching refs:ouValue

268 …eText::get_AnyFromOLECHAR(const ::rtl::OUString &ouName, const ::rtl::OUString &ouValue, Any &rAny)  in get_AnyFromOLECHAR()  argument
282 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()
316 … ::com::sun::star::awt::FontSlant fontSlant = (::com::sun::star::awt::FontSlant)ouValue.toInt32(); in get_AnyFromOLECHAR()
332 pos = ouValue.indexOf(L"Position=", pos); in get_AnyFromOLECHAR()
335 posComma = ouValue.indexOf(',', pos + 9); // 9 = length of "Position=". in get_AnyFromOLECHAR()
338 ouSubValue = ouValue.copy(pos + 9, posComma - pos - 9); in get_AnyFromOLECHAR()
343 pos = ouValue.indexOf(L"TabAlign=", pos); in get_AnyFromOLECHAR()
346 posComma = ouValue.indexOf(',', pos + 9); // 9 = length of "TabAlign=". in get_AnyFromOLECHAR()
349 ouSubValue = ouValue.copy(pos + 9, posComma - pos - 9); in get_AnyFromOLECHAR()
354 pos = ouValue.indexOf(L"DecimalChar=", pos); in get_AnyFromOLECHAR()
357 … posComma = ouValue.indexOf(',', pos + 11); // 11 = length of "TabAlign=". in get_AnyFromOLECHAR()
360 ouSubValue = ouValue.copy(pos + 11, posComma - pos - 11); in get_AnyFromOLECHAR()
365 pos = ouValue.indexOf(L"FillChar=", pos); in get_AnyFromOLECHAR()
368 … posComma = ouValue.indexOf(',', pos + 9); // 9 = length of "TabAlign=". in get_AnyFromOLECHAR()
371 ouSubValue = ouValue.copy(pos + 9, posComma - pos - 9); in get_AnyFromOLECHAR()
402 while(pos < ouValue.getLength()); in get_AnyFromOLECHAR()
436 pos = ouValue.indexOf(L"Mode=", pos); in get_AnyFromOLECHAR()
439 posComma = ouValue.indexOf(',', pos + 5); // 5 = length of "Mode=". in get_AnyFromOLECHAR()
442 ouSubValue = ouValue.copy(pos + 5, posComma - pos - 5); in get_AnyFromOLECHAR()
446 pos = ouValue.indexOf(L"Height=", pos); in get_AnyFromOLECHAR()
449 ouSubValue = ouValue.copy(pos + 7, ouValue.getLength() - pos - 7); in get_AnyFromOLECHAR()