19#ifndef INCLUDED_SW_SOURCE_UI_VBA_VBAVARIABLES_HXX
20#define INCLUDED_SW_SOURCE_UI_VBA_VBAVARIABLES_HXX
23#include <ooo/vba/word/XVariables.hpp>
24#include <com/sun/star/beans/XPropertyAccess.hpp>
34 SwVbaVariables(
const css::uno::Reference< ov::XHelperInterface >& xParent,
const css::uno::Reference< css::uno::XComponentContext > & xContext,
const css::uno::Reference< css::beans::XPropertyAccess >& rUserDefined );
38 virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL
createEnumeration()
override;
46 virtual css::uno::Any SAL_CALL
Add(
const OUString& rName,
const css::uno::Any& rValue )
override;
css::uno::Reference< css::beans::XPropertyAccess > mxUserDefined
virtual css::uno::Type SAL_CALL getElementType() override
virtual css::uno::Sequence< OUString > getServiceNames() override
virtual css::uno::Any SAL_CALL Add(const OUString &rName, const css::uno::Any &rValue) override
SwVbaVariables(const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, const css::uno::Reference< css::beans::XPropertyAccess > &rUserDefined)
virtual OUString getServiceImplName() override
virtual css::uno::Any createCollectionObject(const css::uno::Any &aSource) override
virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createEnumeration() override
CollTestImplHelper< ooo::vba::word::XVariables > SwVbaVariables_BASE