LibreOffice
LibreOffice 7.4 SDK API Reference
Modules | Variables
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. More...
 
const byte ONE_SHOT_PINGPONG =1
 The [0,1] parameter range is swept through exactly twice. More...
 
const byte PINGPONG =2
 The [0,1] parameter range is swept through infinitely. More...
 
const byte REPEAT =3
 The [0,1] parameter range is swept through infinitely. More...