summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access/AcSendObjectType.idl
blob: e4e92bfbb1df9e020e9b7f2b2010f440fac0e70a (plain)
1
2
3
4
5
6
7
8
9
10
11
module ooo { module vba { module access {
    constants AcSendObjectType {
        const long acSendDataAccessPage = 6;
        const long acSendForm = 2;
        const long acSendModule = 5;
        const long acSendNoObject = -1;
        const long acSendQuery = 1;
        const long acSendReport = 3;
        const long acSendTable = 0;
    };
}; }; };