19#ifndef INCLUDED_SW_SOURCE_UI_VBA_VBALISTTEMPLATE_HXX
20#define INCLUDED_SW_SOURCE_UI_VBA_VBALISTTEMPLATE_HXX
22#include <ooo/vba/word/XListTemplate.hpp>
24#include <com/sun/star/text/XTextDocument.hpp>
36 SwVbaListTemplate(
const css::uno::Reference< ooo::vba::XHelperInterface >& rParent,
const css::uno::Reference< css::uno::XComponentContext >& rContext,
const css::uno::Reference< css::text::XTextDocument >& xTextDoc, sal_Int32 nGalleryType, sal_Int32 nTemplateType );
40 void applyListTemplate( css::uno::Reference< css::beans::XPropertySet >
const & xProps );
43 virtual css::uno::Any SAL_CALL
ListLevels(
const css::uno::Any& index )
override;
virtual ~SwVbaListTemplate() override
virtual css::uno::Any SAL_CALL ListLevels(const css::uno::Any &index) override
virtual OUString getServiceImplName() override
void applyListTemplate(css::uno::Reference< css::beans::XPropertySet > const &xProps)
virtual css::uno::Sequence< OUString > getServiceNames() override
SwVbaListTemplate(const css::uno::Reference< ooo::vba::XHelperInterface > &rParent, const css::uno::Reference< css::uno::XComponentContext > &rContext, const css::uno::Reference< css::text::XTextDocument > &xTextDoc, sal_Int32 nGalleryType, sal_Int32 nTemplateType)
SwVbaListHelperRef m_pListHelper
std::shared_ptr< SwVbaListHelper > SwVbaListHelperRef
InheritedHelperInterfaceWeakImpl< ooo::vba::word::XListTemplate > SwVbaListTemplate_BASE