26 SwVbaCell::SwVbaCell(
const uno::Reference< ooo::vba::XHelperInterface >& rParent,
const uno::Reference< uno::XComponentContext >& rContext,
const uno::Reference< text::XTextTable >& xTextTable, sal_Int32 nColumn, sal_Int32 nRow ) :
27 SwVbaCell_BASE( rParent, rContext ), mxTextTable( xTextTable ), mnColumn( nColumn ),
mnRow( nRow )
50 return xRow->getHeight();
56 xRow->setHeight( _height );
62 return xRow->getHeightRule();
68 xRow->setHeightRule( _heightrule );
74 setWidth( static_cast<sal_Int32>(width) );
90 uno::Sequence< OUString >
virtual css::uno::Sequence< OUString > getServiceNames() override
virtual void SAL_CALL SetWidth(float width, sal_Int32 rulestyle) override
virtual ~SwVbaCell() override
virtual css::uno::Any SAL_CALL getHeight() override
static sal_Int32 GetColWidth(SwTabCols &rCols, sal_Int32 nNum)
Sequence< OUString > aServiceNames
virtual void SAL_CALL setHeight(const css::uno::Any &_height) override
virtual void SAL_CALL SetHeight(float height, sal_Int32 heightrule) override
void SetColWidth(sal_Int32 _width, sal_Int32 nCol, sal_Int32 nRow=0, bool bCurRowOnly=false)
virtual OUString getServiceImplName() override
virtual ::sal_Int32 SAL_CALL getHeightRule() override
virtual void SAL_CALL setHeightRule(::sal_Int32 _heightrule) override
SwVbaCell(const css::uno::Reference< ooo::vba::XHelperInterface > &rParent, const css::uno::Reference< css::uno::XComponentContext > &rContext, const css::uno::Reference< css::text::XTextTable > &xTextTable, sal_Int32 nColumn, sal_Int32 nRow)
css::uno::Reference< css::text::XTextTable > mxTextTable
css::uno::Reference< css::uno::XComponentContext > mxContext
virtual css::uno::Reference< ov::XHelperInterface > SAL_CALL getParent() override
virtual void SAL_CALL setWidth(::sal_Int32 _width) override
virtual ::sal_Int32 SAL_CALL getWidth() override