LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
AnimationRepeat.idl File Reference

Go to the source code of this file.

Modules

module  com
module  com::sun
module  com::sun::star
 the module com::sun::star is the root module of the UNO API.
module  com::sun::star::rendering
 Interfaces and data structures for rendering.

Constant Groups

constants  com::sun::star::rendering::AnimationRepeat
 This are the possible repeat modes for animations.

Variables

const byte ONE_SHOT =0
 The [0,1] parameter range is swept through exactly once.
const byte ONE_SHOT_PINGPONG =1
 The [0,1] parameter range is swept through exactly twice.
const byte PINGPONG =2
 The [0,1] parameter range is swept through infinitely.
const byte REPEAT =3
 The [0,1] parameter range is swept through infinitely.