33 u"com.sun.star.ucb.DefaultHierarchyDataSource";
39void HierarchyUri::init()
const
62 m_aUri =
m_aUri.replaceAt( 0, aScheme.getLength(), aScheme );
110 if ( nStart ==
m_aUri.getLength() )
118 if (
m_aUri.indexOf(
"//", nStart) != -1 )
125 sal_Int32 nEnd =
m_aUri.indexOf(
'/', nStart );
128 if ( nEnd == nStart )
138 nEnd =
m_aUri.getLength();
153 sal_Int32 nEnd =
m_aUri.lastIndexOf(
'/' );
154 if ( ( nEnd >
nPos ) && ( nEnd == (
m_aUri.getLength() - 1 ) ) )
161 sal_Int32 nLastSlash =
m_aUri.lastIndexOf(
'/' );
162 if ( ( nLastSlash != -1 ) &&
163 ( nLastSlash !=
m_aUri.getLength() - 1 ) )
constexpr OUStringLiteral HIERARCHY_URL_SCHEME
constexpr OUStringLiteral DEFAULT_DATA_SOURCE_SERVICE