19#ifndef INCLUDED_SW_SOURCE_UI_VBA_VBALISTFORMAT_HXX
20#define INCLUDED_SW_SOURCE_UI_VBA_VBALISTFORMAT_HXX
22#include <ooo/vba/word/XListFormat.hpp>
23#include <ooo/vba/word/XListTemplate.hpp>
25#include <com/sun/star/text/XTextRange.hpp>
36 SwVbaListFormat(
const css::uno::Reference< ooo::vba::XHelperInterface >& rParent,
const css::uno::Reference< css::uno::XComponentContext >& rContext, css::uno::Reference< css::text::XTextRange > xTextRange );
40 virtual void SAL_CALL
ApplyListTemplate(
const css::uno::Reference< ::ooo::vba::word::XListTemplate >& ListTemplate,
const css::uno::Any& ContinuePreviousList,
const css::uno::Any& ApplyTo,
const css::uno::Any& DefaultListBehavior )
override;