summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access/AcFormOpenDataMode.idl
blob: 86b7583958b1bc9c9d471d29acfd6355c95e583c (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 access {
    constants AcFormOpenDataMode {
        const long acFormAdd = 0;
        const long acFormEdit = 1;
        const long acFormPropertySettings = -1;
        const long acFormReadOnly = 2;
    };
}; }; };

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