Searched refs:aFtpProxy (Results 1 – 2 of 2) sorted by relevance
215 ProxyEntry aFtpProxy = FindProxyEntry( aProxyList, rtl::OUString( in WinInetBackend() local222 aFtpProxy.Server = aTypeIndepProxy.Server; in WinInetBackend()228 aFtpProxy.Port = aTypeIndepProxy.Port; in WinInetBackend()232 aFtpProxy.Port = aHttpProxy.Port; in WinInetBackend()266 if( aFtpProxy.Server.getLength() > 0 ) in WinInetBackend()269 valueFtpProxyName_.Value <<= aFtpProxy.Server; in WinInetBackend()273 if( aFtpProxy.Port.getLength() > 0 ) in WinInetBackend()276 valueFtpProxyPort_.Value <<= aFtpProxy.Port.toInt32(); in WinInetBackend()
257 ProxyEntry aFtpProxy; in getPropertyValue() local267 aFtpProxy.Server = rtl::OUString::createFromAscii( host ); in getPropertyValue()271 if( aFtpProxy.Server.getLength() > 0 ) in getPropertyValue()275 true, uno::makeAny( aFtpProxy.Server ) ) ); in getPropertyValue()281 ProxyEntry aFtpProxy; in getPropertyValue() local291 aFtpProxy.Port = port; in getPropertyValue()295 if( aFtpProxy.Port > 0 ) in getPropertyValue()299 true, uno::makeAny( aFtpProxy.Port ) ) ); in getPropertyValue()
Completed in 17 milliseconds