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.
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< 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 118 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 | ||
) |
|
extern |
Definition at line 77 of file animimp.cxx.
Referenced by XMLAnimationsExporter::exportAnimations(), and XMLShapeExport::ImpExportEvents().
|
extern |
Definition at line 55 of file animimp.cxx.
Referenced by XMLAnimationsExporter::exportAnimations(), and XMLShapeExport::ImpExportEvents().
|
extern |
Definition at line 110 of file animimp.cxx.
Referenced by XMLAnimationsExporter::exportAnimations(), and XMLShapeExport::ImpExportEvents().