Searched refs:aLibURL (Results 1 – 1 of 1) sorted by relevance
1239 rtl::OUString aLibURL; in implScanExtensions() local1242 while( (aLibURL = aScriptIt.nextBasicOrDialogLibrary( bPureDialogLib )).isEmpty() == false ) in implScanExtensions()1248 sal_Int32 nLen = aLibURL.getLength(); in implScanExtensions()1249 sal_Int32 indexLastSlash = aLibURL.lastIndexOf( '/' ); in implScanExtensions()1254 indexLastSlash = aLibURL.lastIndexOf( '/', nLen - 1 ); in implScanExtensions()1257 OUString aLibName = aLibURL.copy( indexLastSlash + 1, nLen - indexLastSlash - nReduceCopy - 1 ); in implScanExtensions()1264 OUString aIndexFileURL = aLibURL; in implScanExtensions()
Completed in 28 milliseconds