summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlWindowView.idl
blob: db775384e6989988d278e823f61960556ce4845f (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlWindowView {
        const long xlNormalView = 1;
        const long xlPageBreakPreview = 2;
    };
}; }; };