Home
last modified time | relevance | path

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

/aoo41x/main/shell/source/backends/kde4be/
H A Dkde4access.cxx113 QString aFTPProxy; in getValue() local
117 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() local
144 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()
/aoo41x/main/shell/source/backends/kdebe/
H A Dkdeaccess.cxx109 QString aFTPProxy; in getValue() local
113 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() local
140 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 13 milliseconds