summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/excel/XlPasteType.idl
blob: 41e109ea91ab04209546f993ccd70f9df04e5e63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module ooo { module vba { module excel {
    constants XlPasteType {
        const long xlPasteAll = -4104;
        const long xlPasteAllExceptBorders = 7;
        const long xlPasteColumnWidths = 8;
        const long xlPasteComments = -4144;
        const long xlPasteFormats = -4122;
        const long xlPasteFormulas = -4123;
        const long xlPasteFormulasAndNumberFormats = 11;
        const long xlPasteValidation = 6;
        const long xlPasteValues = -4163;
        const long xlPasteValuesAndNumberFormats = 12;
    };
}; }; };