calc-grammar-xls-english-offapi.diff: Support Excel English grammar
Support Excel English grammar needed for VBA and (probably) for xlsx filter.
This commit is contained in:
parent
3ef384b860
commit
0906c3ead2
1 changed files with 4 additions and 0 deletions
|
@ -60,6 +60,10 @@ constants FormulaLanguage
|
|||
*/
|
||||
const long NATIVE = 3;
|
||||
|
||||
/** Function names and operators as used in the English version of
|
||||
Excel.
|
||||
*/
|
||||
const long XL_ENGLISH = 4;
|
||||
};
|
||||
|
||||
//=============================================================================
|
||||
|
|
Loading…
Reference in a new issue