Searched refs:aLibURL (Results 1 – 1 of 1) sorted by relevance
1227 rtl::OUString aLibURL; in implScanExtensions() local1230 while( (aLibURL = aScriptIt.nextBasicOrDialogLibrary( bPureDialogLib )).isEmpty() == false ) in implScanExtensions()1236 sal_Int32 nLen = aLibURL.getLength(); in implScanExtensions()1237 sal_Int32 indexLastSlash = aLibURL.lastIndexOf( '/' ); in implScanExtensions()1242 indexLastSlash = aLibURL.lastIndexOf( '/', nLen - 1 ); in implScanExtensions()1245 … OUString aLibName = aLibURL.copy( indexLastSlash + 1, nLen - indexLastSlash - nReduceCopy - 1 ); in implScanExtensions()1252 OUString aIndexFileURL = aLibURL; in implScanExtensions()