Home
last modified time | relevance | path

Searched refs:xImplKey (Results 1 – 2 of 2) sorted by relevance

/trunk/main/stoc/source/implementationregistration/
H A Dimplreg.cxx352 Reference < XRegistryKey > xImplKey; in searchLinkTargetForImpl() local
356 xImplKey = pSubKeys[i]; in searchLinkTargetForImpl()
364 return xImplKey->getLinkTarget( qualifiedLinkName ); in searchLinkTargetForImpl()
754 Reference < XRegistryKey > xImplKey; in deleteAllImplementations() local
760 xImplKey = pSubKeys[i]; in deleteAllImplementations()
809 xImplKey->closeKey(); in deleteAllImplementations()
992 Reference< registry::XRegistryKey > const & xImplKey, in insert_singletons()
1139 Reference < XRegistryKey > xImplKey; in prepareRegistry() local
1143 xImplKey = pSubKeys[i]; in prepareRegistry()
1172 xKey = xImplKey->openKey( pool.slash_UNO ); in prepareRegistry()
[all …]
/trunk/main/desktop/source/deployment/registry/component/
H A Ddp_component.cxx1467 const Reference<registry::XRegistryKey> xImplKey( in isRegistered_() local
1470 if (xImplKey.is() && xImplKey->isValid()) in isRegistered_()
1471 implNames = xImplKey->getKeyNames(); in isRegistered_()

Completed in 37 milliseconds