Home
last modified time | relevance | path

Searched refs:aChildId (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.cxx1898 rtl::OUString aChildId = xId->getContentIdentifier(); in transfer() local
1899 if ( ( aChildId.lastIndexOf( '/' ) + 1 ) != aChildId.getLength() ) in transfer()
1900 aChildId += rtl::OUString::createFromAscii( "/" ); in transfer()
1902 aChildId += rResult.getName(); in transfer()
1907 aInfo.SourceURL = aChildId; in transfer()
/aoo41x/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx2120 rtl::OUString aChildId = xId->getContentIdentifier(); in transfer() local
2121 if ( ( aChildId.lastIndexOf( '/' ) + 1 ) in transfer()
2122 != aChildId.getLength() ) in transfer()
2123 aChildId += rtl::OUString::createFromAscii( "/" ); in transfer()
2125 aChildId += ::ucb_impl::urihelper::encodeSegment( aName ); in transfer()
2130 aInfo.SourceURL = aChildId; in transfer()

Completed in 56 milliseconds