LibreOffice
LibreOffice 24.2 SDK API Reference
Loading...
Searching...
No Matches
com::sun::star::animations::AnimationTransformType Constant Group 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
 

Detailed Description

Variable Documentation

◆ ROTATE

const short ROTATE = 2

defines a rotation

◆ SCALE

const short SCALE = 1

defines a scale

◆ SKEWX

const short SKEWX = 3

defines a skew transformation for x-axis

◆ SKEWY

const short SKEWY = 4

defines a skew transformation for y-axis

◆ TRANSLATE

const short TRANSLATE = 0

defines a translation