Home
last modified time | relevance | path

Searched refs:m_aHost (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/ucb/source/ucp/ftp/
H A Dftpurl.cxx123 m_aHost(r.m_aHost), in FTPURL()
179 m_aHost = aExpr.copy(1+l); in parse()
197 l = m_aHost.lastIndexOf(sal_Unicode(':')); in parse()
198 sal_Int32 ipv6Back = m_aHost.lastIndexOf(sal_Unicode(']')); in parse()
204 if(1+l<m_aHost.getLength()) in parse()
205 m_aPort = m_aHost.copy(1+l); in parse()
206 m_aHost = m_aHost.copy(0,l); in parse()
234 m_pFCP->setHost(m_aHost, in parse()
262 m_pFCP->forHost(m_aHost, in ident()
275 bff.append(m_aHost); in ident()
[all …]
H A Dftpurl.hxx102 rtl::OUString host() const { return m_aHost; } in host()
155 mutable rtl::OUString m_aHost; member in ftp::FTPURL
/AOO41X/main/tools/source/fsys/
H A Durlobj.cxx601 m_aHost.clear(); in setInvalid()
902 m_aHost.set(aSynAbsURIRef, in setAbsURIRef()
943 m_aHost.set(aSynAbsURIRef, in setAbsURIRef()
977 m_aHost.set(aSynAbsURIRef, in setAbsURIRef()
1376 m_aHost.set(aSynAbsURIRef, aSynHost.makeStringAndClear(), in setAbsURIRef()
1895 || (m_aHost.compare( in convertAbsToRel()
1896 aSubject.m_aHost, m_aAbsURIRef, aSubject.m_aAbsURIRef) in convertAbsToRel()
2223 else if (m_aHost.isPresent()) in getAuthorityBegin()
2224 nBegin = m_aHost.getBegin(); in getAuthorityBegin()
2239 m_aHost.isPresent() ? m_aHost.getEnd() : in getAuthority()
[all …]
/AOO41X/main/framework/inc/services/
H A Dsubstitutepathvars.hxx161 rtl::OUString m_aHost; member in framework::SubstitutePathVariables_Impl
/AOO41X/main/framework/source/services/
H A Dsubstitutepathvars.cxx400 m_aHost = osl::SocketAddr::getLocalHostname( &aSocketResult ).toAsciiLowerCase(); in GetHostName()
403 return m_aHost; in GetHostName()
/AOO41X/main/tools/inc/tools/
H A Durlobj.hxx600 { return decode(m_aHost, getEscapePrefix(), eMechanism, eCharset); } in GetHost()
1342 SubString m_aHost; member in INetURLObject