summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoFileNewSection.idl
blob: 29ec6083aa842105ce55d02ede9af79842a9694a (plain)
1
2
3
4
5
6
7
8
9
module ooo { module vba { module office {
    constants MsoFileNewSection {
        const long msoBottomSection = 4;
        const long msoNew = 1;
        const long msoNewfromExistingFile = 2;
        const long msoNewfromTemplate = 3;
        const long msoOpenDocument = 0;
    };
}; }; };