LibreOffice Module ucb (master)
1
|
#include <sal/log.hxx>
#include <com/sun/star/ucb/IllegalIdentifierException.hpp>
#include <com/sun/star/ucb/OpenMode.hpp>
#include <com/sun/star/ucb/ResultSetException.hpp>
#include <ucbhelper/contentidentifier.hxx>
#include <ucbhelper/providerhelper.hxx>
#include <tools/diagnose_ex.h>
#include <memory>
#include <vector>
#include "webdavdatasupplier.hxx"
#include "webdavcontent.hxx"
#include "ContentProperties.hxx"
#include "NeonUri.hxx"
Go to the source code of this file.
Classes | |
struct | webdav_ucp::DataSupplier_Impl |
Namespaces | |
webdav_ucp | |
Typedefs | |
typedef std::vector< std::unique_ptr< ResultListEntry > > | webdav_ucp::ResultList |
OUString aId |
Definition at line 63 of file neon/webdavdatasupplier.cxx.
Referenced by webdav_ucp::DataSupplier::queryContentIdentifier(), and webdav_ucp::DataSupplier::queryContentIdentifierString().
std::shared_ptr<ContentProperties> const pData |
Definition at line 67 of file neon/webdavdatasupplier.cxx.
uno::Reference< ucb::XContent > xContent |
Definition at line 65 of file neon/webdavdatasupplier.cxx.
Referenced by webdav_ucp::DataSupplier::queryContent().
uno::Reference< ucb::XContentIdentifier > xId |
Definition at line 64 of file neon/webdavdatasupplier.cxx.
Referenced by webdav_ucp::DataSupplier::queryContent(), and webdav_ucp::DataSupplier::queryContentIdentifier().
uno::Reference< sdbc::XRow > xRow |
Definition at line 66 of file neon/webdavdatasupplier.cxx.
Referenced by webdav_ucp::DataSupplier::queryPropertyValues().