Lines Matching refs:m_aPath

603 	m_aPath.clear();  in setInvalid()
1399 m_aPath.set(aSynAbsURIRef, aSynPath.makeStringAndClear(), in setAbsURIRef()
1721 = m_aAbsURIRef.getStr() + m_aPath.getBegin(); in convertRelToAbs()
1723 = pBasePathBegin + m_aPath.getLength(); in convertRelToAbs()
1815 aSynAbsURIRef.append(m_aAbsURIRef.getStr() + m_aPath.getBegin(), in convertRelToAbs()
1816 m_aPath.getLength()); in convertRelToAbs()
1907 = m_aAbsURIRef.getStr() + m_aPath.getBegin(); in convertAbsToRel()
1908 sal_Unicode const * pBasePathEnd = pBasePathBegin + m_aPath.getLength(); in convertAbsToRel()
1910 = aSubject.m_aAbsURIRef.getStr() + aSubject.m_aPath.getBegin(); in convertAbsToRel()
1912 = pSubjectPathBegin + aSubject.m_aPath.getLength(); in convertAbsToRel()
2226 nBegin = m_aPath.getBegin(); in getAuthorityBegin()
2278 nDelta = m_aUser.set(m_aAbsURIRef, aNewUser, m_aPath.getBegin()); in setUser()
2282 m_aPath += nDelta; in setUser()
2309 m_aPath += nDelta; in clearPassword()
2349 m_aAbsURIRef.insert(m_aPath.getBegin(), sal_Unicode(':')); in setPassword()
2350 m_aUser.set(m_aAbsURIRef, rtl::OUString(), m_aPath.getBegin()); in setPassword()
2352 = m_aAuth.set(m_aAbsURIRef, aNewAuth, m_aPath.getBegin() + 1) + 1; in setPassword()
2356 m_aPath += nDelta; in setPassword()
2923 m_aPath += nDelta; in setHost()
3427 sal_Int32 nDelta = m_aPath.set(m_aAbsURIRef, aSynPath.makeStringAndClear()); in setPath()
3465 = m_aAbsURIRef.getStr() + m_aPath.getBegin(); in getSegment()
3466 sal_Unicode const * pPathEnd = pPathBegin + m_aPath.getLength(); in getSegment()
3514 = m_aAbsURIRef.getStr() + m_aPath.getBegin(); in insertName()
3515 sal_Unicode const * pPathEnd = pPathBegin + m_aPath.getLength(); in insertName()
3617 m_aAbsURIRef.insert(m_aPath.getEnd(), sal_Unicode('?')); in setQuery()
3618 nDelta = m_aQuery.set(m_aAbsURIRef, aNewQuery, m_aPath.getEnd() + 1) in setQuery()
3662 && m_aPath.getLength() >= RTL_CONSTASCII_LENGTH(";type=") + 1 in getFTPType()
3664 m_aPath.getEnd() - (RTL_CONSTASCII_LENGTH(";type=") + 1), in getFTPType()
3666 switch (m_aAbsURIRef.charAt(m_aPath.getEnd())) in getFTPType()
3686 sal_Unicode const * p = m_aAbsURIRef.getStr() + m_aPath.getBegin(); in hasDosVolume()
3688 && m_aPath.getLength() >= 3 in hasDosVolume()
3692 && (m_aPath.getLength() == 3 || p[3] == '/'); in hasDosVolume()
3699 && m_aPath.getLength() >= RTL_CONSTASCII_LENGTH("/;uid=") + 1) in getIMAPUID()
3702 + m_aPath.getBegin() in getIMAPUID()
3704 sal_Unicode const * pEnd = pBegin + m_aPath.getLength(); in getIMAPUID()
3856 m_aPath.getBegin()); in getAbbreviated()
3858 = m_aAbsURIRef.getStr() + m_aPath.getBegin() + m_aPath.getLength(); in getAbbreviated()
4255 m_aPath.set(m_aAbsURIRef, aSynPath.makeStringAndClear(), in ConcatData()
4331 m_aPath += nDelta; in makeAuthCanonic()
4385 m_aPath += nDelta; in SetPort()
4413 m_aPath += nDelta; in makePortCanonic()
4426 sal_Unicode const * p = m_aAbsURIRef.getStr() + m_aPath.getBegin(); in getSegmentCount()
4427 sal_Unicode const * pEnd = p + m_aPath.getLength(); in getSegmentCount()
4445 aNewPath.append(m_aAbsURIRef.getStr() + m_aPath.getBegin(), in removeSegment()
4446 aSegment.getBegin() - m_aPath.getBegin()); in removeSegment()
4447 if (bIgnoreFinalSlash && aSegment.getEnd() == m_aPath.getEnd()) in removeSegment()
4451 m_aPath.getEnd() - aSegment.getEnd()); in removeSegment()
4495 = m_aAbsURIRef.getStr() + m_aPath.getBegin(); in setName()
4496 sal_Unicode const * pPathEnd = pPathBegin + m_aPath.getLength(); in setName()
4575 = m_aAbsURIRef.getStr() + m_aPath.getBegin(); in setBase()
4576 sal_Unicode const * pPathEnd = pPathBegin + m_aPath.getLength(); in setBase()
4640 = m_aAbsURIRef.getStr() + m_aPath.getBegin(); in setExtension()
4641 sal_Unicode const * pPathEnd = pPathBegin + m_aPath.getLength(); in setExtension()
4675 = m_aAbsURIRef.getStr() + m_aPath.getBegin(); in removeExtension()
4676 sal_Unicode const * pPathEnd = pPathBegin + m_aPath.getLength(); in removeExtension()
4706 = m_aAbsURIRef.getStr() + m_aPath.getBegin(); in hasFinalSlash()
4707 sal_Unicode const * pPathEnd = pPathBegin + m_aPath.getLength(); in hasFinalSlash()
4718 = m_aAbsURIRef.getStr() + m_aPath.getBegin(); in setFinalSlash()
4719 sal_Unicode const * pPathEnd = pPathBegin + m_aPath.getLength(); in setFinalSlash()
4738 = m_aAbsURIRef.getStr() + m_aPath.getBegin(); in removeFinalSlash()
4739 sal_Unicode const * pPathEnd = pPathBegin + m_aPath.getLength(); in removeFinalSlash()
5005 aSynFSysPath.append(decode(m_aPath, '%', DECODE_WITH_CHARSET, in getFSysPath()
5018 return decode(m_aPath, '%', DECODE_WITH_CHARSET, in getFSysPath()
5036 = m_aAbsURIRef.getStr() + m_aPath.getBegin(); in getFSysPath()
5037 sal_Unicode const * pEnd = p + m_aPath.getLength(); in getFSysPath()
5065 = m_aAbsURIRef.getStr() + m_aPath.getBegin(); in getFSysPath()
5066 sal_Unicode const * pEnd = p + m_aPath.getLength(); in getFSysPath()
5094 sal_Unicode const * p = m_aAbsURIRef.getStr() + m_aPath.getBegin(); in HasMsgId()
5095 sal_Unicode const * pEnd = p + m_aPath.getLength(); in HasMsgId()
5108 sal_Unicode const * p = m_aAbsURIRef.getStr() + m_aPath.getBegin(); in GetMsgId()
5109 sal_Unicode const * pEnd = p + m_aPath.getLength(); in GetMsgId()
5496 m_aAbsURIRef.getStr() + m_aPath.getEnd(), in PathToFileName()