Home
last modified time | relevance | path

Searched refs:_rColonSeparatedList (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svl/source/misc/
H A Dfolderrestriction.cxx35 const String& _rColonSeparatedList, ::std::vector< String >& _rTokens, bool _bFinalSlash ) in convertStringListToUrls() argument
44 xub_StrLen nTokens = _rColonSeparatedList.GetTokenCount( s_cSeparator ); in convertStringListToUrls()
49 String sCurrentToken = _rColonSeparatedList.GetToken( i, s_cSeparator ); in convertStringListToUrls()
H A Drestrictedpaths.cxx51 …void lcl_convertStringListToUrls( const String& _rColonSeparatedList, ::std::vector< String >& _rT… in lcl_convertStringListToUrls() argument
60 xub_StrLen nTokens = _rColonSeparatedList.GetTokenCount( s_cSeparator ); in lcl_convertStringListToUrls()
65 String sCurrentToken = _rColonSeparatedList.GetToken( i, s_cSeparator ); in lcl_convertStringListToUrls()
/trunk/main/fpicker/source/office/
H A Diodlg.cxx339 …void convertStringListToUrls( const String& _rColonSeparatedList, ::std::vector< String >& _rToken… in convertStringListToUrls() argument
348 xub_StrLen nTokens = _rColonSeparatedList.GetTokenCount( s_cSeparator ); in convertStringListToUrls()
353 String sCurrentToken = _rColonSeparatedList.GetToken( i, s_cSeparator ); in convertStringListToUrls()

Completed in 34 milliseconds