Home
last modified time | relevance | path

Searched refs:rHost (Results 1 – 5 of 5) sorted by relevance

/trunk/main/ucbhelper/source/client/
H A Dproxydecider.cxx142 bool shouldUseProxy( const rtl::OUString & rHost,
156 const rtl::OUString & rHost,
436 bool InternetProxyDecider_Impl::shouldUseProxy( const rtl::OUString & rHost, in shouldUseProxy() argument
442 if ( ( rHost.indexOf( ':' ) != -1 ) && in shouldUseProxy()
443 ( rHost[ 0 ] != sal_Unicode( '[' ) ) ) in shouldUseProxy()
447 aBuffer.append( rHost ); in shouldUseProxy()
453 aBuffer.append( rHost ); in shouldUseProxy()
486 const rtl::OUString & rHost, in getProxy() argument
497 if ( rHost.getLength() && m_aNoProxyList.size() ) in getProxy()
503 if ( !shouldUseProxy( rHost, nPort, false ) ) in getProxy()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dsvapp.hxx110 ApplicationAddress( const UniString& rHost,
113 ApplicationAddress( const UniString& rHost, int nPID );
134 inline ApplicationAddress::ApplicationAddress( const UniString& rHost, in ApplicationAddress() argument
138 aHostName = rHost; in ApplicationAddress()
144 inline ApplicationAddress::ApplicationAddress( const UniString& rHost, int nPIDPar ) in ApplicationAddress() argument
146 aHostName = rHost; in ApplicationAddress()
/trunk/main/extensions/source/update/check/
H A Ddownload.cxx190 Download::getProxyForURL(const rtl::OUString& rURL, rtl::OString& rHost, sal_Int32& rPort) const in getProxyForURL() argument
228 rHost = getStringValue(xNameAccess, UNISTRING("ooInetHTTPProxyName")); in getProxyForURL()
233 rHost = getStringValue(xNameAccess, UNISTRING("ooInetHTTPSProxyName")); in getProxyForURL()
238 rHost = getStringValue(xNameAccess, UNISTRING("ooInetFTPProxyName")); in getProxyForURL()
H A Ddownload.hxx72 void getProxyForURL(const rtl::OUString& rURL, rtl::OString& rHost, sal_Int32& rPort) const;
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dproxydecider.hxx108 const rtl::OUString & rHost,
130 const rtl::OUString & rHost,