Lines Matching refs:pool

129             static StringPool pool;  in spool()  local
130 pPool = &pool; in spool()
301 const StringPool & pool = spool(); in searchImplForLink() local
302 Reference < XRegistryKey > xKey = xRootKey->openKey( pool.slash_IMPLEMENTATIONS ); in searchImplForLink()
307 OUString key_name( pool.slash_UNO + linkName ); in searchImplForLink()
344 const StringPool & pool = spool(); in searchLinkTargetForImpl() local
345 Reference < XRegistryKey > xKey = xRootKey->openKey( pool.slash_IMPLEMENTATIONS ); in searchLinkTargetForImpl()
359 OUString qualifiedLinkName( pool.slash_UNO ); in searchLinkTargetForImpl()
757 const StringPool &pool = spool(); in deleteAllImplementations() local
762 pool.slash_UNO_slash_LOCATION ); 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()
1136 const StringPool & pool = spool(); in prepareRegistry() local
1146 pool.slash_UNO_slash_SERVICES ); in prepareRegistry()
1168 pool.slash_SERVICES + serviceName ), 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()
1799 const StringPool &pool = spool(); in doRevoke() local
1803 xRootKey->openKey( pool.slash_IMPLEMENTATIONS ); in doRevoke()
1809 xKey = xRootKey->openKey( pool.slash_SERVICES ); in doRevoke()