LibreOffice Module ucb (master) 1
|
#include <provprox.hxx>
Public Member Functions | |
UcbContentProviderProxyFactory (const css::uno::Reference< css::uno::XComponentContext > &rxContext) | |
virtual | ~UcbContentProviderProxyFactory () override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
virtual css::uno::Reference< css::ucb::XContentProvider > SAL_CALL | createContentProvider (const OUString &Service) override |
Public Member Functions inherited from comphelper::WeakComponentImplHelper< typename... Ifc > | |
virtual void SAL_CALL | acquire () noexcept override |
virtual void SAL_CALL | release () noexcept override |
virtual void SAL_CALL | dispose () noexcept final override |
virtual void SAL_CALL | addEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) final override |
virtual void SAL_CALL | removeEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) final override |
virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) override |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () override |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () override |
Public Member Functions inherited from comphelper::WeakComponentImplHelperBase | |
virtual | ~WeakComponentImplHelperBase () override |
virtual void SAL_CALL | dispose () override |
virtual void SAL_CALL | addEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) override |
virtual void SAL_CALL | removeEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) override |
virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) override |
virtual void | disposing (std::unique_lock< std::mutex > &) |
Public Member Functions inherited from comphelper::UnoImplBase | |
virtual | ~UnoImplBase () |
Private Attributes | |
css::uno::Reference< css::uno::XComponentContext > | m_xContext |
Additional Inherited Members | |
Protected Member Functions inherited from comphelper::WeakComponentImplHelperBase | |
void | throwIfDisposed (std::unique_lock< std::mutex > &) |
Protected Attributes inherited from comphelper::WeakComponentImplHelperBase | |
comphelper::OInterfaceContainerHelper4< css::lang::XEventListener > | maEventListeners |
Protected Attributes inherited from comphelper::UnoImplBase | |
std::mutex | m_aMutex |
bool | m_bDisposed |
Definition at line 37 of file provprox.hxx.
|
explicit |
Definition at line 39 of file provprox.cxx.
References m_xContext.
|
overridevirtual |
Definition at line 47 of file provprox.cxx.
|
overridevirtual |
Definition at line 82 of file provprox.cxx.
References m_xContext, and Service.
|
overridevirtual |
Definition at line 53 of file provprox.cxx.
|
overridevirtual |
Definition at line 61 of file provprox.cxx.
|
overridevirtual |
Definition at line 57 of file provprox.cxx.
References ServiceName, and cppu::supportsService().
|
private |
Definition at line 39 of file provprox.hxx.
Referenced by createContentProvider().