summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlPictureAppearance.idl
blob: 282d32335786518efe820a704809165542e9269d (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlPictureAppearance {
        const long xlPrinter = 2;
        const long xlScreen = 1;
    };
}; }; };