Home
last modified time | relevance | path

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

/aoo41x/main/shell/source/backends/kde4be/
H A Dkde4access.cxx221 QString aHTTPSProxy; in getValue() local
225 aHTTPSProxy = KProtocolManager::proxyFor( "HTTPS" ); in getValue()
233 aHTTPSProxy = KProtocolManager::proxyForUrl( KUrl("https://https.openoffice.org") ); in getValue()
238 if ( !aHTTPSProxy.isEmpty() ) in getValue()
240 KUrl aProxy(aHTTPSProxy); in getValue()
248 QString aHTTPSProxy; in getValue() local
252 aHTTPSProxy = KProtocolManager::proxyFor( "HTTPS" ); in getValue()
260 aHTTPSProxy = KProtocolManager::proxyForUrl( KUrl("https://https.openoffice.org") ); in getValue()
265 if ( !aHTTPSProxy.isEmpty() ) in getValue()
267 KUrl aProxy(aHTTPSProxy); in getValue()
/aoo41x/main/shell/source/backends/kdebe/
H A Dkdeaccess.cxx217 QString aHTTPSProxy; in getValue() local
221 aHTTPSProxy = KProtocolManager::proxyFor( "HTTPS" ); in getValue()
229 aHTTPSProxy = KProtocolManager::proxyForURL( "https://https.openoffice.org" ); in getValue()
234 if ( !aHTTPSProxy.isEmpty() ) in getValue()
236 KURL aProxy(aHTTPSProxy); in getValue()
244 QString aHTTPSProxy; in getValue() local
248 aHTTPSProxy = KProtocolManager::proxyFor( "HTTPS" ); in getValue()
256 aHTTPSProxy = KProtocolManager::proxyForURL( "https://https.openoffice.org" ); in getValue()
261 if ( !aHTTPSProxy.isEmpty() ) in getValue()
263 KURL aProxy(aHTTPSProxy); in getValue()

Completed in 20 milliseconds