Home
last modified time | relevance | path

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

/trunk/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()
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()
308 m_pFCP->forHost(m_aHost, in parent()
[all …]
H A Dftpurl.hxx102 rtl::OUString host() const { return m_aHost; } in host()
155 mutable rtl::OUString m_aHost; member in ftp::FTPURL
/trunk/main/tools/source/fsys/
H A Durlobj.cxx601 m_aHost.clear(); in setInvalid()
1895 || (m_aHost.compare( in convertAbsToRel()
2239 m_aHost.isPresent() ? m_aHost.getEnd() : in getAuthority()
2280 m_aHost += nDelta; in setUser()
2307 m_aHost += nDelta; in clearPassword()
2354 m_aHost += nDelta; in setPassword()
4986 && (!m_aHost.isPresent() || m_aHost.getLength() == 0) ? in getFSysPath()
5000 if (m_aHost.isPresent() && m_aHost.getLength() > 0) in getFSysPath()
5012 if (m_aHost.isPresent() && m_aHost.getLength() > 0) in getFSysPath()
5028 if (m_aHost.isPresent() && m_aHost.getLength() > 0) in getFSysPath()
[all …]
/trunk/main/framework/source/services/
H A Dsubstitutepathvars.cxx400 m_aHost = osl::SocketAddr::getLocalHostname( &aSocketResult ).toAsciiLowerCase(); in GetHostName()
403 return m_aHost; in GetHostName()
/trunk/main/framework/inc/services/
H A Dsubstitutepathvars.hxx161 rtl::OUString m_aHost; member in framework::SubstitutePathVariables_Impl
/trunk/main/tools/inc/tools/
H A Durlobj.hxx600 { return decode(m_aHost, getEscapePrefix(), eMechanism, eCharset); } in GetHost()
1342 SubString m_aHost; member in INetURLObject

Completed in 63 milliseconds