Searched refs:ouValue (Results 1 – 2 of 2) sorted by relevance
268 …eText::get_AnyFromOLECHAR(const ::rtl::OUString &ouName, const ::rtl::OUString &ouValue, Any &rAny) in get_AnyFromOLECHAR() argument282 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()[all …]
107 …void get_AnyFromOLECHAR(const ::rtl::OUString &ouName, const ::rtl::OUString &ouValue, com::sun::s…