LibreOffice Module ucb (master)
1
|
#include <comphelper/processfactory.hxx>
#include <ucbhelper/contentidentifier.hxx>
#include <ucbhelper/macros.hxx>
#include "webdavprovider.hxx"
#include "webdavcontent.hxx"
#include <cppuhelper/queryinterface.hxx>
#include <osl/mutex.hxx>
#include <com/sun/star/ucb/IllegalIdentifierException.hpp>
#include <tools/urlobj.hxx>
Go to the source code of this file.
Functions | |
XTYPEPROVIDER_IMPL_3 (ContentProvider, lang::XTypeProvider, lang::XServiceInfo, ucb::XContentProvider) | |
static css::uno::Reference< css::uno::XInterface > | ContentProvider_CreateInstance (const css::uno::Reference< css::lang::XMultiServiceFactory > &rSMgr) |
|
static |
css::uno::Exception |
Definition at line 107 of file webdavprovider.cxx.
References ContentProvider, and comphelper::getComponentContext().
Referenced by http_dav_ucp::ContentProvider::createServiceFactory().
XTYPEPROVIDER_IMPL_3 | ( | ContentProvider | , |
lang::XTypeProvider | , | ||
lang::XServiceInfo | , | ||
ucb::XContentProvider | |||
) |