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_MsoPatternType_idl__
24#define __ooo_vba_office_MsoPatternType_idl__
25
26module ooo { module vba { module office {
27    constants MsoPatternType {
28        const long msoPattern10Percent = 2;
29        const long msoPattern20Percent = 3;
30        const long msoPattern25Percent = 4;
31        const long msoPattern30Percent = 5;
32        const long msoPattern40Percent = 6;
33        const long msoPattern50Percent = 7;
34        const long msoPattern5Percent = 1;
35        const long msoPattern60Percent = 8;
36        const long msoPattern70Percent = 9;
37        const long msoPattern75Percent = 10;
38        const long msoPattern80Percent = 11;
39        const long msoPattern90Percent = 12;
40        const long msoPatternDarkDownwardDiagonal = 15;
41        const long msoPatternDarkHorizontal = 13;
42        const long msoPatternDarkUpwardDiagonal = 16;
43        const long msoPatternDarkVertical = 14;
44        const long msoPatternDashedDownwardDiagonal = 28;
45        const long msoPatternDashedHorizontal = 32;
46        const long msoPatternDashedUpwardDiagonal = 27;
47        const long msoPatternDashedVertical = 31;
48        const long msoPatternDiagonalBrick = 40;
49        const long msoPatternDivot = 46;
50        const long msoPatternDottedDiamond = 24;
51        const long msoPatternDottedGrid = 45;
52        const long msoPatternHorizontalBrick = 35;
53        const long msoPatternLargeCheckerBoard = 36;
54        const long msoPatternLargeConfetti = 33;
55        const long msoPatternLargeGrid = 34;
56        const long msoPatternLightDownwardDiagonal = 21;
57        const long msoPatternLightHorizontal = 19;
58        const long msoPatternLightUpwardDiagonal = 22;
59        const long msoPatternLightVertical = 20;
60        const long msoPatternMixed = -2;
61        const long msoPatternNarrowHorizontal = 30;
62        const long msoPatternNarrowVertical = 29;
63        const long msoPatternOutlinedDiamond = 41;
64        const long msoPatternPlaid = 42;
65        const long msoPatternShingle = 47;
66        const long msoPatternSmallCheckerBoard = 17;
67        const long msoPatternSmallConfetti = 37;
68        const long msoPatternSmallGrid = 23;
69        const long msoPatternSolidDiamond = 39;
70        const long msoPatternSphere = 43;
71        const long msoPatternTrellis = 18;
72        const long msoPatternWave = 48;
73        const long msoPatternWeave = 44;
74        const long msoPatternWideDownwardDiagonal = 25;
75        const long msoPatternWideUpwardDiagonal = 26;
76        const long msoPatternZigZag = 38;
77    };
78}; }; };
79
80#endif
81