Searched refs:oldDN (Results 1 – 1 of 1) sorted by relevance
163 OUString replaceTagSWithTagST(OUString oldDN) in replaceTagSWithTagST() argument165 std::pair<sal_Int32, sal_Int32 > pairIndex = findTypeInDN(oldDN, OUSTR("S")); in replaceTagSWithTagST()169 OUString newDN = oldDN.copy(0, pairIndex.first); in replaceTagSWithTagST()171 newDN += oldDN.copy(pairIndex.second); in replaceTagSWithTagST()174 return oldDN; in replaceTagSWithTagST()
Completed in 20 milliseconds