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