1*d1766043SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*d1766043SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*d1766043SAndrew Rist * or more contributor license agreements. See the NOTICE file 5*d1766043SAndrew Rist * distributed with this work for additional information 6*d1766043SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*d1766043SAndrew Rist * to you under the Apache License, Version 2.0 (the 8*d1766043SAndrew Rist * "License"); you may not use this file except in compliance 9*d1766043SAndrew Rist * with the License. You may obtain a copy of the License at 10cdf0e10cSrcweir * 11*d1766043SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 13*d1766043SAndrew Rist * Unless required by applicable law or agreed to in writing, 14*d1766043SAndrew Rist * software distributed under the License is distributed on an 15*d1766043SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*d1766043SAndrew Rist * KIND, either express or implied. See the License for the 17*d1766043SAndrew Rist * specific language governing permissions and limitations 18*d1766043SAndrew Rist * under the License. 19cdf0e10cSrcweir * 20*d1766043SAndrew Rist *************************************************************/ 21*d1766043SAndrew Rist 22*d1766043SAndrew Rist 23cdf0e10cSrcweir#ifndef __com_sun_star_presentation_AnimationEffect_idl__ 24cdf0e10cSrcweir#define __com_sun_star_presentation_AnimationEffect_idl__ 25cdf0e10cSrcweir 26cdf0e10cSrcweir 27cdf0e10cSrcweir//============================================================================= 28cdf0e10cSrcweir 29cdf0e10cSrcweir module com { module sun { module star { module presentation { 30cdf0e10cSrcweir 31cdf0e10cSrcweir//============================================================================= 32cdf0e10cSrcweir 33cdf0e10cSrcweir// DocMerge from xml: enum com::sun::star::presentation::AnimationEffect 34cdf0e10cSrcweir/** specifies the animation effects for animating 35cdf0e10cSrcweir text or objects. 36cdf0e10cSrcweir */ 37cdf0e10cSrcweirpublished enum AnimationEffect 38cdf0e10cSrcweir{ 39cdf0e10cSrcweir //------------------------------------------------------------------------- 40cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: NONE, 41cdf0e10cSrcweir 42cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::NONE 43cdf0e10cSrcweir /** use no animation effects. 44cdf0e10cSrcweir */ 45cdf0e10cSrcweir NONE, 46cdf0e10cSrcweir 47cdf0e10cSrcweir //------------------------------------------------------------------------- 48cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: FADE_FROM_LEFT, 49cdf0e10cSrcweir 50cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_LEFT 51cdf0e10cSrcweir /** use the animation effect 'Fade from Left'. 52cdf0e10cSrcweir */ 53cdf0e10cSrcweir FADE_FROM_LEFT, 54cdf0e10cSrcweir 55cdf0e10cSrcweir //------------------------------------------------------------------------- 56cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: FADE_FROM_TOP, 57cdf0e10cSrcweir 58cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_TOP 59cdf0e10cSrcweir /** use the animation effect 'Fade from Top'. 60cdf0e10cSrcweir */ 61cdf0e10cSrcweir FADE_FROM_TOP, 62cdf0e10cSrcweir 63cdf0e10cSrcweir //------------------------------------------------------------------------- 64cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: FADE_FROM_RIGHT, 65cdf0e10cSrcweir 66cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_RIGHT 67cdf0e10cSrcweir /** use the animation effect 'Fade from Right'. 68cdf0e10cSrcweir */ 69cdf0e10cSrcweir FADE_FROM_RIGHT, 70cdf0e10cSrcweir 71cdf0e10cSrcweir //------------------------------------------------------------------------- 72cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: FADE_FROM_BOTTOM, 73cdf0e10cSrcweir 74cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_BOTTOM 75cdf0e10cSrcweir /** use the animation effect 'Fade from Bottom'. 76cdf0e10cSrcweir */ 77cdf0e10cSrcweir FADE_FROM_BOTTOM, 78cdf0e10cSrcweir 79cdf0e10cSrcweir //------------------------------------------------------------------------- 80cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: FADE_TO_CENTER, 81cdf0e10cSrcweir 82cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_TO_CENTER 83cdf0e10cSrcweir /** use the animation effect 'Fade to Center'. 84cdf0e10cSrcweir */ 85cdf0e10cSrcweir FADE_TO_CENTER, 86cdf0e10cSrcweir 87cdf0e10cSrcweir //------------------------------------------------------------------------- 88cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: FADE_FROM_CENTER, 89cdf0e10cSrcweir 90cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_CENTER 91cdf0e10cSrcweir /** use the animation effect 'Fade from Center'. 92cdf0e10cSrcweir */ 93cdf0e10cSrcweir FADE_FROM_CENTER, 94cdf0e10cSrcweir 95cdf0e10cSrcweir //------------------------------------------------------------------------- 96cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_FROM_LEFT, 97cdf0e10cSrcweir 98cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_LEFT 99cdf0e10cSrcweir /** use the animation effect 'Move from Left'. 100cdf0e10cSrcweir */ 101cdf0e10cSrcweir MOVE_FROM_LEFT, 102cdf0e10cSrcweir 103cdf0e10cSrcweir //------------------------------------------------------------------------- 104cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_FROM_TOP, 105cdf0e10cSrcweir 106cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_TOP 107cdf0e10cSrcweir /** use the animation effect 'Move from Top'. 108cdf0e10cSrcweir */ 109cdf0e10cSrcweir MOVE_FROM_TOP, 110cdf0e10cSrcweir 111cdf0e10cSrcweir //------------------------------------------------------------------------- 112cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_FROM_RIGHT, 113cdf0e10cSrcweir 114cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_RIGHT 115cdf0e10cSrcweir /** use the animation effect 'Move from Right'. 116cdf0e10cSrcweir */ 117cdf0e10cSrcweir MOVE_FROM_RIGHT, 118cdf0e10cSrcweir 119cdf0e10cSrcweir //------------------------------------------------------------------------- 120cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_FROM_BOTTOM, 121cdf0e10cSrcweir 122cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_BOTTOM 123cdf0e10cSrcweir /** use the animation effect 'Move from Bottom'. 124cdf0e10cSrcweir */ 125cdf0e10cSrcweir MOVE_FROM_BOTTOM, 126cdf0e10cSrcweir 127cdf0e10cSrcweir //------------------------------------------------------------------------- 128cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: VERTICAL_STRIPES, 129cdf0e10cSrcweir 130cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::VERTICAL_STRIPES 131cdf0e10cSrcweir /** use the animation effect 'Vertical Stripes'. 132cdf0e10cSrcweir */ 133cdf0e10cSrcweir VERTICAL_STRIPES, 134cdf0e10cSrcweir 135cdf0e10cSrcweir //------------------------------------------------------------------------- 136cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: HORIZONTAL_STRIPES, 137cdf0e10cSrcweir 138cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::HORIZONTAL_STRIPES 139cdf0e10cSrcweir /** use the animation effect 'Horizontal Stripes'. 140cdf0e10cSrcweir */ 141cdf0e10cSrcweir HORIZONTAL_STRIPES, 142cdf0e10cSrcweir 143cdf0e10cSrcweir //------------------------------------------------------------------------- 144cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: CLOCKWISE, 145cdf0e10cSrcweir 146cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::CLOCKWISE 147cdf0e10cSrcweir /** use the animation effect 'Clockwise'. 148cdf0e10cSrcweir */ 149cdf0e10cSrcweir CLOCKWISE, 150cdf0e10cSrcweir 151cdf0e10cSrcweir //------------------------------------------------------------------------- 152cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: COUNTERCLOCKWISE, 153cdf0e10cSrcweir 154cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::COUNTERCLOCKWISE 155cdf0e10cSrcweir /** use the animation effect 'Counter Clockwise'. 156cdf0e10cSrcweir */ 157cdf0e10cSrcweir COUNTERCLOCKWISE, 158cdf0e10cSrcweir 159cdf0e10cSrcweir //------------------------------------------------------------------------- 160cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: FADE_FROM_UPPERLEFT, 161cdf0e10cSrcweir 162cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_UPPERLEFT 163cdf0e10cSrcweir /** use the animation effect 'Fade from Upper Left'. 164cdf0e10cSrcweir */ 165cdf0e10cSrcweir FADE_FROM_UPPERLEFT, 166cdf0e10cSrcweir 167cdf0e10cSrcweir //------------------------------------------------------------------------- 168cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: FADE_FROM_UPPERRIGHT, 169cdf0e10cSrcweir 170cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_UPPERRIGHT 171cdf0e10cSrcweir /** use the animation effect 'Fade from Upper Right'. 172cdf0e10cSrcweir */ 173cdf0e10cSrcweir FADE_FROM_UPPERRIGHT, 174cdf0e10cSrcweir 175cdf0e10cSrcweir //------------------------------------------------------------------------- 176cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: FADE_FROM_LOWERLEFT, 177cdf0e10cSrcweir 178cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_LOWERLEFT 179cdf0e10cSrcweir /** use the animation effect 'Fade from Lower Left'. 180cdf0e10cSrcweir */ 181cdf0e10cSrcweir FADE_FROM_LOWERLEFT, 182cdf0e10cSrcweir 183cdf0e10cSrcweir //------------------------------------------------------------------------- 184cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: FADE_FROM_LOWERRIGHT, 185cdf0e10cSrcweir 186cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_LOWERRIGHT 187cdf0e10cSrcweir /** use the animation effect 'Fade from Lower Right'. 188cdf0e10cSrcweir */ 189cdf0e10cSrcweir FADE_FROM_LOWERRIGHT, 190cdf0e10cSrcweir 191cdf0e10cSrcweir //------------------------------------------------------------------------- 192cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: CLOSE_VERTICAL, 193cdf0e10cSrcweir 194cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::CLOSE_VERTICAL 195cdf0e10cSrcweir /** use the animation effect 'Close Vertical'. 196cdf0e10cSrcweir */ 197cdf0e10cSrcweir CLOSE_VERTICAL, 198cdf0e10cSrcweir 199cdf0e10cSrcweir //------------------------------------------------------------------------- 200cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: CLOSE_HORIZONTAL, 201cdf0e10cSrcweir 202cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::CLOSE_HORIZONTAL 203cdf0e10cSrcweir /** use the animation effect 'Close Horizontal'. 204cdf0e10cSrcweir */ 205cdf0e10cSrcweir CLOSE_HORIZONTAL, 206cdf0e10cSrcweir 207cdf0e10cSrcweir //------------------------------------------------------------------------- 208cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: OPEN_VERTICAL, 209cdf0e10cSrcweir 210cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::OPEN_VERTICAL 211cdf0e10cSrcweir /** use the animation effect 'Open Vertical'. 212cdf0e10cSrcweir */ 213cdf0e10cSrcweir OPEN_VERTICAL, 214cdf0e10cSrcweir 215cdf0e10cSrcweir //------------------------------------------------------------------------- 216cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: OPEN_HORIZONTAL, 217cdf0e10cSrcweir 218cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::OPEN_HORIZONTAL 219cdf0e10cSrcweir /** use the animation effect 'Open Horizontal'. 220cdf0e10cSrcweir */ 221cdf0e10cSrcweir OPEN_HORIZONTAL, 222cdf0e10cSrcweir 223cdf0e10cSrcweir //------------------------------------------------------------------------- 224cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: PATH, 225cdf0e10cSrcweir 226cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::PATH 227cdf0e10cSrcweir /** use the animation effect 'Path'. 228cdf0e10cSrcweir */ 229cdf0e10cSrcweir PATH, 230cdf0e10cSrcweir 231cdf0e10cSrcweir //------------------------------------------------------------------------- 232cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_TO_LEFT, 233cdf0e10cSrcweir 234cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_LEFT 235cdf0e10cSrcweir /** use the animation effect 'Move to Left'. 236cdf0e10cSrcweir */ 237cdf0e10cSrcweir MOVE_TO_LEFT, 238cdf0e10cSrcweir 239cdf0e10cSrcweir //------------------------------------------------------------------------- 240cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_TO_TOP, 241cdf0e10cSrcweir 242cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_TOP 243cdf0e10cSrcweir /** use the animation effect 'Move to Top'. 244cdf0e10cSrcweir */ 245cdf0e10cSrcweir MOVE_TO_TOP, 246cdf0e10cSrcweir 247cdf0e10cSrcweir //------------------------------------------------------------------------- 248cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_TO_RIGHT, 249cdf0e10cSrcweir 250cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_RIGHT 251cdf0e10cSrcweir /** use the animation effect 'Move to Right'. 252cdf0e10cSrcweir */ 253cdf0e10cSrcweir MOVE_TO_RIGHT, 254cdf0e10cSrcweir 255cdf0e10cSrcweir //------------------------------------------------------------------------- 256cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_TO_BOTTOM, 257cdf0e10cSrcweir 258cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_BOTTOM 259cdf0e10cSrcweir /** use the animation effect 'Move to Bottom'. 260cdf0e10cSrcweir */ 261cdf0e10cSrcweir MOVE_TO_BOTTOM, 262cdf0e10cSrcweir 263cdf0e10cSrcweir //------------------------------------------------------------------------- 264cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: SPIRALIN_LEFT, 265cdf0e10cSrcweir 266cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::SPIRALIN_LEFT 267cdf0e10cSrcweir /** use the animation effect 'Spiral Inward Left'. 268cdf0e10cSrcweir */ 269cdf0e10cSrcweir SPIRALIN_LEFT, 270cdf0e10cSrcweir 271cdf0e10cSrcweir //------------------------------------------------------------------------- 272cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: SPIRALIN_RIGHT, 273cdf0e10cSrcweir 274cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::SPIRALIN_RIGHT 275cdf0e10cSrcweir /** use the animation effect 'Spiral Inward Right'. 276cdf0e10cSrcweir */ 277cdf0e10cSrcweir SPIRALIN_RIGHT, 278cdf0e10cSrcweir 279cdf0e10cSrcweir //------------------------------------------------------------------------- 280cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: SPIRALOUT_LEFT, 281cdf0e10cSrcweir 282cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::SPIRALOUT_LEFT 283cdf0e10cSrcweir /** use the animation effect 'Spiral Outward Left'. 284cdf0e10cSrcweir */ 285cdf0e10cSrcweir SPIRALOUT_LEFT, 286cdf0e10cSrcweir 287cdf0e10cSrcweir //------------------------------------------------------------------------- 288cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: SPIRALOUT_RIGHT, 289cdf0e10cSrcweir 290cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::SPIRALOUT_RIGHT 291cdf0e10cSrcweir /** use the animation effect 'Spiral Outward Right'. 292cdf0e10cSrcweir */ 293cdf0e10cSrcweir SPIRALOUT_RIGHT, 294cdf0e10cSrcweir 295cdf0e10cSrcweir //------------------------------------------------------------------------- 296cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: DISSOLVE, 297cdf0e10cSrcweir 298cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::DISSOLVE 299cdf0e10cSrcweir /** use the animation effect 'Spiral Inward Left'. 300cdf0e10cSrcweir */ 301cdf0e10cSrcweir DISSOLVE, 302cdf0e10cSrcweir 303cdf0e10cSrcweir //------------------------------------------------------------------------- 304cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: WAVYLINE_FROM_LEFT, 305cdf0e10cSrcweir 306cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::WAVYLINE_FROM_LEFT 307cdf0e10cSrcweir /** use the animation effect 'Wavy Line from Left'. 308cdf0e10cSrcweir */ 309cdf0e10cSrcweir WAVYLINE_FROM_LEFT, 310cdf0e10cSrcweir 311cdf0e10cSrcweir //------------------------------------------------------------------------- 312cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: WAVYLINE_FROM_TOP, 313cdf0e10cSrcweir 314cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::WAVYLINE_FROM_TOP 315cdf0e10cSrcweir /** use the animation effect 'Wavy Line from Top'. 316cdf0e10cSrcweir */ 317cdf0e10cSrcweir WAVYLINE_FROM_TOP, 318cdf0e10cSrcweir 319cdf0e10cSrcweir //------------------------------------------------------------------------- 320cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: WAVYLINE_FROM_RIGHT, 321cdf0e10cSrcweir 322cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::WAVYLINE_FROM_RIGHT 323cdf0e10cSrcweir /** use the animation effect 'Wavy Line from Right'. 324cdf0e10cSrcweir */ 325cdf0e10cSrcweir WAVYLINE_FROM_RIGHT, 326cdf0e10cSrcweir 327cdf0e10cSrcweir //------------------------------------------------------------------------- 328cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: WAVYLINE_FROM_BOTTOM, 329cdf0e10cSrcweir 330cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::WAVYLINE_FROM_BOTTOM 331cdf0e10cSrcweir /** use the animation effect 'Wavy Line from Button'. 332cdf0e10cSrcweir */ 333cdf0e10cSrcweir WAVYLINE_FROM_BOTTOM, 334cdf0e10cSrcweir 335cdf0e10cSrcweir //------------------------------------------------------------------------- 336cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: RANDOM, 337cdf0e10cSrcweir 338cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::RANDOM 339cdf0e10cSrcweir /** use the animation effect 'Random'. 340cdf0e10cSrcweir */ 341cdf0e10cSrcweir RANDOM, 342cdf0e10cSrcweir 343cdf0e10cSrcweir //------------------------------------------------------------------------- 344cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: VERTICAL_LINES, 345cdf0e10cSrcweir 346cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::VERTICAL_LINES 347cdf0e10cSrcweir /** use the animation effect 'Vertical Lines'. 348cdf0e10cSrcweir */ 349cdf0e10cSrcweir VERTICAL_LINES, 350cdf0e10cSrcweir 351cdf0e10cSrcweir //------------------------------------------------------------------------- 352cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: HORIZONTAL_LINES, 353cdf0e10cSrcweir 354cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::HORIZONTAL_LINES 355cdf0e10cSrcweir /** use the animation effect 'Horizontal Lines'. 356cdf0e10cSrcweir */ 357cdf0e10cSrcweir HORIZONTAL_LINES, 358cdf0e10cSrcweir 359cdf0e10cSrcweir //------------------------------------------------------------------------- 360cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: LASER_FROM_LEFT, 361cdf0e10cSrcweir 362cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_LEFT 363cdf0e10cSrcweir /** use the animation effect 'Wavy Line from Left'. 364cdf0e10cSrcweir */ 365cdf0e10cSrcweir LASER_FROM_LEFT, 366cdf0e10cSrcweir 367cdf0e10cSrcweir //------------------------------------------------------------------------- 368cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: LASER_FROM_TOP, 369cdf0e10cSrcweir 370cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_TOP 371cdf0e10cSrcweir /** use the animation effect 'Laser from Top'. 372cdf0e10cSrcweir */ 373cdf0e10cSrcweir LASER_FROM_TOP, 374cdf0e10cSrcweir 375cdf0e10cSrcweir //------------------------------------------------------------------------- 376cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: LASER_FROM_RIGHT, 377cdf0e10cSrcweir 378cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_RIGHT 379cdf0e10cSrcweir /** use the animation effect 'Laser from Right'. 380cdf0e10cSrcweir */ 381cdf0e10cSrcweir LASER_FROM_RIGHT, 382cdf0e10cSrcweir 383cdf0e10cSrcweir //------------------------------------------------------------------------- 384cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: LASER_FROM_BOTTOM, 385cdf0e10cSrcweir 386cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_BOTTOM 387cdf0e10cSrcweir /** use the animation effect 'Laser from Bottom'. 388cdf0e10cSrcweir */ 389cdf0e10cSrcweir LASER_FROM_BOTTOM, 390cdf0e10cSrcweir 391cdf0e10cSrcweir //------------------------------------------------------------------------- 392cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: LASER_FROM_UPPERLEFT, 393cdf0e10cSrcweir 394cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_UPPERLEFT 395cdf0e10cSrcweir /** use the animation effect 'Laser from Upper Left'. 396cdf0e10cSrcweir */ 397cdf0e10cSrcweir LASER_FROM_UPPERLEFT, 398cdf0e10cSrcweir 399cdf0e10cSrcweir //------------------------------------------------------------------------- 400cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: LASER_FROM_UPPERRIGHT, 401cdf0e10cSrcweir 402cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_UPPERRIGHT 403cdf0e10cSrcweir /** use the animation effect 'Laser from Upper Right'. 404cdf0e10cSrcweir */ 405cdf0e10cSrcweir LASER_FROM_UPPERRIGHT, 406cdf0e10cSrcweir 407cdf0e10cSrcweir //------------------------------------------------------------------------- 408cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: LASER_FROM_LOWERLEFT, 409cdf0e10cSrcweir 410cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_LOWERLEFT 411cdf0e10cSrcweir /** use the animation effect 'Laser from Lower Left'. 412cdf0e10cSrcweir */ 413cdf0e10cSrcweir LASER_FROM_LOWERLEFT, 414cdf0e10cSrcweir 415cdf0e10cSrcweir //------------------------------------------------------------------------- 416cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: LASER_FROM_LOWERRIGHT, 417cdf0e10cSrcweir 418cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_LOWERRIGHT 419cdf0e10cSrcweir /** use the animation effect 'Laser from Lower Right'. 420cdf0e10cSrcweir */ 421cdf0e10cSrcweir LASER_FROM_LOWERRIGHT, 422cdf0e10cSrcweir 423cdf0e10cSrcweir //------------------------------------------------------------------------- 424cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: APPEAR, 425cdf0e10cSrcweir 426cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::APPEAR 427cdf0e10cSrcweir /** use the animation effect 'Appear'. 428cdf0e10cSrcweir */ 429cdf0e10cSrcweir APPEAR, 430cdf0e10cSrcweir 431cdf0e10cSrcweir //------------------------------------------------------------------------- 432cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: HIDE 433cdf0e10cSrcweir 434cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::HIDE 435cdf0e10cSrcweir /** use the animation effect 'Hide'. 436cdf0e10cSrcweir */ 437cdf0e10cSrcweir HIDE, 438cdf0e10cSrcweir 439cdf0e10cSrcweir //------------------------------------------------------------------------- 440cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_FROM_UPPERLEFT, 441cdf0e10cSrcweir 442cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_UPPERLEFT 443cdf0e10cSrcweir /** use the animation effect 'Move from Upper Left'. 444cdf0e10cSrcweir */ 445cdf0e10cSrcweir MOVE_FROM_UPPERLEFT, 446cdf0e10cSrcweir 447cdf0e10cSrcweir //------------------------------------------------------------------------- 448cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_FROM_UPPERRIGHT, 449cdf0e10cSrcweir 450cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_UPPERRIGHT 451cdf0e10cSrcweir /** use the animation effect 'Move from Upper Right'. 452cdf0e10cSrcweir */ 453cdf0e10cSrcweir MOVE_FROM_UPPERRIGHT, 454cdf0e10cSrcweir 455cdf0e10cSrcweir //------------------------------------------------------------------------- 456cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_FROM_LOWERRIGHT, 457cdf0e10cSrcweir 458cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_LOWERRIGHT 459cdf0e10cSrcweir /** use the animation effect 'Move from Lower Right'. 460cdf0e10cSrcweir */ 461cdf0e10cSrcweir MOVE_FROM_LOWERRIGHT, 462cdf0e10cSrcweir 463cdf0e10cSrcweir //------------------------------------------------------------------------- 464cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_FROM_LOWERLEFT, 465cdf0e10cSrcweir 466cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_LOWERLEFT 467cdf0e10cSrcweir /** use the animation effect 'Move from Lower Left'. 468cdf0e10cSrcweir */ 469cdf0e10cSrcweir MOVE_FROM_LOWERLEFT, 470cdf0e10cSrcweir 471cdf0e10cSrcweir //------------------------------------------------------------------------- 472cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_TO_UPPERLEFT, 473cdf0e10cSrcweir 474cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_UPPERLEFT 475cdf0e10cSrcweir /** use the animation effect 'Move to Upper Left'. 476cdf0e10cSrcweir */ 477cdf0e10cSrcweir MOVE_TO_UPPERLEFT, 478cdf0e10cSrcweir 479cdf0e10cSrcweir //------------------------------------------------------------------------- 480cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_TO_UPPERRIGHT, 481cdf0e10cSrcweir 482cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_UPPERRIGHT 483cdf0e10cSrcweir /** use the animation effect 'Move to Upper Right'. 484cdf0e10cSrcweir */ 485cdf0e10cSrcweir MOVE_TO_UPPERRIGHT, 486cdf0e10cSrcweir 487cdf0e10cSrcweir //------------------------------------------------------------------------- 488cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_TO_LOWERRIGHT, 489cdf0e10cSrcweir 490cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_LOWERRIGHT 491cdf0e10cSrcweir /** use the animation effect 'Move to Lower Right'. 492cdf0e10cSrcweir */ 493cdf0e10cSrcweir MOVE_TO_LOWERRIGHT, 494cdf0e10cSrcweir 495cdf0e10cSrcweir //------------------------------------------------------------------------- 496cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_TO_LOWERLEFT, 497cdf0e10cSrcweir 498cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_LOWERLEFT 499cdf0e10cSrcweir /** use the animation effect 'Move to Lower Left'. 500cdf0e10cSrcweir */ 501cdf0e10cSrcweir MOVE_TO_LOWERLEFT, 502cdf0e10cSrcweir 503cdf0e10cSrcweir //------------------------------------------------------------------------- 504cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_FROM_LEFT 505cdf0e10cSrcweir 506cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_LEFT 507cdf0e10cSrcweir /** use the animation effect 'Move Short from Left'. 508cdf0e10cSrcweir */ 509cdf0e10cSrcweir MOVE_SHORT_FROM_LEFT, 510cdf0e10cSrcweir 511cdf0e10cSrcweir //------------------------------------------------------------------------- 512cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_FROM_UPPERLEFT 513cdf0e10cSrcweir 514cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_UPPERLEFT 515cdf0e10cSrcweir /** use the animation effect 'Move Short from Upper Left'. 516cdf0e10cSrcweir */ 517cdf0e10cSrcweir MOVE_SHORT_FROM_UPPERLEFT, 518cdf0e10cSrcweir 519cdf0e10cSrcweir //------------------------------------------------------------------------- 520cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_FROM_TOP 521cdf0e10cSrcweir 522cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_TOP 523cdf0e10cSrcweir /** use the animation effect 'Move Short from Top'. 524cdf0e10cSrcweir */ 525cdf0e10cSrcweir MOVE_SHORT_FROM_TOP, 526cdf0e10cSrcweir 527cdf0e10cSrcweir //------------------------------------------------------------------------- 528cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_FROM_UPPERRIGHT 529cdf0e10cSrcweir 530cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_UPPERRIGHT 531cdf0e10cSrcweir /** use the animation effect 'Move Short from Upper Right'. 532cdf0e10cSrcweir */ 533cdf0e10cSrcweir MOVE_SHORT_FROM_UPPERRIGHT, 534cdf0e10cSrcweir 535cdf0e10cSrcweir //------------------------------------------------------------------------- 536cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_FROM_RIGHT 537cdf0e10cSrcweir 538cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_RIGHT 539cdf0e10cSrcweir /** use the animation effect 'Move Short from Right'. 540cdf0e10cSrcweir */ 541cdf0e10cSrcweir MOVE_SHORT_FROM_RIGHT, 542cdf0e10cSrcweir 543cdf0e10cSrcweir //------------------------------------------------------------------------- 544cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_FROM_LOWERRIGHT 545cdf0e10cSrcweir 546cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_LOWERRIGHT 547cdf0e10cSrcweir /** use the animation effect 'Move Short from Lower Right'. 548cdf0e10cSrcweir */ 549cdf0e10cSrcweir MOVE_SHORT_FROM_LOWERRIGHT, 550cdf0e10cSrcweir 551cdf0e10cSrcweir //------------------------------------------------------------------------- 552cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_FROM_BOTTOM 553cdf0e10cSrcweir 554cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_BOTTOM 555cdf0e10cSrcweir /** use the animation effect 'Move Short from Bottom'. 556cdf0e10cSrcweir */ 557cdf0e10cSrcweir MOVE_SHORT_FROM_BOTTOM, 558cdf0e10cSrcweir 559cdf0e10cSrcweir //------------------------------------------------------------------------- 560cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_FROM_LOWERLEFT 561cdf0e10cSrcweir 562cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_LOWERLEFT 563cdf0e10cSrcweir /** use the animation effect 'Move Short from Lower Left'. 564cdf0e10cSrcweir */ 565cdf0e10cSrcweir MOVE_SHORT_FROM_LOWERLEFT, 566cdf0e10cSrcweir 567cdf0e10cSrcweir //------------------------------------------------------------------------- 568cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_TO_LEFT 569cdf0e10cSrcweir 570cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_LEFT 571cdf0e10cSrcweir /** use the animation effect 'Move Short to Left'. 572cdf0e10cSrcweir */ 573cdf0e10cSrcweir MOVE_SHORT_TO_LEFT, 574cdf0e10cSrcweir 575cdf0e10cSrcweir //------------------------------------------------------------------------- 576cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_TO_UPPERLEFT 577cdf0e10cSrcweir 578cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_UPPERLEFT 579cdf0e10cSrcweir /** use the animation effect 'Move Short to Upper Left'. 580cdf0e10cSrcweir */ 581cdf0e10cSrcweir MOVE_SHORT_TO_UPPERLEFT, 582cdf0e10cSrcweir 583cdf0e10cSrcweir //------------------------------------------------------------------------- 584cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_TO_TOP 585cdf0e10cSrcweir 586cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_TOP 587cdf0e10cSrcweir /** use the animation effect 'Move Short to Top'. 588cdf0e10cSrcweir */ 589cdf0e10cSrcweir MOVE_SHORT_TO_TOP, 590cdf0e10cSrcweir 591cdf0e10cSrcweir //------------------------------------------------------------------------- 592cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_TO_UPPERRIGHT 593cdf0e10cSrcweir 594cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_UPPERRIGHT 595cdf0e10cSrcweir /** use the animation effect 'Move Short to Upper Right'. 596cdf0e10cSrcweir */ 597cdf0e10cSrcweir MOVE_SHORT_TO_UPPERRIGHT, 598cdf0e10cSrcweir 599cdf0e10cSrcweir //------------------------------------------------------------------------- 600cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_TO_RIGHT 601cdf0e10cSrcweir 602cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_RIGHT 603cdf0e10cSrcweir /** use the animation effect 'Move Short to Right'. 604cdf0e10cSrcweir */ 605cdf0e10cSrcweir MOVE_SHORT_TO_RIGHT, 606cdf0e10cSrcweir 607cdf0e10cSrcweir //------------------------------------------------------------------------- 608cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_TO_LOWERRIGHT 609cdf0e10cSrcweir 610cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_LOWERRIGHT 611cdf0e10cSrcweir /** use the animation effect 'Move Short to Lower Right'. 612cdf0e10cSrcweir */ 613cdf0e10cSrcweir MOVE_SHORT_TO_LOWERRIGHT, 614cdf0e10cSrcweir 615cdf0e10cSrcweir //------------------------------------------------------------------------- 616cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_TO_BOTTOM 617cdf0e10cSrcweir 618cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_BOTTOM 619cdf0e10cSrcweir /** use the animation effect 'Move Short to Bottom'. 620cdf0e10cSrcweir */ 621cdf0e10cSrcweir MOVE_SHORT_TO_BOTTOM, 622cdf0e10cSrcweir 623cdf0e10cSrcweir //------------------------------------------------------------------------- 624cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_TO_LOWERLEFT 625cdf0e10cSrcweir 626cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_LOWERLEFT 627cdf0e10cSrcweir /** use the animation effect 'Move Short to Lower Left'. 628cdf0e10cSrcweir */ 629cdf0e10cSrcweir MOVE_SHORT_TO_LOWERLEFT, 630cdf0e10cSrcweir 631cdf0e10cSrcweir //------------------------------------------------------------------------- 632cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: VERTICAL_CHECKERBOARD 633cdf0e10cSrcweir 634cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::VERTICAL_CHECKERBOARD 635cdf0e10cSrcweir /** use the animation effect 'Vertical Checkerboard'. 636cdf0e10cSrcweir */ 637cdf0e10cSrcweir VERTICAL_CHECKERBOARD, 638cdf0e10cSrcweir 639cdf0e10cSrcweir //------------------------------------------------------------------------- 640cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: HORIZONTAL_CHECKERBOARD 641cdf0e10cSrcweir 642cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::HORIZONTAL_CHECKERBOARD 643cdf0e10cSrcweir /** use the animation effect 'Horizontal Checkerboard'. 644cdf0e10cSrcweir */ 645cdf0e10cSrcweir HORIZONTAL_CHECKERBOARD, 646cdf0e10cSrcweir 647cdf0e10cSrcweir //------------------------------------------------------------------------- 648cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: HORIZONTAL_ROTATE 649cdf0e10cSrcweir 650cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::HORIZONTAL_ROTATE 651cdf0e10cSrcweir /** use the animation effect 'Horizontal Rotate'. 652cdf0e10cSrcweir */ 653cdf0e10cSrcweir HORIZONTAL_ROTATE, 654cdf0e10cSrcweir 655cdf0e10cSrcweir //------------------------------------------------------------------------- 656cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: VERTICAL_ROTATE 657cdf0e10cSrcweir 658cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::VERTICAL_ROTATE 659cdf0e10cSrcweir /** use the animation effect 'Vertical Rotate'. 660cdf0e10cSrcweir */ 661cdf0e10cSrcweir VERTICAL_ROTATE, 662cdf0e10cSrcweir 663cdf0e10cSrcweir //------------------------------------------------------------------------- 664cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: HORIZONTAL_STRETCH 665cdf0e10cSrcweir 666cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::HORIZONTAL_STRETCH 667cdf0e10cSrcweir /** use the animation effect 'Horizontal Stretch'. 668cdf0e10cSrcweir */ 669cdf0e10cSrcweir HORIZONTAL_STRETCH, 670cdf0e10cSrcweir 671cdf0e10cSrcweir //------------------------------------------------------------------------- 672cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: VERTICAL_STRETCH 673cdf0e10cSrcweir 674cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::VERTICAL_STRETCH 675cdf0e10cSrcweir /** use the animation effect 'Vertical Stretch'. 676cdf0e10cSrcweir */ 677cdf0e10cSrcweir VERTICAL_STRETCH, 678cdf0e10cSrcweir 679cdf0e10cSrcweir //------------------------------------------------------------------------- 680cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: STRETCH_FROM_LEFT 681cdf0e10cSrcweir 682cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_LEFT 683cdf0e10cSrcweir /** use the animation effect 'Stretch From Left'. 684cdf0e10cSrcweir */ 685cdf0e10cSrcweir STRETCH_FROM_LEFT, 686cdf0e10cSrcweir 687cdf0e10cSrcweir //------------------------------------------------------------------------- 688cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: STRETCH_FROM_UPPERLEFT 689cdf0e10cSrcweir 690cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_UPPERLEFT 691cdf0e10cSrcweir /** use the animation effect 'Stretch From Upper Left'. 692cdf0e10cSrcweir */ 693cdf0e10cSrcweir STRETCH_FROM_UPPERLEFT, 694cdf0e10cSrcweir 695cdf0e10cSrcweir //------------------------------------------------------------------------- 696cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: STRETCH_FROM_TOP 697cdf0e10cSrcweir 698cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_TOP 699cdf0e10cSrcweir /** use the animation effect 'Stretch From Top'. 700cdf0e10cSrcweir */ 701cdf0e10cSrcweir STRETCH_FROM_TOP, 702cdf0e10cSrcweir 703cdf0e10cSrcweir //------------------------------------------------------------------------- 704cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: STRETCH_FROM_UPPERRIGHT 705cdf0e10cSrcweir 706cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_UPPERRIGHT 707cdf0e10cSrcweir /** use the animation effect 'Stretch From Upper Right'. 708cdf0e10cSrcweir */ 709cdf0e10cSrcweir STRETCH_FROM_UPPERRIGHT, 710cdf0e10cSrcweir 711cdf0e10cSrcweir //------------------------------------------------------------------------- 712cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: STRETCH_FROM_RIGHT 713cdf0e10cSrcweir 714cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_RIGHT 715cdf0e10cSrcweir /** use the animation effect 'Stretch From Right'. 716cdf0e10cSrcweir */ 717cdf0e10cSrcweir STRETCH_FROM_RIGHT, 718cdf0e10cSrcweir 719cdf0e10cSrcweir //------------------------------------------------------------------------- 720cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: STRETCH_FROM_LOWERRIGHT 721cdf0e10cSrcweir 722cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_LOWERRIGHT 723cdf0e10cSrcweir /** use the animation effect 'Stretch From Lower Right'. 724cdf0e10cSrcweir */ 725cdf0e10cSrcweir STRETCH_FROM_LOWERRIGHT, 726cdf0e10cSrcweir 727cdf0e10cSrcweir //------------------------------------------------------------------------- 728cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: STRETCH_FROM_BOTTOM 729cdf0e10cSrcweir 730cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_BOTTOM 731cdf0e10cSrcweir /** use the animation effect 'Stretch From Bottom'. 732cdf0e10cSrcweir */ 733cdf0e10cSrcweir STRETCH_FROM_BOTTOM, 734cdf0e10cSrcweir 735cdf0e10cSrcweir //------------------------------------------------------------------------- 736cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: STRETCH_FROM_LOWERLEFT 737cdf0e10cSrcweir 738cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_LOWERLEFT 739cdf0e10cSrcweir /** use the animation effect 'Stretch From Lower Left'. 740cdf0e10cSrcweir */ 741cdf0e10cSrcweir STRETCH_FROM_LOWERLEFT, 742cdf0e10cSrcweir 743cdf0e10cSrcweir //------------------------------------------------------------------------- 744cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN 745cdf0e10cSrcweir 746cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN 747cdf0e10cSrcweir /** use the animation effect 'Zoom In'. 748cdf0e10cSrcweir */ 749cdf0e10cSrcweir ZOOM_IN, 750cdf0e10cSrcweir 751cdf0e10cSrcweir //------------------------------------------------------------------------- 752cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_SMALL 753cdf0e10cSrcweir 754cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_SMALL 755cdf0e10cSrcweir /** use the animation effect 'Zoom In Small'. 756cdf0e10cSrcweir */ 757cdf0e10cSrcweir ZOOM_IN_SMALL, 758cdf0e10cSrcweir 759cdf0e10cSrcweir //------------------------------------------------------------------------- 760cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_SPIRAL 761cdf0e10cSrcweir 762cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_SPIRAL 763cdf0e10cSrcweir /** use the animation effect 'Zoom In Spiral'. 764cdf0e10cSrcweir */ 765cdf0e10cSrcweir ZOOM_IN_SPIRAL, 766cdf0e10cSrcweir 767cdf0e10cSrcweir //------------------------------------------------------------------------- 768cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT 769cdf0e10cSrcweir 770cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT 771cdf0e10cSrcweir /** use the animation effect 'Zoom Out'. 772cdf0e10cSrcweir */ 773cdf0e10cSrcweir ZOOM_OUT, 774cdf0e10cSrcweir 775cdf0e10cSrcweir //------------------------------------------------------------------------- 776cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_SMALL 777cdf0e10cSrcweir 778cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_SMALL 779cdf0e10cSrcweir /** use the animation effect 'Zoom Out Small'. 780cdf0e10cSrcweir */ 781cdf0e10cSrcweir ZOOM_OUT_SMALL, 782cdf0e10cSrcweir 783cdf0e10cSrcweir //------------------------------------------------------------------------- 784cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_SPIRAL 785cdf0e10cSrcweir 786cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_SPIRAL 787cdf0e10cSrcweir /** use the animation effect 'Zoom Out Spiral'. 788cdf0e10cSrcweir */ 789cdf0e10cSrcweir ZOOM_OUT_SPIRAL, 790cdf0e10cSrcweir 791cdf0e10cSrcweir //------------------------------------------------------------------------- 792cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_LEFT 793cdf0e10cSrcweir 794cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_LEFT 795cdf0e10cSrcweir /** use the animation effect 'Zoom In From Left'. 796cdf0e10cSrcweir */ 797cdf0e10cSrcweir ZOOM_IN_FROM_LEFT, 798cdf0e10cSrcweir 799cdf0e10cSrcweir //------------------------------------------------------------------------- 800cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_UPPERLEFT 801cdf0e10cSrcweir 802cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_UPPERLEFT 803cdf0e10cSrcweir /** use the animation effect 'Zoom In From Upper Left'. 804cdf0e10cSrcweir */ 805cdf0e10cSrcweir ZOOM_IN_FROM_UPPERLEFT, 806cdf0e10cSrcweir 807cdf0e10cSrcweir //------------------------------------------------------------------------- 808cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_TOP 809cdf0e10cSrcweir 810cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_TOP 811cdf0e10cSrcweir /** use the animation effect 'Zoom In From Top'. 812cdf0e10cSrcweir */ 813cdf0e10cSrcweir ZOOM_IN_FROM_TOP, 814cdf0e10cSrcweir 815cdf0e10cSrcweir //------------------------------------------------------------------------- 816cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_UPPERRIGHT 817cdf0e10cSrcweir 818cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_UPPERRIGHT 819cdf0e10cSrcweir /** use the animation effect 'Zoom In From Upper Right'. 820cdf0e10cSrcweir */ 821cdf0e10cSrcweir ZOOM_IN_FROM_UPPERRIGHT, 822cdf0e10cSrcweir 823cdf0e10cSrcweir //------------------------------------------------------------------------- 824cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_RIGHT 825cdf0e10cSrcweir 826cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_RIGHT 827cdf0e10cSrcweir /** use the animation effect 'Zoom In From Right'. 828cdf0e10cSrcweir */ 829cdf0e10cSrcweir ZOOM_IN_FROM_RIGHT, 830cdf0e10cSrcweir 831cdf0e10cSrcweir //------------------------------------------------------------------------- 832cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_LOWERRIGHT 833cdf0e10cSrcweir 834cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_LOWERRIGHT 835cdf0e10cSrcweir /** use the animation effect 'Zoom In From Lower Right'. 836cdf0e10cSrcweir */ 837cdf0e10cSrcweir ZOOM_IN_FROM_LOWERRIGHT, 838cdf0e10cSrcweir 839cdf0e10cSrcweir //------------------------------------------------------------------------- 840cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_BOTTOM 841cdf0e10cSrcweir 842cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_BOTTOM 843cdf0e10cSrcweir /** use the animation effect 'Zoom In From Bottom'. 844cdf0e10cSrcweir */ 845cdf0e10cSrcweir ZOOM_IN_FROM_BOTTOM, 846cdf0e10cSrcweir 847cdf0e10cSrcweir //------------------------------------------------------------------------- 848cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_LOWERLEFT 849cdf0e10cSrcweir 850cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_LOWERLEFT 851cdf0e10cSrcweir /** use the animation effect 'Zoom In From Lower Left'. 852cdf0e10cSrcweir */ 853cdf0e10cSrcweir ZOOM_IN_FROM_LOWERLEFT, 854cdf0e10cSrcweir 855cdf0e10cSrcweir //------------------------------------------------------------------------- 856cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_CENTER 857cdf0e10cSrcweir 858cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_CENTER 859cdf0e10cSrcweir /** use the animation effect 'Zoom In From Center'. 860cdf0e10cSrcweir */ 861cdf0e10cSrcweir ZOOM_IN_FROM_CENTER, 862cdf0e10cSrcweir 863cdf0e10cSrcweir //------------------------------------------------------------------------- 864cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_LEFT 865cdf0e10cSrcweir 866cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_LEFT 867cdf0e10cSrcweir /** use the animation effect 'Zoom Out From Left'. 868cdf0e10cSrcweir */ 869cdf0e10cSrcweir ZOOM_OUT_FROM_LEFT, 870cdf0e10cSrcweir 871cdf0e10cSrcweir //------------------------------------------------------------------------- 872cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_UPPERLEFT 873cdf0e10cSrcweir 874cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_UPPERLEFT 875cdf0e10cSrcweir /** use the animation effect 'Zoom Out From Upper Left'. 876cdf0e10cSrcweir */ 877cdf0e10cSrcweir ZOOM_OUT_FROM_UPPERLEFT, 878cdf0e10cSrcweir 879cdf0e10cSrcweir //------------------------------------------------------------------------- 880cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_TOP 881cdf0e10cSrcweir 882cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_TOP 883cdf0e10cSrcweir /** use the animation effect 'Zoom Out From Top'. 884cdf0e10cSrcweir */ 885cdf0e10cSrcweir ZOOM_OUT_FROM_TOP, 886cdf0e10cSrcweir 887cdf0e10cSrcweir //------------------------------------------------------------------------- 888cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_UPPERRIGHT 889cdf0e10cSrcweir 890cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_UPPERRIGHT 891cdf0e10cSrcweir /** use the animation effect 'Zoom Out From Upper Right'. 892cdf0e10cSrcweir */ 893cdf0e10cSrcweir ZOOM_OUT_FROM_UPPERRIGHT, 894cdf0e10cSrcweir 895cdf0e10cSrcweir //------------------------------------------------------------------------- 896cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_RIGHT 897cdf0e10cSrcweir 898cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_RIGHT 899cdf0e10cSrcweir /** use the animation effect 'Zoom Out From Right'. 900cdf0e10cSrcweir */ 901cdf0e10cSrcweir ZOOM_OUT_FROM_RIGHT, 902cdf0e10cSrcweir 903cdf0e10cSrcweir //------------------------------------------------------------------------- 904cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_LOWERRIGHT 905cdf0e10cSrcweir 906cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_LOWERRIGHT 907cdf0e10cSrcweir /** use the animation effect 'Zoom Out From Lower Right'. 908cdf0e10cSrcweir */ 909cdf0e10cSrcweir ZOOM_OUT_FROM_LOWERRIGHT, 910cdf0e10cSrcweir 911cdf0e10cSrcweir //------------------------------------------------------------------------- 912cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_BOTTOM 913cdf0e10cSrcweir 914cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_BOTTOM 915cdf0e10cSrcweir /** use the animation effect 'Zoom Out From Bottom'. 916cdf0e10cSrcweir */ 917cdf0e10cSrcweir ZOOM_OUT_FROM_BOTTOM, 918cdf0e10cSrcweir 919cdf0e10cSrcweir //------------------------------------------------------------------------- 920cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_LOWERLEFT 921cdf0e10cSrcweir 922cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_LOWERLEFT 923cdf0e10cSrcweir /** use the animation effect 'Zoom Out From Lower Left'. 924cdf0e10cSrcweir */ 925cdf0e10cSrcweir ZOOM_OUT_FROM_LOWERLEFT, 926cdf0e10cSrcweir 927cdf0e10cSrcweir //------------------------------------------------------------------------- 928cdf0e10cSrcweir // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_CENTER 929cdf0e10cSrcweir 930cdf0e10cSrcweir // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_CENTER 931cdf0e10cSrcweir /** use the animation effect 'Zoom Out From Center'. 932cdf0e10cSrcweir */ 933cdf0e10cSrcweir ZOOM_OUT_FROM_CENTER 934cdf0e10cSrcweir}; 935cdf0e10cSrcweir 936cdf0e10cSrcweir//============================================================================= 937cdf0e10cSrcweir 938cdf0e10cSrcweir}; }; }; }; 939cdf0e10cSrcweir 940cdf0e10cSrcweir#endif 941