bump product version to 4.1.6.2
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlPattern.idl
blob040de3bc3b851d9721029ee68b29ad66e72f50c5
1 /*
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 excel {
20 constants XlPattern {
21 const long xlPatternAutomatic = -4105;
22 const long xlPatternChecker = 9;
23 const long xlPatternCrissCross = 16;
24 const long xlPatternDown = -4121;
25 const long xlPatternGray16 = 17;
26 const long xlPatternGray25 = -4124;
27 const long xlPatternGray50 = -4125;
28 const long xlPatternGray75 = -4126;
29 const long xlPatternGray8 = 18;
30 const long xlPatternGrid = 15;
31 const long xlPatternHorizontal = -4128;
32 const long xlPatternLightDown = 13;
33 const long xlPatternLightHorizontal = 11;
34 const long xlPatternLightUp = 14;
35 const long xlPatternLightVertical = 12;
36 const long xlPatternNone = -4142;
37 const long xlPatternSemiGray75 = 10;
38 const long xlPatternSolid = 1;
39 const long xlPatternUp = -4162;
40 const long xlPatternVertical = -4166;
42 }; }; };