sdext: adapt xpdfwrapper to poppler 24.12
[LibreOffice.git] / oovbaapi / ooo / vba / dao / QueryDefTypeEnum.idl
blob807cff50632a6ea18193aac146206f2c26a53f6b
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module dao {
3 constants QueryDefTypeEnum {
4 const long dbQAction = 240;
5 const long dbQAppend = 64;
6 const long dbQCompound = 160;
7 const long dbQCrosstab = 16;
8 const long dbQDDL = 96;
9 const long dbQDelete = 32;
10 const long dbQMakeTable = 80;
11 const long dbQProcedure = 224;
12 const long dbQSelect = 0;
13 const long dbQSetOperation = 128;
14 const long dbQSPTBulk = 144;
15 const long dbQSQLPassThrough = 112;
16 const long dbQUpdate = 48;
18 }; }; };
20 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */