summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlErrorChecks.idl
blob: 5a440a7858f065a034793f2b7b6bbfa191d37026 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module ooo { module vba { module excel {
    constants XlErrorChecks {
        const long xlEmptyCellReferences = 7;
        const long xlEvaluateToError = 1;
        const long xlInconsistentFormula = 4;
        const long xlListDataValidation = 8;
        const long xlNumberAsText = 3;
        const long xlOmittedCells = 5;
        const long xlTextDate = 2;
        const long xlUnlockedFormulaCells = 6;
    };
}; }; };