19#ifndef INCLUDED_SW_SOURCE_UI_VBA_VBASECTION_HXX
20#define INCLUDED_SW_SOURCE_UI_VBA_VBASECTION_HXX
22#include <ooo/vba/word/XSection.hpp>
30 css::uno::Reference< css::frame::XModel >
mxModel;
35 SwVbaSection(
const css::uno::Reference< ooo::vba::XHelperInterface >& rParent,
const css::uno::Reference< css::uno::XComponentContext >& rContext, css::uno::Reference< css::frame::XModel > xModel, css::uno::Reference< css::beans::XPropertySet > xProps );
43 virtual css::uno::Any SAL_CALL
Headers(
const css::uno::Any& index )
override;
44 virtual css::uno::Any SAL_CALL
Footers(
const css::uno::Any& index )
override;
45 virtual css::uno::Any SAL_CALL
PageSetup( )
override;
virtual sal_Bool SAL_CALL getProtectedForForms() override
css::uno::Reference< css::beans::XPropertySet > mxPageProps
css::uno::Reference< css::frame::XModel > mxModel
virtual void SAL_CALL setProtectedForForms(sal_Bool _protectedforforms) override
SwVbaSection(const css::uno::Reference< ooo::vba::XHelperInterface > &rParent, const css::uno::Reference< css::uno::XComponentContext > &rContext, css::uno::Reference< css::frame::XModel > xModel, css::uno::Reference< css::beans::XPropertySet > xProps)
virtual css::uno::Sequence< OUString > getServiceNames() override
virtual css::uno::Any SAL_CALL PageSetup() override
virtual css::uno::Any SAL_CALL Headers(const css::uno::Any &index) override
virtual OUString getServiceImplName() override
virtual css::uno::Any SAL_CALL Footers(const css::uno::Any &index) override
virtual ~SwVbaSection() override
InheritedHelperInterfaceWeakImpl< ooo::vba::word::XSection > SwVbaSection_BASE