/aoo41x/main/qadevOOo/tests/java/ifc/registry/ |
H A D | _XSimpleRegistry.java | 224 oObj.mergeKey("MergeKey", mergeF); in _mergeKey() 255 XRegistryKey mergeKey = reg.getRootKey(); in _mergeKey() local 256 isEqual = RegistryTools.compareKeyTrees(key, mergeKey); in _mergeKey()
|
/aoo41x/main/registry/source/ |
H A D | registry.cxx | 342 static RegError REGISTRY_CALLTYPE mergeKey(RegHandle hReg, in mergeKey() function 427 &mergeKey, in initRegistry_Api() 512 return mergeKey(pKey->getRegistry(), hKey, keyName, regFileName, bWarnings, bReport); in reg_mergeKey()
|
/aoo41x/main/registry/inc/registry/ |
H A D | registry.hxx | 51 …RegError (REGISTRY_CALLTYPE *mergeKey) (RegHandle, RegKeyHandle, rtl_uString*, rtl_uString*, sa… 207 inline RegError mergeKey(RegistryKey& rKey, 1243 inline RegError Registry::mergeKey(RegistryKey& rKey, in mergeKey() function in Registry 1248 …{ return m_pApi->mergeKey(m_hImpl, rKey.m_hImpl, keyName.pData, regFileName.pData, bWarnings, bRe… in mergeKey()
|
/aoo41x/main/stoc/test/ |
H A D | testregistry.cxx | 348 xReg->mergeKey(OUString(), testreg2); in test_SimpleRegistry() 501 xReg->mergeKey(OUString( RTL_CONSTASCII_USTRINGPARAM("Test") ), testreg ); in test_DefaultRegistry() 623 xReg->mergeKey(OUString( RTL_CONSTASCII_USTRINGPARAM("AllFromTestreg2") ), in test_DefaultRegistry()
|
/aoo41x/main/registry/test/ |
H A D | testregcpp.cxx | 640 REG_ENSURE(!myRegistry->mergeKey(rootKey, OUString::createFromAscii("allFromTest3"), in test_registry_CppApi() 642 REG_ENSURE(!myRegistry->mergeKey(rootKey, OUString::createFromAscii("allFromTest3"), in test_registry_CppApi() 684 REG_ENSURE(myRegistry->mergeKey(rootKey, OUString::createFromAscii("allFromTest3"), in test_registry_CppApi()
|
H A D | testmerge.cxx | 192 …REG_ENSURE(!myRegistry->mergeKey(rootKey, OUString::createFromAscii("/stardiv/IchbineinMergeKey"), in test_merge()
|
/aoo41x/main/stoc/source/defaultregistry/ |
H A D | defaultregistry.cxx | 130 …virtual void SAL_CALL mergeKey( const OUString& aKeyName, const OUString& aUrl ) throw(InvalidRegi… 1388 void SAL_CALL NestedRegistryImpl::mergeKey( const OUString& aKeyName, const OUString& aUrl ) in mergeKey() function in stoc_defreg::NestedRegistryImpl 1394 m_localReg->mergeKey(aKeyName, aUrl); in mergeKey()
|
/aoo41x/main/qadevOOo/objdsc/simplereg.uno/ |
H A D | com.sun.star.comp.stoc.SimpleRegistry.csv | 8 "SimpleRegistry";"com::sun::star::registry::XSimpleRegistry";"mergeKey()"
|
/aoo41x/main/qadevOOo/objdsc/simreg/ |
H A D | com.sun.star.comp.stoc.SimpleRegistry.csv | 8 "SimpleRegistry";"com::sun::star::registry::XSimpleRegistry";"mergeKey()"
|
/aoo41x/main/qadevOOo/objdsc/nestedreg.uno/ |
H A D | com.sun.star.comp.stoc.NestedRegistry.csv | 8 "NestedRegistry";"com::sun::star::registry::XSimpleRegistry";"mergeKey()"
|
/aoo41x/main/qadevOOo/objdsc/defreg/ |
H A D | com.sun.star.comp.stoc.NestedRegistry.csv | 8 "NestedRegistry";"com::sun::star::registry::XSimpleRegistry";"mergeKey()"
|
/aoo41x/main/qadevOOo/objdsc/cfgmgr2/ |
H A D | com.sun.star.comp.configuration.OConfigurationRegistry.csv | 8 "OConfigurationRegistry";"com::sun::star::registry::XSimpleRegistry";"mergeKey()"
|
/aoo41x/main/udkapi/com/sun/star/registry/ |
H A D | MergeConflictException.idl | 39 <member>XSimpleRegistry::mergeKey()e</member> method.
|
H A D | XSimpleRegistry.idl | 144 void mergeKey( [in] string aKeyName,
|
H A D | DefaultRegistry.idl | 59 <dt> <b>mergeKey</b>
|
H A D | NestedRegistry.idl | 65 <dt> <b>mergeKey</b>
|
/aoo41x/main/stoc/source/simpleregistry/ |
H A D | simpleregistry.cxx | 104 virtual void SAL_CALL mergeKey( 1252 void SimpleRegistry::mergeKey( in mergeKey() function in __anonc56714140111::SimpleRegistry 1270 err = registry_.mergeKey(root, aKeyName, aUrl, false, false); in mergeKey()
|
/aoo41x/main/registry/tools/ |
H A D | regmerge.cxx | 141 …RegError _ret = reg.mergeKey(rootKey, mergeKeyName, targetRegName, sal_False, options.isVerbose()); in main()
|
/aoo41x/main/rdbmaker/source/codemaker/ |
H A D | typemanager.cxx | 132 if ( (ret = pTmpReg->mergeKey(rootKey, aRoot, convertToFileUrl( *iter ))) ) in init()
|
/aoo41x/main/configmgr/source/ |
H A D | configurationregistry.cxx | 129 virtual void SAL_CALL mergeKey(rtl::OUString const &, rtl::OUString const &) 433 void Service::mergeKey(rtl::OUString const &, rtl::OUString const &) in mergeKey() function in configmgr::configuration_registry::__anon87761c130111::Service
|