1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27#ifndef __com_sun_star_presentation_FadeEffect_idl__ 28#define __com_sun_star_presentation_FadeEffect_idl__ 29 30 31//============================================================================= 32 33 module com { module sun { module star { module presentation { 34 35//============================================================================= 36 37/** specifies the fade effects to fade one page into another. 38 */ 39published enum FadeEffect 40{ 41 //------------------------------------------------------------------------- 42 43 /** use no fade effects. 44 */ 45 NONE, 46 47 //------------------------------------------------------------------------- 48 49 /** use the fade effect 'Fade from Left'. 50 */ 51 FADE_FROM_LEFT, 52 53 //------------------------------------------------------------------------- 54 55 /** use the fade effect 'Fade from Top'. 56 */ 57 FADE_FROM_TOP, 58 59 //------------------------------------------------------------------------- 60 61 /** use the fade effect 'Fade from Right'. 62 */ 63 FADE_FROM_RIGHT, 64 65 //------------------------------------------------------------------------- 66 67 /** use the fade effect 'Fade from Bottom'. 68 */ 69 FADE_FROM_BOTTOM, 70 71 //------------------------------------------------------------------------- 72 73 /** use the fade effect 'Fade to Center'. 74 */ 75 FADE_TO_CENTER, 76 77 //------------------------------------------------------------------------- 78 79 /** use the fade effect 'Fade from Center'. 80 */ 81 FADE_FROM_CENTER, 82 83 //------------------------------------------------------------------------- 84 85 /** use the fade effect 'Move from Left'. 86 */ 87 MOVE_FROM_LEFT, 88 89 //------------------------------------------------------------------------- 90 91 /** use the fade effect 'Move from Top'. 92 */ 93 MOVE_FROM_TOP, 94 95 //------------------------------------------------------------------------- 96 97 /** use the fade effect 'Move from Right'. 98 */ 99 MOVE_FROM_RIGHT, 100 101 //------------------------------------------------------------------------- 102 103 /** use the fade effect 'Move from Bottom'. 104 */ 105 MOVE_FROM_BOTTOM, 106 107 //------------------------------------------------------------------------- 108 109 /** use the fade effect 'Roll from Left'. 110 */ 111 ROLL_FROM_LEFT, 112 113 //------------------------------------------------------------------------- 114 115 /** use the fade effect 'Roll from Top'. 116 */ 117 ROLL_FROM_TOP, 118 119 //------------------------------------------------------------------------- 120 121 /** use the fade effect 'Roll from Right'. 122 */ 123 ROLL_FROM_RIGHT, 124 125 //------------------------------------------------------------------------- 126 127 /** use the fade effect 'Roll from Bottom'. 128 */ 129 ROLL_FROM_BOTTOM, 130 131 //------------------------------------------------------------------------- 132 133 /** use the fade effect 'Vertical Stripes'. 134 */ 135 VERTICAL_STRIPES, 136 137 //------------------------------------------------------------------------- 138 139 /** use the fade effect 'Horizontal Stripes'. 140 */ 141 HORIZONTAL_STRIPES, 142 143 //------------------------------------------------------------------------- 144 145 /** use the fade effect 'Clockwise'. 146 */ 147 CLOCKWISE, 148 149 //------------------------------------------------------------------------- 150 151 /** use the fade effect 'Counter Clockwise'. 152 */ 153 COUNTERCLOCKWISE, 154 155 //------------------------------------------------------------------------- 156 157 /** use the fade effect 'Fade from Upper Left'. 158 */ 159 FADE_FROM_UPPERLEFT, 160 161 //------------------------------------------------------------------------- 162 163 /** use the fade effect 'Fade from Upper Right'. 164 */ 165 FADE_FROM_UPPERRIGHT, 166 167 //------------------------------------------------------------------------- 168 169 /** use the fade effect 'Fade from Lower Left'. 170 */ 171 FADE_FROM_LOWERLEFT, 172 173 //------------------------------------------------------------------------- 174 175 /** use the fade effect 'Fade from Lower Right'. 176 */ 177 FADE_FROM_LOWERRIGHT, 178 179 //------------------------------------------------------------------------- 180 181 /** use the fade effect 'Close Vertical'. 182 */ 183 CLOSE_VERTICAL, 184 185 //------------------------------------------------------------------------- 186 187 /** use the fade effect 'Close Horizontal'. 188 */ 189 CLOSE_HORIZONTAL, 190 191 //------------------------------------------------------------------------- 192 193 /** use the fade effect 'Open Vertical'. 194 */ 195 OPEN_VERTICAL, 196 197 //------------------------------------------------------------------------- 198 199 /** use the fade effect 'Open Horizontal'. 200 */ 201 OPEN_HORIZONTAL, 202 203 //------------------------------------------------------------------------- 204 205 /** use the fade effect 'Spiral Inward Left'. 206 */ 207 SPIRALIN_LEFT, 208 209 //------------------------------------------------------------------------- 210 211 /** use the fade effect 'Spiral Inward Right'. 212 */ 213 SPIRALIN_RIGHT, 214 215 //------------------------------------------------------------------------- 216 217 /** use the fade effect 'Spiral Outward Left'. 218 */ 219 SPIRALOUT_LEFT, 220 221 //------------------------------------------------------------------------- 222 223 /** use the fade effect 'Spiral Outward Right'. 224 */ 225 SPIRALOUT_RIGHT, 226 227 //------------------------------------------------------------------------- 228 229 /** use the fade effect 'Dissolve'. 230 */ 231 DISSOLVE, 232 233 //------------------------------------------------------------------------- 234 235 /** use the fade effect 'Wavy Line from Left'. 236 */ 237 WAVYLINE_FROM_LEFT, 238 239 //------------------------------------------------------------------------- 240 241 /** use the fade effect 'Wavy Line from Top'. 242 */ 243 WAVYLINE_FROM_TOP, 244 245 //------------------------------------------------------------------------- 246 247 /** use the fade effect 'Wavy Line from Right'. 248 */ 249 WAVYLINE_FROM_RIGHT, 250 251 //------------------------------------------------------------------------- 252 253 /** use the fade effect 'Wavy Line from Bottom'. 254 */ 255 WAVYLINE_FROM_BOTTOM, 256 257 //------------------------------------------------------------------------- 258 259 /** use the fade effect 'Random'. 260 */ 261 RANDOM, 262 263 //------------------------------------------------------------------------- 264 265 /** use the fade effect 'Stretch from Left'. 266 */ 267 STRETCH_FROM_LEFT, 268 269 //------------------------------------------------------------------------- 270 271 /** use the fade effect 'Stretch from Top'. 272 */ 273 STRETCH_FROM_TOP, 274 275 //------------------------------------------------------------------------- 276 277 /** use the fade effect 'Stretch from Right'. 278 */ 279 STRETCH_FROM_RIGHT, 280 281 //------------------------------------------------------------------------- 282 283 /** use the fade effect 'Stretch from Bottom'. 284 */ 285 STRETCH_FROM_BOTTOM, 286 287 //------------------------------------------------------------------------- 288 289 /** use the fade effect 'Vertical Lines'. 290 */ 291 VERTICAL_LINES, 292 293 //------------------------------------------------------------------------- 294 295 /** use the fade effect 'Horizontal Lines'. 296 */ 297 HORIZONTAL_LINES, 298 299 //------------------------------------------------------------------------- 300 301 /** use the fade effect 'Move from Upper Left'. 302 */ 303 MOVE_FROM_UPPERLEFT, 304 305 //------------------------------------------------------------------------- 306 307 /** use the fade effect 'Move from Upper Right'. 308 */ 309 MOVE_FROM_UPPERRIGHT, 310 311 //------------------------------------------------------------------------- 312 313 /** use the fade effect 'Move from Lower Right'. 314 */ 315 MOVE_FROM_LOWERRIGHT, 316 317 //------------------------------------------------------------------------- 318 319 /** use the fade effect 'Move from Lower Left'. 320 */ 321 MOVE_FROM_LOWERLEFT, 322 323 //------------------------------------------------------------------------- 324 325 /** use the fade effect 'Uncover to Left'. 326 */ 327 UNCOVER_TO_LEFT, 328 329 //------------------------------------------------------------------------- 330 331 /** use the fade effect 'Uncover to Upper Left'. 332 */ 333 UNCOVER_TO_UPPERLEFT, 334 335 //------------------------------------------------------------------------- 336 337 /** use the fade effect 'Uncover to Top'. 338 */ 339 UNCOVER_TO_TOP, 340 341 //------------------------------------------------------------------------- 342 343 /** use the fade effect 'Uncover to Upper Right'. 344 */ 345 UNCOVER_TO_UPPERRIGHT, 346 347 //------------------------------------------------------------------------- 348 349 /** use the fade effect 'Uncover to Right'. 350 */ 351 UNCOVER_TO_RIGHT, 352 353 //------------------------------------------------------------------------- 354 355 /** use the fade effect 'Uncover to Lower Right'. 356 */ 357 UNCOVER_TO_LOWERRIGHT, 358 359 //------------------------------------------------------------------------- 360 361 /** use the fade effect 'Uncover to Bottom'. 362 */ 363 UNCOVER_TO_BOTTOM, 364 365 //------------------------------------------------------------------------- 366 367 /** use the fade effect 'Uncover to Lower Left'. 368 */ 369 UNCOVER_TO_LOWERLEFT, 370 371 //------------------------------------------------------------------------- 372 373 /** use the fade effect 'Vertical Checkerboard'. 374 */ 375 VERTICAL_CHECKERBOARD, 376 377 //------------------------------------------------------------------------- 378 379 /** use the fade effect 'Horizontal Checkerboard'. 380 */ 381 HORIZONTAL_CHECKERBOARD 382}; 383 384//============================================================================= 385 386}; }; }; }; 387 388#endif 389