Searched refs:aHTTPProxy (Results 1 – 2 of 2) sorted by relevance
167 QString aHTTPProxy; in getValue() local171 aHTTPProxy = KProtocolManager::proxyFor( "HTTP" ); in getValue()179 aHTTPProxy = KProtocolManager::proxyForUrl( KUrl("http://http.openoffice.org") ); in getValue()184 if ( !aHTTPProxy.isEmpty() ) in getValue()186 KUrl aProxy(aHTTPProxy); in getValue()194 QString aHTTPProxy; in getValue() local198 aHTTPProxy = KProtocolManager::proxyFor( "HTTP" ); in getValue()206 aHTTPProxy = KProtocolManager::proxyForUrl( KUrl("http://http.openoffice.org") ); in getValue()211 if ( !aHTTPProxy.isEmpty() ) in getValue()213 KUrl aProxy(aHTTPProxy); in getValue()
163 QString aHTTPProxy; in getValue() local167 aHTTPProxy = KProtocolManager::proxyFor( "HTTP" ); in getValue()175 aHTTPProxy = KProtocolManager::proxyForURL( "http://http.openoffice.org" ); in getValue()180 if ( !aHTTPProxy.isEmpty() ) in getValue()182 KURL aProxy(aHTTPProxy); in getValue()190 QString aHTTPProxy; in getValue() local194 aHTTPProxy = KProtocolManager::proxyFor( "HTTP" ); in getValue()202 aHTTPProxy = KProtocolManager::proxyForURL( "http://http.openoffice.org" ); in getValue()207 if ( !aHTTPProxy.isEmpty() ) in getValue()209 KURL aProxy(aHTTPProxy); in getValue()
Completed in 24 milliseconds