LibreOffice
LibreOffice 24.2 SDK API Reference
|
Specifies the transformation type for an XAnimateTransform. More...
Variables | |
const short | TRANSLATE = 0 |
defines a translation More... | |
const short | SCALE = 1 |
defines a scale More... | |
const short | ROTATE = 2 |
defines a rotation More... | |
const short | SKEWX = 3 |
defines a skew transformation for x-axis More... | |
const short | SKEWY = 4 |
defines a skew transformation for y-axis More... | |
Specifies the transformation type for an XAnimateTransform.
const short ROTATE = 2 |
defines a rotation
const short SCALE = 1 |
defines a scale
const short SKEWX = 3 |
defines a skew transformation for x-axis
const short SKEWY = 4 |
defines a skew transformation for y-axis
const short TRANSLATE = 0 |
defines a translation