Home
last modified time | relevance | path

Searched refs:xRootKey (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/stoc/test/
H A Dtestregistry.cxx220 Reference<XRegistryKey> xRootKey(xReg->getRootKey()); in test_SimpleRegistry() local
221 TEST_ENSHURE( xRootKey->isValid(), "test_SimpleRegistry error 9" ); in test_SimpleRegistry()
223 …Reference<XRegistryKey> xKey = xRootKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("FirstKey… in test_SimpleRegistry()
274 xRootKey->deleteKey(OUString( RTL_CONSTASCII_USTRINGPARAM("FirstKey") )); in test_SimpleRegistry()
275 xRootKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("SecondFirstKey" ))); in test_SimpleRegistry()
277 xKey = xRootKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("SecondKey") )); in test_SimpleRegistry()
290 xKey = xRootKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("ThirdKey") )); in test_SimpleRegistry()
306 xKey = xRootKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("FourthKey") )); in test_SimpleRegistry()
325 xRootKey = xReg->getRootKey(); in test_SimpleRegistry()
326 …xKey = xRootKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM("ThirdKey/FirstSubKey/WithSubSubK… in test_SimpleRegistry()
[all …]
/AOO41X/main/stoc/source/implementationregistration/
H A Dimplreg.cxx296 const Reference < XRegistryKey > & xRootKey, in searchImplForLink()
302 Reference < XRegistryKey > xKey = xRootKey->openKey( pool.slash_IMPLEMENTATIONS ); in searchImplForLink()
335 static OUString searchLinkTargetForImpl(const Reference < XRegistryKey >& xRootKey, in searchLinkTargetForImpl() argument
345 Reference < XRegistryKey > xKey = xRootKey->openKey( pool.slash_IMPLEMENTATIONS ); in searchLinkTargetForImpl()
493 Reference < XRegistryKey > xRootKey; in prepareUserLink() local
497 xRootKey = xDest->getRootKey(); in prepareUserLink()
499 if (xRootKey->getKeyType(linkName) == RegistryKeyType_LINK) in prepareUserLink()
501 OUString oldImplName(searchImplForLink(xRootKey, linkName, implName)); in prepareUserLink()
516 if (xRootKey->isValid()) in prepareUserLink()
518 ret = xRootKey->createLink(linkName, linkTarget); in prepareUserLink()
[all …]
/AOO41X/main/sdext/source/pdfimport/
H A Dservices.cxx127 Reference< XRegistryKey > xRootKey( static_cast< XRegistryKey* >( pRegistryKey ) ); in component_writeInfo() local
140 Reference< XRegistryKey > xNewKey( xRootKey->createKey( sMainKeyName ) ); in component_writeInfo()
/AOO41X/main/stoc/source/servicemanager/
H A Dservicemanager.cxx1789 Reference<XRegistryKey > xRootKey = getRootKey(); in loadWithImplementationName() local
1790 if( !xRootKey.is() ) in loadWithImplementationName()
1855 Reference<XRegistryKey > xRootKey = getRootKey(); in fillAllNamesFromRegistry() local
1856 if( !xRootKey.is() ) in fillAllNamesFromRegistry()
1861 Reference<XRegistryKey > xServicesKey = xRootKey->openKey( in fillAllNamesFromRegistry()
/AOO41X/main/desktop/source/deployment/registry/component/
H A Ddp_component.cxx1465 const Reference<registry::XRegistryKey> xRootKey( in isRegistered_() local
1468 xRootKey->openKey( OUSTR("IMPLEMENTATIONS") ) ); in isRegistered_()
1480 xRootKey->openKey(key) ); in isRegistered_()