LibreOffice
LibreOffice 5.0 SDK API Reference
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
com
sun
star
animations
TransitionType.idl
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
/*
3
* This file is part of the LibreOffice project.
4
*
5
* This Source Code Form is subject to the terms of the Mozilla Public
6
* License, v. 2.0. If a copy of the MPL was not distributed with this
7
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
*
9
* This file incorporates work covered by the following license notice:
10
*
11
* Licensed to the Apache Software Foundation (ASF) under one or more
12
* contributor license agreements. See the NOTICE file distributed
13
* with this work for additional information regarding copyright
14
* ownership. The ASF licenses this file to you under the Apache
15
* License, Version 2.0 (the "License"); you may not use this file
16
* except in compliance with the License. You may obtain a copy of
17
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
18
*/
19
#ifndef __com_sun_star_animations_TransitionType_idl__
20
#define __com_sun_star_animations_TransitionType_idl__
21
22
23
module com { module sun { module star { module animations {
24
25
28
constants TransitionType
29
{
30
const
short
BARWIPE
= 1;
31
const
short
BOXWIPE
= 2;
32
const
short
FOURBOXWIPE
= 3;
33
const
short
BARNDOORWIPE
= 4;
34
const
short
DIAGONALWIPE
= 5;
35
const
short
BOWTIEWIPE
= 6;
36
const
short
MISCDIAGONALWIPE
= 7;
37
const
short
VEEWIPE
= 8;
38
const
short
BARNVEEWIPE
= 9;
39
const
short
ZIGZAGWIPE
= 10;
40
const
short
BARNZIGZAGWIPE
= 11;
41
const
short
IRISWIPE
= 12;
42
const
short
TRIANGLEWIPE
= 13;
43
const
short
ARROWHEADWIPE
= 14;
44
const
short
PENTAGONWIPE
= 15;
45
const
short
HEXAGONWIPE
= 16;
46
const
short
ELLIPSEWIPE
= 17;
47
const
short
EYEWIPE
= 18;
48
const
short
ROUNDRECTWIPE
= 19;
49
const
short
STARWIPE
= 20;
50
const
short
MISCSHAPEWIPE
= 21;
51
const
short
CLOCKWIPE
= 22;
52
const
short
PINWHEELWIPE
= 23;
53
const
short
SINGLESWEEPWIPE
= 24;
54
const
short
FANWIPE
= 25;
55
const
short
DOUBLEFANWIPE
= 26;
56
const
short
DOUBLESWEEPWIPE
= 27;
57
const
short
SALOONDOORWIPE
= 28;
58
const
short
WINDSHIELDWIPE
= 29;
59
const
short
SNAKEWIPE
= 30;
60
const
short
SPIRALWIPE
= 31;
61
const
short
PARALLELSNAKESWIPE
= 32;
62
const
short
BOXSNAKESWIPE
= 33;
63
const
short
WATERFALLWIPE
= 34;
64
const
short
PUSHWIPE
= 35;
65
const
short
SLIDEWIPE
= 36;
66
const
short
FADE
= 37;
67
68
// new
69
const
short
RANDOMBARWIPE
= 38;
70
const
short
CHECKERBOARDWIPE
= 39;
71
const
short
DISSOLVE
= 40;
72
const
short
BLINDSWIPE
= 41;
73
const
short
RANDOM
= 42;
74
const
short
ZOOM
= 43;
75
};
76
77
78
}; }; }; };
79
80
#endif
81
82
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Generated by
1.8.4