Home
last modified time | relevance | path

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

/trunk/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()
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() local
609 xKey = xRootKey->openKey(OUString( RTL_CONSTASCII_USTRINGPARAM("Test") )); in test_DefaultRegistry()
[all …]
/trunk/main/stoc/source/implementationregistration/
H A Dimplreg.cxx493 Reference < XRegistryKey > xRootKey; in prepareUserLink() local
497 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 …]
/trunk/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()
/trunk/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()
/trunk/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_()

Completed in 44 milliseconds