LibreOffice Module xmloff (master) 1
|
#include <sal/config.h>
#include <string_view>
#include <xmloff/unointerfacetouniqueidentifiermapper.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/presentation/AnimationEffect.hpp>
#include <com/sun/star/presentation/AnimationSpeed.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/drawing/XShape.hpp>
#include <com/sun/star/xml/sax/XAttributeList.hpp>
#include <sax/tools/converter.hxx>
#include <sal/log.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmlimp.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/xmluconv.hxx>
#include <xmloff/namespacemap.hxx>
#include <anim.hxx>
#include <animimp.hxx>
Go to the source code of this file.
Functions | |
AnimationEffect | ImplSdXMLgetEffect (XMLEffect eKind, XMLEffectDirection eDirection, sal_Int16 nStartScale, bool) |
Variables | |
const SvXMLEnumMapEntry< XMLEffect > | aXML_AnimationEffect_EnumMap [] |
const SvXMLEnumMapEntry< XMLEffectDirection > | aXML_AnimationDirection_EnumMap [] |
const SvXMLEnumMapEntry< AnimationSpeed > | aXML_AnimationSpeed_EnumMap [] |
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().
const SvXMLEnumMapEntry<XMLEffectDirection> aXML_AnimationDirection_EnumMap[] |
Definition at line 77 of file animimp.cxx.
Referenced by XMLAnimationsExporter::exportAnimations(), and XMLShapeExport::ImpExportEvents().
const SvXMLEnumMapEntry<XMLEffect> aXML_AnimationEffect_EnumMap[] |
Definition at line 55 of file animimp.cxx.
Referenced by XMLAnimationsExporter::exportAnimations(), and XMLShapeExport::ImpExportEvents().
const SvXMLEnumMapEntry<AnimationSpeed> aXML_AnimationSpeed_EnumMap[] |
Definition at line 110 of file animimp.cxx.
Referenced by XMLAnimationsExporter::exportAnimations(), and XMLShapeExport::ImpExportEvents().