blob: 864e9d0d9a644e46e5a5e204c977719ac654fb78 (
plain)
1
2
3
4
5
6
7
8
|
module ooo { module vba { module excel {
constants XlSpecialCellsValue {
const long xlErrors = 16;
const long xlLogical = 4;
const long xlNumbers = 1;
const long xlTextValues = 2;
};
}; }; };
|