Lines Matching refs:m_aHost
601 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()
2270 else if (m_aHost.isPresent()) in setUser()
2272 m_aAbsURIRef.insert(m_aHost.getBegin(), sal_Unicode('@')); in setUser()
2273 nDelta = m_aUser.set(m_aAbsURIRef, aNewUser, m_aHost.getBegin()) + 1; in setUser()
2280 m_aHost += nDelta; in setUser()
2307 m_aHost += nDelta; in clearPassword()
2337 else if (m_aHost.isPresent()) in setPassword()
2339 m_aAbsURIRef.insert(m_aHost.getBegin(), in setPassword()
2341 m_aUser.set(m_aAbsURIRef, rtl::OUString(), m_aHost.getBegin()); in setPassword()
2343 = m_aAuth.set(m_aAbsURIRef, aNewAuth, m_aHost.getBegin() + 1) + 2; in setPassword()
2354 m_aHost += nDelta; in setPassword()
2921 sal_Int32 nDelta = m_aHost.set(m_aAbsURIRef, aSynHost.makeStringAndClear()); in setHost()
4221 m_aHost.set(m_aAbsURIRef, aSynHost.makeStringAndClear(), in ConcatData()
4345 rtl::OUStringBuffer aHostPort(decode(m_aHost, getEscapePrefix(), in GetHostPort()
4373 if (getSchemeInfo().m_bPort && m_aHost.isPresent()) in SetPort()
4381 m_aAbsURIRef.insert(m_aHost.getEnd(), sal_Unicode(':')); in SetPort()
4382 nDelta = m_aPort.set(m_aAbsURIRef, aNewPort, m_aHost.getEnd() + 1) in SetPort()
4977 && m_aHost.isPresent() in getFSysPath()
4978 && m_aHost.getLength() > 0 ? in getFSysPath()
4982 && m_aHost.isPresent() in getFSysPath()
4983 && m_aHost.getLength() > 0) ? in getFSysPath()
4986 && (!m_aHost.isPresent() || m_aHost.getLength() == 0) ? in getFSysPath()
5000 if (m_aHost.isPresent() && m_aHost.getLength() > 0) in getFSysPath()
5001 aSynFSysPath.append(decode(m_aHost, '%', DECODE_WITH_CHARSET, in getFSysPath()
5012 if (m_aHost.isPresent() && m_aHost.getLength() > 0) in getFSysPath()
5028 if (m_aHost.isPresent() && m_aHost.getLength() > 0) in getFSysPath()
5031 aSynFSysPath.append(decode(m_aHost, '%', DECODE_WITH_CHARSET, in getFSysPath()
5057 if (m_aHost.isPresent() && m_aHost.getLength() > 0) in getFSysPath()