1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo
{ module vba
{ module adodb
{
3 constants CursorOptionEnum
{
4 const long adAddNew
= 16778240;
5 const long adApproxPosition
= 16384;
6 const long adBookmark
= 8192;
7 const long adDelete
= 16779264;
8 const long adFind
= 524288;
9 const long adHoldRecords
= 256;
10 const long adIndex
= 8388608;
11 const long adMovePrevious
= 512;
12 const long adNotify
= 262144;
13 const long adResync
= 131072;
14 const long adSeek
= 4194304;
15 const long adUpdate
= 16809984;
16 const long adUpdateBatch
= 65536;
20 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */