2 * This file is part of the LibreOffice project.
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 * This file incorporates work covered by the following license notice:
10 * Licensed to the Apache Software Foundation (ASF) under one or more
11 * contributor license agreements. See the NOTICE file distributed
12 * with this work for additional information regarding copyright
13 * ownership. The ASF licenses this file to you under the Apache
14 * License, Version 2.0 (the "License"); you may not use this file
15 * except in compliance with the License. You may obtain a copy of
16 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 module ooo
{ module vba
{ module office
{
20 constants MsoPatternType
{
21 const long msoPattern10Percent
= 2;
22 const long msoPattern20Percent
= 3;
23 const long msoPattern25Percent
= 4;
24 const long msoPattern30Percent
= 5;
25 const long msoPattern40Percent
= 6;
26 const long msoPattern50Percent
= 7;
27 const long msoPattern5Percent
= 1;
28 const long msoPattern60Percent
= 8;
29 const long msoPattern70Percent
= 9;
30 const long msoPattern75Percent
= 10;
31 const long msoPattern80Percent
= 11;
32 const long msoPattern90Percent
= 12;
33 const long msoPatternDarkDownwardDiagonal
= 15;
34 const long msoPatternDarkHorizontal
= 13;
35 const long msoPatternDarkUpwardDiagonal
= 16;
36 const long msoPatternDarkVertical
= 14;
37 const long msoPatternDashedDownwardDiagonal
= 28;
38 const long msoPatternDashedHorizontal
= 32;
39 const long msoPatternDashedUpwardDiagonal
= 27;
40 const long msoPatternDashedVertical
= 31;
41 const long msoPatternDiagonalBrick
= 40;
42 const long msoPatternDivot
= 46;
43 const long msoPatternDottedDiamond
= 24;
44 const long msoPatternDottedGrid
= 45;
45 const long msoPatternHorizontalBrick
= 35;
46 const long msoPatternLargeCheckerBoard
= 36;
47 const long msoPatternLargeConfetti
= 33;
48 const long msoPatternLargeGrid
= 34;
49 const long msoPatternLightDownwardDiagonal
= 21;
50 const long msoPatternLightHorizontal
= 19;
51 const long msoPatternLightUpwardDiagonal
= 22;
52 const long msoPatternLightVertical
= 20;
53 const long msoPatternMixed
= -2;
54 const long msoPatternNarrowHorizontal
= 30;
55 const long msoPatternNarrowVertical
= 29;
56 const long msoPatternOutlinedDiamond
= 41;
57 const long msoPatternPlaid
= 42;
58 const long msoPatternShingle
= 47;
59 const long msoPatternSmallCheckerBoard
= 17;
60 const long msoPatternSmallConfetti
= 37;
61 const long msoPatternSmallGrid
= 23;
62 const long msoPatternSolidDiamond
= 39;
63 const long msoPatternSphere
= 43;
64 const long msoPatternTrellis
= 18;
65 const long msoPatternWave
= 48;
66 const long msoPatternWeave
= 44;
67 const long msoPatternWideDownwardDiagonal
= 25;
68 const long msoPatternWideUpwardDiagonal
= 26;
69 const long msoPatternZigZag
= 38;