summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlDisplayDrawingObjects.idl
blob: acf8a97c750d9a1be9647b4e1bcd5ed30097dc26 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module excel {
    constants XlDisplayDrawingObjects {
        const long xlDisplayShapes = -4104;
        const long xlHide = 3;
        const long xlPlaceholders = 2;
    };
}; }; };