#include <Tools.hxx>
|
template<typename T > |
static void | setSize (const css::awt::Size &aSize, T *_pShape) |
|
template<typename T > |
static css::awt::Size | getSize (T *_pShape) |
|
template<typename T > |
static void | setPosition (const css::awt::Point &_aPosition, T *_pShape) |
|
template<typename T > |
static css::awt::Point | getPosition (T *_pShape) |
|
template<typename T > |
static void | setParent (const css::uno::Reference< css::uno::XInterface > &Parent, T *_pShape) |
|
template<typename T > |
static css::uno::Reference< css::uno::XInterface > | getParent (T *_pShape) |
|
Definition at line 64 of file Tools.hxx.
◆ getParent()
template<typename T >
static css::uno::Reference< css::uno::XInterface > reportdesign::OShapeHelper::getParent |
( |
T * |
_pShape | ) |
|
|
inlinestatic |
◆ getPosition()
template<typename T >
static css::awt::Point reportdesign::OShapeHelper::getPosition |
( |
T * |
_pShape | ) |
|
|
inlinestatic |
◆ getSize()
template<typename T >
static css::awt::Size reportdesign::OShapeHelper::getSize |
( |
T * |
_pShape | ) |
|
|
inlinestatic |
◆ setParent()
template<typename T >
static void reportdesign::OShapeHelper::setParent |
( |
const css::uno::Reference< css::uno::XInterface > & |
Parent, |
|
|
T * |
_pShape |
|
) |
| |
|
inlinestatic |
◆ setPosition()
template<typename T >
static void reportdesign::OShapeHelper::setPosition |
( |
const css::awt::Point & |
_aPosition, |
|
|
T * |
_pShape |
|
) |
| |
|
inlinestatic |
◆ setSize()
template<typename T >
static void reportdesign::OShapeHelper::setSize |
( |
const css::awt::Size & |
aSize, |
|
|
T * |
_pShape |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: