Searched refs:sQuot (Results 1 – 1 of 1) sorted by relevance
96 const ::rtl::OUString sQuot(RTL_CONSTASCII_USTRINGPARAM("\'")); in toSQLString() local101 nIndex = aTemp.indexOf(sQuot,nIndex); in toSQLString()103 aTemp = aTemp.replaceAt(nIndex,sQuot.getLength(),sQuotToReplace); in toSQLString()
Completed in 8 milliseconds