diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-05-19 08:12:04 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-05-19 08:13:37 +0200 |
commit | dd0f844728a53a337233a3c687b792e725803da5 (patch) | |
tree | a40f5621a67311363784b51f27fb8d96c1cf91fe /formula | |
parent | fefad3715a9ca8411228d2bf4a56c210e5b598ef (diff) |
add COLOR function
This function makes property mapping in charts more user friendly.
Change-Id: I01cfb31edd749ee474d5078042fa5c4b4a270f86
Diffstat (limited to 'formula')
-rw-r--r-- | formula/source/core/resource/core_resource.src | 6 |
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 1aecc1ae46a2..259eda09ac62 100644 --- a/formula/source/core/resource/core_resource.src +++ b/formula/source/core/resource/core_resource.src @@ -423,6 +423,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF /* END defined ERROR.TYPE() values. */ String SC_OPCODE_FILTERXML { Text = "COM.MICROSOFT.FILTERXML";}; String SC_OPCODE_WEBSERVICE { Text = "COM.MICROSOFT.WEBSERVICE"; }; + String SC_OPCODE_COLOR { Text = "COLOR"; }; String SC_OPCODE_ERF_MS { Text = "COM.MICROSOFT.ERF.PRECISE" ; }; String SC_OPCODE_ERFC_MS { Text = "COM.MICROSOFT.ERFC.PRECISE" ; }; }; @@ -1237,6 +1238,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH /* END defined ERROR.TYPE() values. */ String SC_OPCODE_FILTERXML { Text = "FILTERXML";}; String SC_OPCODE_WEBSERVICE { Text = "WEBSERVICE"; }; + String SC_OPCODE_COLOR { Text = "COLOR"; }; String SC_OPCODE_ERF_MS { Text = "ERF.PRECISE" ; }; String SC_OPCODE_ERFC_MS { Text = "ERFC.PRECISE" ; }; }; @@ -2767,6 +2769,10 @@ Resource RID_STRLIST_FUNCTION_NAMES { Text [ en-US ] = "FILTERXML"; }; + String SC_OPCODE_COLOR + { + Text [ en-US ] = "COLOR"; + }; String SC_OPCODE_WEBSERVICE { Text [ en-US ] = "WEBSERVICE"; |