Searched refs:pBasePathBegin (Results 1 – 1 of 1) sorted by relevance
1720 sal_Unicode const * pBasePathBegin in convertRelToAbs() local1723 = pBasePathBegin + m_aPath.getLength(); in convertRelToAbs()1724 while (pBasePathEnd != pBasePathBegin) in convertRelToAbs()1732 aSynAbsURIRef.append(pBasePathBegin, pBasePathEnd - pBasePathBegin); in convertRelToAbs()1906 sal_Unicode const * pBasePathBegin in convertAbsToRel() local1908 sal_Unicode const * pBasePathEnd = pBasePathBegin + m_aPath.getLength(); in convertAbsToRel()1917 sal_Unicode const * p1 = pBasePathBegin; in convertAbsToRel()1940 sal_Int32 nMatch = pSlash - pBasePathBegin; in convertAbsToRel()1961 for (sal_Unicode const * p = pBasePathBegin + nMatch; p != pBasePathEnd; in convertAbsToRel()
Completed in 34 milliseconds