20#ifndef INCLUDED_SW_SOURCE_UI_VBA_VBATABLES_HXX
21#define INCLUDED_SW_SOURCE_UI_VBA_VBATABLES_HXX
23#include <ooo/vba/word/XTables.hpp>
32 SwVbaTables(
const css::uno::Reference< ov::XHelperInterface >& xParent,
const css::uno::Reference< css::uno::XComponentContext > & xContext,
const css::uno::Reference< css::frame::XModel >& xDocument );
34 virtual css::uno::Reference< ov::word::XTable > SAL_CALL
Add(
const css::uno::Reference< ::ooo::vba::word::XRange >&
Range,
const css::uno::Any& NumRows,
const css::uno::Any& NumColumns,
const css::uno::Any& DefaultTableBehavior,
const css::uno::Any& AutoFitBehavior )
override;
37 virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL
createEnumeration()
override;
virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createEnumeration() override
css::uno::Reference< css::frame::XModel > mxDocument
virtual css::uno::Type SAL_CALL getElementType() override
virtual OUString getServiceImplName() override
virtual css::uno::Reference< ov::word::XTable > SAL_CALL Add(const css::uno::Reference< ::ooo::vba::word::XRange > &Range, const css::uno::Any &NumRows, const css::uno::Any &NumColumns, const css::uno::Any &DefaultTableBehavior, const css::uno::Any &AutoFitBehavior) override
virtual css::uno::Sequence< OUString > getServiceNames() override
SwVbaTables(const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, const css::uno::Reference< css::frame::XModel > &xDocument)
virtual css::uno::Any createCollectionObject(const css::uno::Any &aSource) override
CollTestImplHelper< ov::word::XTables > SwVbaTables_BASE