summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoAlertCancelType.idl
blob: 2eaf85647d641070f918267e43649e7ef489b447 (plain)
1
2
3
4
5
6
7
8
9
10
module ooo { module vba { module office {
    constants MsoAlertCancelType {
        const long msoAlertCancelDefault = -1;
        const long msoAlertCancelFifth = 4;
        const long msoAlertCancelFirst = 0;
        const long msoAlertCancelFourth = 3;
        const long msoAlertCancelSecond = 1;
        const long msoAlertCancelThird = 2;
    };
}; }; };