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 | |
com::sun::star::lang | |
http_dav_ucp | |
Macros | |
#define | WEBDAV_CONTENT_PROVIDER_SERVICE_NAME "com.sun.star.ucb.WebDAVContentProvider" |
#define | VNDSUNSTARWEBDAV_URL_SCHEME "vnd.sun.star.webdav" |
#define | VNDSUNSTARWEBDAVS_URL_SCHEME u"vnd.sun.star.webdavs" |
#define | HTTP_URL_SCHEME "http" |
#define | HTTPS_URL_SCHEME "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 | HTTP_CONTENT_TYPE "application/" HTTP_URL_SCHEME "-content" |
#define | WEBDAV_CONTENT_TYPE HTTP_CONTENT_TYPE |
#define | WEBDAV_COLLECTION_TYPE "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_CONTENT_TYPE "application/" HTTP_URL_SCHEME "-content" |
Definition at line 56 of file webdavprovider.hxx.
#define HTTP_URL_SCHEME "http" |
Definition at line 49 of file webdavprovider.hxx.
#define HTTPS_URL_SCHEME "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_COLLECTION_TYPE "application/" VNDSUNSTARWEBDAV_URL_SCHEME "-collection" |
Definition at line 59 of file webdavprovider.hxx.
Referenced by http_dav_ucp::ContentProperties::addProperty(), webdav_ucp::ContentProperties::addProperty(), http_dav_ucp::Content::getContentType(), webdav_ucp::Content::getContentType(), http_dav_ucp::Content::queryCreatableContentsInfo(), and webdav_ucp::Content::queryCreatableContentsInfo().
#define WEBDAV_CONTENT_PROVIDER_SERVICE_NAME "com.sun.star.ucb.WebDAVContentProvider" |
Definition at line 42 of file webdavprovider.hxx.
Referenced by webdav_ucp::ContentProvider::getSupportedServiceNames(), and http_dav_ucp::ContentProvider::getSupportedServiceNames_Static().
#define WEBDAV_CONTENT_TYPE HTTP_CONTENT_TYPE |
Definition at line 58 of file webdavprovider.hxx.
Referenced by http_dav_ucp::ContentProperties::addProperty(), webdav_ucp::ContentProperties::addProperty(), http_dav_ucp::Content::getContentType(), webdav_ucp::Content::getContentType(), http_dav_ucp::Content::queryCreatableContentsInfo(), and webdav_ucp::Content::queryCreatableContentsInfo().
#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.