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

#include <vbacells.hxx>

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

Public Member Functions

 SwVbaCells (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, const css::uno::Reference< css::text::XTextTable > &xTextTable, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom)
 
virtual ::sal_Int32 SAL_CALL getWidth () override
 
virtual void SAL_CALL setWidth (::sal_Int32 _width) 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 SetWidth (float width, sal_Int32 rulestyle) override
 
virtual void SAL_CALL SetHeight (float height, sal_Int32 heightrule) 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
 
- Public Member Functions inherited from CollTestImplHelper< typename... Ifc >
 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)
 
- Public Member Functions inherited from ScVbaCollectionBase< ::cppu::WeakImplHelper< Ifc... > >
 ScVbaCollectionBase (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, css::uno::Reference< css::container::XIndexAccess > xIndexAccess, bool bIgnoreCase=false)
 
virtual ::sal_Int32 SAL_CALL getCount () override
 
virtual css::uno::Any SAL_CALL Item (const css::uno::Any &Index1, const css::uno::Any &) override
 
OUString SAL_CALL getDefaultMethodName () override
 
virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createEnumeration () override=0
 
virtual css::uno::Type SAL_CALL getElementType () override=0
 
virtual sal_Bool SAL_CALL hasElements () override
 
virtual css::uno::Any createCollectionObject (const css::uno::Any &aSource)=0
 
- Public Member Functions inherited from InheritedHelperInterfaceImpl< 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
 

Private Attributes

css::uno::Reference< css::text::XTextTable > mxTextTable
 
sal_Int32 mnTop
 
sal_Int32 mnBottom
 

Additional Inherited Members

- Protected Member Functions inherited from ScVbaCollectionBase< ::cppu::WeakImplHelper< Ifc... > >
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)
 
- Protected Attributes inherited from ScVbaCollectionBase< ::cppu::WeakImplHelper< Ifc... > >
css::uno::Reference< css::container::XIndexAccess > m_xIndexAccess
 
css::uno::Reference< css::container::XNameAccess > m_xNameAccess
 
bool mbIgnoreCase
 
- Protected Attributes inherited from InheritedHelperInterfaceImpl< Ifc... >
css::uno::WeakReference< ov::XHelperInterface > mxParent
 
css::uno::Reference< css::uno::XComponentContext > mxContext
 

Detailed Description

Definition at line 28 of file vbacells.hxx.

Constructor & Destructor Documentation

◆ SwVbaCells()

SwVbaCells::SwVbaCells ( const css::uno::Reference< ov::XHelperInterface > &  xParent,
const css::uno::Reference< css::uno::XComponentContext > &  xContext,
const css::uno::Reference< css::text::XTextTable > &  xTextTable,
sal_Int32  nLeft,
sal_Int32  nTop,
sal_Int32  nRight,
sal_Int32  nBottom 
)
Exceptions
css::uno::RuntimeException

Definition at line 109 of file vbacells.cxx.

References mnBottom, mnTop, and Reference.

Member Function Documentation

◆ createCollectionObject()

uno::Any SwVbaCells::createCollectionObject ( const css::uno::Any &  aSource)
overridevirtual

◆ createEnumeration()

uno::Reference< container::XEnumeration > SwVbaCells::createEnumeration ( )
overridevirtual

◆ getElementType()

uno::Type SwVbaCells::getElementType ( )
overridevirtual

◆ getHeight()

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

◆ getHeightRule()

sal_Int32 SAL_CALL SwVbaCells::getHeightRule ( )
override

◆ getServiceImplName()

OUString SwVbaCells::getServiceImplName ( )
overridevirtual

Implements InheritedHelperInterfaceImpl< Ifc... >.

Definition at line 199 of file vbacells.cxx.

◆ getServiceNames()

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

Implements InheritedHelperInterfaceImpl< Ifc... >.

Definition at line 205 of file vbacells.cxx.

◆ getWidth()

sal_Int32 SAL_CALL SwVbaCells::getWidth ( )
override

◆ setHeight()

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

◆ SetHeight()

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

◆ setHeightRule()

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

◆ setWidth()

void SAL_CALL SwVbaCells::setWidth ( ::sal_Int32  _width)
overridevirtual

◆ SetWidth()

void SAL_CALL SwVbaCells::SetWidth ( float  width,
sal_Int32  rulestyle 
)
overridevirtual

Member Data Documentation

◆ mnBottom

sal_Int32 SwVbaCells::mnBottom
private

Definition at line 33 of file vbacells.hxx.

Referenced by setHeight(), SetHeight(), and setHeightRule().

◆ mnTop

sal_Int32 SwVbaCells::mnTop
private

Definition at line 32 of file vbacells.hxx.

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

◆ mxTextTable

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

Definition at line 31 of file vbacells.hxx.

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


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