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