summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access/AcCurrentView.idl
blob: 0f2dd489f032c7f80d765110aed65d6a48f84cb2 (plain)
1
2
3
4
5
6
7
8
9
10
module ooo { module vba { module access {
    constants AcCurrentView {
        const long acCurViewDatasheet = 2;
        const long acCurViewDesign = 0;
        const long acCurViewFormBrowse = 1;
        const long acCurViewPivotChart = 4;
        const long acCurViewPivotTable = 3;
        const long acCurViewPreview = 5;
    };
}; }; };