Lines Matching refs:getLength
117 ENSURE_OR_RETURN( i_rBaseURL.getLength(), "illegal base URL", i_rRelativeURL ); in lcl_compose()
120 if ( i_rBaseURL.getStr()[ i_rBaseURL.getLength() - 1 ] != '/' ) in lcl_compose()
156 … const ::rtl::OUString sRelativeURL( sURL.copy( ContentProvider::getRootURL().getLength() ) ); in Content()
158 if ( ( nSepPos == -1 ) || ( nSepPos == sRelativeURL.getLength() - 1 ) ) in Content()
171 m_sExtensionId = sURL.copy( sRootURL.getLength() ); in Content()
240 if ( !aProperties.getLength() ) in execute()
330 && ( i_rContentIdentifier.getLength() == sRootURL.getLength() + 1 ) in denotesRootContent()
331 && ( i_rContentIdentifier[ i_rContentIdentifier.getLength() - 1 ] == '/' ) in denotesRootContent()
359 ::rtl::OUString sRelativeURL( sURL.copy( sRootURL.getLength() ) ); in getParentURL()
364 sRelativeURL = sRelativeURL.copy( sSeparatedExtensionId.getLength() ); in getParentURL()
367 …ENSURE_OR_BREAK( sRelativeURL.getLength(), "illegal URL structure - ExtensionContent should have a… in getParentURL()
368 if ( sRelativeURL.getStr()[ sRelativeURL.getLength() - 1 ] == '/' ) in getParentURL()
369 sRelativeURL = sRelativeURL.copy( 0, sRelativeURL.getLength() - 1 ); in getParentURL()
396 const sal_Int32 nCount = i_rProperties.getLength(); in getArtificialNodePropertyValues()
469 if ( m_sPathIntoExtension.getLength() == 0 ) in getPhysicalURL()
491 Sequence< ::rtl::OUString > aPropertyNames( i_rProperties.getLength() ); in getPropertyValues()
494 i_rProperties.getConstArray() + i_rProperties.getLength(), in getPropertyValues()
502 value != aPropertyValues.getConstArray() + aPropertyValues.getLength(); in getPropertyValues()
525 Sequence< Any > aRet( i_rValues.getLength() ); in setPropertyValues()
526 Sequence< PropertyChangeEvent > aChanges( i_rValues.getLength() ); in setPropertyValues()
534 const sal_Int32 nCount = i_rValues.getLength(); in setPropertyValues()