Lines Matching refs:Content

140Content::Content( const Reference< XMultiServiceFactory >& i_rORB, ::ucbhelper::ContentProviderImp…  in Content()  function in ucb::ucp::ext::Content
179 m_sExtensionId = Content::decodeIdentifier( m_sExtensionId ); in Content()
184 Content::~Content() in ~Content()
189 ::rtl::OUString SAL_CALL Content::getImplementationName() throw( RuntimeException ) in getImplementationName()
195 … Sequence< ::rtl::OUString > SAL_CALL Content::getSupportedServiceNames() throw( RuntimeException ) in getSupportedServiceNames()
204 ::rtl::OUString SAL_CALL Content::getContentType() throw( RuntimeException ) in getContentType()
211 …Any SAL_CALL Content::execute( const Command& aCommand, sal_Int32 /* CommandId */, const Reference… in execute()
287 ::ucbhelper::Content aRequestedContent( sPhysicalContentURL, i_rEvironment ); in execute()
304 void SAL_CALL Content::abort( sal_Int32 ) throw( RuntimeException ) in abort()
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()
339 ::rtl::OUString Content::getParentURL() in getParentURL()
390 …Reference< XRow > Content::getArtificialNodePropertyValues( const Reference< XMultiServiceFactory … in getArtificialNodePropertyValues()
459 ::rtl::OUString Content::getPhysicalURL() const in getPhysicalURL()
475 …Reference< XRow > Content::getPropertyValues( const Sequence< Property >& i_rProperties, const Ref… in getPropertyValues()
488 ::ucbhelper::Content aRequestedContent( sPhysicalContentURL, i_rEnv ); in getPropertyValues()
521 …Sequence< Any > Content::setPropertyValues( const Sequence< PropertyValue >& i_rValues, const Refe… in setPropertyValues()
546 … Sequence< CommandInfo > Content::getCommands( const Reference< XCommandEnvironment > & /*xEnv*/ ) in getCommands()
590 Sequence< Property > Content::getProperties( const Reference< XCommandEnvironment > & /*xEnv*/ ) in getProperties()
623 bool Content::impl_isFolder() in impl_isFolder()
645 void Content::impl_determineContentType() in impl_determineContentType()