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 word
{
22 const long wdColorAqua
= 13421619;
23 const long wdColorAutomatic
= -16777216;
24 const long wdColorBlack
= 0;
25 const long wdColorBlue
= 16711680;
26 const long wdColorBlueGray
= 10053222;
27 const long wdColorBrightGreen
= 65280;
28 const long wdColorBrown
= 13209;
29 const long wdColorDarkBlue
= 8388608;
30 const long wdColorDarkGreen
= 13056;
31 const long wdColorDarkRed
= 128;
32 const long wdColorDarkTeal
= 6697728;
33 const long wdColorDarkYellow
= 32896;
34 const long wdColorGold
= 52479;
35 const long wdColorGray05
= 15987699;
36 const long wdColorGray10
= 15132390;
37 const long wdColorGray125
= 14737632;
38 const long wdColorGray15
= 14277081;
39 const long wdColorGray20
= 13421772;
40 const long wdColorGray25
= 12632256;
41 const long wdColorGray30
= 11776947;
42 const long wdColorGray35
= 10921638;
43 const long wdColorGray375
= 10526880;
44 const long wdColorGray40
= 10066329;
45 const long wdColorGray45
= 9211020;
46 const long wdColorGray50
= 8421504;
47 const long wdColorGray55
= 7566195;
48 const long wdColorGray60
= 6710886;
49 const long wdColorGray625
= 6316128;
50 const long wdColorGray65
= 5855577;
51 const long wdColorGray70
= 5000268;
52 const long wdColorGray75
= 4210752;
53 const long wdColorGray80
= 3355443;
54 const long wdColorGray85
= 2500134;
55 const long wdColorGray875
= 2105376;
56 const long wdColorGray90
= 1644825;
57 const long wdColorGray95
= 789516;
58 const long wdColorGreen
= 32768;
59 const long wdColorIndigo
= 10040115;
60 const long wdColorLavender
= 16751052;
61 const long wdColorLightBlue
= 16737843;
62 const long wdColorLightGreen
= 13434828;
63 const long wdColorLightOrange
= 39423;
64 const long wdColorLightTurquoise
= 16777164;
65 const long wdColorLightYellow
= 10092543;
66 const long wdColorLime
= 52377;
67 const long wdColorOliveGreen
= 13107;
68 const long wdColorOrange
= 26367;
69 const long wdColorPaleBlue
= 16764057;
70 const long wdColorPink
= 16711935;
71 const long wdColorPlum
= 6697881;
72 const long wdColorRed
= 255;
73 const long wdColorRose
= 13408767;
74 const long wdColorSeaGreen
= 6723891;
75 const long wdColorSkyBlue
= 16763904;
76 const long wdColorTan
= 10079487;
77 const long wdColorTeal
= 8421376;
78 const long wdColorTurquoise
= 16776960;
79 const long wdColorViolet
= 8388736;
80 const long wdColorWhite
= 16777215;
81 const long wdColorYellow
= 65535;
85 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */