LibreOffice Module ucb (master)
1
|
#include <sal/config.h>
#include <sal/log.hxx>
#include <memory>
#include <utility>
#include <com/sun/star/ucb/OpenMode.hpp>
#include <ucbhelper/contentidentifier.hxx>
#include <ucbhelper/providerhelper.hxx>
#include "webdavdatasupplier.hxx"
#include "webdavcontent.hxx"
#include "ContentProperties.hxx"
#include "DAVProperties.hxx"
#include "SerfUri.hxx"
#include <com/sun/star/ucb/IllegalIdentifierException.hpp>
#include <com/sun/star/ucb/ResultSetException.hpp>
#include <tools/diagnose_ex.h>
Go to the source code of this file.
Classes | |
struct | http_dav_ucp::DataSupplier_Impl |
Namespaces | |
http_dav_ucp | |
Typedefs | |
typedef std::vector< ResultListEntry * > | http_dav_ucp::ResultList |
OUString aId |
Definition at line 51 of file webdavdatasupplier.cxx.
Referenced by http_dav_ucp::DataSupplier::queryContentIdentifier(), and http_dav_ucp::DataSupplier::queryContentIdentifierString().
std::unique_ptr<ContentProperties> pData |
Definition at line 55 of file webdavdatasupplier.cxx.
Referenced by SortedEntryList::GetData(), SortedResultSet::Initialize(), SortedResultSet::InsertNew(), SortedResultSet::Move(), SortedEntryList::operator[](), webdav_ucp::NeonSession::POST(), webdav_ucp::NeonSession::PreSendRequest(), SortedEntryList::Remove(), SortedResultSet::Remove(), SortedResultSet::ResortModified(), SortedResultSet::ResortNew(), and SortedResultSet::SetChanged().
uno::Reference< ucb::XContent > xContent |
Definition at line 53 of file webdavdatasupplier.cxx.
Referenced by http_dav_ucp::DataSupplier::queryContent().
uno::Reference< ucb::XContentIdentifier > xId |
Definition at line 52 of file webdavdatasupplier.cxx.
Referenced by http_dav_ucp::DataSupplier::queryContent(), and http_dav_ucp::DataSupplier::queryContentIdentifier().
uno::Reference< sdbc::XRow > xRow |
Definition at line 54 of file webdavdatasupplier.cxx.
Referenced by http_dav_ucp::DataSupplier::queryPropertyValues().