Searched refs:sRelativeURL (Results 1 – 2 of 2) sorted by relevance
156 … const ::rtl::OUString sRelativeURL( sURL.copy( ContentProvider::getRootURL().getLength() ) ); in Content() local157 const sal_Int32 nSepPos = sRelativeURL.indexOf( '/' ); in Content()158 if ( ( nSepPos == -1 ) || ( nSepPos == sRelativeURL.getLength() - 1 ) ) in Content()358 ::rtl::OUString sRelativeURL( sURL.copy( sRootURL.getLength() ) ); in getParentURL()362 …ENSURE_OR_BREAK( sRelativeURL.match( sSeparatedExtensionId ), "illegal URL structure - no extensio… in getParentURL()363 sRelativeURL = sRelativeURL.copy( sSeparatedExtensionId.getLength() ); in getParentURL()366 …ENSURE_OR_BREAK( sRelativeURL.getLength(), "illegal URL structure - ExtensionContent should have a… in getParentURL()367 if ( sRelativeURL.getStr()[ sRelativeURL.getLength() - 1 ] == '/' ) in getParentURL()368 sRelativeURL = sRelativeURL.copy( 0, sRelativeURL.getLength() - 1 ); in getParentURL()371 const sal_Int32 nLastSep = sRelativeURL.lastIndexOf( '/' ); in getParentURL()[all …]
944 const OUString sRelativeURL(getDescriptionInfoset().getLocalizedDescriptionURL()); in getDescription() local946 if (sRelativeURL.getLength()) in getDescription()948 OUString sURL = m_url_expanded + OUSTR("/") + sRelativeURL; in getDescription()