/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/ |
H A D | RegistryTools.java | 139 int[] list1 = key1.getLongListValue() ; in compareKeys() 140 int[] list2 = key2.getLongListValue() ; in compareKeys() 348 int[] list = key.getLongListValue() ; in printKeyInfo()
|
/trunk/main/registry/source/ |
H A D | regkey.cxx | 464 RegError REGISTRY_CALLTYPE getLongListValue(RegKeyHandle hKey, in getLongListValue() function 487 _ret1 = pSubKey->getLongListValue(valueName, pValueList, pLen); in getLongListValue() 497 return pKey->getLongListValue(valueName, pValueList, pLen); in getLongListValue() 911 return getLongListValue(hKey, keyName, pValueList, pLen); in reg_getLongListValue()
|
H A D | regkey.hxx | 56 RegError REGISTRY_CALLTYPE getLongListValue(
|
H A D | keyimpl.hxx | 86 RegError getLongListValue(const rtl::OUString& valueName,
|
H A D | registry.cxx | 445 &getLongListValue, in initRegistry_Api()
|
H A D | keyimpl.cxx | 667 RegError ORegKey::getLongListValue(const OUString& valueName, sal_Int32** pValueList, sal_uInt32* p… in getLongListValue() function in ORegKey
|
/trunk/main/registry/inc/registry/ |
H A D | registry.hxx | 70 …RegError (REGISTRY_CALLTYPE *getLongListValue) (RegKeyHandle, rtl_uString*, sal_Int32**, sal_uInt… 572 inline RegError getLongListValue(const ::rtl::OUString& keyName, 1019 inline RegError RegistryKey::getLongListValue(const ::rtl::OUString& keyName, in getLongListValue() function in RegistryKey 1027 ret = m_registry.m_pApi->getLongListValue(m_hImpl, keyName.pData, in getLongListValue()
|
/trunk/main/stoc/source/defaultregistry/ |
H A D | defaultregistry.cxx | 169 …virtual Sequence< sal_Int32 > SAL_CALL getLongListValue( ) throw(InvalidRegistryException, Invali… 438 Sequence< sal_Int32 > SAL_CALL NestedKeyImpl::getLongListValue( ) in getLongListValue() function in stoc_defreg::NestedKeyImpl 446 return m_localKey->getLongListValue(); in getLongListValue() 450 return m_defaultKey->getLongListValue(); in getLongListValue()
|
/trunk/main/registry/tools/ |
H A D | regcompare.cxx | 1337 key1.getLongListValue(tmpName, valueList1); in checkValueDifference() 1338 key2.getLongListValue(tmpName, valueList2); in checkValueDifference() 1489 key1.getLongListValue(tmpName, valueList); in checkValueDifference() 1591 key2.getLongListValue(tmpName, valueList); in checkValueDifference()
|
/trunk/main/stoc/test/ |
H A D | testregistry.cxx | 283 seqLongs2 = xKey->getLongListValue(); in test_SimpleRegistry() 541 Sequence<sal_Int32> seqLongValue = xKey->getLongListValue(); in test_DefaultRegistry()
|
/trunk/main/stoc/source/simpleregistry/ |
H A D | simpleregistry.cxx | 158 virtual css::uno::Sequence< sal_Int32 > SAL_CALL getLongListValue() throw( 397 css::uno::Sequence< sal_Int32 > Key::getLongListValue() throw ( in getLongListValue() function in __anon8684692c0111::Key 403 RegError err = key_.getLongListValue(rtl::OUString(), list); in getLongListValue()
|
H A D | textualservices.cxx | 470 virtual css::uno::Sequence< sal_Int32 > SAL_CALL getLongListValue() throw( 639 css::uno::Sequence< sal_Int32 > Key::getLongListValue() throw ( in getLongListValue() function in stoc::simpleregistry::__anon1514e4740211::Key
|
/trunk/main/stoc/source/implementationregistration/ |
H A D | mergekeys.cxx | 92 xDest->setLongListValue( xSource->getLongListValue() ); in mergeKeys()
|
/trunk/main/udkapi/com/sun/star/registry/ |
H A D | XRegistryKey.idl | 137 // DOCUMENTATION CHANGED FOR XRegistryKey::getLongListValue 147 sequence<long> getLongListValue()
|
/trunk/main/configmgr/source/ |
H A D | configurationregistry.cxx | 201 virtual css::uno::Sequence< sal_Int32 > SAL_CALL getLongListValue() 598 css::uno::Sequence< sal_Int32 > RegistryKey::getLongListValue() in getLongListValue() function in configmgr::configuration_registry::__anonca95c82b0111::RegistryKey
|
/trunk/main/cppuhelper/test/loader/ |
H A D | loader.test.cxx | 55 …virtual uno::Sequence< sal_Int32 > SAL_CALL getLongListValue( ) throw (registry::InvalidRegistryE… in getLongListValue() function in MyKey
|
/trunk/main/registry/test/ |
H A D | testregcpp.cxx | 546 …REG_ENSURE(!rootKey.getLongListValue(OUString::createFromAscii("myFifthKey"), longList), "test_reg… in test_registry_CppApi()
|