summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/presentation/AnimationEffect.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/presentation/AnimationEffect.idl')
-rw-r--r--offapi/com/sun/star/presentation/AnimationEffect.idl1001
1 files changed, 1001 insertions, 0 deletions
diff --git a/offapi/com/sun/star/presentation/AnimationEffect.idl b/offapi/com/sun/star/presentation/AnimationEffect.idl
new file mode 100644
index 000000000000..67b30af901c3
--- /dev/null
+++ b/offapi/com/sun/star/presentation/AnimationEffect.idl
@@ -0,0 +1,1001 @@
+/*************************************************************************
+ *
+ * $RCSfile: AnimationEffect.idl,v $
+ *
+ * $Revision: 1.1 $
+ *
+ * last change: $Author: mi $ $Date: 2000-11-06 09:21:53 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
+#ifndef __com_sun_star_presentation_AnimationEffect_idl__
+#define __com_sun_star_presentation_AnimationEffect_idl__
+
+
+//=============================================================================
+
+ module com { module sun { module star { module presentation {
+
+//=============================================================================
+
+// DocMerge from xml: enum com::sun::star::presentation::AnimationEffect
+/** specifies the animation effects for animating
+ text or objects.
+ */
+enum AnimationEffect
+{
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: NONE,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::NONE
+ /** use no animation effects.
+ */
+ NONE,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: FADE_FROM_LEFT,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_LEFT
+ /** use the animation effect 'Fade from Left'.
+ */
+ FADE_FROM_LEFT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: FADE_FROM_TOP,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_TOP
+ /** use the animation effect 'Fade from Top'.
+ */
+ FADE_FROM_TOP,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: FADE_FROM_RIGHT,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_RIGHT
+ /** use the animation effect 'Fade from Right'.
+ */
+ FADE_FROM_RIGHT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: FADE_FROM_BOTTOM,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_BOTTOM
+ /** use the animation effect 'Fade from Bottom'.
+ */
+ FADE_FROM_BOTTOM,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: FADE_TO_CENTER,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_TO_CENTER
+ /** use the animation effect 'Fade to Center'.
+ */
+ FADE_TO_CENTER,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: FADE_FROM_CENTER,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_CENTER
+ /** use the animation effect 'Fade from Center'.
+ */
+ FADE_FROM_CENTER,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_FROM_LEFT,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_LEFT
+ /** use the animation effect 'Move from Left'.
+ */
+ MOVE_FROM_LEFT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_FROM_TOP,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_TOP
+ /** use the animation effect 'Move from Top'.
+ */
+ MOVE_FROM_TOP,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_FROM_RIGHT,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_RIGHT
+ /** use the animation effect 'Move from Right'.
+ */
+ MOVE_FROM_RIGHT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_FROM_BOTTOM,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_BOTTOM
+ /** use the animation effect 'Move from Bottom'.
+ */
+ MOVE_FROM_BOTTOM,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: VERTICAL_STRIPES,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::VERTICAL_STRIPES
+ /** use the animation effect 'Vertical Stripes'.
+ */
+ VERTICAL_STRIPES,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: HORIZONTAL_STRIPES,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::HORIZONTAL_STRIPES
+ /** use the animation effect 'Horizontal Stripes'.
+ */
+ HORIZONTAL_STRIPES,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: CLOCKWISE,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::CLOCKWISE
+ /** use the animation effect 'Clockwise'.
+ */
+ CLOCKWISE,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: COUNTERCLOCKWISE,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::COUNTERCLOCKWISE
+ /** use the animation effect 'Counter Clockwise'.
+ */
+ COUNTERCLOCKWISE,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: FADE_FROM_UPPERLEFT,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_UPPERLEFT
+ /** use the animation effect 'Fade from Upper Left'.
+ */
+ FADE_FROM_UPPERLEFT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: FADE_FROM_UPPERRIGHT,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_UPPERRIGHT
+ /** use the animation effect 'Fade from Upper Right'.
+ */
+ FADE_FROM_UPPERRIGHT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: FADE_FROM_LOWERLEFT,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_LOWERLEFT
+ /** use the animation effect 'Fade from Lower Left'.
+ */
+ FADE_FROM_LOWERLEFT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: FADE_FROM_LOWERRIGHT,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_LOWERRIGHT
+ /** use the animation effect 'Fade from Lower Right'.
+ */
+ FADE_FROM_LOWERRIGHT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: CLOSE_VERTICAL,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::CLOSE_VERTICAL
+ /** use the animation effect 'Close Vertical'.
+ */
+ CLOSE_VERTICAL,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: CLOSE_HORIZONTAL,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::CLOSE_HORIZONTAL
+ /** use the animation effect 'Close Horizontal'.
+ */
+ CLOSE_HORIZONTAL,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: OPEN_VERTICAL,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::OPEN_VERTICAL
+ /** use the animation effect 'Open Vertical'.
+ */
+ OPEN_VERTICAL,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: OPEN_HORIZONTAL,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::OPEN_HORIZONTAL
+ /** use the animation effect 'Open Horizontal'.
+ */
+ OPEN_HORIZONTAL,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: PATH,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::PATH
+ /** use the animation effect 'Path'.
+ */
+ PATH,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_TO_LEFT,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_LEFT
+ /** use the animation effect 'Move to Left'.
+ */
+ MOVE_TO_LEFT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_TO_TOP,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_TOP
+ /** use the animation effect 'Move to Top'.
+ */
+ MOVE_TO_TOP,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_TO_RIGHT,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_RIGHT
+ /** use the animation effect 'Move to Right'.
+ */
+ MOVE_TO_RIGHT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_TO_BOTTOM,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_BOTTOM
+ /** use the animation effect 'Move to Bottom'.
+ */
+ MOVE_TO_BOTTOM,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: SPIRALIN_LEFT,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::SPIRALIN_LEFT
+ /** use the animation effect 'Spiral Inward Left'.
+ */
+ SPIRALIN_LEFT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: SPIRALIN_RIGHT,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::SPIRALIN_RIGHT
+ /** use the animation effect 'Spiral Inward Right'.
+ */
+ SPIRALIN_RIGHT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: SPIRALOUT_LEFT,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::SPIRALOUT_LEFT
+ /** use the animation effect 'Spiral Outward Left'.
+ */
+ SPIRALOUT_LEFT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: SPIRALOUT_RIGHT,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::SPIRALOUT_RIGHT
+ /** use the animation effect 'Spiral Outward Right'.
+ */
+ SPIRALOUT_RIGHT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: DISSOLVE,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::DISSOLVE
+ /** use the animation effect 'Spiral Inward Left'.
+ */
+ DISSOLVE,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: WAVYLINE_FROM_LEFT,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::WAVYLINE_FROM_LEFT
+ /** use the animation effect 'Wavy Line from Left'.
+ */
+ WAVYLINE_FROM_LEFT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: WAVYLINE_FROM_TOP,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::WAVYLINE_FROM_TOP
+ /** use the animation effect 'Wavy Line from Top'.
+ */
+ WAVYLINE_FROM_TOP,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: WAVYLINE_FROM_RIGHT,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::WAVYLINE_FROM_RIGHT
+ /** use the animation effect 'Wavy Line from Right'.
+ */
+ WAVYLINE_FROM_RIGHT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: WAVYLINE_FROM_BOTTOM,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::WAVYLINE_FROM_BOTTOM
+ /** use the animation effect 'Wavy Line from Button'.
+ */
+ WAVYLINE_FROM_BOTTOM,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: RANDOM,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::RANDOM
+ /** use the animation effect 'Random'.
+ */
+ RANDOM,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: VERTICAL_LINES,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::VERTICAL_LINES
+ /** use the animation effect 'Vertical Lines'.
+ */
+ VERTICAL_LINES,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: HORIZONTAL_LINES,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::HORIZONTAL_LINES
+ /** use the animation effect 'Horizontal Lines'.
+ */
+ HORIZONTAL_LINES,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: LASER_FROM_LEFT,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_LEFT
+ /** use the animation effect 'Wavy Line from Left'.
+ */
+ LASER_FROM_LEFT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: LASER_FROM_TOP,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_TOP
+ /** use the animation effect 'Laser from Top'.
+ */
+ LASER_FROM_TOP,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: LASER_FROM_RIGHT,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_RIGHT
+ /** use the animation effect 'Laser from Right'.
+ */
+ LASER_FROM_RIGHT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: LASER_FROM_BOTTOM,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_BOTTOM
+ /** use the animation effect 'Laser from Bottom'.
+ */
+ LASER_FROM_BOTTOM,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: LASER_FROM_UPPERLEFT,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_UPPERLEFT
+ /** use the animation effect 'Laser from Upper Left'.
+ */
+ LASER_FROM_UPPERLEFT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: LASER_FROM_UPPERRIGHT,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_UPPERRIGHT
+ /** use the animation effect 'Laser from Upper Right'.
+ */
+ LASER_FROM_UPPERRIGHT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: LASER_FROM_LOWERLEFT,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_LOWERLEFT
+ /** use the animation effect 'Laser from Lower Left'.
+ */
+ LASER_FROM_LOWERLEFT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: LASER_FROM_LOWERRIGHT,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_LOWERRIGHT
+ /** use the animation effect 'Laser from Lower Right'.
+ */
+ LASER_FROM_LOWERRIGHT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: APPEAR,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::APPEAR
+ /** use the animation effect 'Appear'.
+ */
+ APPEAR,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: HIDE
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::HIDE
+ /** use the animation effect 'Hide'.
+ */
+ HIDE,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_FROM_UPPERLEFT,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_UPPERLEFT
+ /** use the animation effect 'Move from Upper Left'.
+ */
+ MOVE_FROM_UPPERLEFT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_FROM_UPPERRIGHT,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_UPPERRIGHT
+ /** use the animation effect 'Move from Upper Right'.
+ */
+ MOVE_FROM_UPPERRIGHT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_FROM_LOWERRIGHT,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_LOWERRIGHT
+ /** use the animation effect 'Move from Lower Right'.
+ */
+ MOVE_FROM_LOWERRIGHT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_FROM_LOWERLEFT,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_LOWERLEFT
+ /** use the animation effect 'Move from Lower Left'.
+ */
+ MOVE_FROM_LOWERLEFT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_TO_UPPERLEFT,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_UPPERLEFT
+ /** use the animation effect 'Move to Upper Left'.
+ */
+ MOVE_TO_UPPERLEFT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_TO_UPPERRIGHT,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_UPPERRIGHT
+ /** use the animation effect 'Move to Upper Right'.
+ */
+ MOVE_TO_UPPERRIGHT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_TO_LOWERRIGHT,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_LOWERRIGHT
+ /** use the animation effect 'Move to Lower Right'.
+ */
+ MOVE_TO_LOWERRIGHT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_TO_LOWERLEFT,
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_LOWERLEFT
+ /** use the animation effect 'Move to Lower Left'.
+ */
+ MOVE_TO_LOWERLEFT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_FROM_LEFT
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_LEFT
+ /** use the animation effect 'Move Short from Left'.
+ */
+ MOVE_SHORT_FROM_LEFT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_FROM_UPPERLEFT
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_UPPERLEFT
+ /** use the animation effect 'Move Short from Upper Left'.
+ */
+ MOVE_SHORT_FROM_UPPERLEFT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_FROM_TOP
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_TOP
+ /** use the animation effect 'Move Short from Top'.
+ */
+ MOVE_SHORT_FROM_TOP,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_FROM_UPPERRIGHT
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_UPPERRIGHT
+ /** use the animation effect 'Move Short from Upper Right'.
+ */
+ MOVE_SHORT_FROM_UPPERRIGHT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_FROM_RIGHT
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_RIGHT
+ /** use the animation effect 'Move Short from Right'.
+ */
+ MOVE_SHORT_FROM_RIGHT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_FROM_LOWERRIGHT
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_LOWERRIGHT
+ /** use the animation effect 'Move Short from Lower Right'.
+ */
+ MOVE_SHORT_FROM_LOWERRIGHT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_FROM_BOTTOM
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_BOTTOM
+ /** use the animation effect 'Move Short from Bottom'.
+ */
+ MOVE_SHORT_FROM_BOTTOM,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_FROM_LOWERLEFT
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_LOWERLEFT
+ /** use the animation effect 'Move Short from Lower Left'.
+ */
+ MOVE_SHORT_FROM_LOWERLEFT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_TO_LEFT
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_LEFT
+ /** use the animation effect 'Move Short to Left'.
+ */
+ MOVE_SHORT_TO_LEFT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_TO_UPPERLEFT
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_UPPERLEFT
+ /** use the animation effect 'Move Short to Upper Left'.
+ */
+ MOVE_SHORT_TO_UPPERLEFT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_TO_TOP
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_TOP
+ /** use the animation effect 'Move Short to Top'.
+ */
+ MOVE_SHORT_TO_TOP,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_TO_UPPERRIGHT
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_UPPERRIGHT
+ /** use the animation effect 'Move Short to Upper Right'.
+ */
+ MOVE_SHORT_TO_UPPERRIGHT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_TO_RIGHT
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_RIGHT
+ /** use the animation effect 'Move Short to Right'.
+ */
+ MOVE_SHORT_TO_RIGHT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_TO_LOWERRIGHT
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_LOWERRIGHT
+ /** use the animation effect 'Move Short to Lower Right'.
+ */
+ MOVE_SHORT_TO_LOWERRIGHT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_TO_BOTTOM
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_BOTTOM
+ /** use the animation effect 'Move Short to Bottom'.
+ */
+ MOVE_SHORT_TO_BOTTOM,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_TO_LOWERLEFT
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_LOWERLEFT
+ /** use the animation effect 'Move Short to Lower Left'.
+ */
+ MOVE_SHORT_TO_LOWERLEFT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: VERTICAL_CHECKERBOARD
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::VERTICAL_CHECKERBOARD
+ /** use the animation effect 'Vertical Checkerboard'.
+ */
+ VERTICAL_CHECKERBOARD,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: HORIZONTAL_CHECKERBOARD
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::HORIZONTAL_CHECKERBOARD
+ /** use the animation effect 'Horizontal Checkerboard'.
+ */
+ HORIZONTAL_CHECKERBOARD,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: HORIZONTAL_ROTATE
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::HORIZONTAL_ROTATE
+ /** use the animation effect 'Horizontal Rotate'.
+ */
+ HORIZONTAL_ROTATE,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: VERTICAL_ROTATE
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::VERTICAL_ROTATE
+ /** use the animation effect 'Vertical Rotate'.
+ */
+ VERTICAL_ROTATE,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: HORIZONTAL_STRETCH
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::HORIZONTAL_STRETCH
+ /** use the animation effect 'Horizontal Stretch'.
+ */
+ HORIZONTAL_STRETCH,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: VERTICAL_STRETCH
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::VERTICAL_STRETCH
+ /** use the animation effect 'Vertical Stretch'.
+ */
+ VERTICAL_STRETCH,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: STRETCH_FROM_LEFT
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_LEFT
+ /** use the animation effect 'Stretch From Left'.
+ */
+ STRETCH_FROM_LEFT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: STRETCH_FROM_UPPERLEFT
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_UPPERLEFT
+ /** use the animation effect 'Stretch From Upper Left'.
+ */
+ STRETCH_FROM_UPPERLEFT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: STRETCH_FROM_TOP
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_TOP
+ /** use the animation effect 'Stretch From Top'.
+ */
+ STRETCH_FROM_TOP,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: STRETCH_FROM_UPPERRIGHT
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_UPPERRIGHT
+ /** use the animation effect 'Stretch From Upper Right'.
+ */
+ STRETCH_FROM_UPPERRIGHT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: STRETCH_FROM_RIGHT
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_RIGHT
+ /** use the animation effect 'Stretch From Right'.
+ */
+ STRETCH_FROM_RIGHT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: STRETCH_FROM_LOWERRIGHT
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_LOWERRIGHT
+ /** use the animation effect 'Stretch From Lower Right'.
+ */
+ STRETCH_FROM_LOWERRIGHT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: STRETCH_FROM_BOTTOM
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_BOTTOM
+ /** use the animation effect 'Stretch From Bottom'.
+ */
+ STRETCH_FROM_BOTTOM,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: STRETCH_FROM_LOWERLEFT
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_LOWERLEFT
+ /** use the animation effect 'Stretch From Lower Left'.
+ */
+ STRETCH_FROM_LOWERLEFT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN
+ /** use the animation effect 'Zoom In'.
+ */
+ ZOOM_IN,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_SMALL
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_SMALL
+ /** use the animation effect 'Zoom In Small'.
+ */
+ ZOOM_IN_SMALL,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_SPIRAL
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_SPIRAL
+ /** use the animation effect 'Zoom In Spiral'.
+ */
+ ZOOM_IN_SPIRAL,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT
+ /** use the animation effect 'Zoom Out'.
+ */
+ ZOOM_OUT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_SMALL
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_SMALL
+ /** use the animation effect 'Zoom Out Small'.
+ */
+ ZOOM_OUT_SMALL,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_SPIRAL
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_SPIRAL
+ /** use the animation effect 'Zoom Out Spiral'.
+ */
+ ZOOM_OUT_SPIRAL,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_LEFT
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_LEFT
+ /** use the animation effect 'Zoom In From Left'.
+ */
+ ZOOM_IN_FROM_LEFT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_UPPERLEFT
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_UPPERLEFT
+ /** use the animation effect 'Zoom In From Upper Left'.
+ */
+ ZOOM_IN_FROM_UPPERLEFT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_TOP
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_TOP
+ /** use the animation effect 'Zoom In From Top'.
+ */
+ ZOOM_IN_FROM_TOP,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_UPPERRIGHT
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_UPPERRIGHT
+ /** use the animation effect 'Zoom In From Upper Right'.
+ */
+ ZOOM_IN_FROM_UPPERRIGHT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_RIGHT
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_RIGHT
+ /** use the animation effect 'Zoom In From Right'.
+ */
+ ZOOM_IN_FROM_RIGHT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_LOWERRIGHT
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_LOWERRIGHT
+ /** use the animation effect 'Zoom In From Lower Right'.
+ */
+ ZOOM_IN_FROM_LOWERRIGHT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_BOTTOM
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_BOTTOM
+ /** use the animation effect 'Zoom In From Bottom'.
+ */
+ ZOOM_IN_FROM_BOTTOM,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_LOWERLEFT
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_LOWERLEFT
+ /** use the animation effect 'Zoom In From Lower Left'.
+ */
+ ZOOM_IN_FROM_LOWERLEFT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_CENTER
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_CENTER
+ /** use the animation effect 'Zoom In From Center'.
+ */
+ ZOOM_IN_FROM_CENTER,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_LEFT
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_LEFT
+ /** use the animation effect 'Zoom Out From Left'.
+ */
+ ZOOM_OUT_FROM_LEFT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_UPPERLEFT
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_UPPERLEFT
+ /** use the animation effect 'Zoom Out From Upper Left'.
+ */
+ ZOOM_OUT_FROM_UPPERLEFT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_TOP
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_TOP
+ /** use the animation effect 'Zoom Out From Top'.
+ */
+ ZOOM_OUT_FROM_TOP,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_UPPERRIGHT
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_UPPERRIGHT
+ /** use the animation effect 'Zoom Out From Upper Right'.
+ */
+ ZOOM_OUT_FROM_UPPERRIGHT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_RIGHT
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_RIGHT
+ /** use the animation effect 'Zoom Out From Right'.
+ */
+ ZOOM_OUT_FROM_RIGHT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_LOWERRIGHT
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_LOWERRIGHT
+ /** use the animation effect 'Zoom Out From Lower Right'.
+ */
+ ZOOM_OUT_FROM_LOWERRIGHT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_BOTTOM
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_BOTTOM
+ /** use the animation effect 'Zoom Out From Bottom'.
+ */
+ ZOOM_OUT_FROM_BOTTOM,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_LOWERLEFT
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_LOWERLEFT
+ /** use the animation effect 'Zoom Out From Lower Left'.
+ */
+ ZOOM_OUT_FROM_LOWERLEFT,
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_CENTER
+
+ // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_CENTER
+ /** use the animation effect 'Zoom Out From Center'.
+ */
+ ZOOM_OUT_FROM_CENTER
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+ $Log: not supported by cvs2svn $
+ Revision 1.2 2000/10/30 12:13:23 ka
+ added new Effects
+
+ Revision 1.1.1.1 2000/09/18 23:35:30 hjs
+ initial import
+
+ Revision 1.5 2000/09/11 11:52:35 mi
+ documentation merged from XML
+
+ Revision 1.3 2000/03/27 10:54:16 cl
+ #70728# fixed doku
+
+ Revision 1.2 2000/02/07 11:24:42 mi
+ zu #70728# missing documentation marked
+
+ Revision 1.1.1.1 1999/11/11 09:48:44 jsc
+ new
+
+
+=============================================================================*/
+#endif