Lines Matching refs:Server
61 rtl::OUString Server; member
75 aProxyEntry.Server = aProxy.getToken( 0, COLON, i ); in ReadProxyEntry()
218 if( aTypeIndepProxy.Server.getLength() ) in WinInetBackend()
220 aHttpProxy.Server = aTypeIndepProxy.Server; in WinInetBackend()
221 aHttpsProxy.Server = aTypeIndepProxy.Server; in WinInetBackend()
222 aFtpProxy.Server = aTypeIndepProxy.Server; in WinInetBackend()
238 if( aHttpProxy.Server.getLength() > 0 ) in WinInetBackend()
241 valueHttpProxyName_.Value <<= aHttpProxy.Server; in WinInetBackend()
252 if( aHttpsProxy.Server.getLength() > 0 ) in WinInetBackend()
255 valueHttpsProxyName_.Value <<= aHttpsProxy.Server; in WinInetBackend()
266 if( aFtpProxy.Server.getLength() > 0 ) in WinInetBackend()
269 valueFtpProxyName_.Value <<= aFtpProxy.Server; in WinInetBackend()