Searched refs:setUnicodeListValue (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/registry/source/ |
H A D | regkey.cxx | 334 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 D | regkey.hxx | 51 RegError REGISTRY_CALLTYPE setUnicodeListValue(
|
H A D | keyimpl.hxx | 80 RegError setUnicodeListValue(const rtl::OUString& valueName,
|
H A D | registry.cxx | 442 &setUnicodeListValue, in initRegistry_Api()
|
H A D | keyimpl.cxx | 506 RegError ORegKey::setUnicodeListValue(const OUString& valueName, sal_Unicode** pValueList, sal_uInt… in setUnicodeListValue() function in ORegKey
|
/aoo41x/main/registry/inc/registry/ |
H A D | registry.hxx | 66 …RegError (REGISTRY_CALLTYPE *setUnicodeListValue)(RegKeyHandle, rtl_uString*, sal_Unicode**, sal_… 535 inline RegError setUnicodeListValue(const ::rtl::OUString& keyName, 988 inline RegError RegistryKey::setUnicodeListValue(const ::rtl::OUString& keyName, in setUnicodeListValue() function in RegistryKey 993 return m_registry.m_pApi->setUnicodeListValue(m_hImpl, keyName.pData, in setUnicodeListValue()
|
/aoo41x/main/registry/test/ |
H A D | testregcpp.cxx | 573 …REG_ENSURE(!rootKey.setUnicodeListValue(OUString::createFromAscii("mySixthKey"), (sal_Unicode**)pU… in test_registry_CppApi()
|
/aoo41x/main/stoc/source/simpleregistry/ |
H A D | simpleregistry.cxx | 828 RegError err = key_.setUnicodeListValue( in setStringListValue()
|
Completed in 46 milliseconds