Searched refs:xRootKey (Results 1 – 5 of 5) sorted by relevance
220 Reference<XRegistryKey> xRootKey(xReg->getRootKey()); in test_SimpleRegistry() local221 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 …]
296 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() argument345 Reference < XRegistryKey > xKey = xRootKey->openKey( pool.slash_IMPLEMENTATIONS ); in searchLinkTargetForImpl()493 Reference < XRegistryKey > xRootKey; in prepareUserLink() local497 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 …]
127 Reference< XRegistryKey > xRootKey( static_cast< XRegistryKey* >( pRegistryKey ) ); in component_writeInfo() local140 Reference< XRegistryKey > xNewKey( xRootKey->createKey( sMainKeyName ) ); in component_writeInfo()
1789 Reference<XRegistryKey > xRootKey = getRootKey(); in loadWithImplementationName() local1790 if( !xRootKey.is() ) in loadWithImplementationName()1855 Reference<XRegistryKey > xRootKey = getRootKey(); in fillAllNamesFromRegistry() local1856 if( !xRootKey.is() ) in fillAllNamesFromRegistry()1861 Reference<XRegistryKey > xServicesKey = xRootKey->openKey( in fillAllNamesFromRegistry()
1465 const Reference<registry::XRegistryKey> xRootKey( in isRegistered_() local1468 xRootKey->openKey( OUSTR("IMPLEMENTATIONS") ) ); in isRegistered_()1480 xRootKey->openKey(key) ); in isRegistered_()