27#include "../inc/urihelper.hxx"
62 m_aUri =
m_aUri.replaceAt( 0, aScheme.getLength(), aScheme );
79 sal_Int32 nLastSlash =
m_aUri.lastIndexOf(
'/' );
80 bool bTrailingSlash =
false;
81 if ( nLastSlash ==
m_aUri.getLength() - 1 )
84 bTrailingSlash =
true;
85 nLastSlash =
m_aUri.lastIndexOf(
'/', nLastSlash );
88 if ( nLastSlash != -1 )
94 m_aUri.getLength() - nLastSlash - 2 );
100 sal_Int32 nSlash =
m_aPath.indexOf(
'/', 1 );
OUString decodeSegment(const OUString &rSegment)
#define TDOC_URL_SCHEME_LENGTH