summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access/ProcKind.idl
blob: a177f2eb6bfe4d0e545ba6e9976676365b0a4b80 (plain)
1
2
3
4
5
6
7
8
module ooo { module vba { module access {
    constants ProcKind {
        const long Get = 3;
        const long Let = 1;
        const long Proc = 0;
        const long Set = 2;
    };
}; }; };