Searched refs:getPathSegment (Results 1 – 9 of 9) sorted by relevance
182 virtual rtl::OUString SAL_CALL getPathSegment(sal_Int32 index) in getPathSegment() function in __anonc641b1c90111::UriReference184 { 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()[all …]
118 virtual ::rtl::OUString SAL_CALL getPathSegment(sal_Int32 index) in getPathSegment() function in __anon399ad6700111::UrlReference120 { return base_.getPathSegment(index); } in getPathSegment()
249 virtual rtl::OUString SAL_CALL getPathSegment(sal_Int32 index) in getPathSegment() function in __anon2a1aea450111::UrlReference251 { return m_base.getPathSegment(index); } in getPathSegment()
68 rtl::OUString getPathSegment(sal_Int32 index)
138 rtl::OUString UriReference::getPathSegment(sal_Int32 index) in getPathSegment() function in UriReference
250 rtl::OUString::createFromAscii(""), uriRef->getPathSegment(-1)); in testParse()254 uriRef->getPathSegment(0)); in testParse()258 uriRef->getPathSegment(1)); in testParse()262 uriRef->getPathSegment(2)); in testParse()266 uriRef->getPathSegment(3)); in testParse()270 uriRef->getPathSegment(4)); in testParse()273 rtl::OUString::createFromAscii(""), uriRef->getPathSegment(5)); in testParse()
303 buf.append(ref->getPathSegment(j)); in normalize()331 buf.append(ref->getPathSegment(j)); in normalize()
170 string getPathSegment([in] long index);
191 const ::rtl::OUString last( xBaseURI->getPathSegment(count - 1) ); in createBaseURI()
Completed in 69 milliseconds