Home
last modified time | relevance | path

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

/trunk/main/registry/source/
H A Dregkey.cxx334 RegError REGISTRY_CALLTYPE setUnicodeListValue(RegKeyHandle hKey, in setUnicodeListValue() function
357 _ret1 = pSubKey->setUnicodeListValue(valueName, pValueList, len); in setUnicodeListValue()
370 return pKey->setUnicodeListValue(valueName, pValueList, len); in setUnicodeListValue()
870 return setUnicodeListValue(hKey, keyName, pValueList, len); in reg_setUnicodeListValue()
H A Dregkey.hxx51 RegError REGISTRY_CALLTYPE setUnicodeListValue(
H A Dkeyimpl.hxx80 RegError setUnicodeListValue(const rtl::OUString& valueName,
H A Dregistry.cxx442 &setUnicodeListValue, in initRegistry_Api()
H A Dkeyimpl.cxx506 RegError ORegKey::setUnicodeListValue(const OUString& valueName, sal_Unicode** pValueList, sal_uInt… in setUnicodeListValue() function in ORegKey
/trunk/main/registry/inc/registry/
H A Dregistry.hxx67 …RegError (REGISTRY_CALLTYPE *setUnicodeListValue)(RegKeyHandle, rtl_uString*, sal_Unicode**, sal_…
536 inline RegError setUnicodeListValue(const ::rtl::OUString& keyName,
989 inline RegError RegistryKey::setUnicodeListValue(const ::rtl::OUString& keyName, in setUnicodeListValue() function in RegistryKey
994 return m_registry.m_pApi->setUnicodeListValue(m_hImpl, keyName.pData, in setUnicodeListValue()
/trunk/main/registry/test/
H A Dtestregcpp.cxx573 …REG_ENSURE(!rootKey.setUnicodeListValue(OUString::createFromAscii("mySixthKey"), (sal_Unicode**)pU… in test_registry_CppApi()
/trunk/main/stoc/source/simpleregistry/
H A Dsimpleregistry.cxx828 RegError err = key_.setUnicodeListValue( in setStringListValue()

Completed in 72 milliseconds