summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlCalculationState.idl
blob: bca2be02a16cca6702d71be4f2218b15ee772521 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module excel {
    constants XlCalculationState {
        const long xlCalculating = 1;
        const long xlDone = 0;
        const long xlPending = 2;
    };
}; }; };