summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/animexp.cxx
diff options
context:
space:
mode:
authorThorsten Behrens <thb@openoffice.org>2001-07-24 16:06:10 +0000
committerThorsten Behrens <thb@openoffice.org>2001-07-24 16:06:10 +0000
commit2ad5c484c75319fec601f44638d51049a41efa67 (patch)
tree0f9f4885ea9aeee71d4d9ecad12a33ab745c6526 /xmloff/source/draw/animexp.cxx
parent7566d20155bf137a51fe038a9f55e992021cb0c0 (diff)
#87913# Now building a static xmloff lib, which is linked only against the player. Stuff not needed for player is disabled with SVX_LIGHT define
Diffstat (limited to 'xmloff/source/draw/animexp.cxx')
-rw-r--r--xmloff/source/draw/animexp.cxx67
1 files changed, 2 insertions, 65 deletions
diff --git a/xmloff/source/draw/animexp.cxx b/xmloff/source/draw/animexp.cxx
index 4f24a31d150b..7838628ccdbe 100644
--- a/xmloff/source/draw/animexp.cxx
+++ b/xmloff/source/draw/animexp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: animexp.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: dvo $ $Date: 2001-06-29 21:07:13 $
+ * last change: $Author: thb $ $Date: 2001-07-24 17:06:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -122,61 +122,6 @@ using namespace ::com::sun::star::presentation;
using namespace ::xmloff::token;
-SvXMLEnumMapEntry aXML_AnimationEffect_EnumMap[] =
-{
- { XML_NONE, EK_none },
- { XML_FADE, EK_fade },
- { XML_MOVE, EK_move },
- { XML_STRIPES, EK_stripes },
- { XML_OPEN, EK_open },
- { XML_CLOSE, EK_close },
- { XML_DISSOLVE, EK_dissolve },
- { XML_WAVYLINE, EK_wavyline },
- { XML_RANDOM, EK_random },
- { XML_LINES, EK_lines },
- { XML_LASER, EK_laser },
- { XML_APPEAR, EK_appear },
- { XML_HIDE, EK_hide },
- { XML_MOVE_SHORT, EK_move_short },
- { XML_CHECKERBOARD, EK_checkerboard },
- { XML_ROTATE, EK_rotate },
- { XML_STRETCH, EK_stretch },
- { XML_TOKEN_INVALID, 0 }
-};
-
-SvXMLEnumMapEntry aXML_AnimationDirection_EnumMap[] =
-{
- { XML_NONE, ED_none },
- { XML_FROM_LEFT, ED_from_left },
- { XML_FROM_TOP, ED_from_top },
- { XML_FROM_RIGHT, ED_from_right },
- { XML_FROM_BOTTOM, ED_from_bottom },
- { XML_FROM_CENTER, ED_from_center },
- { XML_FROM_UPPER_LEFT, ED_from_upperleft },
- { XML_FROM_UPPER_RIGHT, ED_from_upperright },
- { XML_FROM_LOWER_LEFT, ED_from_lowerleft },
- { XML_FROM_LOWER_RIGHT, ED_from_lowerright },
- { XML_TO_LEFT, ED_to_left },
- { XML_TO_TOP, ED_to_top },
- { XML_TO_RIGHT, ED_to_right },
- { XML_TO_BOTTOM, ED_to_bottom },
- { XML_TO_UPPER_LEFT, ED_to_upperleft },
- { XML_TO_UPPER_RIGHT, ED_to_upperright },
- { XML_TO_LOWER_RIGHT, ED_to_lowerright },
- { XML_TO_LOWER_LEFT, ED_to_lowerleft },
- { XML_PATH, ED_path },
- { XML_SPIRAL_INWARD_LEFT, ED_spiral_inward_left },
- { XML_SPIRAL_INWARD_RIGHT,ED_spiral_inward_right },
- { XML_SPIRAL_OUTWARD_LEFT, ED_spiral_outward_left },
- { XML_SPIRAL_OUTWARD_RIGHT, ED_spiral_outward_right },
- { XML_VERTICAL, ED_vertical },
- { XML_HORIZONTAL, ED_horizontal },
- { XML_TO_CENTER, ED_to_center },
- { XML_CLOCKWISE, ED_clockwise },
- { XML_COUNTER_CLOCKWISE,ED_cclockwise },
- { XML_TOKEN_INVALID, 0 }
-};
-
const struct Effect
{
XMLEffect meKind;
@@ -315,14 +260,6 @@ void SdXMLImplSetEffect( AnimationEffect eEffect, XMLEffect& eKind, XMLEffectDir
bIn = rEffect.mbIn;
}
-SvXMLEnumMapEntry aXML_AnimationSpeed_EnumMap[] =
-{
- { XML_SLOW, AnimationSpeed_SLOW },
- { XML_MEDIUM, AnimationSpeed_MEDIUM },
- { XML_FAST, AnimationSpeed_FAST },
- { XML_TOKEN_INVALID, 0 }
-};
-
enum XMLActionKind
{
XMLE_SHOW,