Lines Matching refs:xImplKey
313 Reference < XRegistryKey > xImplKey( pSubKeys[i] ); in searchImplForLink() local
314 if (xImplKey->getKeyType( key_name ) == RegistryKeyType_LINK) in searchImplForLink()
316 OUString oldImplName = xImplKey->getKeyName().copy(strlen("/IMPLEMENTATIONS/")); in searchImplForLink()
352 Reference < XRegistryKey > xImplKey; in searchLinkTargetForImpl() local
356 xImplKey = pSubKeys[i]; in searchLinkTargetForImpl()
358 OUString tmpImplName = xImplKey->getKeyName().copy(strlen("/IMPLEMENTATIONS/")); in searchLinkTargetForImpl()
362 xImplKey->getKeyType( qualifiedLinkName ) == RegistryKeyType_LINK) in searchLinkTargetForImpl()
364 return xImplKey->getLinkTarget( qualifiedLinkName ); in searchLinkTargetForImpl()
754 Reference < XRegistryKey > xImplKey; in deleteAllImplementations() local
760 xImplKey = pSubKeys[i]; in deleteAllImplementations()
761 Reference < XRegistryKey > xKey = xImplKey->openKey( in deleteAllImplementations()
770 OUString implName(xImplKey->getKeyName().getStr() + 1); in deleteAllImplementations()
778 deleteAllLinkReferences(xReg, xImplKey); in deleteAllImplementations()
780 xKey = xImplKey->openKey( pool.slash_UNO ); in deleteAllImplementations()
791 … if (pSubKeys2[j]->getKeyName() != (xImplKey->getKeyName() + pool.slash_UNO_slash_SERVICES ) && in deleteAllImplementations()
792 … pSubKeys2[j]->getKeyName() != (xImplKey->getKeyName() + pool.slash_UNO_slash_REGISTRY_LINKS ) && in deleteAllImplementations()
793 … pSubKeys2[j]->getKeyName() != (xImplKey->getKeyName() + pool.slash_UNO_slash_ACTIVATOR ) && in deleteAllImplementations()
794 … pSubKeys2[j]->getKeyName() != (xImplKey->getKeyName() + pool.slash_UNO_slash_SINGLETONS ) && in deleteAllImplementations()
795 … pSubKeys2[j]->getKeyName() != (xImplKey->getKeyName() + pool.slash_UNO_slash_LOCATION) ) in deleteAllImplementations()
808 rtl::OUString path(xImplKey->getKeyName()); in deleteAllImplementations()
809 xImplKey->closeKey(); in deleteAllImplementations()
992 Reference< registry::XRegistryKey > const & xImplKey, in insert_singletons()
997 Reference< registry::XRegistryKey > xKey( xImplKey->openKey( OUSTR("UNO/SINGLETONS") ) ); in insert_singletons()
1000 OUString implname( xImplKey->getKeyName().copy( sizeof ("/IMPLEMENTATIONS/") -1 ) ); in insert_singletons()
1139 Reference < XRegistryKey > xImplKey; in prepareRegistry() local
1143 xImplKey = pSubKeys[i]; in prepareRegistry()
1145 Reference < XRegistryKey > xKey = xImplKey->openKey( in prepareRegistry()
1154 OUString implName = OUString(xImplKey->getKeyName().getStr() + 1); in prepareRegistry()
1172 xKey = xImplKey->openKey( pool.slash_UNO ); in prepareRegistry()
1183 … if (pSubKeys2[j]->getKeyName() != (xImplKey->getKeyName() + pool.slash_UNO_slash_SERVICES) && in prepareRegistry()
1184 … pSubKeys2[j]->getKeyName() != (xImplKey->getKeyName() + pool.slash_UNO_slash_REGISTRY_LINKS ) && in prepareRegistry()
1185 … pSubKeys2[j]->getKeyName() != (xImplKey->getKeyName() + pool.slash_UNO_slash_SINGLETONS )) in prepareRegistry()
1195 xKey = xImplKey->createKey( pool.slash_UNO_slash_LOCATION ); in prepareRegistry()
1203 xKey = xImplKey->createKey( pool.slash_UNO_slash_ACTIVATOR ); in prepareRegistry()
1210 xKey = xImplKey->openKey( pool.slash_UNO_slash_SERVICES ); in prepareRegistry()
1223 prepareLink(xDest, xImplKey, pLinkNames[j]); in prepareRegistry()
1228 insert_singletons( xDest, xImplKey, xContext ); in prepareRegistry()