summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/adodb/AffectEnum.idl
blob: 6bb7588d346cd80b75ebba03534e0c71193d1088 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module adodb {
    constants AffectEnum {
        const long adAffectAll = 3;
        const long adAffectAllChapters = 4;
        const long adAffectCurrent = 1;
        const long adAffectGroup = 2;
    };
}; }; };

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */