Home
last modified time | relevance | path

Searched refs:setStringListValue (Results 1 – 15 of 15) sorted by relevance

/trunk/main/registry/source/
H A Dregkey.cxx292 RegError REGISTRY_CALLTYPE setStringListValue(RegKeyHandle hKey, in setStringListValue() function
315 _ret1 = pSubKey->setStringListValue(valueName, pValueList, len); in setStringListValue()
328 return pKey->setStringListValue(valueName, pValueList, len); in setStringListValue()
856 return setStringListValue(hKey, keyName, pValueList, len); in reg_setStringListValue()
H A Dregkey.hxx49 RegError REGISTRY_CALLTYPE setStringListValue(
H A Dkeyimpl.hxx76 RegError setStringListValue(const rtl::OUString& valueName,
H A Dregistry.cxx441 &setStringListValue, in initRegistry_Api()
H A Dkeyimpl.cxx438 RegError ORegKey::setStringListValue(const OUString& valueName, sal_Char** pValueList, sal_uInt32 l… in setStringListValue() function in ORegKey
/trunk/main/registry/inc/registry/
H A Dregistry.hxx66 …RegError (REGISTRY_CALLTYPE *setStringListValue) (RegKeyHandle, rtl_uString*, sal_Char**, sal_uIn…
523 inline RegError setStringListValue(const ::rtl::OUString& keyName,
978 inline RegError RegistryKey::setStringListValue(const ::rtl::OUString& keyName, in setStringListValue() function in RegistryKey
983 return m_registry.m_pApi->setStringListValue(m_hImpl, keyName.pData, in setStringListValue()
/trunk/main/stoc/source/defaultregistry/
H A Ddefaultregistry.cxx178 …virtual void SAL_CALL setStringListValue( const ::com::sun::star::uno::Sequence< OUString >& seqVa…
630 void SAL_CALL NestedKeyImpl::setStringListValue( const Sequence< OUString >& seqValue ) in setStringListValue() function in stoc_defreg::NestedKeyImpl
638 m_localKey->setStringListValue(seqValue); in setStringListValue()
644 m_localKey->setStringListValue(seqValue); in setStringListValue()
/trunk/main/stoc/source/simpleregistry/
H A Dsimpleregistry.cxx198 virtual void SAL_CALL setStringListValue(
669 RegError err = key_.setStringListValue( in setAsciiListValue()
819 void Key::setStringListValue( in setStringListValue() function in __anon8684692c0111::Key
H A Dtextualservices.cxx510 virtual void SAL_CALL setStringListValue(
798 void Key::setStringListValue(css::uno::Sequence< rtl::OUString > const &) in setStringListValue() function in stoc::simpleregistry::__anon1514e4740211::Key
/trunk/main/stoc/source/implementationregistration/
H A Dmergekeys.cxx98 xDest->setStringListValue( xSource->getStringListValue() ); in mergeKeys()
/trunk/main/configmgr/source/
H A Dconfigurationregistry.cxx248 virtual void SAL_CALL setStringListValue(
732 void RegistryKey::setStringListValue( in setStringListValue() function in configmgr::configuration_registry::__anonca95c82b0111::RegistryKey
/trunk/main/cppuhelper/test/loader/
H A Dloader.test.cxx64 …virtual void SAL_CALL setStringListValue( const uno::Sequence< rtl::OUString >& /*seqValue*/ ) thr… in setStringListValue() function in MyKey
/trunk/main/stoc/test/
H A Dtestregistry.cxx313 xKey->setStringListValue(seqUnicode); in test_SimpleRegistry()
/trunk/main/registry/test/
H A Dtestregcpp.cxx525 …REG_ENSURE(!rootKey.setStringListValue(OUString::createFromAscii("myFourthKey"), (sal_Char**)pList… in test_registry_CppApi()
/trunk/main/udkapi/com/sun/star/registry/
H A DXRegistryKey.idl269 void setStringListValue( [in] sequence<string> seqValue )

Completed in 89 milliseconds