summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/dao/DatabaseTypeEnum.idl
blob: bbcc54e1486c30c800ca315bbd2d557c84359cdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module dao {
    constants DatabaseTypeEnum {
        const long dbDecrypt = 4;
        const long dbEncrypt = 2;
        const long dbVersion10 = 1;
        const long dbVersion11 = 8;
        const long dbVersion20 = 16;
        const long dbVersion30 = 32;
        const long dbVersion40 = 64;
    };
}; }; };

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