Searched refs:rTokenList (Results 1 – 2 of 2) sorted by relevance
800 void ScGlobal::AddToken( String& rTokenList, const String& rToken, sal_Unicode cSep, xub_StrLen nSe… in AddToken() argument802 if( bForceSep || (rToken.Len() && rTokenList.Len()) ) in AddToken()803 rTokenList.Expand( rTokenList.Len() + nSepCount, cSep ); in AddToken()804 rTokenList.Append( rToken ); in AddToken()
670 String& rTokenList, const String& rToken,
Completed in 43 milliseconds