summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access/AcView.idl
blob: f9328ee445fdfea1b4bb7f7a1a44e910551b28e3 (plain)
1
2
3
4
5
6
7
8
9
module ooo { module vba { module access {
    constants AcView {
        const long acViewDesign = 1;
        const long acViewNormal = 0;
        const long acViewPivotChart = 4;
        const long acViewPivotTable = 3;
        const long acViewPreview = 2;
    };
}; }; };