Home
last modified time | relevance | path

Searched refs:aHTTPProxy (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/shell/source/backends/kde4be/
H A Dkde4access.cxx167 QString aHTTPProxy; in getValue() local
171 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() local
198 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()
/aoo42x/main/shell/source/backends/kdebe/
H A Dkdeaccess.cxx163 QString aHTTPProxy; in getValue() local
167 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() local
194 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 13 milliseconds