23#include <com/sun/star/drawing/XShapes.hpp>
24#include <com/sun/star/lang/XServiceInfo.hpp>
25#include <com/sun/star/uno/XComponentContext.hpp>
26#include <com/sun/star/lang/XComponent.hpp>
32 css::lang::XComponent>
45 virtual
void SAL_CALL
release() noexcept override;
48 virtual
void SAL_CALL
dispose() override;
55 virtual sal_Int32 SAL_CALL
getCount() override;
63 virtual
void SAL_CALL
add(const css::
uno::Reference<css::
drawing::XShape>& xShape) override;
64 virtual
void SAL_CALL
remove(const css::
uno::Reference<css::
drawing::XShape>& xShape) override;
void getAllShapes(std::vector< css::uno::Reference< css::drawing::XShape > > &rShapes) const
virtual void SAL_CALL remove(const css::uno::Reference< css::drawing::XShape > &xShape) override
std::vector< css::uno::Reference< css::drawing::XShape > > maShapeContainer
SvxShapeCollection() noexcept
virtual css::uno::Type SAL_CALL getElementType() override
virtual void SAL_CALL removeEventListener(const css::uno::Reference< css::lang::XEventListener > &aListener) override
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override
virtual void SAL_CALL add(const css::uno::Reference< css::drawing::XShape > &xShape) override
virtual sal_Int32 SAL_CALL getCount() override
virtual void SAL_CALL release() noexcept override
virtual css::uno::Any SAL_CALL getByIndex(sal_Int32 Index) override
virtual sal_Bool SAL_CALL supportsService(const OUString &ServiceName) override
virtual void SAL_CALL addEventListener(const css::uno::Reference< css::lang::XEventListener > &aListener) override
virtual void SAL_CALL dispose() override
virtual OUString SAL_CALL getImplementationName() override
comphelper::OInterfaceContainerHelper4< css::lang::XEventListener > maEventListeners
virtual sal_Bool SAL_CALL hasElements() override