summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlCopyPictureFormat.idl
blob: 87a469bf9551fa9a81e006f225ed2a9dba30d515 (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlCopyPictureFormat {
        const long xlBitmap = 2;
        const long xlPicture = -4147;
    };
}; }; };