summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlCalculationInterruptKey.idl
blob: c0193ed9b85a92fd98ca50003dd2ca80fcd2d9ff (plain)
1
2
3
4
5
6
7
module ooo { module vba { module excel {
    constants XlCalculationInterruptKey {
        const long xlAnyKey = 2;
        const long xlEscKey = 1;
        const long xlNoKey = 0;
    };
}; }; };