summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlLayoutFormType.idl
blob: 79c61f31076ad89c314e6b063a247c2129c250c5 (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlLayoutFormType {
        const long xlOutline = 1;
        const long xlTabular = 0;
    };
}; }; };