summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access/AcDataTransferType.idl
blob: 1a84e83f5305af7852c22afd0b0c7fd8efb8b7a6 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module access {
    constants AcDataTransferType {
        const long acExport = 1;
        const long acImport = 0;
        const long acLink = 2;
    };
}; }; };