Home
last modified time | relevance | path

Searched refs:getLongListValue (Results 1 – 17 of 17) sorted by relevance

/aoo42x/main/qadevOOo/runner/util/
H A DRegistryTools.java139 int[] list1 = key1.getLongListValue() ; in compareKeys()
140 int[] list2 = key2.getLongListValue() ; in compareKeys()
348 int[] list = key.getLongListValue() ; in printKeyInfo()
/aoo42x/main/registry/source/
H A Dregkey.cxx464 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 Dregkey.hxx56 RegError REGISTRY_CALLTYPE getLongListValue(
H A Dkeyimpl.hxx86 RegError getLongListValue(const rtl::OUString& valueName,
H A Dregistry.cxx445 &getLongListValue, in initRegistry_Api()
H A Dkeyimpl.cxx667 RegError ORegKey::getLongListValue(const OUString& valueName, sal_Int32** pValueList, sal_uInt32* p… in getLongListValue() function in ORegKey
/aoo42x/main/registry/inc/registry/
H A Dregistry.hxx70 …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()
/aoo42x/main/stoc/source/defaultregistry/
H A Ddefaultregistry.cxx169 …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()
/aoo42x/main/registry/tools/
H A Dregcompare.cxx1337 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()
/aoo42x/main/stoc/test/
H A Dtestregistry.cxx283 seqLongs2 = xKey->getLongListValue(); in test_SimpleRegistry()
541 Sequence<sal_Int32> seqLongValue = xKey->getLongListValue(); in test_DefaultRegistry()
/aoo42x/main/stoc/source/simpleregistry/
H A Dsimpleregistry.cxx158 virtual css::uno::Sequence< sal_Int32 > SAL_CALL getLongListValue() throw(
397 css::uno::Sequence< sal_Int32 > Key::getLongListValue() throw ( in getLongListValue() function in __anon68f5d2950111::Key
403 RegError err = key_.getLongListValue(rtl::OUString(), list); in getLongListValue()
H A Dtextualservices.cxx470 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::__anon45b37afd0211::Key
/aoo42x/main/stoc/source/implementationregistration/
H A Dmergekeys.cxx92 xDest->setLongListValue( xSource->getLongListValue() ); in mergeKeys()
/aoo42x/main/udkapi/com/sun/star/registry/
H A DXRegistryKey.idl137 // DOCUMENTATION CHANGED FOR XRegistryKey::getLongListValue
147 sequence<long> getLongListValue()
/aoo42x/main/configmgr/source/
H A Dconfigurationregistry.cxx201 virtual css::uno::Sequence< sal_Int32 > SAL_CALL getLongListValue()
598 css::uno::Sequence< sal_Int32 > RegistryKey::getLongListValue() in getLongListValue() function in configmgr::configuration_registry::__anonedc482340111::RegistryKey
/aoo42x/main/cppuhelper/test/loader/
H A Dloader.test.cxx55 …virtual uno::Sequence< sal_Int32 > SAL_CALL getLongListValue( ) throw (registry::InvalidRegistryE… in getLongListValue() function in MyKey
/aoo42x/main/registry/test/
H A Dtestregcpp.cxx546 …REG_ENSURE(!rootKey.getLongListValue(OUString::createFromAscii("myFifthKey"), longList), "test_reg… in test_registry_CppApi()

Completed in 87 milliseconds