Home
last modified time | relevance | path

Searched refs:getPathSegment (Results 1 – 9 of 9) sorted by relevance

/aoo4110/main/stoc/source/uriproc/
H A DUriReferenceFactory.cxx182 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()
[all …]
H A DUriSchemeParser_vndDOTsunDOTstarDOTexpand.cxx118 virtual ::rtl::OUString SAL_CALL getPathSegment(sal_Int32 index) in getPathSegment() function in __anona66d3bb90111::UrlReference
120 { return base_.getPathSegment(index); } in getPathSegment()
H A DUriSchemeParser_vndDOTsunDOTstarDOTscript.cxx249 virtual rtl::OUString SAL_CALL getPathSegment(sal_Int32 index) in getPathSegment() function in __anon96ed4f8e0111::UrlReference
251 { return m_base.getPathSegment(index); } in getPathSegment()
H A DUriReference.hxx68 rtl::OUString getPathSegment(sal_Int32 index)
H A DUriReference.cxx138 rtl::OUString UriReference::getPathSegment(sal_Int32 index) in getPathSegment() function in UriReference
/aoo4110/main/stoc/test/uriproc/
H A Dtest_uriproc.cxx250 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()
/aoo4110/main/svl/source/misc/
H A Durihelper.cxx303 buf.append(ref->getPathSegment(j)); in normalize()
331 buf.append(ref->getPathSegment(j)); in normalize()
/aoo4110/main/udkapi/com/sun/star/uri/
H A DXUriReference.idl170 string getPathSegment([in] long index);
/aoo4110/main/sfx2/source/doc/
H A DDocumentMetadataAccess.cxx191 const ::rtl::OUString last( xBaseURI->getPathSegment(count - 1) ); in createBaseURI()

Completed in 53 milliseconds