19#ifndef INCLUDED_SW_SOURCE_UI_VBA_VBABORDERS_HXX
20#define INCLUDED_SW_SOURCE_UI_VBA_VBABORDERS_HXX
22#include <ooo/vba/word/XBorders.hpp>
23#include <com/sun/star/uno/XComponentContext.hpp>
24#include <com/sun/star/table/XCellRange.hpp>
25#include <com/sun/star/beans/XPropertySet.hpp>
34 css::uno::Reference< css::beans::XPropertySet >
m_xProps;
36 SwVbaBorders(
const css::uno::Reference< ov::XHelperInterface >& xParent,
const css::uno::Reference< css::uno::XComponentContext > & xContext,
const css::uno::Reference< css::table::XCellRange >& xRange,
VbaPalette const & rPalette );
40 virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL
createEnumeration()
override;
virtual css::uno::Sequence< OUString > getServiceNames() override
virtual css::uno::Any getItemByIntIndex(const sal_Int32 nIndex) override
virtual OUString getServiceImplName() override
SwVbaBorders(const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, const css::uno::Reference< css::table::XCellRange > &xRange, VbaPalette const &rPalette)
virtual css::uno::Type SAL_CALL getElementType() override
virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createEnumeration() override
virtual css::uno::Any createCollectionObject(const css::uno::Any &aSource) override
virtual void SAL_CALL setShadow(sal_Bool _shadow) override
css::uno::Reference< css::beans::XPropertySet > m_xProps
virtual sal_Bool SAL_CALL getShadow() override
CollTestImplHelper< ov::word::XBorders > SwVbaBorders_BASE