lok: vcl: fix multiple floatwin removal case more robustly.
[LibreOffice.git] / oovbaapi / ooo / vba / adodb / CommandTypeEnum.idl
blob7489ed9919a224d69bb35334f6b4c7eea06069dd
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module adodb {
3 constants CommandTypeEnum {
4 const long adCmdFile = 256;
5 const long adCmdStoredProc = 4;
6 const long adCmdTable = 2;
7 const long adCmdTableDirect = 512;
8 const long adCmdText = 1;
9 const long adCmdUnknown = 8;
10 const long adCmdUnspecified = -1;
12 }; }; };
14 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */