Searched refs:rbIsQuoted (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sc/source/ui/docshell/ |
H A D | impex.cxx | 1131 String lcl_GetFixed( const String& rLine, xub_StrLen nStart, xub_StrLen nNext, bool& rbIsQuoted ) in lcl_GetFixed() argument 1145 rbIsQuoted = (pStr[nStart] == sal_Unicode('"') && pStr[nSpace-1] == sal_Unicode('"')); in lcl_GetFixed() 1146 if (rbIsQuoted) in lcl_GetFixed() 1382 String& rField, sal_Unicode cStr, const sal_Unicode* pSeps, bool bMergeSeps, bool& rbIsQuoted ) in ScanNextFieldFromString() argument 1384 rbIsQuoted = false; in ScanNextFieldFromString() 1388 rbIsQuoted = true; in ScanNextFieldFromString()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | impex.hxx | 106 String& rField, sal_Unicode cStr, const sal_Unicode* pSeps, bool bMergeSeps, bool& rbIsQuoted );
|
Completed in 16 milliseconds