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()274 xRootKey->deleteKey(OUString( RTL_CONSTASCII_USTRINGPARAM("FirstKey") )); in test_SimpleRegistry()325 xRootKey = xReg->getRootKey(); in test_SimpleRegistry()329 xRootKey->createLink( in test_SimpleRegistry()333 xRootKey->closeKey(); in test_SimpleRegistry()351 xRootKey = xReg->getRootKey(); in test_SimpleRegistry()429 xRootKey->closeKey(); in test_SimpleRegistry()485 Reference<XRegistryKey> xRootKey(xReg->getRootKey()); in test_DefaultRegistry() local609 xKey = xRootKey->openKey(OUString( RTL_CONSTASCII_USTRINGPARAM("Test") )); in test_DefaultRegistry()[all …]
493 Reference < XRegistryKey > xRootKey; in prepareUserLink() local497 xRootKey = xDest->getRootKey(); in prepareUserLink()516 if (xRootKey->isValid()) in prepareUserLink()541 xRootKey->deleteKey(path); in deletePathIfPossible()547 deletePathIfPossible(xRootKey, newPath); in deletePathIfPossible()573 xRootKey->deleteLink(linkName); in deleteUserLink()645 xRootKey->deleteKey(path); in deleteUserLink()657 deletePathIfPossible(xRootKey, path); in deleteUserLink()727 xRootKey->deleteKey(keyName); in prepareUserKeys()1827 if (xRootKey.is()) in doRevoke()[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_()
Completed in 76 milliseconds