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 __ooo_vba_office_MsoPresetTextEffect_idl__
24#define __ooo_vba_office_MsoPresetTextEffect_idl__
25
26module ooo { module vba { module office {
27    constants MsoPresetTextEffect {
28        const long msoTextEffect1 = 0;
29        const long msoTextEffect10 = 9;
30        const long msoTextEffect11 = 10;
31        const long msoTextEffect12 = 11;
32        const long msoTextEffect13 = 12;
33        const long msoTextEffect14 = 13;
34        const long msoTextEffect15 = 14;
35        const long msoTextEffect16 = 15;
36        const long msoTextEffect17 = 16;
37        const long msoTextEffect18 = 17;
38        const long msoTextEffect19 = 18;
39        const long msoTextEffect2 = 1;
40        const long msoTextEffect20 = 19;
41        const long msoTextEffect21 = 20;
42        const long msoTextEffect22 = 21;
43        const long msoTextEffect23 = 22;
44        const long msoTextEffect24 = 23;
45        const long msoTextEffect25 = 24;
46        const long msoTextEffect26 = 25;
47        const long msoTextEffect27 = 26;
48        const long msoTextEffect28 = 27;
49        const long msoTextEffect29 = 28;
50        const long msoTextEffect3 = 2;
51        const long msoTextEffect30 = 29;
52        const long msoTextEffect4 = 3;
53        const long msoTextEffect5 = 4;
54        const long msoTextEffect6 = 5;
55        const long msoTextEffect7 = 6;
56        const long msoTextEffect8 = 7;
57        const long msoTextEffect9 = 8;
58        const long msoTextEffectMixed = -2;
59    };
60}; }; };
61
62#endif
63