Lines Matching refs:copy
216 aLinkName = aLinkName.copy(0, pShortName - pTmpName); in deleteAllLinkReferences()
223 aLinkParent = aLinkName.copy(0, sEnd); in deleteAllLinkReferences()
237 aLinkParent = aLinkName.copy(0, sEnd); in deleteAllLinkReferences()
282 linkRefName = linkRefName + link.copy(pShortName - pTmpName + 1); in prepareLink()
283 linkName = link.copy(0, pShortName - pTmpName); in prepareLink()
316 OUString oldImplName = xImplKey->getKeyName().copy(strlen("/IMPLEMENTATIONS/")); in searchImplForLink()
358 OUString tmpImplName = xImplKey->getKeyName().copy(strlen("/IMPLEMENTATIONS/")); in searchLinkTargetForImpl()
544 OUString newPath = tmpPath.copy(0, tmpPath.lastIndexOf('/')); in deletePathIfPossible()
656 OUString path = tmpName.copy(0, tmpName.lastIndexOf('/')); in deleteUserLink()
677 relativKey = keyNames.getConstArray()[0].copy(xKey->getKeyName().getLength()+1); in prepareUserKeys()
685 OUString linkName(xKey->getKeyName().copy(xUnoKey->getKeyName().getLength())); in prepareUserKeys()
714 OUString keyName(xKey->getKeyName().copy(xUnoKey->getKeyName().getLength())); in prepareUserKeys()
730 OUString path = keyName.copy(0, keyName.lastIndexOf('/')); in prepareUserKeys()
774 implName = implName.copy(firstDot + 1); in deleteAllImplementations()
880 xSingletons_section->deleteKey( abs.copy( abs.lastIndexOf( '/' ) +1 ) ); in delete_all_singleton_entries()
1000 OUString implname( xImplKey->getKeyName().copy( sizeof ("/IMPLEMENTATIONS/") -1 ) ); in insert_singletons()
1008 xSingleton->getKeyName().copy( in insert_singletons()
1158 implName = implName.copy(firstDot + 1); in prepareRegistry()
1164 OUString serviceName = pServiceKeys[j]->getKeyName().copy(offset); in prepareRegistry()
1251 implName = implName.copy(firstDot + 1); in findImplementations()