fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / oovbaapi / ooo / vba / adodb / DataTypeEnum.idl
blob411611279d75bfea5c2073cfeebdf6b96fbad395
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
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/.
8 */
9 module ooo { module vba { module adodb {
10 constants DataTypeEnum {
11 const long adArray = 8192;
12 const long adBigInt = 20;
13 const long adBinary = 128;
14 const long adBoolean = 11;
15 const long adBSTR = 8;
16 const long adChapter = 136;
17 const long adChar = 129;
18 const long adCurrency = 6;
19 const long adDate = 7;
20 const long adDBDate = 133;
21 const long adDBTime = 134;
22 const long adDBTimeStamp = 135;
23 const long adDecimal = 14;
24 const long adDouble = 5;
25 const long adEmpty = 0;
26 const long adError = 10;
27 const long adFileTime = 64;
28 const long adGUID = 72;
29 const long adIDispatch = 9;
30 const long adInteger = 3;
31 const long adIUnknown = 13;
32 const long adLongVarBinary = 205;
33 const long adLongVarChar = 201;
34 const long adLongVarWChar = 203;
35 const long adNumeric = 131;
36 const long adPropVariant = 138;
37 const long adSingle = 4;
38 const long adSmallInt = 2;
39 const long adTinyInt = 16;
40 const long adUnsignedBigInt = 21;
41 const long adUnsignedInt = 19;
42 const long adUnsignedSmallInt = 18;
43 const long adUnsignedTinyInt = 17;
44 const long adUserDefined = 132;
45 const long adVarBinary = 204 ;
46 const long adVarChar = 200;
47 const long adVariant = 12;
48 const long adVarNumeric = 139;
49 const long adVarWChar = 202;
50 const long adWChar = 130;
52 }; }; };
53 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */