LibreOffice Module xmloff (master)
1
|
#include <com/sun/star/presentation/AnimationEffect.hpp>
#include <com/sun/star/presentation/AnimationSpeed.hpp>
#include <xmloff/xmlement.hxx>
Go to the source code of this file.
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< XMLEffect > | aXML_AnimationEffect_EnumMap [] |
const SvXMLEnumMapEntry< XMLEffectDirection > | aXML_AnimationDirection_EnumMap [] |
const SvXMLEnumMapEntry< css::presentation::AnimationSpeed > | aXML_AnimationSpeed_EnumMap [] |
enum XMLEffect |
enum XMLEffectDirection |
css::presentation::AnimationEffect ImplSdXMLgetEffect | ( | XMLEffect | eKind, |
XMLEffectDirection | eDirection, | ||
sal_Int16 | nStartScale, | ||
bool | bIn | ||
) |
Definition at line 119 of file animimp.cxx.
References ED_cclockwise, ED_clockwise, ED_from_bottom, ED_from_center, ED_from_left, ED_from_lowerleft, ED_from_lowerright, ED_from_right, ED_from_top, ED_from_upperleft, ED_from_upperright, ED_horizontal, ED_path, ED_spiral_inward_left, ED_spiral_inward_right, ED_spiral_outward_left, ED_spiral_outward_right, ED_to_bottom, ED_to_center, ED_to_left, ED_to_lowerleft, ED_to_lowerright, ED_to_right, ED_to_top, ED_to_upperleft, ED_to_upperright, ED_vertical, EK_appear, EK_checkerboard, EK_close, EK_dissolve, EK_fade, EK_hide, EK_laser, EK_lines, EK_move, EK_move_short, EK_open, EK_random, EK_rotate, EK_stretch, EK_stripes, and EK_wavyline.
Referenced by SdXMLEventContextData::ApplyProperties().
void SdXMLImplSetEffect | ( | css::presentation::AnimationEffect | eEffect, |
XMLEffect & | eKind, | ||
XMLEffectDirection & | eDirection, | ||
sal_Int16 & | nStartScale, | ||
bool & | bIn | ||
) |
const SvXMLEnumMapEntry<XMLEffectDirection> aXML_AnimationDirection_EnumMap[] |
Definition at line 78 of file animimp.cxx.
Referenced by XMLAnimationsExporter::exportAnimations(), and XMLShapeExport::ImpExportEvents().
const SvXMLEnumMapEntry<XMLEffect> aXML_AnimationEffect_EnumMap[] |
Definition at line 56 of file animimp.cxx.
Referenced by XMLAnimationsExporter::exportAnimations(), and XMLShapeExport::ImpExportEvents().
const SvXMLEnumMapEntry<css::presentation::AnimationSpeed> aXML_AnimationSpeed_EnumMap[] |
Definition at line 111 of file animimp.cxx.
Referenced by XMLAnimationsExporter::exportAnimations(), and XMLShapeExport::ImpExportEvents().