LibreOffice Module sw (master)
1
|
#include <vbacolumns.hxx>
Public Member Functions | |
SwVbaColumns (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, const css::uno::Reference< css::text::XTextTable > &xTextTable, const css::uno::Reference< css::table::XTableColumns > &xTableColumns) | |
SwVbaColumns (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, const css::uno::Reference< css::text::XTextTable > &xTextTable, const css::uno::Reference< css::table::XTableColumns > &xTableColumns, sal_Int32 nStartCol, sal_Int32 nEndCol) | |
virtual sal_Int32 SAL_CALL | getWidth () override |
virtual void SAL_CALL | setWidth (sal_Int32 _width) override |
virtual void SAL_CALL | Select () override |
virtual ::sal_Int32 SAL_CALL | getCount () override |
virtual css::uno::Any SAL_CALL | Item (const css::uno::Any &Index1, const css::uno::Any &) override |
virtual css::uno::Type SAL_CALL | getElementType () override |
virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL | createEnumeration () override |
virtual css::uno::Any | createCollectionObject (const css::uno::Any &aSource) override |
virtual OUString | getServiceImplName () override |
virtual css::uno::Sequence< OUString > | getServiceNames () override |
![]() | |
CollTestImplHelper (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, const css::uno::Reference< css::container::XIndexAccess > &xIndexAccess, bool bIgnoreCase=false) | |
![]() | |
ScVbaCollectionBase (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, const css::uno::Reference< css::container::XIndexAccess > &xIndexAccess, bool bIgnoreCase=false) | |
virtual ::sal_Int32 SAL_CALL | getCount () override |
OUString SAL_CALL | getDefaultMethodName () override |
virtual sal_Bool SAL_CALL | hasElements () override |
![]() | |
InheritedHelperInterfaceImpl (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext) | |
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 |
Private Member Functions | |
css::uno::Reference< ooo::vba::word::XColumn > | getColumnAtIndex (sal_Int32 index) |
Private Attributes | |
css::uno::Reference< css::text::XTextTable > | mxTextTable |
sal_Int32 | mnStartColumnIndex |
sal_Int32 | mnEndColumnIndex |
Additional Inherited Members | |
![]() | |
virtual css::uno::Any | getItemByStringIndex (const OUString &sIndex) |
virtual css::uno::Any | getItemByIntIndex (const sal_Int32 nIndex) |
void | UpdateCollectionIndex (const css::uno::Reference< css::container::XIndexAccess > &xIndexAccess) |
![]() | |
css::uno::Reference< css::container::XIndexAccess > | m_xIndexAccess |
css::uno::Reference< css::container::XNameAccess > | m_xNameAccess |
bool | mbIgnoreCase |
![]() | |
css::uno::WeakReference< ov::XHelperInterface > | mxParent |
css::uno::Reference< css::uno::XComponentContext > | mxContext |
Definition at line 30 of file vbacolumns.hxx.
SwVbaColumns::SwVbaColumns | ( | const css::uno::Reference< ov::XHelperInterface > & | xParent, |
const css::uno::Reference< css::uno::XComponentContext > & | xContext, | ||
const css::uno::Reference< css::text::XTextTable > & | xTextTable, | ||
const css::uno::Reference< css::table::XTableColumns > & | xTableColumns | ||
) |
css::uno::RuntimeException |
SwVbaColumns::SwVbaColumns | ( | const css::uno::Reference< ov::XHelperInterface > & | xParent, |
const css::uno::Reference< css::uno::XComponentContext > & | xContext, | ||
const css::uno::Reference< css::text::XTextTable > & | xTextTable, | ||
const css::uno::Reference< css::table::XTableColumns > & | xTableColumns, | ||
sal_Int32 | nStartCol, | ||
sal_Int32 | nEndCol | ||
) |
css::uno::RuntimeException |
|
overridevirtual |
Implements ScVbaCollectionBase< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 126 of file vbacolumns.cxx.
|
overridevirtual |
Implements ScVbaCollectionBase< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 120 of file vbacolumns.cxx.
|
private |
css::uno::RuntimeException |
Definition at line 71 of file vbacolumns.cxx.
Referenced by getWidth(), and setWidth().
|
override |
Definition at line 94 of file vbacolumns.cxx.
References mnEndColumnIndex, and mnStartColumnIndex.
Referenced by Item().
|
overridevirtual |
Implements ScVbaCollectionBase< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 115 of file vbacolumns.cxx.
References cppu::UnoType< class >::get().
|
overridevirtual |
Implements InheritedHelperInterfaceImpl< Ifc... >.
Definition at line 132 of file vbacolumns.cxx.
|
overridevirtual |
Implements InheritedHelperInterfaceImpl< Ifc... >.
Definition at line 138 of file vbacolumns.cxx.
|
overridevirtual |
Definition at line 76 of file vbacolumns.cxx.
References getColumnAtIndex(), and mnStartColumnIndex.
|
overridevirtual |
Reimplemented from ScVbaCollectionBase< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 99 of file vbacolumns.cxx.
References getCount().
|
overridevirtual |
Definition at line 89 of file vbacolumns.cxx.
References getCurrentWordDoc(), mnEndColumnIndex, mnStartColumnIndex, and SwVbaColumn::SelectColumn().
|
overridevirtual |
Definition at line 81 of file vbacolumns.cxx.
References getColumnAtIndex(), index, mnEndColumnIndex, and mnStartColumnIndex.
|
private |
Definition at line 35 of file vbacolumns.hxx.
Referenced by getCount(), Select(), and setWidth().
|
private |
Definition at line 34 of file vbacolumns.hxx.
Referenced by getCount(), getWidth(), Select(), and setWidth().
|
private |
Definition at line 33 of file vbacolumns.hxx.