Lines Matching refs:Content

215 Content::Content(  in Content()  function in Content
246 Content::Content( in Content() function in Content
275 Content::~Content() in ~Content()
286 void SAL_CALL Content::acquire() in acquire()
294 void SAL_CALL Content::release() in release()
302 uno::Any SAL_CALL Content::queryInterface( const uno::Type & rType ) in queryInterface()
355 XTYPEPROVIDER_COMMON_IMPL( Content );
359 uno::Sequence< uno::Type > SAL_CALL Content::getTypes() in getTypes()
454 rtl::OUString SAL_CALL Content::getImplementationName() in getImplementationName()
463 uno::Sequence< rtl::OUString > SAL_CALL Content::getSupportedServiceNames() in getSupportedServiceNames()
479 rtl::OUString SAL_CALL Content::getContentType() in getContentType()
509 uno::Any SAL_CALL Content::execute( in execute()
856 void SAL_CALL Content::abort( sal_Int32 /*CommandId*/ ) in abort()
884 void Content::addProperty( const com::sun::star::ucb::PropertyCommandArgument &aCmdArg, in addProperty()
1022 void Content::removeProperty( const rtl::OUString& Name, in removeProperty()
1132 void SAL_CALL Content::addProperty( const rtl::OUString& Name, in addProperty()
1151 void SAL_CALL Content::removeProperty( const rtl::OUString& Name ) in removeProperty()
1168 Content::queryCreatableContentsInfo() in queryCreatableContentsInfo()
1205 Content::createNewContent( const ucb::ContentInfo& Info ) in createNewContent()
1247 return new ::http_dav_ucp::Content( m_xSMgr, in createNewContent()
1261 rtl::OUString Content::getParentURL() in getParentURL()
1296 uno::Reference< sdbc::XRow > Content::getPropertyValues( in getPropertyValues()
1380 uno::Reference< sdbc::XRow > Content::getPropertyValues( in getPropertyValues()
1727 uno::Sequence< uno::Any > Content::setPropertyValues( in setPropertyValues()
2159 uno::Any Content::open( in open()
2329 void Content::post( in post()
2413 void Content::queryChildren( ContentRefList& rChildren ) in queryChildren()
2454 ::http_dav_ucp::Content::ContentRef( in queryChildren()
2455 static_cast< ::http_dav_ucp::Content * >( in queryChildren()
2464 void Content::insert( in insert()
2710 void Content::transfer( in transfer()
2836 rtl::Reference< Content > xSource in transfer()
2837 = static_cast< Content * >( in transfer()
2889 rtl::Reference< Content > xTarget in transfer()
2890 = static_cast< Content * >( in transfer()
2956 void Content::destroy( sal_Bool bDeletePhysical ) in destroy()
2970 ::http_dav_ucp::Content::ContentRefList aChildren; in destroy()
2984 bool Content::supportsExclusiveWriteLock( in supportsExclusiveWriteLock()
3010 void Content::lock( in lock()
3120 void Content::unlock( in unlock()
3154 sal_Bool Content::exchangeIdentity( in exchangeIdentity()
3223 sal_Bool Content::isFolder( in isFolder()
3253 uno::Any Content::MapDAVException( const DAVException & e, sal_Bool bWrite ) in MapDAVException()
3461 bool Content::shouldAccessNetworkAfterException( const DAVException & e ) in shouldAccessNetworkAfterException()
3474 void Content::cancelCommandExecution( in cancelCommandExecution()
3486 Content::getBaseURI( const std::auto_ptr< DAVResourceAccess > & rResAccess ) in getBaseURI()
3517 const Content::ResourceType & Content::getResourceType( in getResourceType()
3605 const Content::ResourceType & Content::getResourceType( in getResourceType()
3612 rtl::OUString Content::getLockOwner( const uno::Reference< ucb::XCommandEnvironment >& Environment ) in getLockOwner()