summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlPrintLocation.idl
blob: 0a67bd1b189de6d676345d3c1d41d8e5db12ba7f (plain)
1
2
3
4
5
6
7
module ooo { module vba { module excel {
    constants XlPrintLocation {
        const long xlPrintInPlace = 16;
        const long xlPrintNoComments = -4142;
        const long xlPrintSheetEnd = 1;
    };
}; }; };