Searched refs:nURL (Results 1 – 3 of 3) sorted by relevance
391 sal_uInt32 nURL; in GetOptions() local392 for( nURL=0; nURL<nCount; ++nURL ) in GetOptions()394 aList.Insert( new String( seqURLs[nURL] ), LIST_APPEND ); in GetOptions()401 for( nURL=0; nURL<nCount; ++nURL ) in GetOptions()403 delete (String*)aList.GetObject(nURL); in GetOptions()
352 int nURL = sWebPage.indexOf( "URL=", nContent ); in GetRedirectURL() local353 if ( nURL > 0 ) in GetRedirectURL()355 int nEndURL = sWebPage.indexOf( "\"", nURL ); in GetRedirectURL()357 sResultURL = sWebPage.substring( nURL + 4, nEndURL ); in GetRedirectURL()
302 for( sal_uInt32 nURL=0; nURL<nCount; ++nURL ) in impl_testTypeDetection() local305 OUString sTypeName = xTypeDetection->queryTypeByURL( seqURLs[nURL] ); in impl_testTypeDetection()307 sBuffer.append ( seqURLs[nURL] ); in impl_testTypeDetection()
Completed in 1154 milliseconds