/aoo41x/main/stoc/source/defaultregistry/ |
H A D | defaultregistry.cxx | 268 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in computeChanges() 427 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setLongValue() 470 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setLongListValue() 513 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setAsciiValue() 556 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setAsciiListValue() 599 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setStringValue() 817 m_pRegistry->m_localReg->getRootKey()->deleteKey(resolvedName); in deleteKey() 1064 m_pRegistry->m_localReg->getRootKey()->deleteLink(resolvedName); in deleteLink() 1341 Reference< XRegistryKey > SAL_CALL NestedRegistryImpl::getRootKey( ) in getRootKey() function in stoc_defreg::NestedRegistryImpl 1351 localKey = m_localReg->getRootKey(); in getRootKey() [all …]
|
/aoo41x/main/stoc/source/implementationregistration/ |
H A D | implreg.cxx | 219 xReg->getRootKey()->deleteLink(aLinkName); in deleteAllLinkReferences() 497 xRootKey = xDest->getRootKey(); in prepareUserLink() 505 createUniqueSubEntry(xDest->getRootKey()->createKey( in prepareUserLink() 810 xReg->getRootKey()->deleteKey(path); in deleteAllImplementations() 819 xReg->getRootKey()->deleteKey(path); in deleteAllImplementations() 825 xReg->getRootKey()->deleteKey(path); in deleteAllImplementations() 952 xReg->getRootKey()->deleteKey(path); in deleteAllServiceEntries() 961 xReg->getRootKey()->deleteKey(path); in deleteAllServiceEntries() 967 xReg->getRootKey()->deleteKey(path); in deleteAllServiceEntries() 1167 xDest->getRootKey()->createKey( in prepareRegistry() [all …]
|
/aoo41x/main/qadevOOo/tests/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()
|
/aoo41x/main/stoc/test/ |
H A D | testregistry.cxx | 80 Reference< registry::XRegistryKey > xDestRoot( xDest->getRootKey() ); in mergeKeys() 94 Reference< registry::XRegistryKey > xSourceKey( xSimReg->getRootKey() ); in mergeKeys() 220 Reference<XRegistryKey> xRootKey(xReg->getRootKey()); in test_SimpleRegistry() 325 xRootKey = xReg->getRootKey(); in test_SimpleRegistry() 351 xRootKey = xReg->getRootKey(); in test_SimpleRegistry() 485 Reference<XRegistryKey> xRootKey(xReg->getRootKey()); in test_DefaultRegistry()
|
/aoo41x/main/stoc/source/servicemanager/ |
H A D | servicemanager.cxx | 246 Reference< XRegistryKey > rRootKey = xReg->getRootKey(); in retrieveAsciiValueList() 1701 Reference<XRegistryKey > getRootKey(); 1757 Reference<XRegistryKey > ORegistryServiceManager::getRootKey() in getRootKey() function in stoc_smgr::ORegistryServiceManager 1775 m_xRootKey = m_xRegistry->getRootKey(); in getRootKey() 1789 Reference<XRegistryKey > xRootKey = getRootKey(); in loadWithImplementationName() 1855 Reference<XRegistryKey > xRootKey = getRootKey(); in fillAllNamesFromRegistry()
|
/aoo41x/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();
|
/aoo41x/main/stoc/source/simpleregistry/ |
H A D | textualservices.hxx | 54 getRootKey();
|
H A D | simpleregistry.cxx | 98 getRootKey() throw( 1224 css::uno::Reference< css::registry::XRegistryKey > SimpleRegistry::getRootKey() in getRootKey() function in __anonc56714140111::SimpleRegistry 1229 return textual_->getRootKey(); in getRootKey()
|
/aoo41x/main/desktop/source/deployment/registry/component/ |
H A D | dp_component.cxx | 1441 xLoader->writeRegistryInfo( xMemReg->getRootKey(), OUString(), url ); in getComponentInfo() 1443 xContext, xMemReg->getRootKey(), data, factories, &xLoader, &url); in getComponentInfo() 1466 xRDB->getRootKey() ); in isRegistered_() 1808 registry->getRootKey(), in processPackage_()
|
/aoo41x/main/qadevOOo/objdsc/simplereg.uno/ |
H A D | com.sun.star.comp.stoc.SimpleRegistry.csv | 6 "SimpleRegistry";"com::sun::star::registry::XSimpleRegistry";"getRootKey()"
|
/aoo41x/main/qadevOOo/objdsc/simreg/ |
H A D | com.sun.star.comp.stoc.SimpleRegistry.csv | 6 "SimpleRegistry";"com::sun::star::registry::XSimpleRegistry";"getRootKey()"
|
/aoo41x/main/qadevOOo/objdsc/nestedreg.uno/ |
H A D | com.sun.star.comp.stoc.NestedRegistry.csv | 6 "NestedRegistry";"com::sun::star::registry::XSimpleRegistry";"getRootKey()"
|
/aoo41x/main/qadevOOo/objdsc/defreg/ |
H A D | com.sun.star.comp.stoc.NestedRegistry.csv | 6 "NestedRegistry";"com::sun::star::registry::XSimpleRegistry";"getRootKey()"
|
/aoo41x/main/qadevOOo/objdsc/cfgmgr2/ |
H A D | com.sun.star.comp.configuration.OConfigurationRegistry.csv | 6 "OConfigurationRegistry";"com::sun::star::registry::XSimpleRegistry";"getRootKey()"
|
/aoo41x/main/cpputools/source/regsingleton/ |
H A D | regsingleton.cxx | 90 Reference< registry::XRegistryKey > xRoot( xSimReg->getRootKey() ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
|
/aoo41x/main/qadevOOo/tests/java/ifc/loader/ |
H A D | _XImplementationLoader.java | 98 key = xReg.getRootKey() ; in _writeRegistryInfo()
|
/aoo41x/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()
|
/aoo41x/main/configmgr/source/ |
H A D | configurationregistry.cxx | 122 getRootKey() 419 css::uno::Reference< css::registry::XRegistryKey > Service::getRootKey() in getRootKey() function in configmgr::configuration_registry::__anon87761c130111::Service
|
/aoo41x/main/stoc/source/javavm/ |
H A D | javavm.cxx | 308 …:uno::Reference<css::registry::XRegistryKey> xRegistryRootKey = xConfRegistry_simple->getRootKey(); in getINetPropsFromConfig() 421 …:uno::Reference<css::registry::XRegistryKey> xRegistryRootKey = xConfRegistry_simple->getRootKey(); in getDefaultLocaleFromConfig() 480 xConfRegistry_simple->getRootKey(); in getJavaPropsFromSafetySettings()
|
/aoo41x/main/udkapi/com/sun/star/registry/ |
H A D | XSimpleRegistry.idl | 117 com::sun::star::registry::XRegistryKey getRootKey()
|
H A D | DefaultRegistry.idl | 63 <dt> <b>getRootKey</b>
|
H A D | NestedRegistry.idl | 70 <dt> <b>getRootKey</b>
|
/aoo41x/main/pyuno/source/module/ |
H A D | unohelper.py | 215 rootKey = reg.getRootKey()
|