19#ifndef INCLUDED_SW_SOURCE_UI_VBA_VBALISTGALLERY_HXX
20#define INCLUDED_SW_SOURCE_UI_VBA_VBALISTGALLERY_HXX
22#include <ooo/vba/word/XListGallery.hpp>
24#include <com/sun/star/text/XTextDocument.hpp>
36 SwVbaListGallery(
const css::uno::Reference< ooo::vba::XHelperInterface >& rParent,
const css::uno::Reference< css::uno::XComponentContext >& rContext, css::uno::Reference< css::text::XTextDocument > xTextDoc, sal_Int32 nType );
40 virtual css::uno::Any SAL_CALL
ListTemplates(
const css::uno::Any& index )
override;
virtual ~SwVbaListGallery() override
virtual css::uno::Sequence< OUString > getServiceNames() override
css::uno::Reference< css::text::XTextDocument > mxTextDocument
virtual css::uno::Any SAL_CALL ListTemplates(const css::uno::Any &index) override
SwVbaListGallery(const css::uno::Reference< ooo::vba::XHelperInterface > &rParent, const css::uno::Reference< css::uno::XComponentContext > &rContext, css::uno::Reference< css::text::XTextDocument > xTextDoc, sal_Int32 nType)
virtual OUString getServiceImplName() override
InheritedHelperInterfaceWeakImpl< ooo::vba::word::XListGallery > SwVbaListGallery_BASE