summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/access/AcExportXMLObjectType.idl
blob: 0ef23f619620e8bd0246b6dfa4a81a3e8c11857b (plain)
1
2
3
4
5
6
7
8
9
10
11
module ooo { module vba { module access {
    constants AcExportXMLObjectType {
        const long acExportForm = 2;
        const long acExportFunction = 10;
        const long acExportQuery = 1;
        const long acExportReport = 3;
        const long acExportServerView = 7;
        const long acExportStoredProcedure = 9;
        const long acExportTable = 0;
    };
}; }; };