28SwVbaCell::SwVbaCell(
const uno::Reference< ooo::vba::XHelperInterface >& rParent,
const uno::Reference< uno::XComponentContext >& rContext, uno::Reference< text::XTextTable > xTextTable, sal_Int32 nColumn, sal_Int32 nRow ) :
29 SwVbaCell_BASE( rParent, rContext ), mxTextTable(
std::move( xTextTable )), mnColumn( nColumn ),
mnRow( nRow )
52 return xRow->getHeight();
58 xRow->setHeight( _height );
64 return xRow->getHeightRule();
70 xRow->setHeightRule( _heightrule );
76 setWidth(
static_cast<sal_Int32
>(width) );
92uno::Sequence< OUString >
css::uno::Reference< css::uno::XComponentContext > mxContext
virtual css::uno::Reference< ov::XHelperInterface > SAL_CALL getParent() 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
void SetColWidth(sal_Int32 _width, sal_Int32 nCol, sal_Int32 nRow=0, bool bCurRowOnly=false)
static sal_Int32 GetColWidth(SwTabCols &rCols, sal_Int32 nNum)
Sequence< OUString > aServiceNames