1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
20 module ooo
{ module vba
{ module office
{
21 constants MsoPresetGradientType
{
22 const long msoGradientBrass
= 20;
23 const long msoGradientCalmWater
= 8;
24 const long msoGradientChrome
= 21;
25 const long msoGradientChromeII
= 22;
26 const long msoGradientDaybreak
= 4;
27 const long msoGradientDesert
= 6;
28 const long msoGradientEarlySunset
= 1;
29 const long msoGradientFire
= 9;
30 const long msoGradientFog
= 10;
31 const long msoGradientGold
= 18;
32 const long msoGradientGoldII
= 19;
33 const long msoGradientHorizon
= 5;
34 const long msoGradientLateSunset
= 2;
35 const long msoGradientMahogany
= 15;
36 const long msoGradientMoss
= 11;
37 const long msoGradientNightfall
= 3;
38 const long msoGradientOcean
= 7;
39 const long msoGradientParchment
= 14;
40 const long msoGradientPeacock
= 12;
41 const long msoGradientRainbow
= 16;
42 const long msoGradientRainbowII
= 17;
43 const long msoGradientSapphire
= 24;
44 const long msoGradientSilver
= 23;
45 const long msoGradientWheat
= 13;
46 const long msoPresetGradientMixed
= -2;
50 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */