Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/appl/
H A Dappcfg.cxx401 sal_uInt32 nURL; in GetOptions() local
402 for( nURL=0; nURL<nCount; ++nURL ) in GetOptions()
404 aList.Insert( new String( seqURLs[nURL] ), LIST_APPEND ); in GetOptions()
411 for( nURL=0; nURL<nCount; ++nURL ) in GetOptions()
413 delete (String*)aList.GetObject(nURL); in GetOptions()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DHelper.java352 int nURL = sWebPage.indexOf( "URL=", nContent ); in GetRedirectURL() local
353 if ( nURL > 0 ) in GetRedirectURL()
355 int nEndURL = sWebPage.indexOf( "\"", nURL ); in GetRedirectURL()
357 sResultURL = sWebPage.substring( nURL + 4, nEndURL ); in GetRedirectURL()
/trunk/main/framework/test/
H A Dtest.cxx302 for( sal_uInt32 nURL=0; nURL<nCount; ++nURL ) in impl_testTypeDetection() local
305 OUString sTypeName = xTypeDetection->queryTypeByURL( seqURLs[nURL] ); in impl_testTypeDetection()
307 sBuffer.append ( seqURLs[nURL] ); in impl_testTypeDetection()

Completed in 50 milliseconds