summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access/AcExportXMLOtherFlags.idl
blob: 5e2bb271c8805dcd7a79ad0a9d85aeb378b3b83b (plain)
1
2
3
4
5
6
7
8
9
module ooo { module vba { module access {
    constants AcExportXMLOtherFlags {
        const long acEmbedSchema = 1;
        const long acExcludePrimaryKeyAndIndexes = 2;
        const long acLiveReportSource = 8;
        const long acPersistReportML = 16;
        const long acRunFromServer = 4;
    };
}; }; };