1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo
{ module vba
{ module access
{
3 constants AcColorIndex
{
4 const long acColorIndexAqua
= 14;
5 const long acColorIndexBlack
= 0;
6 const long acColorIndexBlue
= 12;
7 const long acColorIndexBrightGreen
= 10;
8 const long acColorIndexDarkBlue
= 4;
9 const long acColorIndexFuschia
= 13;
10 const long acColorIndexGray
= 7;
11 const long acColorIndexGreen
= 2;
12 const long acColorIndexMaroon
= 1;
13 const long acColorIndexOlive
= 3;
14 const long acColorIndexRed
= 9;
15 const long acColorIndexSilver
= 8;
16 const long acColorIndexTeal
= 6;
17 const long acColorIndexViolet
= 5;
18 const long acColorIndexWhite
= 15;
19 const long acColorIndexYellow
= 11;
23 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */