summaryrefslogtreecommitdiff
path: root/formula
diff options
context:
space:
mode:
authorWinfried Donkers <winfrieddonkers@libreoffice.org>2014-12-15 09:45:26 +0100
committerEike Rathke <erack@redhat.com>2015-01-26 22:16:06 +0000
commit25434372bf56e0ebdb7e7d47ab3c14c68211509f (patch)
tree52d7afa7523af68d9181770a0ac7c3ec3d58bb49 /formula
parent6744fe62973edbc2a4108905192fce4b2854ac39 (diff)
fdo#76870 Add support for Excel2013 function ENCODEURL
Change-Id: I369bcd58055364757b6a098fc3aa0c0065c79b67 Reviewed-on: https://gerrit.libreoffice.org/13478 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'formula')
-rw-r--r--formula/source/core/resource/core_resource.src7
1 files changed, 7 insertions, 0 deletions
diff --git a/formula/source/core/resource/core_resource.src b/formula/source/core/resource/core_resource.src
index 1e9c312e1a65..2f3f2bc8f615 100644
--- a/formula/source/core/resource/core_resource.src
+++ b/formula/source/core/resource/core_resource.src
@@ -427,6 +427,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF
String SC_OPCODE_COLOR { Text = "ORG.LIBREOFFICE.COLOR"; };
String SC_OPCODE_ERF_MS { Text = "COM.MICROSOFT.ERF.PRECISE" ; };
String SC_OPCODE_ERFC_MS { Text = "COM.MICROSOFT.ERFC.PRECISE" ; };
+ String SC_OPCODE_ENCODEURL { Text = "COM.MICROSOFT.ENCODEURL"; };
};
/** These function names are used only in the XLSX import. */
@@ -835,6 +836,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML
String SC_OPCODE_COLOR { Text = "_xlfn.ORG.LIBREOFFICE.COLOR"; };
String SC_OPCODE_ERF_MS { Text = "_xlfn.ERF.PRECISE" ; };
String SC_OPCODE_ERFC_MS { Text = "_xlfn.ERFC.PRECISE" ; };
+ String SC_OPCODE_ENCODEURL { Text = "_xlfn.ENCODEURL"; };
};
// DO NOT CHANGE NAMES! Only add functions.
@@ -1245,6 +1247,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH
String SC_OPCODE_COLOR { Text = "COLOR"; };
String SC_OPCODE_ERF_MS { Text = "ERF.PRECISE" ; };
String SC_OPCODE_ERFC_MS { Text = "ERFC.PRECISE" ; };
+ String SC_OPCODE_ENCODEURL { Text = "ENCODEURL"; };
};
Resource RID_STRLIST_FUNCTION_NAMES
@@ -2793,6 +2796,10 @@ Resource RID_STRLIST_FUNCTION_NAMES
{
Text [en-US ] = "ERFC.PRECISE" ;
};
+ String SC_OPCODE_ENCODEURL
+ {
+ Text [ en-US ] = "ENCODEURL";
+ };
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */