29#include <com/sun/star/beans/XPropertySet.hpp>
30#include <com/sun/star/container/XContainerListener.hpp>
36 class WarningsContainer;
56 ::osl::Mutex& _rMutex,
57 const css::uno::Reference< css::sdbc::XConnection >& _xCon,
60 std::atomic<std::size_t>& _nInAppend
76 virtual void SAL_CALL
disposing(
const css::lang::EventObject& Source )
override;
78 virtual void SAL_CALL
elementInserted(
const css::container::ContainerEvent& Event )
override;
79 virtual void SAL_CALL
elementRemoved(
const css::container::ContainerEvent& Event )
override;
80 virtual void SAL_CALL
elementReplaced(
const css::container::ContainerEvent& Event )
override;
84 virtual css::uno::Reference< css::beans::XPropertySet >
createDescriptor()
override;
86 virtual void dropObject(sal_Int32 _nPos,
const OUString& _sElementName)
override;
virtual void SAL_CALL acquire() noexcept override
virtual void SAL_CALL release() noexcept override
virtual void disposing() override
tell the container to free all elements and all additional resources.
virtual OUString getTableTypeRestriction() const override
returns a string denoting the only type of tables allowed in this container, or an empty string if th...
virtual ::connectivity::sdbcx::ObjectType createObject(const OUString &_rName) override
virtual void SAL_CALL release() noexcept override
virtual void SAL_CALL elementReplaced(const css::container::ContainerEvent &Event) override
virtual void dropObject(sal_Int32 _nPos, const OUString &_sElementName) override
OViewContainer(::cppu::OWeakObject &_rParent, ::osl::Mutex &_rMutex, const css::uno::Reference< css::sdbc::XConnection > &_xCon, bool _bCase, IRefreshListener *_pRefreshListener, std::atomic< std::size_t > &_nInAppend)
ctor of the container.
virtual void disposing() override
tell the container to free all elements and all additional resources.
virtual connectivity::sdbcx::ObjectType appendObject(const OUString &_rForName, const css::uno::Reference< css::beans::XPropertySet > &descriptor) override
virtual void SAL_CALL elementRemoved(const css::container::ContainerEvent &Event) override
virtual ~OViewContainer() override
virtual void SAL_CALL elementInserted(const css::container::ContainerEvent &Event) override
virtual css::uno::Reference< css::beans::XPropertySet > createDescriptor() override
virtual void SAL_CALL acquire() noexcept override
css::uno::Reference< css::beans::XPropertySet > ObjectType