lok: vcl: fix multiple floatwin removal case more robustly.
[LibreOffice.git] / oovbaapi / ooo / vba / adodb / FilterGroupEnum.idl
blobffa4c056cad467ff7862c5ddb50be2b1f5541da4
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module adodb {
3 constants FilterGroupEnum {
4 const long adFilterAffectedRecords = 2;
5 const long adFilterConflictingRecords = 5;
6 const long adFilterFetchedRecords = 3;
7 const long adFilterNone = 0;
8 const long adFilterPendingRecords = 1;
9 const long adFilterPredicate = 4;
11 }; }; };
13 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */