Lines Matching refs:implName

298     const OUString& implName )  in searchImplForLink()  argument
317 if (implName != oldImplName) in searchImplForLink()
337 const OUString& implName) in searchLinkTargetForImpl() argument
361 if (tmpImplName == implName && in searchLinkTargetForImpl()
488 const OUString& implName) in prepareUserLink() argument
501 OUString oldImplName(searchImplForLink(xRootKey, linkName, implName)); in prepareUserLink()
562 const OUString& implName) in deleteUserLink() argument
591 if (implEntries.getConstArray()[i] == implName) in deleteUserLink()
610 if (implEntries.getConstArray()[i] != implName) in deleteUserLink()
667 const OUString& implName, in prepareUserKeys() argument
691 prepareUserLink(xDest, linkName, linkTarget, implName); in prepareUserKeys()
694 deleteUserLink(xDest->getRootKey(), linkName, linkTarget, implName); in prepareUserKeys()
707 prepareUserKeys(xDest, xUnoKey, pSubKeys[i], implName, bRegister); in prepareUserKeys()
719 createUniqueSubEntry(xRootKey->createKey(keyName), implName); in prepareUserKeys()
726 deleteSubEntry(rKey, implName); in prepareUserKeys()
770 OUString implName(xImplKey->getKeyName().getStr() + 1); in deleteAllImplementations() local
771 sal_Int32 firstDot = implName.indexOf('/'); in deleteAllImplementations()
774 implName = implName.copy(firstDot + 1); in deleteAllImplementations()
776 implNames.push_back(implName); in deleteAllImplementations()
797 prepareUserKeys(xReg, xKey, pSubKeys2[j], implName, sal_False); in deleteAllImplementations()
897 const OUString& implName) in deleteAllServiceEntries() argument
920 if (implEntries.getConstArray()[j] == implName) in deleteAllServiceEntries()
936 if (implEntries.getConstArray()[k] != implName) in deleteAllServiceEntries()
1154 OUString implName = OUString(xImplKey->getKeyName().getStr() + 1); in prepareRegistry() local
1155 sal_Int32 firstDot = implName.indexOf('/'); in prepareRegistry()
1158 implName = implName.copy(firstDot + 1); in prepareRegistry()
1169 implName); in prepareRegistry()
1187 prepareUserKeys(xDest, xKey, pSubKeys2[j], implName, sal_True); in prepareRegistry()
1247 OUString implName = OUString(xSource->getKeyName().getStr() + 1).replace('/', '.').getStr(); in findImplementations() local
1248 sal_Int32 firstDot = implName.indexOf('.'); in findImplementations()
1251 implName = implName.copy(firstDot + 1); in findImplementations()
1253 implNames.push_back(implName); in findImplementations()