Searched refs:aFTPProxy (Results 1 – 2 of 2) sorted by relevance
113 QString aFTPProxy; in getValue() local117 aFTPProxy = KProtocolManager::proxyFor( "FTP" ); in getValue()125 aFTPProxy = KProtocolManager::proxyForUrl( KUrl("ftp://ftp.openoffice.org") ); in getValue()130 if ( !aFTPProxy.isEmpty() ) in getValue()132 KUrl aProxy(aFTPProxy); in getValue()140 QString aFTPProxy; in getValue() local144 aFTPProxy = KProtocolManager::proxyFor( "FTP" ); in getValue()152 aFTPProxy = KProtocolManager::proxyForUrl( KUrl("ftp://ftp.openoffice.org") ); in getValue()157 if ( !aFTPProxy.isEmpty() ) in getValue()159 KUrl aProxy(aFTPProxy); in getValue()
109 QString aFTPProxy; in getValue() local113 aFTPProxy = KProtocolManager::proxyFor( "FTP" ); in getValue()121 aFTPProxy = KProtocolManager::proxyForURL( "ftp://ftp.openoffice.org" ); in getValue()126 if ( !aFTPProxy.isEmpty() ) in getValue()128 KURL aProxy(aFTPProxy); in getValue()136 QString aFTPProxy; in getValue() local140 aFTPProxy = KProtocolManager::proxyFor( "FTP" ); in getValue()148 aFTPProxy = KProtocolManager::proxyForURL( "ftp://ftp.openoffice.org" ); in getValue()153 if ( !aFTPProxy.isEmpty() ) in getValue()155 KURL aProxy(aFTPProxy); in getValue()
Completed in 9 milliseconds