LibreOffice Module sw (master) 1
|
#include <vbarow.hxx>
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::XPropertySet > | mxRowProps |
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 |
Definition at line 29 of file vbarow.hxx.
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 | ||
) |
css::uno::RuntimeException |
Definition at line 33 of file vbarow.cxx.
References mnIndex, mnIndex, mxRowProps, mxTableRows, mxTextTable, and nIndex.
|
overridevirtual |
Definition at line 40 of file vbarow.cxx.
|
overridevirtual |
Definition at line 44 of file vbarow.cxx.
References getHeightRule(), and mxRowProps.
|
override |
|
overridevirtual |
Implements InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 106 of file vbarow.cxx.
|
overridevirtual |
Implements InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 112 of file vbarow.cxx.
References aServiceNames.
|
overridevirtual |
Definition at line 77 of file vbarow.cxx.
References getCurrentWordDoc(), mnIndex, InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext, mxTextTable, and SelectRow().
|
static |
css::uno::RuntimeException |
Definition at line 82 of file vbarow.cxx.
References SwVbaTableHelper::getColumnStr(), SwVbaTableHelper::getTabColumnsCount(), and xModel.
Referenced by Select(), and SwVbaRows::Select().
|
overridevirtual |
|
overridevirtual |
Definition at line 99 of file vbarow.cxx.
References setHeight(), and setHeightRule().
|
overridevirtual |
|
private |
Definition at line 35 of file vbarow.hxx.
Referenced by Select(), and SwVbaRow().
|
private |
Definition at line 34 of file vbarow.hxx.
Referenced by getHeight(), getHeightRule(), setHeight(), setHeightRule(), and SwVbaRow().
|
private |
Definition at line 33 of file vbarow.hxx.
Referenced by SwVbaRow().
|
private |
Definition at line 32 of file vbarow.hxx.
Referenced by Select(), and SwVbaRow().