Home
last modified time | relevance | path

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

/aoo4110/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()
/aoo4110/main/fpicker/source/office/
H A Diodlg.cxx351 String sCurrentToken = _rColonSeparatedList.GetToken( i, s_cSeparator ); in convertStringListToUrls() local
352 if ( !sCurrentToken.Len() ) in convertStringListToUrls()
358 if ( ::utl::LocalFileHelper::ConvertPhysicalNameToURL( sCurrentToken, sURL ) ) in convertStringListToUrls()
363 aCurrentURL = INetURLObject( sCurrentToken, INET_PROT_FILE ); in convertStringListToUrls()

Completed in 28 milliseconds