Searched refs:rQuot (Results 1 – 1 of 1) sorted by relevance
125 …::rtl::OUString SetQuotation(const ::rtl::OUString& rValue, const ::rtl::OUString& rQuot, const ::… in SetQuotation() argument127 ::rtl::OUString rNewValue = rQuot; in SetQuotation()131 if (rQuot.getLength()) in SetQuotation()136 nIndex = rNewValue.indexOf(rQuot,nIndex); in SetQuotation()138 rNewValue = rNewValue.replaceAt(nIndex,rQuot.getLength(),rQuotToReplace); in SetQuotation()142 rNewValue += rQuot; in SetQuotation()
Completed in 22 milliseconds