Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/ui/docshell/
H A Dimpex.cxx1131 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 Dimpex.hxx106 String& rField, sal_Unicode cStr, const sal_Unicode* pSeps, bool bMergeSeps, bool& rbIsQuoted );

Completed in 29 milliseconds