Home
last modified time | relevance | path

Searched refs:cFieldQuote (Results 1 – 2 of 2) sorted by relevance

/trunk/main/tools/source/stream/
H A Dstream.cxx1220 const String& rFieldSeparators, sal_Unicode cFieldQuote, in ReadCsvLine() argument
1242 if (*p == cFieldQuote && !bBackslashEscaped) in ReadCsvLine()
1267 if (*p == cFieldQuote) in ReadCsvLine()
/trunk/main/tools/inc/tools/
H A Dstream.hxx567 const String& rFieldSeparators, sal_Unicode cFieldQuote,