summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2009-01-09 09:30:50 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2009-01-09 09:30:50 +0000
commita8dfc69a73001b6d26bf5e5dd22b7846e708861c (patch)
treef0ed7a650e6765189369ce274d5ba78a7f656bec
parentdb5c4780cf2ba4c5a9f165f77c5f37e5ea3fef12 (diff)
#i10000# Get changes from CWS mooxlsc (r265400) in sc/inc/compiler.hrc
-rw-r--r--formula/inc/formula/compiler.hrc41
1 files changed, 21 insertions, 20 deletions
diff --git a/formula/inc/formula/compiler.hrc b/formula/inc/formula/compiler.hrc
index e1ce056516..8c402c2819 100644
--- a/formula/inc/formula/compiler.hrc
+++ b/formula/inc/formula/compiler.hrc
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: compiler.hrc,v $
- * $Revision: 1.20 $
+ * $Revision: 1.20.134.2 $
*
* This file is part of OpenOffice.org.
*
@@ -39,25 +39,26 @@
#define SC_OPCODE_STOP 2
#define SC_OPCODE_EXTERNAL 3
#define SC_OPCODE_NAME 4
-#define SC_OPCODE_IF 5 /* jump commands */
-#define SC_OPCODE_CHOSE 6
-#define SC_OPCODE_OPEN 7 /* parentheses and separators */
-#define SC_OPCODE_CLOSE 8
-#define SC_OPCODE_SEP 9
-#define SC_OPCODE_MISSING 10 /* special OpCodes */
-#define SC_OPCODE_BAD 11
-#define SC_OPCODE_SPACES 12
-#define SC_OPCODE_MAT_REF 13
-#define SC_OPCODE_DB_AREA 14 /* additional access operators */
-#define SC_OPCODE_MACRO 15
-#define SC_OPCODE_COL_ROW_NAME 16
-#define SC_OPCODE_COL_ROW_NAME_AUTO 17
-#define SC_OPCODE_PERCENT_SIGN 18 /* operator _follows_ value */
-#define SC_OPCODE_ARRAY_OPEN 19
-#define SC_OPCODE_ARRAY_CLOSE 20
-#define SC_OPCODE_ARRAY_ROW_SEP 21
-#define SC_OPCODE_ARRAY_COL_SEP 22 /* some convs use sep != col_sep */
-#define SC_OPCODE_STOP_DIV 23
+#define SC_OPCODE_EXTERNAL_REF 5
+#define SC_OPCODE_IF 6 /* jump commands */
+#define SC_OPCODE_CHOSE 7
+#define SC_OPCODE_OPEN 8 /* parentheses and separators */
+#define SC_OPCODE_CLOSE 9
+#define SC_OPCODE_SEP 10
+#define SC_OPCODE_MISSING 11 /* special OpCodes */
+#define SC_OPCODE_BAD 12
+#define SC_OPCODE_SPACES 13
+#define SC_OPCODE_MAT_REF 14
+#define SC_OPCODE_DB_AREA 15 /* additional access operators */
+#define SC_OPCODE_MACRO 16
+#define SC_OPCODE_COL_ROW_NAME 17
+#define SC_OPCODE_COL_ROW_NAME_AUTO 18
+#define SC_OPCODE_PERCENT_SIGN 19 /* operator _follows_ value */
+#define SC_OPCODE_ARRAY_OPEN 20
+#define SC_OPCODE_ARRAY_CLOSE 21
+#define SC_OPCODE_ARRAY_ROW_SEP 22
+#define SC_OPCODE_ARRAY_COL_SEP 23 /* some convs use sep != col_sep */
+#define SC_OPCODE_STOP_DIV 24
/*** error constants #... ***/
#define SC_OPCODE_START_ERRORS 30