LibreOffice Module xmloff (master) 1
Enumerations | Functions | Variables
anim.hxx File Reference
#include <com/sun/star/presentation/AnimationEffect.hpp>
#include <com/sun/star/presentation/AnimationSpeed.hpp>
#include <xmloff/xmlement.hxx>
Include dependency graph for anim.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  XMLEffect {
  EK_none ,
  EK_fade ,
  EK_move ,
  EK_stripes ,
  EK_open ,
  EK_close ,
  EK_dissolve ,
  EK_wavyline ,
  EK_random ,
  EK_lines ,
  EK_laser ,
  EK_appear ,
  EK_hide ,
  EK_move_short ,
  EK_checkerboard ,
  EK_rotate ,
  EK_stretch
}
 
enum  XMLEffectDirection {
  ED_none ,
  ED_from_left ,
  ED_from_top ,
  ED_from_right ,
  ED_from_bottom ,
  ED_from_center ,
  ED_from_upperleft ,
  ED_from_upperright ,
  ED_from_lowerleft ,
  ED_from_lowerright ,
  ED_to_left ,
  ED_to_top ,
  ED_to_right ,
  ED_to_bottom ,
  ED_to_upperleft ,
  ED_to_upperright ,
  ED_to_lowerright ,
  ED_to_lowerleft ,
  ED_path ,
  ED_spiral_inward_left ,
  ED_spiral_inward_right ,
  ED_spiral_outward_left ,
  ED_spiral_outward_right ,
  ED_vertical ,
  ED_horizontal ,
  ED_to_center ,
  ED_clockwise ,
  ED_cclockwise
}
 

Functions

void SdXMLImplSetEffect (css::presentation::AnimationEffect eEffect, XMLEffect &eKind, XMLEffectDirection &eDirection, sal_Int16 &nStartScale, bool &bIn)
 
css::presentation::AnimationEffect ImplSdXMLgetEffect (XMLEffect eKind, XMLEffectDirection eDirection, sal_Int16 nStartScale, bool bIn)
 

Variables

const SvXMLEnumMapEntry< XMLEffectaXML_AnimationEffect_EnumMap []
 
const SvXMLEnumMapEntry< XMLEffectDirectionaXML_AnimationDirection_EnumMap []
 
const SvXMLEnumMapEntry< css::presentation::AnimationSpeed > aXML_AnimationSpeed_EnumMap []
 

Enumeration Type Documentation

◆ XMLEffect

enum XMLEffect
Enumerator
EK_none 
EK_fade 
EK_move 
EK_stripes 
EK_open 
EK_close 
EK_dissolve 
EK_wavyline 
EK_random 
EK_lines 
EK_laser 
EK_appear 
EK_hide 
EK_move_short 
EK_checkerboard 
EK_rotate 
EK_stretch 

Definition at line 26 of file anim.hxx.

◆ XMLEffectDirection

Enumerator
ED_none 
ED_from_left 
ED_from_top 
ED_from_right 
ED_from_bottom 
ED_from_center 
ED_from_upperleft 
ED_from_upperright 
ED_from_lowerleft 
ED_from_lowerright 
ED_to_left 
ED_to_top 
ED_to_right 
ED_to_bottom 
ED_to_upperleft 
ED_to_upperright 
ED_to_lowerright 
ED_to_lowerleft 
ED_path 
ED_spiral_inward_left 
ED_spiral_inward_right 
ED_spiral_outward_left 
ED_spiral_outward_right 
ED_vertical 
ED_horizontal 
ED_to_center 
ED_clockwise 
ED_cclockwise 

Definition at line 49 of file anim.hxx.

Function Documentation

◆ ImplSdXMLgetEffect()

css::presentation::AnimationEffect ImplSdXMLgetEffect ( XMLEffect  eKind,
XMLEffectDirection  eDirection,
sal_Int16  nStartScale,
bool  bIn 
)

◆ SdXMLImplSetEffect()

void SdXMLImplSetEffect ( css::presentation::AnimationEffect  eEffect,
XMLEffect eKind,
XMLEffectDirection eDirection,
sal_Int16 &  nStartScale,
bool &  bIn 
)

Variable Documentation

◆ aXML_AnimationDirection_EnumMap

const SvXMLEnumMapEntry<XMLEffectDirection> aXML_AnimationDirection_EnumMap[]
extern

◆ aXML_AnimationEffect_EnumMap

const SvXMLEnumMapEntry<XMLEffect> aXML_AnimationEffect_EnumMap[]
extern

◆ aXML_AnimationSpeed_EnumMap

const SvXMLEnumMapEntry<css::presentation::AnimationSpeed> aXML_AnimationSpeed_EnumMap[]
extern