summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access/AcFormView.idl
blob: dae0b9d58959d9f959e5dd07f84aa60d2f85fea4 (plain)
1
2
3
4
5
6
7
8
9
10
module ooo { module vba { module access {
    constants AcFormView {
        const long acDesign = 1;
        const long acFormDS = 3;
        const long acFormPivotChart = 5;
        const long acFormPivotTable = 4;
        const long acNormal = 0;
        const long acPreview = 2;
    };
}; }; };