summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access/AcRecord.idl
blob: db2510a5aad5585542073045cb4b8ad1b609d5b4 (plain)
1
2
3
4
5
6
7
8
9
10
module ooo { module vba { module access {
    constants AcRecord {
        const long acFirst = 2;
        const long acGoTo = 4;
        const long acLast = 3;
        const long acNewRec = 5;
        const long acNext = 1;
        const long acPrevious = 0;
    };
}; }; };