Searched refs:rHost (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/ucbhelper/source/client/ |
H A D | proxydecider.cxx | 142 bool shouldUseProxy( const rtl::OUString & rHost, 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() 497 if ( rHost.getLength() && m_aNoProxyList.size() ) in getProxy() 503 if ( !shouldUseProxy( rHost, nPort, false ) ) in getProxy() 512 if ( ( rHost[ 0 ] == sal_Unicode( '[' ) ) && in getProxy() 513 ( rHost.getLength() > 1 ) ) in getProxy() 517 aHost = rHost.copy( 1, rHost.getLength() - 2 ); in getProxy() [all …]
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | svapp.hxx | 110 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()
|
/aoo42x/main/extensions/source/update/check/ |
H A D | download.cxx | 190 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 D | download.hxx | 72 void getProxyForURL(const rtl::OUString& rURL, rtl::OString& rHost, sal_Int32& rPort) const;
|
/aoo42x/main/ucbhelper/inc/ucbhelper/ |
H A D | proxydecider.hxx | 108 const rtl::OUString & rHost, 130 const rtl::OUString & rHost,
|
Completed in 31 milliseconds