LibreOffice Module sw (master) 1
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
SwVbaRow Class Reference

#include <vbarow.hxx>

Inheritance diagram for SwVbaRow:
[legend]
Collaboration diagram for SwVbaRow:
[legend]

Public Member Functions

 SwVbaRow (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 nIndex)
 
virtual ~SwVbaRow () override
 
virtual css::uno::Any SAL_CALL getHeight () override
 
virtual void SAL_CALL setHeight (const css::uno::Any &_height) override
 
virtual ::sal_Int32 SAL_CALL getHeightRule () override
 
virtual void SAL_CALL setHeightRule (::sal_Int32 _heightrule) override
 
virtual void SAL_CALL Select () override
 
virtual void SAL_CALL SetHeight (float height, sal_Int32 heightrule) override
 
virtual OUString getServiceImplName () override
 
virtual css::uno::Sequence< OUString > getServiceNames () override
 
- Public Member Functions inherited from InheritedHelperInterfaceWeakImpl< typename... Ifc >
 InheritedHelperInterfaceWeakImpl (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext)
 
- Public Member Functions inherited from InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >
 InheritedHelperInterfaceImpl (const css::uno::Reference< ov::XHelperInterface > &xParent, css::uno::Reference< css::uno::XComponentContext > xContext)
 
virtual OUString getServiceImplName ()=0
 
virtual css::uno::Sequence< OUString > getServiceNames ()=0
 
virtual ::sal_Int32 SAL_CALL getCreator () override
 
virtual css::uno::Reference< ov::XHelperInterface > SAL_CALL getParent () override
 
virtual css::uno::Any SAL_CALL Application () override
 
virtual OUString SAL_CALL getImplementationName () override
 
virtual sal_Bool SAL_CALL supportsService (const OUString &ServiceName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 

Static Public Member Functions

static void SelectRow (const css::uno::Reference< css::frame::XModel > &xModel, const css::uno::Reference< css::text::XTextTable > &xTextTable, sal_Int32 nStartRow, sal_Int32 nEndRow)
 

Private Attributes

css::uno::Reference< css::text::XTextTable > mxTextTable
 
css::uno::Reference< css::table::XTableRows > mxTableRows
 
css::uno::Reference< css::beans::XPropertySetmxRowProps
 
sal_Int32 mnIndex
 

Additional Inherited Members

- Protected Attributes inherited from InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >
css::uno::WeakReference< ov::XHelperInterface > mxParent
 
css::uno::Reference< css::uno::XComponentContext > mxContext
 

Detailed Description

Definition at line 29 of file vbarow.hxx.

Constructor & Destructor Documentation

◆ SwVbaRow()

SwVbaRow::SwVbaRow ( 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  nIndex 
)
Exceptions
css::uno::RuntimeException

Definition at line 33 of file vbarow.cxx.

References mnIndex, mnIndex, mxRowProps, mxTableRows, mxTextTable, and nIndex.

◆ ~SwVbaRow()

SwVbaRow::~SwVbaRow ( )
overridevirtual

Definition at line 40 of file vbarow.cxx.

Member Function Documentation

◆ getHeight()

uno::Any SAL_CALL SwVbaRow::getHeight ( )
overridevirtual

Definition at line 44 of file vbarow.cxx.

References getHeightRule(), and mxRowProps.

◆ getHeightRule()

sal_Int32 SAL_CALL SwVbaRow::getHeightRule ( )
override

Definition at line 63 of file vbarow.cxx.

References mxRowProps.

Referenced by getHeight().

◆ getServiceImplName()

OUString SwVbaRow::getServiceImplName ( )
overridevirtual

◆ getServiceNames()

uno::Sequence< OUString > SwVbaRow::getServiceNames ( )
overridevirtual

◆ Select()

void SAL_CALL SwVbaRow::Select ( )
overridevirtual

◆ SelectRow()

void SwVbaRow::SelectRow ( const css::uno::Reference< css::frame::XModel > &  xModel,
const css::uno::Reference< css::text::XTextTable > &  xTextTable,
sal_Int32  nStartRow,
sal_Int32  nEndRow 
)
static
Exceptions
css::uno::RuntimeException

Definition at line 82 of file vbarow.cxx.

References SwVbaTableHelper::getColumnStr(), SwVbaTableHelper::getTabColumnsCount(), and xModel.

Referenced by Select(), and SwVbaRows::Select().

◆ setHeight()

void SAL_CALL SwVbaRow::setHeight ( const css::uno::Any &  _height)
overridevirtual

Definition at line 54 of file vbarow.cxx.

References mxRowProps.

Referenced by SetHeight().

◆ SetHeight()

void SAL_CALL SwVbaRow::SetHeight ( float  height,
sal_Int32  heightrule 
)
overridevirtual

Definition at line 99 of file vbarow.cxx.

References setHeight(), and setHeightRule().

◆ setHeightRule()

void SAL_CALL SwVbaRow::setHeightRule ( ::sal_Int32  _heightrule)
overridevirtual

Definition at line 70 of file vbarow.cxx.

References mxRowProps.

Referenced by SetHeight().

Member Data Documentation

◆ mnIndex

sal_Int32 SwVbaRow::mnIndex
private

Definition at line 35 of file vbarow.hxx.

Referenced by Select(), and SwVbaRow().

◆ mxRowProps

css::uno::Reference< css::beans::XPropertySet > SwVbaRow::mxRowProps
private

Definition at line 34 of file vbarow.hxx.

Referenced by getHeight(), getHeightRule(), setHeight(), setHeightRule(), and SwVbaRow().

◆ mxTableRows

css::uno::Reference< css::table::XTableRows > SwVbaRow::mxTableRows
private

Definition at line 33 of file vbarow.hxx.

Referenced by SwVbaRow().

◆ mxTextTable

css::uno::Reference< css::text::XTextTable > SwVbaRow::mxTextTable
private

Definition at line 32 of file vbarow.hxx.

Referenced by Select(), and SwVbaRow().


The documentation for this class was generated from the following files: