Searched refs:cStrDel (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/connectivity/source/drivers/file/ |
H A D | quotedstring.cxx | 35 xub_StrLen QuotedTokenizedString::GetTokenCount( sal_Unicode cTok, sal_Unicode cStrDel ) const in GetTokenCount() 54 if ( cChar == cStrDel ) in GetTokenCount() 64 if ( cChar == cStrDel ) in GetTokenCount() 66 if ((i+1 < nLen) && (m_sString.GetChar(i+1) == cStrDel)) in GetTokenCount() 94 …GetTokenSpecial( String& _rStr,xub_StrLen& nStartPos, sal_Unicode cTok, sal_Unicode cStrDel ) const in GetTokenSpecial() 101 …sal_Bool bInString = (nStartPos < nLen) && (m_sString.GetChar(nStartPos) == cStrDel); // Befinden … in GetTokenSpecial() 118 if ( cChar == cStrDel ) in GetTokenSpecial() 120 if ((i+1 < nLen) && (m_sString.GetChar(i+1) == cStrDel)) in GetTokenSpecial()
|
/aoo4110/main/connectivity/source/inc/file/ |
H A D | quotedstring.hxx | 43 xub_StrLen GetTokenCount( sal_Unicode cTok , sal_Unicode cStrDel ) const; 44 …l( String& _rStr,xub_StrLen& nStartPos, sal_Unicode cTok = ';', sal_Unicode cStrDel = '\0' ) const;
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | filtuno.cxx | 211 sal_Unicode cStrDel = '"'; in execute() local 271 ScImportOptions aOptions( cAsciiDel, cStrDel, eEncoding); in execute()
|
Completed in 19 milliseconds