19#ifndef INCLUDED_SW_SOURCE_UI_VBA_VBACELL_HXX
20#define INCLUDED_SW_SOURCE_UI_VBA_VBACELL_HXX
22#include <ooo/vba/word/XCell.hpp>
24#include <com/sun/star/text/XTextTable.hpp>
37 SwVbaCell(
const css::uno::Reference< ooo::vba::XHelperInterface >& rParent,
const css::uno::Reference< css::uno::XComponentContext >& rContext, css::uno::Reference< css::text::XTextTable > xTextTable, sal_Int32 nColumn, sal_Int32 nRow );
41 virtual ::sal_Int32 SAL_CALL
getWidth()
override;
42 virtual void SAL_CALL
setWidth( ::sal_Int32 _width )
override;
43 virtual css::uno::Any SAL_CALL
getHeight()
override;
44 virtual void SAL_CALL
setHeight(
const css::uno::Any& _height )
override;
46 virtual void SAL_CALL
setHeightRule( ::sal_Int32 _heightrule )
override;
49 virtual void SAL_CALL
SetWidth(
float width, sal_Int32 rulestyle )
override;
50 virtual void SAL_CALL
SetHeight(
float height, sal_Int32 heightrule )
override;
virtual ::sal_Int32 SAL_CALL getWidth() override
virtual void SAL_CALL setWidth(::sal_Int32 _width) override
virtual ::sal_Int32 SAL_CALL getHeightRule() override
SwVbaCell(const css::uno::Reference< ooo::vba::XHelperInterface > &rParent, const css::uno::Reference< css::uno::XComponentContext > &rContext, css::uno::Reference< css::text::XTextTable > xTextTable, sal_Int32 nColumn, sal_Int32 nRow)
virtual css::uno::Any SAL_CALL getHeight() override
virtual void SAL_CALL setHeightRule(::sal_Int32 _heightrule) override
virtual OUString getServiceImplName() override
virtual void SAL_CALL SetWidth(float width, sal_Int32 rulestyle) override
virtual ~SwVbaCell() override
css::uno::Reference< css::text::XTextTable > mxTextTable
virtual css::uno::Sequence< OUString > getServiceNames() override
virtual void SAL_CALL setHeight(const css::uno::Any &_height) override
virtual void SAL_CALL SetHeight(float height, sal_Int32 heightrule) override
InheritedHelperInterfaceWeakImpl< ooo::vba::word::XCell > SwVbaCell_BASE