summaryrefslogtreecommitdiff
path: root/formula
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-03-05 14:28:11 +0100
committerEike Rathke <erack@redhat.com>2015-03-05 22:04:13 +0100
commite73c0f53870eb7fd0e2d054be9c85a33baeed1ab (patch)
treed8cdcbe2939456e05a1c43a82f13ab67245ebfa9 /formula
parentc7a98ea861d4aae18c74a94772c4939391eb1a24 (diff)
introduce ocTableRefOpen,ocTableRefClose
Change-Id: Ia9d54fd582f8e195edaa05937ee0f0290e56875f
Diffstat (limited to 'formula')
-rw-r--r--formula/source/core/resource/core_resource.src6
1 files changed, 6 insertions, 0 deletions
diff --git a/formula/source/core/resource/core_resource.src b/formula/source/core/resource/core_resource.src
index 483a5d2e2075..0fd104f4dcae 100644
--- a/formula/source/core/resource/core_resource.src
+++ b/formula/source/core/resource/core_resource.src
@@ -439,6 +439,8 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML
String SC_OPCODE_CHOOSE { Text = "CHOOSE" ; };
String SC_OPCODE_OPEN { Text = "(" ; };
String SC_OPCODE_CLOSE { Text = ")" ; };
+ String SC_OPCODE_TABLE_REF_OPEN { Text = "[" ; };
+ String SC_OPCODE_TABLE_REF_CLOSE { Text = "]" ; };
String SC_OPCODE_ARRAY_OPEN { Text = "{" ; };
String SC_OPCODE_ARRAY_CLOSE { Text = "}" ; };
String SC_OPCODE_ARRAY_ROW_SEP { Text = ";" ; };
@@ -850,6 +852,8 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH
String SC_OPCODE_CHOOSE { Text = "CHOOSE" ; };
String SC_OPCODE_OPEN { Text = "(" ; };
String SC_OPCODE_CLOSE { Text = ")" ; };
+ String SC_OPCODE_TABLE_REF_OPEN { Text = "[" ; };
+ String SC_OPCODE_TABLE_REF_CLOSE { Text = "]" ; };
String SC_OPCODE_ARRAY_OPEN { Text = "{" ; };
String SC_OPCODE_ARRAY_CLOSE { Text = "}" ; };
String SC_OPCODE_ARRAY_ROW_SEP { Text = "|" ; };
@@ -1270,6 +1274,8 @@ Resource RID_STRLIST_FUNCTION_NAMES
};
String SC_OPCODE_OPEN { Text = "(" ; };
String SC_OPCODE_CLOSE { Text = ")" ; };
+ String SC_OPCODE_TABLE_REF_OPEN { Text = "[" ; };
+ String SC_OPCODE_TABLE_REF_CLOSE { Text = "]" ; };
String SC_OPCODE_ARRAY_OPEN { Text = "{" ; };
String SC_OPCODE_ARRAY_CLOSE { Text = "}" ; };
String SC_OPCODE_ARRAY_ROW_SEP { Text = "|" ; };