Searched refs:sComponentUrls (Results 1 – 1 of 1) sorted by relevance
191 OUString sComponentUrls; member319 if (rOptions.sComponentUrls.getLength()) in parseOptions()321 OUString tmp(rOptions.sComponentUrls + OUString(";", 1, osl_getThreadTextEncoding()) + sUrls); in parseOptions()322 rOptions.sComponentUrls = tmp; in parseOptions()325 rOptions.sComponentUrls = sUrls; in parseOptions()484 if ( rOptions.sComponentUrls.getLength() > 4 && in parseOptions()485 rOptions.sComponentUrls.matchAsciiL( in parseOptions()486 ".jar" , 4 , rOptions.sComponentUrls.getLength() - 4 ) ) in parseOptions()769 if ( aOptions.sComponentUrls.getLength() == 0 ) in SAL_IMPLEMENT_MAIN_WITH_ARGS()803 OUString urlListWithSemikolon = aOptions.sComponentUrls; in SAL_IMPLEMENT_MAIN_WITH_ARGS()
Completed in 23 milliseconds