LibreOffice Module ucb (master) 1
|
#include <ucbstore.hxx>
Public Member Functions | |
UcbStore (const css::uno::Reference< css::uno::XComponentContext > &xContext) | |
virtual | ~UcbStore () 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::XPropertySetRegistry > SAL_CALL | createPropertySetRegistry (const OUString &URL) override |
virtual void SAL_CALL | initialize (const css::uno::Sequence< css::uno::Any > &aArguments) 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 |
css::uno::Sequence< css::uno::Any > | m_aInitArgs |
css::uno::Reference< css::ucb::XPropertySetRegistry > | m_xTheRegistry |
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 47 of file ucbstore.hxx.
|
explicit |
Definition at line 129 of file ucbstore.cxx.
References m_xContext.
|
overridevirtual |
Definition at line 136 of file ucbstore.cxx.
|
overridevirtual |
Definition at line 168 of file ucbstore.cxx.
References m_aInitArgs, comphelper::UnoImplBase::m_aMutex, m_xContext, and m_xTheRegistry.
|
overridevirtual |
Definition at line 140 of file ucbstore.cxx.
|
overridevirtual |
Definition at line 148 of file ucbstore.cxx.
|
overridevirtual |
Definition at line 188 of file ucbstore.cxx.
References aArguments, m_aInitArgs, and comphelper::UnoImplBase::m_aMutex.
|
overridevirtual |
Definition at line 144 of file ucbstore.cxx.
References ServiceName, and cppu::supportsService().
|
private |
Definition at line 50 of file ucbstore.hxx.
Referenced by createPropertySetRegistry(), and initialize().
|
private |
Definition at line 49 of file ucbstore.hxx.
Referenced by createPropertySetRegistry().
|
private |
Definition at line 51 of file ucbstore.hxx.
Referenced by createPropertySetRegistry().