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