Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / oovbaapi / ooo / vba / access / AcColorIndex.idl
blob7c6af5178b012c75c2ec8c5a206a729d93d952fe
1 module ooo { module vba { module access {
2 constants AcColorIndex {
3 const long acColorIndexAqua = 14;
4 const long acColorIndexBlack = 0;
5 const long acColorIndexBlue = 12;
6 const long acColorIndexBrightGreen = 10;
7 const long acColorIndexDarkBlue = 4;
8 const long acColorIndexFuschia = 13;
9 const long acColorIndexGray = 7;
10 const long acColorIndexGreen = 2;
11 const long acColorIndexMaroon = 1;
12 const long acColorIndexOlive = 3;
13 const long acColorIndexRed = 9;
14 const long acColorIndexSilver = 8;
15 const long acColorIndexTeal = 6;
16 const long acColorIndexViolet = 5;
17 const long acColorIndexWhite = 15;
18 const long acColorIndexYellow = 11;
20 }; }; };