|
LibreOffice Module vbahelper (master) 1
|
#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 |
Definition at line 176 of file vbahelper.hxx.
| ooo::vba::ShapeHelper::ShapeHelper | ( | css::uno::Reference< css::drawing::XShape > | _xShape | ) |
| css::script::BasicErrorException | |
| css::uno::RuntimeException |
Definition at line 971 of file vbahelper.cxx.
References xShape.
| double ooo::vba::ShapeHelper::getHeight | ( | ) | const |
Definition at line 978 of file vbahelper.cxx.
References ooo::vba::Millimeter::getInPoints(), and xShape.
Referenced by ooo::vba::ConcreteXShapeGeometryAttributes::getHeight(), and ScVbaShape::getHeight().
| double ooo::vba::ShapeHelper::getLeft | ( | ) | const |
Definition at line 1002 of file vbahelper.cxx.
References ooo::vba::Millimeter::getInPoints(), and xShape.
Referenced by ooo::vba::ConcreteXShapeGeometryAttributes::getLeft(), and ScVbaShape::getLeft().
| double ooo::vba::ShapeHelper::getTop | ( | ) | const |
Definition at line 1014 of file vbahelper.cxx.
References ooo::vba::Millimeter::getInPoints(), and xShape.
Referenced by ooo::vba::ConcreteXShapeGeometryAttributes::getTop(), and ScVbaShape::getTop().
| double ooo::vba::ShapeHelper::getWidth | ( | ) | const |
Definition at line 990 of file vbahelper.cxx.
References ooo::vba::Millimeter::getInPoints(), and xShape.
Referenced by ooo::vba::ConcreteXShapeGeometryAttributes::getWidth(), and ScVbaShape::getWidth().
| void ooo::vba::ShapeHelper::setHeight | ( | double | _fheight | ) |
Definition at line 983 of file vbahelper.cxx.
References ooo::vba::Millimeter::getInHundredthsOfOneMillimeter(), and xShape.
Referenced by ScVbaShape::setHeight(), and ooo::vba::ConcreteXShapeGeometryAttributes::setHeight().
| void ooo::vba::ShapeHelper::setLeft | ( | double | _fLeft | ) |
Definition at line 1007 of file vbahelper.cxx.
References ooo::vba::Millimeter::getInHundredthsOfOneMillimeter(), and xShape.
Referenced by ScVbaShape::setLeft(), and ooo::vba::ConcreteXShapeGeometryAttributes::setLeft().
| void ooo::vba::ShapeHelper::setTop | ( | double | _fTop | ) |
Definition at line 1019 of file vbahelper.cxx.
References ooo::vba::Millimeter::getInHundredthsOfOneMillimeter(), and xShape.
Referenced by ScVbaShape::setTop(), and ooo::vba::ConcreteXShapeGeometryAttributes::setTop().
| void ooo::vba::ShapeHelper::setWidth | ( | double | _fWidth | ) |
Definition at line 995 of file vbahelper.cxx.
References ooo::vba::Millimeter::getInHundredthsOfOneMillimeter(), and xShape.
Referenced by ScVbaShape::setWidth(), and ooo::vba::ConcreteXShapeGeometryAttributes::setWidth().
|
private |
Definition at line 178 of file vbahelper.hxx.
Referenced by getHeight(), getLeft(), getTop(), getWidth(), setHeight(), setLeft(), setTop(), setWidth(), and ShapeHelper().