lok: vcl: fix multiple floatwin removal case more robustly.
[LibreOffice.git] / oovbaapi / ooo / vba / adodb / CEResyncEnum.idl
blob0cf1f2e56b231886ec1533f66655b35f7ac57db9
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module adodb {
3 constants CEResyncEnum {
4 const long adResyncAll = 15;
5 const long adResyncAutoIncrement = 1;
6 const long adResyncConflicts = 2;
7 const long adResyncInserts = 8;
8 const long adResyncNone = 0;
9 const long adResyncUpdates = 4;
11 }; }; };
13 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */