summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access/AcFormOpenDataMode.idl
blob: 2a39dac2c0b8b5e80c0b35e52d2101868dec5f13 (plain)
1
2
3
4
5
6
7
8
module ooo { module vba { module access {
    constants AcFormOpenDataMode {
        const long acFormAdd = 0;
        const long acFormEdit = 1;
        const long acFormPropertySettings = -1;
        const long acFormReadOnly = 2;
    };
}; }; };