[ooo-build-commit] .: offapi/com

Fridrich Strba fridrich at kemper.freedesktop.org
Thu Sep 16 01:17:02 PDT 2010


 offapi/com/sun/star/sheet/FormulaLanguage.idl |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit fbac27f7007e67ce5b15812f156d627023815501
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Thu Sep 16 09:01:06 2010 +0200

    calc-grammar-xls-english-offapi.diff: Support Excel English grammar
    
    Support Excel English grammar needed for VBA and (probably) for xlsx filter.

diff --git a/offapi/com/sun/star/sheet/FormulaLanguage.idl b/offapi/com/sun/star/sheet/FormulaLanguage.idl
index c1fa4c1..d222373 100644
--- a/offapi/com/sun/star/sheet/FormulaLanguage.idl
+++ b/offapi/com/sun/star/sheet/FormulaLanguage.idl
@@ -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;
 };
 
 //=============================================================================


More information about the ooo-build-commit mailing list