summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access/AcDefView.idl
blob: 014f5e140b90bceef6a0906cb120397d56ec52bd (plain)
1
2
3
4
5
6
7
8
9
module ooo { module vba { module access {
    constants AcDefView {
        const long acDefViewContinuous = 1;
        const long acDefViewDatasheet = 2;
        const long acDefViewPivotChart = 4;
        const long acDefViewPivotTable = 3;
        const long acDefViewSingle = 0;
    };
}; }; };