Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/core/data/
H A Dglobal.cxx800 void ScGlobal::AddToken( String& rTokenList, const String& rToken, sal_Unicode cSep, xub_StrLen nSe… in AddToken() argument
802 if( bForceSep || (rToken.Len() && rTokenList.Len()) ) in AddToken()
803 rTokenList.Expand( rTokenList.Len() + nSepCount, cSep ); in AddToken()
804 rTokenList.Append( rToken ); in AddToken()
/aoo42x/main/sc/inc/
H A Dglobal.hxx670 String& rTokenList, const String& rToken,

Completed in 51 milliseconds