| /trunk/main/stoc/source/defaultregistry/ |
| H A D | defaultregistry.cxx | 127 virtual Reference< XRegistryKey > SAL_CALL getRootKey( ); 267 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in computeChanges() 301 Reference<XRegistryKey> localRoot(m_pRegistry->m_localReg->getRootKey()); in computeName() 302 Reference<XRegistryKey> defaultRoot(m_pRegistry->m_defaultReg->getRootKey()); in computeName() 421 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setLongValue() 462 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setLongListValue() 503 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setAsciiValue() 544 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setAsciiListValue() 585 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setStringValue() 626 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setStringListValue() [all …]
|
| /trunk/main/stoc/source/implementationregistration/ |
| H A D | implreg.cxx | 219 xReg->getRootKey()->deleteLink(aLinkName); in deleteAllLinkReferences() 227 xLinkParent = xReg->getRootKey()->openKey(aLinkParent); in deleteAllLinkReferences() 233 xReg->getRootKey()->deleteKey(aLinkParent); in deleteAllLinkReferences() 289 xDest->getRootKey()->createLink(linkName, linkRefName); in prepareLink() 497 xRootKey = xDest->getRootKey(); in prepareUserLink() 505 createUniqueSubEntry(xDest->getRootKey()->createKey( in prepareUserLink() 694 deleteUserLink(xDest->getRootKey(), linkName, linkTarget, implName); in prepareUserKeys() 716 Reference < XRegistryKey > xRootKey = xDest->getRootKey(); in prepareUserKeys() 810 xReg->getRootKey()->deleteKey(path); in deleteAllImplementations() 819 xReg->getRootKey()->deleteKey(path); in deleteAllImplementations() [all …]
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/registry/ |
| H A D | _XSimpleRegistry.java | 177 XRegistryKey rootKey = oObj.getRootKey(); in _getRootKey() 223 RegistryTools.printRegistryInfo(oObj.getRootKey(), log); in _mergeKey() 225 RegistryTools.printRegistryInfo(oObj.getRootKey(), log); in _mergeKey() 254 XRegistryKey key = oObj.getRootKey().openKey("MergeKey"); in _mergeKey() 255 XRegistryKey mergeKey = reg.getRootKey(); in _mergeKey()
|
| H A D | _XImplementationRegistration.java | 86 RegistryTools.printRegistryInfo(reg.getRootKey(), log) ; in _registerImplementation() 88 String[] subKeys = reg.getRootKey().getKeyNames() ; in _registerImplementation() 178 String[] subKeys = reg.getRootKey().getKeyNames() ; in _revokeImplementation()
|
| /trunk/main/stoc/test/ |
| H A D | testregistry.cxx | 78 Reference< registry::XRegistryKey > xDestRoot( xDest->getRootKey() ); in mergeKeys() 92 Reference< registry::XRegistryKey > xSourceKey( xSimReg->getRootKey() ); in mergeKeys() 218 Reference<XRegistryKey> xRootKey(xReg->getRootKey()); in test_SimpleRegistry() 323 xRootKey = xReg->getRootKey(); in test_SimpleRegistry() 349 xRootKey = xReg->getRootKey(); in test_SimpleRegistry() 483 Reference<XRegistryKey> xRootKey(xReg->getRootKey()); in test_DefaultRegistry()
|
| /trunk/main/stoc/source/servicemanager/ |
| H A D | servicemanager.cxx | 246 Reference< XRegistryKey > rRootKey = xReg->getRootKey(); in retrieveAsciiValueList() 1629 Reference<XRegistryKey > getRootKey(); 1684 Reference<XRegistryKey > ORegistryServiceManager::getRootKey() in getRootKey() function in stoc_smgr::ORegistryServiceManager 1702 m_xRootKey = m_xRegistry->getRootKey(); in getRootKey() 1716 Reference<XRegistryKey > xRootKey = getRootKey(); in loadWithImplementationName() 1782 Reference<XRegistryKey > xRootKey = getRootKey(); in fillAllNamesFromRegistry()
|
| /trunk/main/registry/source/ |
| H A D | regimpl.cxx | 764 ORegKey * pRootKey = getRootKey(); in closeKey() 919 ORegKey* pRootKey = pReg->getRootKey(); in loadKey() 967 ORegKey* pRootKey = pReg->getRootKey(); in saveKey() 1410 ORegKey* ORegistry::getRootKey() in getRootKey() function in ORegistry
|
| H A D | regimpl.hxx | 119 ORegKey* getRootKey();
|
| /trunk/main/desktop/source/deployment/registry/component/ |
| H A D | dp_component.cxx | 1437 xLoader->writeRegistryInfo( xMemReg->getRootKey(), OUString(), url ); in getComponentInfo() 1439 xContext, xMemReg->getRootKey(), data, factories, &xLoader, &url); in getComponentInfo() 1462 xRDB->getRootKey() ); in isRegistered_() 1804 registry->getRootKey(), in processPackage_()
|
| /trunk/main/stoc/source/simpleregistry/ |
| H A D | simpleregistry.cxx | 93 getRootKey(); 1119 css::uno::Reference< css::registry::XRegistryKey > SimpleRegistry::getRootKey() in getRootKey() function in __anon453a5bf40111::SimpleRegistry 1123 return textual_->getRootKey(); in getRootKey()
|
| H A D | textualservices.hxx | 54 getRootKey();
|
| /trunk/main/configmgr/source/ |
| H A D | configurationregistry.cxx | 111 getRootKey(); 315 css::uno::Reference< css::registry::XRegistryKey > Service::getRootKey() in getRootKey() function in configmgr::configuration_registry::__anon216b6ff30111::Service
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/simplereg.uno/ |
| H A D | com.sun.star.comp.stoc.SimpleRegistry.csv | 6 "SimpleRegistry";"com::sun::star::registry::XSimpleRegistry";"getRootKey()"
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/simreg/ |
| H A D | com.sun.star.comp.stoc.SimpleRegistry.csv | 6 "SimpleRegistry";"com::sun::star::registry::XSimpleRegistry";"getRootKey()"
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/nestedreg.uno/ |
| H A D | com.sun.star.comp.stoc.NestedRegistry.csv | 6 "NestedRegistry";"com::sun::star::registry::XSimpleRegistry";"getRootKey()"
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/defreg/ |
| H A D | com.sun.star.comp.stoc.NestedRegistry.csv | 6 "NestedRegistry";"com::sun::star::registry::XSimpleRegistry";"getRootKey()"
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/cfgmgr2/ |
| H A D | com.sun.star.comp.configuration.OConfigurationRegistry.csv | 6 "OConfigurationRegistry";"com::sun::star::registry::XSimpleRegistry";"getRootKey()"
|
| /trunk/main/cpputools/source/regsingleton/ |
| H A D | regsingleton.cxx | 90 Reference< registry::XRegistryKey > xRoot( xSimReg->getRootKey() ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/loader/ |
| H A D | _XImplementationLoader.java | 98 key = xReg.getRootKey() ; in _writeRegistryInfo()
|
| /trunk/main/stoc/source/javavm/ |
| H A D | javavm.cxx | 305 …:uno::Reference<css::registry::XRegistryKey> xRegistryRootKey = xConfRegistry_simple->getRootKey(); in getINetPropsFromConfig() 418 …:uno::Reference<css::registry::XRegistryKey> xRegistryRootKey = xConfRegistry_simple->getRootKey(); in getDefaultLocaleFromConfig() 478 xConfRegistry_simple->getRootKey(); in getJavaPropsFromSafetySettings()
|
| /trunk/main/javaunohelper/test/com/sun/star/comp/helper/ |
| H A D | SharedLibraryLoader_Test.java | 161 com.sun.star.registry.XRegistryKey regKey = simpleRegistry.getRootKey(); in test_registerSharedLibraryLoader()
|
| /trunk/main/udkapi/com/sun/star/registry/ |
| H A D | XSimpleRegistry.idl | 117 com::sun::star::registry::XRegistryKey getRootKey()
|
| H A D | NestedRegistry.idl | 70 <dt> <b>getRootKey</b>
|
| /trunk/main/pyuno/source/module/ |
| H A D | unohelper.py | 215 rootKey = reg.getRootKey()
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/ |
| H A D | RegistryTools.java | 240 printRegistryInfo(reg.getRootKey(), out) ; in printRegistryInfo()
|