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;
13 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */