LibreOffice Module ucb (master) 1
|
#include <sal/config.h>
#include <memory>
#include <rtl/ref.hxx>
#include <com/sun/star/beans/Property.hpp>
#include "DAVSessionFactory.hxx"
#include <ucbhelper/providerhelper.hxx>
#include "PropertyMap.hxx"
Go to the source code of this file.
Classes | |
class | http_dav_ucp::ContentProvider |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::lang |
namespace | http_dav_ucp |
Macros | |
#define | VNDSUNSTARWEBDAV_URL_SCHEME "vnd.sun.star.webdav" |
#define | VNDSUNSTARWEBDAVS_URL_SCHEME u"vnd.sun.star.webdavs" |
#define | HTTP_URL_SCHEME u"http" |
#define | HTTPS_URL_SCHEME u"https" |
#define | DAV_URL_SCHEME u"dav" |
#define | DAVS_URL_SCHEME u"davs" |
#define | WEBDAV_URL_SCHEME u"webdav" |
#define | WEBDAVS_URL_SCHEME u"webdavs" |
#define | WEBDAV_CONTENT_TYPE HTTP_CONTENT_TYPE |
Variables | |
constexpr OUStringLiteral | http_dav_ucp::WEBDAV_CONTENT_PROVIDER_SERVICE_NAME = u"com.sun.star.ucb.WebDAVContentProvider" |
constexpr OUStringLiteral | http_dav_ucp::HTTP_CONTENT_TYPE = u"application/" HTTP_URL_SCHEME "-content" |
constexpr OUStringLiteral | http_dav_ucp::WEBDAV_COLLECTION_TYPE = u"application/" VNDSUNSTARWEBDAV_URL_SCHEME "-collection" |
#define DAV_URL_SCHEME u"dav" |
Definition at line 51 of file webdavprovider.hxx.
#define DAVS_URL_SCHEME u"davs" |
Definition at line 52 of file webdavprovider.hxx.
#define HTTP_URL_SCHEME u"http" |
Definition at line 49 of file webdavprovider.hxx.
#define HTTPS_URL_SCHEME u"https" |
Definition at line 50 of file webdavprovider.hxx.
#define VNDSUNSTARWEBDAV_URL_SCHEME "vnd.sun.star.webdav" |
Definition at line 47 of file webdavprovider.hxx.
#define VNDSUNSTARWEBDAVS_URL_SCHEME u"vnd.sun.star.webdavs" |
Definition at line 48 of file webdavprovider.hxx.
#define WEBDAV_CONTENT_TYPE HTTP_CONTENT_TYPE |
Definition at line 58 of file webdavprovider.hxx.
#define WEBDAV_URL_SCHEME u"webdav" |
Definition at line 53 of file webdavprovider.hxx.
#define WEBDAVS_URL_SCHEME u"webdavs" |
Definition at line 54 of file webdavprovider.hxx.