LibreOffice Module vbahelper (master) 1
Public Member Functions | Private Attributes | List of all members
ooo::vba::ShapeHelper Class Reference

#include <vbahelper.hxx>

Public Member Functions

 ShapeHelper (css::uno::Reference< css::drawing::XShape > _xShape)
 
double getHeight () const
 
void setHeight (double _fheight)
 
double getWidth () const
 
void setWidth (double _fWidth)
 
double getLeft () const
 
void setLeft (double _fLeft)
 
double getTop () const
 
void setTop (double _fTop)
 

Private Attributes

css::uno::Reference< css::drawing::XShape > xShape
 

Detailed Description

Definition at line 176 of file vbahelper.hxx.

Constructor & Destructor Documentation

◆ ShapeHelper()

ooo::vba::ShapeHelper::ShapeHelper ( css::uno::Reference< css::drawing::XShape >  _xShape)
Exceptions
css::script::BasicErrorException
css::uno::RuntimeException

Definition at line 971 of file vbahelper.cxx.

References xShape.

Member Function Documentation

◆ getHeight()

double ooo::vba::ShapeHelper::getHeight ( ) const

◆ getLeft()

double ooo::vba::ShapeHelper::getLeft ( ) const

◆ getTop()

double ooo::vba::ShapeHelper::getTop ( ) const

◆ getWidth()

double ooo::vba::ShapeHelper::getWidth ( ) const

◆ setHeight()

void ooo::vba::ShapeHelper::setHeight ( double  _fheight)

◆ setLeft()

void ooo::vba::ShapeHelper::setLeft ( double  _fLeft)

◆ setTop()

void ooo::vba::ShapeHelper::setTop ( double  _fTop)

◆ setWidth()

void ooo::vba::ShapeHelper::setWidth ( double  _fWidth)

Member Data Documentation

◆ xShape

css::uno::Reference< css::drawing::XShape > ooo::vba::ShapeHelper::xShape
private

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