19#ifndef INCLUDED_SW_SOURCE_UI_VBA_VBASECTIONS_HXX
20#define INCLUDED_SW_SOURCE_UI_VBA_VBASECTIONS_HXX
23#include <ooo/vba/word/XSections.hpp>
24#include <com/sun/star/text/XTextRange.hpp>
31 css::uno::Reference< css::frame::XModel >
mxModel;
34 SwVbaSections(
const css::uno::Reference< ov::XHelperInterface >& xParent,
const css::uno::Reference< css::uno::XComponentContext > & xContext,
const css::uno::Reference< css::frame::XModel >& xModel );
35 SwVbaSections(
const css::uno::Reference< ov::XHelperInterface >& xParent,
const css::uno::Reference< css::uno::XComponentContext > & xContext,
const css::uno::Reference< css::frame::XModel >& xModel,
const css::uno::Reference< css::text::XTextRange >& xTextRange );
39 virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL
createEnumeration()
override;
41 virtual css::uno::Any SAL_CALL
PageSetup( )
override;
virtual css::uno::Any createCollectionObject(const css::uno::Any &aSource) override
virtual css::uno::Type SAL_CALL getElementType() override
virtual css::uno::Any SAL_CALL PageSetup() override
css::uno::Reference< css::frame::XModel > mxModel
SwVbaSections(const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, const css::uno::Reference< css::frame::XModel > &xModel)
SwVbaSections(const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, const css::uno::Reference< css::frame::XModel > &xModel, const css::uno::Reference< css::text::XTextRange > &xTextRange)
virtual css::uno::Sequence< OUString > getServiceNames() override
virtual OUString getServiceImplName() override
virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createEnumeration() override
CollTestImplHelper< ooo::vba::word::XSections > SwVbaSections_BASE