Searched refs:aHTTPSProxy (Results 1 – 2 of 2) sorted by relevance
221 QString aHTTPSProxy; in getValue() local225 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() local252 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()
217 QString aHTTPSProxy; in getValue() local221 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() local248 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 16 milliseconds