Lines Matching refs:OUString

115 …::rtl::OUString lcl_compose( const ::rtl::OUString& i_rBaseURL, const ::rtl::OUString& i_rRelative…  in lcl_compose()
127 struct SelectPropertyName : public ::std::unary_function< Property, ::rtl::OUString >
129 const ::rtl::OUString& operator()( const Property& i_rProperty ) const in operator ()()
149 const ::rtl::OUString sURL( getIdentifier()->getContentIdentifier() ); in Content()
156 … const ::rtl::OUString sRelativeURL( sURL.copy( ContentProvider::getRootURL().getLength() ) ); in Content()
170 const ::rtl::OUString sRootURL = ContentProvider::getRootURL(); in Content()
189 ::rtl::OUString SAL_CALL Content::getImplementationName() throw( RuntimeException ) in getImplementationName()
191 … return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "org.openoffice.comp.ucp.ext.Content" ) ); in getImplementationName()
195 … Sequence< ::rtl::OUString > SAL_CALL Content::getSupportedServiceNames() throw( RuntimeException ) in getSupportedServiceNames()
197 Sequence< ::rtl::OUString > aServiceNames(2); in getSupportedServiceNames()
198 … aServiceNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.ucb.Content" ) ); in getSupportedServiceNames()
199 …aServiceNames[1] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.ucb.ExtensionConten… in getSupportedServiceNames()
204 ::rtl::OUString SAL_CALL Content::getContentType() throw( RuntimeException ) in getContentType()
222 ::rtl::OUString(), *this, -1 ) ), in execute()
235 ::rtl::OUString(), *this, -1 ) ), in execute()
243 ::rtl::OUString(), *this, -1 ) ), in execute()
266 ::rtl::OUString(), *this, -1 ) ), in execute()
286 const ::rtl::OUString sPhysicalContentURL( getPhysicalURL() ); in execute()
288 …aRet = aRequestedContent.executeCommand( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "open" ) ),… in execute()
295 ::rtl::OUString(), *this ) ), in execute()
309 ::rtl::OUString Content::encodeIdentifier( const ::rtl::OUString& i_rIdentifier ) in encodeIdentifier()
316 ::rtl::OUString Content::decodeIdentifier( const ::rtl::OUString& i_rIdentifier ) in decodeIdentifier()
322 bool Content::denotesRootContent( const ::rtl::OUString& i_rContentIdentifier ) in denotesRootContent()
324 const ::rtl::OUString sRootURL( ContentProvider::getRootURL() ); in denotesRootContent()
339 ::rtl::OUString Content::getParentURL() in getParentURL()
341 const ::rtl::OUString sRootURL( ContentProvider::getRootURL() ); in getParentURL()
355 const ::rtl::OUString sURL = m_xIdentifier->getContentIdentifier(); in getParentURL()
359 ::rtl::OUString sRelativeURL( sURL.copy( sRootURL.getLength() ) ); in getParentURL()
362 …const ::rtl::OUString sSeparatedExtensionId( encodeIdentifier( m_sExtensionId ) + ::rtl::OUString(… in getParentURL()
386 return ::rtl::OUString(); in getParentURL()
391 const Sequence< Property >& i_rProperties, const ::rtl::OUString& i_rTitle ) in getArtificialNodePropertyValues()
433 xRow->appendString ( Property( ::rtl::OUString::createFromAscii( "ContentType" ), in getArtificialNodePropertyValues()
435 getCppuType( static_cast< const ::rtl::OUString * >( 0 ) ), in getArtificialNodePropertyValues()
438 xRow->appendString ( Property( ::rtl::OUString::createFromAscii( "Title" ), in getArtificialNodePropertyValues()
440 getCppuType( static_cast< const ::rtl::OUString * >( 0 ) ), in getArtificialNodePropertyValues()
443 xRow->appendBoolean( Property( ::rtl::OUString::createFromAscii( "IsDocument" ), in getArtificialNodePropertyValues()
448 xRow->appendBoolean( Property( ::rtl::OUString::createFromAscii( "IsFolder" ), in getArtificialNodePropertyValues()
459 ::rtl::OUString Content::getPhysicalURL() const in getPhysicalURL()
461 ENSURE_OR_RETURN( m_eExtContentType != E_ROOT, "illegal call", ::rtl::OUString() ); in getPhysicalURL()
467 … const ::rtl::OUString sPackageLocation( xPackageInfo->getPackageLocation( m_sExtensionId ) ); in getPhysicalURL()
487 const ::rtl::OUString sPhysicalContentURL( getPhysicalURL() ); in getPropertyValues()
491 Sequence< ::rtl::OUString > aPropertyNames( i_rProperties.getLength() ); in getPropertyValues()
539 …aRet[ n ] <<= IllegalAccessException( ::rtl::OUString::createFromAscii( "property is read-only." )… in setPropertyValues()
555 ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "getCommandInfo" ) ), in getCommands()
560 ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "getPropertySetInfo" ) ), in getCommands()
565 ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "getPropertyValues" ) ), in getCommands()
571 ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "setPropertyValues" ) ), in getCommands()
580 ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "open" ) ), in getCommands()
595 ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ContentType" ) ), in getProperties()
597 getCppuType( static_cast< const ::rtl::OUString * >( 0 ) ), in getProperties()
601 ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsDocument" ) ), in getProperties()
607 ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsFolder" ) ), in getProperties()
613 ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Title" ) ), in getProperties()
615 getCppuType( static_cast< const ::rtl::OUString * >( 0 ) ), in getProperties()
632 aProps[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsFolder" ) ); in impl_isFolder()
656 aProps[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ContentType" ) ); in impl_determineContentType()