summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoFileFindView.idl
blob: 937da6152f030fe7bf07d60eb04d4cde0ecb3620 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module office {
    constants MsoFileFindView {
        const long msoViewFileInfo = 1;
        const long msoViewPreview = 2;
        const long msoViewSummaryInfo = 3;
    };
}; }; };