Lines Matching refs:Content

114 Content::Content(  in Content()  function in Content
129 Content::Content( in Content() function in Content
151 Content::~Content() in ~Content()
160 void SAL_CALL Content::acquire() in acquire()
165 void SAL_CALL Content::release() in release()
170 uno::Any SAL_CALL Content::queryInterface( const uno::Type & rType ) in queryInterface()
188 XTYPEPROVIDER_COMMON_IMPL( Content );
190 uno::Sequence< uno::Type > SAL_CALL Content::getTypes() in getTypes()
243 rtl::OUString SAL_CALL Content::getImplementationName() in getImplementationName()
249 uno::Sequence< rtl::OUString > SAL_CALL Content::getSupportedServiceNames() in getSupportedServiceNames()
262 rtl::OUString SAL_CALL Content::getContentType() in getContentType()
275 uno::Any Content::getBadArgExcept() in getBadArgExcept()
285 uno::Any SAL_CALL Content::execute( in execute()
437 void SAL_CALL Content::abort( sal_Int32 /*CommandId*/ ) in abort()
447 uno::Sequence< ucb::ContentInfo > Content::queryCreatableContentsInfo( in queryCreatableContentsInfo()
482 uno::Sequence< ucb::ContentInfo > SAL_CALL Content::queryCreatableContentsInfo() in queryCreatableContentsInfo()
489 Content::createNewContent( const ucb::ContentInfo& Info ) in createNewContent()
524 return new ::gvfs::Content( m_xSMgr, m_pProvider, xId, !create_document ); in createNewContent()
530 rtl::OUString Content::getParentURL() in getParentURL()
578 uno::Reference< sdbc::XRow > Content::getPropertyValues( in getPropertyValues()
698 getReadOnlyException( Content *ctnt ) in getReadOnlyException()
706 Content::makeNewURL( const char */*newName*/ ) in makeNewURL()
721 Content::doSetFileInfo( const GnomeVFSFileInfo *newInfo, in doSetFileInfo()
756 uno::Sequence< uno::Any > Content::setPropertyValues( in setPropertyValues()
881 void Content::queryChildren( ContentRefList& rChildren ) in queryChildren()
915 rChildren.push_back( ::gvfs::Content::ContentRef in queryChildren()
916 (static_cast< ::gvfs::Content * >(xChild.get() ) ) ); in queryChildren()
923 void Content::insert( in insert()
1020 void Content::transfer(const ucb::TransferInfo & /*rArgs*/, in transfer()
1034 void Content::destroy( sal_Bool bDeletePhysical ) in destroy()
1047 ::gvfs::Content::ContentRefList aChildren; in destroy()
1061 sal_Bool Content::exchangeIdentity( in exchangeIdentity()
1123 Content::getInfo( const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in getInfo()
1149 Content::isFolder(const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in isFolder()
1157 uno::Any Content::mapVFSException( const GnomeVFSResult result, sal_Bool bWrite ) in mapVFSException()
1294 void Content::cancelCommandExecution( in cancelCommandExecution()
1304 uno::Sequence< beans::Property > Content::getProperties( in getProperties()
1357 uno::Sequence< ucb::CommandInfo > Content::getCommands( in getCommands()
1402 Content::getOUURI () in getOUURI()
1409 Content::getOURI () in getOURI()
1415 Content::getURI () in getURI()
1421 Content::copyData( uno::Reference< io::XInputStream > xIn, in copyData()
1436 Content::createTempStream( in createTempStream()
1465 Content::createInputStream( in createInputStream()
1509 Content::feedSink( uno::Reference< uno::XInterface > aSink, in feedSink()