summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoPresetMaterial.idl
blob: 57a9824af5a9f4ccf4c9790f1a051acd4a8653ca (plain)
1
2
3
4
5
6
7
8
9
module ooo { module vba { module office {
    constants MsoPresetMaterial {
        const long msoMaterialMatte = 1;
        const long msoMaterialMetal = 3;
        const long msoMaterialPlastic = 2;
        const long msoMaterialWireFrame = 4;
        const long msoPresetMaterialMixed = -2;
    };
}; }; };