Home
last modified time | relevance | path

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

/trunk/main/svl/source/misc/
H A Dfolderrestriction.cxx49 String sCurrentToken = _rColonSeparatedList.GetToken( i, s_cSeparator ); in convertStringListToUrls() local
50 if ( !sCurrentToken.Len() ) in convertStringListToUrls()
56 if ( ::utl::LocalFileHelper::ConvertPhysicalNameToURL( sCurrentToken, sURL ) ) in convertStringListToUrls()
61 aCurrentURL = INetURLObject( sCurrentToken, INET_PROT_FILE ); in convertStringListToUrls()
H A Drestrictedpaths.cxx65 String sCurrentToken = _rColonSeparatedList.GetToken( i, s_cSeparator ); in lcl_convertStringListToUrls() local
66 if ( !sCurrentToken.Len() ) in lcl_convertStringListToUrls()
72 if ( ::utl::LocalFileHelper::ConvertPhysicalNameToURL( sCurrentToken, sURL ) ) in lcl_convertStringListToUrls()
77 aCurrentURL = INetURLObject( sCurrentToken, INET_PROT_FILE ); in lcl_convertStringListToUrls()
/trunk/main/fpicker/source/office/
H A Diodlg.cxx353 String sCurrentToken = _rColonSeparatedList.GetToken( i, s_cSeparator ); in convertStringListToUrls() local
354 if ( !sCurrentToken.Len() ) in convertStringListToUrls()
360 if ( ::utl::LocalFileHelper::ConvertPhysicalNameToURL( sCurrentToken, sURL ) ) in convertStringListToUrls()
365 aCurrentURL = INetURLObject( sCurrentToken, INET_PROT_FILE ); in convertStringListToUrls()

Completed in 34 milliseconds