LibreOffice Module vbahelper (master) 1
Public Member Functions | List of all members
ooo::vba::AbstractGeometryAttributes Class Referenceabstract

#include <vbahelper.hxx>

Inheritance diagram for ooo::vba::AbstractGeometryAttributes:
[legend]

Public Member Functions

virtual ~AbstractGeometryAttributes ()
 
virtual double getLeft () const =0
 
virtual void setLeft (double)=0
 
virtual double getTop () const =0
 
virtual void setTop (double)=0
 
virtual double getHeight () const =0
 
virtual void setHeight (double)=0
 
virtual double getWidth () const =0
 
virtual void setWidth (double)=0
 
virtual double getInnerHeight () const
 
virtual void setInnerHeight (double)
 
virtual double getInnerWidth () const
 
virtual void setInnerWidth (double)
 
virtual double getOffsetX () const
 
virtual double getOffsetY () const
 

Detailed Description

Definition at line 155 of file vbahelper.hxx.

Constructor & Destructor Documentation

◆ ~AbstractGeometryAttributes()

virtual ooo::vba::AbstractGeometryAttributes::~AbstractGeometryAttributes ( )
inlinevirtual

Definition at line 158 of file vbahelper.hxx.

Member Function Documentation

◆ getHeight()

virtual double ooo::vba::AbstractGeometryAttributes::getHeight ( ) const
pure virtual

◆ getInnerHeight()

virtual double ooo::vba::AbstractGeometryAttributes::getInnerHeight ( ) const
inlinevirtual

Reimplemented in ooo::vba::UserFormGeometryHelper.

Definition at line 168 of file vbahelper.hxx.

◆ getInnerWidth()

virtual double ooo::vba::AbstractGeometryAttributes::getInnerWidth ( ) const
inlinevirtual

Reimplemented in ooo::vba::UserFormGeometryHelper.

Definition at line 170 of file vbahelper.hxx.

◆ getLeft()

virtual double ooo::vba::AbstractGeometryAttributes::getLeft ( ) const
pure virtual

◆ getOffsetX()

virtual double ooo::vba::AbstractGeometryAttributes::getOffsetX ( ) const
inlinevirtual

Reimplemented in ooo::vba::UserFormGeometryHelper.

Definition at line 172 of file vbahelper.hxx.

◆ getOffsetY()

virtual double ooo::vba::AbstractGeometryAttributes::getOffsetY ( ) const
inlinevirtual

Reimplemented in ooo::vba::UserFormGeometryHelper.

Definition at line 173 of file vbahelper.hxx.

◆ getTop()

virtual double ooo::vba::AbstractGeometryAttributes::getTop ( ) const
pure virtual

◆ getWidth()

virtual double ooo::vba::AbstractGeometryAttributes::getWidth ( ) const
pure virtual

◆ setHeight()

virtual void ooo::vba::AbstractGeometryAttributes::setHeight ( double  )
pure virtual

◆ setInnerHeight()

virtual void ooo::vba::AbstractGeometryAttributes::setInnerHeight ( double  )
inlinevirtual

Reimplemented in ooo::vba::UserFormGeometryHelper.

Definition at line 169 of file vbahelper.hxx.

◆ setInnerWidth()

virtual void ooo::vba::AbstractGeometryAttributes::setInnerWidth ( double  )
inlinevirtual

Reimplemented in ooo::vba::UserFormGeometryHelper.

Definition at line 171 of file vbahelper.hxx.

◆ setLeft()

virtual void ooo::vba::AbstractGeometryAttributes::setLeft ( double  )
pure virtual

◆ setTop()

virtual void ooo::vba::AbstractGeometryAttributes::setTop ( double  )
pure virtual

◆ setWidth()

virtual void ooo::vba::AbstractGeometryAttributes::setWidth ( double  )
pure virtual

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