LibreOffice Module ucb (master)
1
|
#include <rtl/ref.hxx>
#include <com/sun/star/frame/XTransientDocumentsDocumentContentFactory.hpp>
#include <com/sun/star/frame/XTransientDocumentsDocumentContentIdentifierFactory.hpp>
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <ucbhelper/providerhelper.hxx>
#include "tdoc_uri.hxx"
#include "tdoc_docmgr.hxx"
#include "tdoc_storage.hxx"
Go to the source code of this file.
Classes | |
class | tdoc_ucp::ContentProvider |
Namespaces | |
com::sun::star::embed | |
com::sun::star::frame | |
tdoc_ucp | |
Macros | |
#define | TDOC_ROOT_CONTENT_TYPE u"application/" TDOC_URL_SCHEME "-root" |
#define | TDOC_DOCUMENT_CONTENT_TYPE u"application/" TDOC_URL_SCHEME "-document" |
#define | TDOC_FOLDER_CONTENT_TYPE u"application/" TDOC_URL_SCHEME "-folder" |
#define | TDOC_STREAM_CONTENT_TYPE u"application/" TDOC_URL_SCHEME "-stream" |
#define TDOC_DOCUMENT_CONTENT_TYPE u"application/" TDOC_URL_SCHEME "-document" |
Definition at line 46 of file tdoc_provider.hxx.
Referenced by lcl_getContentType().
#define TDOC_FOLDER_CONTENT_TYPE u"application/" TDOC_URL_SCHEME "-folder" |
Definition at line 48 of file tdoc_provider.hxx.
Referenced by tdoc_ucp::ContentProperties::getCreatableContentsInfo(), and lcl_getContentType().
#define TDOC_ROOT_CONTENT_TYPE u"application/" TDOC_URL_SCHEME "-root" |
Definition at line 44 of file tdoc_provider.hxx.
Referenced by lcl_getContentType().
#define TDOC_STREAM_CONTENT_TYPE u"application/" TDOC_URL_SCHEME "-stream" |
Definition at line 50 of file tdoc_provider.hxx.
Referenced by tdoc_ucp::ContentProperties::getCreatableContentsInfo(), and lcl_getContentType().