/aoo41x/main/registry/source/ |
H A D | regkey.cxx | 250 RegError REGISTRY_CALLTYPE setLongListValue(RegKeyHandle hKey, in setLongListValue() function 273 _ret1 = pSubKey->setLongListValue(valueName, pValueList, len); in setLongListValue() 286 return pKey->setLongListValue(valueName, pValueList, len); in setLongListValue() 842 return setLongListValue(hKey, keyName, pValueList, len); in reg_setLongListValue()
|
H A D | regkey.hxx | 47 RegError REGISTRY_CALLTYPE setLongListValue(
|
H A D | keyimpl.hxx | 72 RegError setLongListValue(const rtl::OUString& valueName,
|
H A D | registry.cxx | 440 &setLongListValue, in initRegistry_Api()
|
H A D | keyimpl.cxx | 379 RegError ORegKey::setLongListValue(const OUString& valueName, sal_Int32* pValueList, sal_uInt32 len) in setLongListValue() function in ORegKey
|
/aoo41x/main/registry/inc/registry/ |
H A D | registry.hxx | 64 …RegError (REGISTRY_CALLTYPE *setLongListValue) (RegKeyHandle, rtl_uString*, sal_Int32*, sal_uInt3… 509 inline RegError setLongListValue(const ::rtl::OUString& keyName, 966 inline RegError RegistryKey::setLongListValue(const ::rtl::OUString& keyName, in setLongListValue() function in RegistryKey 971 return m_registry.m_pApi->setLongListValue(m_hImpl, keyName.pData, in setLongListValue()
|
/aoo41x/main/stoc/source/defaultregistry/ |
H A D | defaultregistry.cxx | 170 …virtual void SAL_CALL setLongListValue( const ::com::sun::star::uno::Sequence< sal_Int32 >& seqVal… 458 void SAL_CALL NestedKeyImpl::setLongListValue( const Sequence< sal_Int32 >& seqValue ) in setLongListValue() function in stoc_defreg::NestedKeyImpl 466 m_localKey->setLongListValue(seqValue); in setLongListValue() 472 m_localKey->setLongListValue(seqValue); in setLongListValue()
|
/aoo41x/main/stoc/test/ |
H A D | testregistry.cxx | 280 xKey->setLongListValue(seqLongs); in test_SimpleRegistry() 539 xKey->setLongListValue(seqLong); in test_DefaultRegistry()
|
/aoo41x/main/stoc/source/simpleregistry/ |
H A D | simpleregistry.cxx | 162 virtual void SAL_CALL setLongListValue( 442 void Key::setLongListValue(css::uno::Sequence< sal_Int32 > const & seqValue) in setLongListValue() function in __anonc56714140111::Key 450 RegError err = key_.setLongListValue( in setLongListValue()
|
H A D | textualservices.cxx | 474 virtual void SAL_CALL setLongListValue( 651 void Key::setLongListValue(css::uno::Sequence< sal_Int32 > const &) in setLongListValue() function in stoc::simpleregistry::__anon304cec5c0211::Key
|
/aoo41x/main/stoc/source/implementationregistration/ |
H A D | mergekeys.cxx | 92 xDest->setLongListValue( xSource->getLongListValue() ); in mergeKeys()
|
/aoo41x/main/configmgr/source/ |
H A D | configurationregistry.cxx | 206 virtual void SAL_CALL setLongListValue( 616 void RegistryKey::setLongListValue(css::uno::Sequence< sal_Int32 > const &) in setLongListValue() function in configmgr::configuration_registry::__anon87761c130111::RegistryKey
|
/aoo41x/main/cppuhelper/test/loader/ |
H A D | loader.test.cxx | 56 …virtual void SAL_CALL setLongListValue( const uno::Sequence< sal_Int32 >& /*seqValue*/ ) throw (re… in setLongListValue() function in MyKey
|
/aoo41x/main/udkapi/com/sun/star/registry/ |
H A D | XRegistryKey.idl | 160 void setLongListValue( [in] sequence<long> seqValue )
|
/aoo41x/main/registry/test/ |
H A D | testregcpp.cxx | 543 …REG_ENSURE(!rootKey.setLongListValue(OUString::createFromAscii("myFifthKey"), pLong, 3), "test_reg… in test_registry_CppApi()
|