summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlToolbarProtection.idl
blob: b2d710333408747cf5093387859aec547ad32f2f (plain)
1
2
3
4
5
6
7
8
9
module ooo { module vba { module excel {
    constants XlToolbarProtection {
        const long xlNoButtonChanges = 1;
        const long xlNoChanges = 4;
        const long xlNoDockingChanges = 3;
        const long xlNoShapeChanges = 2;
        const long xlToolbarProtectionNone = -4143;
    };
}; }; };