diff options
author | Winfried Donkers <winfrieddonkers@libreoffice.org> | 2014-12-15 09:45:26 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-01-26 22:16:06 +0000 |
commit | 25434372bf56e0ebdb7e7d47ab3c14c68211509f (patch) | |
tree | 52d7afa7523af68d9181770a0ac7c3ec3d58bb49 /sc/source/ui/src | |
parent | 6744fe62973edbc2a4108905192fce4b2854ac39 (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 'sc/source/ui/src')
-rw-r--r-- | sc/source/ui/src/scfuncs.src | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src index 2e5e960877bd..fcff2727a12f 100644 --- a/sc/source/ui/src/scfuncs.src +++ b/sc/source/ui/src/scfuncs.src @@ -12091,6 +12091,29 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2 Text [ en-US ] = "URI of the webservice"; }; }; + Resource SC_OPCODE_ENCODEURL + { + String 1 // Description + { + Text [ en-US] = "Return a URL-encoded string."; + }; + ExtraData = + { + 0; + ID_FUNCTION_GRP_TEXT; + U2S( HID_FUNC_ENCODEURL ); + 1; 0; + 0; + }; + String 2 // Name of Parameter 1 + { + Text [ en-US ] = "Text"; + }; + String 3 // Description of Parameter 1 + { + Text [ en-US ] = "A string to be URL encoded"; + }; + }; Resource SC_OPCODE_ERF_MS { String 1 // Description |