Lines Matching refs:getPathSegment
182 virtual rtl::OUString SAL_CALL getPathSegment(sal_Int32 index) in getPathSegment() function in __anon2fee22520111::UriReference
184 { return m_base.getPathSegment(index); } in getPathSegment()
279 rtl::OUString segment(uriReference->getPathSegment(i)); in processSegments()
502 baseUriReference->getPathSegment(-(*i + 2))); in makeAbsolute()
512 rtl::OUString segment(uriReference->getPathSegment(*i - 2)); in makeAbsolute()
609 baseUriReference->getPathSegment(i), in makeRelative()
610 uriReference->getPathSegment(i))) in makeRelative()
646 || (uriReference->getPathSegment(count2 - 1).getLength() in makeRelative()
650 && (uriReference->getPathSegment(i).getLength() == 0 in makeRelative()
651 || (parseScheme(uriReference->getPathSegment(i)) in makeRelative()
661 rtl::OUString s(uriReference->getPathSegment(i)); in makeRelative()