Lines Matching refs:Content

112 Content::Content(  in Content()  function in Content
127 Content::Content( in Content() function in Content
149 Content::~Content() in ~Content()
158 void SAL_CALL Content::acquire() in acquire()
163 void SAL_CALL Content::release() in release()
168 uno::Any SAL_CALL Content::queryInterface( const uno::Type & rType ) in queryInterface()
186 XTYPEPROVIDER_COMMON_IMPL( Content );
188 uno::Sequence< uno::Type > SAL_CALL Content::getTypes() in getTypes()
241 rtl::OUString SAL_CALL Content::getImplementationName() in getImplementationName()
247 uno::Sequence< rtl::OUString > SAL_CALL Content::getSupportedServiceNames() in getSupportedServiceNames()
260 rtl::OUString SAL_CALL Content::getContentType() in getContentType()
273 uno::Any Content::getBadArgExcept() in getBadArgExcept()
283 uno::Any SAL_CALL Content::execute( in execute()
435 void SAL_CALL Content::abort( sal_Int32 /*CommandId*/ ) in abort()
445 uno::Sequence< ucb::ContentInfo > Content::queryCreatableContentsInfo( in queryCreatableContentsInfo()
480 uno::Sequence< ucb::ContentInfo > SAL_CALL Content::queryCreatableContentsInfo() in queryCreatableContentsInfo()
487 Content::createNewContent( const ucb::ContentInfo& Info ) in createNewContent()
522 return new ::gvfs::Content( m_xSMgr, m_pProvider, xId, !create_document ); in createNewContent()
528 rtl::OUString Content::getParentURL() in getParentURL()
576 uno::Reference< sdbc::XRow > Content::getPropertyValues( in getPropertyValues()
696 getReadOnlyException( Content *ctnt ) in getReadOnlyException()
704 Content::makeNewURL( const char */*newName*/ ) in makeNewURL()
719 Content::doSetFileInfo( const GnomeVFSFileInfo *newInfo, in doSetFileInfo()
754 uno::Sequence< uno::Any > Content::setPropertyValues( in setPropertyValues()
879 void Content::queryChildren( ContentRefList& rChildren ) in queryChildren()
913 rChildren.push_back( ::gvfs::Content::ContentRef in queryChildren()
914 (static_cast< ::gvfs::Content * >(xChild.get() ) ) ); in queryChildren()
921 void Content::insert( in insert()
1018 void Content::transfer(const ucb::TransferInfo & /*rArgs*/, in transfer()
1032 void Content::destroy( sal_Bool bDeletePhysical ) in destroy()
1045 ::gvfs::Content::ContentRefList aChildren; in destroy()
1059 sal_Bool Content::exchangeIdentity( in exchangeIdentity()
1121 Content::getInfo( const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in getInfo()
1147 Content::isFolder(const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in isFolder()
1155 uno::Any Content::mapVFSException( const GnomeVFSResult result, sal_Bool bWrite ) in mapVFSException()
1292 void Content::cancelCommandExecution( in cancelCommandExecution()
1302 uno::Sequence< beans::Property > Content::getProperties( in getProperties()
1355 uno::Sequence< ucb::CommandInfo > Content::getCommands( in getCommands()
1400 Content::getOUURI () in getOUURI()
1407 Content::getOURI () in getOURI()
1413 Content::getURI () in getURI()
1419 Content::copyData( uno::Reference< io::XInputStream > xIn, in copyData()
1434 Content::createTempStream( in createTempStream()
1463 Content::createInputStream( in createInputStream()
1507 Content::feedSink( uno::Reference< uno::XInterface > aSink, in feedSink()