19#ifndef INCLUDED_SW_SOURCE_UI_VBA_VBACELLS_HXX
20#define INCLUDED_SW_SOURCE_UI_VBA_VBACELLS_HXX
23#include <ooo/vba/word/XCells.hpp>
24#include <com/sun/star/text/XTextTable.hpp>
37 SwVbaCells(
const css::uno::Reference< ov::XHelperInterface >& xParent,
const css::uno::Reference< css::uno::XComponentContext > & xContext,
const css::uno::Reference< css::text::XTextTable >& xTextTable, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom );
40 virtual ::sal_Int32 SAL_CALL
getWidth()
override;
41 virtual void SAL_CALL
setWidth( ::sal_Int32 _width )
override;
42 virtual css::uno::Any SAL_CALL
getHeight()
override;
43 virtual void SAL_CALL
setHeight(
const css::uno::Any& _height )
override;
45 virtual void SAL_CALL
setHeightRule( ::sal_Int32 _heightrule )
override;
48 virtual void SAL_CALL
SetWidth(
float width, sal_Int32 rulestyle )
override;
49 virtual void SAL_CALL
SetHeight(
float height, sal_Int32 heightrule )
override;
53 virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL
createEnumeration()
override;
virtual css::uno::Type SAL_CALL getElementType() override
virtual OUString getServiceImplName() override
virtual void SAL_CALL setWidth(::sal_Int32 _width) override
virtual void SAL_CALL SetWidth(float width, sal_Int32 rulestyle) override
virtual void SAL_CALL SetHeight(float height, sal_Int32 heightrule) override
virtual void SAL_CALL setHeightRule(::sal_Int32 _heightrule) override
virtual void SAL_CALL setHeight(const css::uno::Any &_height) override
css::uno::Reference< css::text::XTextTable > mxTextTable
virtual ::sal_Int32 SAL_CALL getHeightRule() override
virtual ::sal_Int32 SAL_CALL getWidth() override
virtual css::uno::Any createCollectionObject(const css::uno::Any &aSource) override
SwVbaCells(const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, const css::uno::Reference< css::text::XTextTable > &xTextTable, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom)
virtual css::uno::Sequence< OUString > getServiceNames() override
virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createEnumeration() override
virtual css::uno::Any SAL_CALL getHeight() override
CollTestImplHelper< ooo::vba::word::XCells > SwVbaCells_BASE