summaryrefslogtreecommitdiff
path: root/sc/source/ui/src
diff options
context:
space:
mode:
authorWinfried Donkers <winfrieddonkers@libreoffice.org>2016-03-29 19:03:43 +0200
committerEike Rathke <erack@redhat.com>2016-04-26 15:08:22 +0000
commita76c5e21378e5364f1f7554a32d89072feff8b0c (patch)
treeca65eb9aae585323ab033bbab08e4265d5359fa3 /sc/source/ui/src
parent0bdb8baf57ac243f574db6273eed70127379e3fc (diff)
tdf#97831 [part] Add Excel 2016-Office 365 functions to Calc
Functions CONCAT and TEXTJOIN. Change-Id: I38092f77df719d11f6746ac10fe14dc53b7e93e7 Reviewed-on: https://gerrit.libreoffice.org/23601 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.src64
1 files changed, 64 insertions, 0 deletions
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index f407cdf99a80..f611834792a0 100644
--- a/sc/source/ui/src/scfuncs.src
+++ b/sc/source/ui/src/scfuncs.src
@@ -11527,6 +11527,70 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
Text [ en-US ] = "Text for the concatenation." ;
};
};
+ // -=*# Resource for function CONCAT #*=-
+ Resource SC_OPCODE_CONCAT_MS
+ {
+ String 1 // Description
+ {
+ Text [ en-US ] = "Combines several text items into one, accepts cell ranges as arguments." ;
+ };
+ ExtraData =
+ {
+ 0;
+ ID_FUNCTION_GRP_TEXT;
+ HID_FUNC_CONCAT_MS;
+ VAR_ARGS; 0;
+ 0;
+ };
+ String 2 // Name of Parameter 1 to last
+ {
+ Text [ en-US ] = "text " ;
+ };
+ String 3 // Description of Parameter 1 to last
+ {
+ Text [ en-US ] = "Text and/or cell ranges for the concatenation." ;
+ };
+ };
+ // -=*# Resource for function TEXTJOIN #*=-
+ Resource SC_OPCODE_TEXTJOIN_MS
+ {
+ String 1 // Description
+ {
+ Text [ en-US ] = "Combines several text items into one, accepts cell ranges as arguments. Uses delimiter between items." ;
+ };
+ ExtraData =
+ {
+ 0;
+ ID_FUNCTION_GRP_TEXT;
+ HID_FUNC_TEXTJOIN_MS;
+ VAR_ARGS + 2; 0; 0; 0;
+ 0;
+ };
+ String 2 // Name of Parameter 1
+ {
+ Text [ en-US ] = "delimiter " ;
+ };
+ String 3 // Description of Parameter 1
+ {
+ Text [ en-US ] = "Text string to be used as delimiter." ;
+ };
+ String 4 // Name of Parameter 2
+ {
+ Text [ en-US ] = "skip empty cells" ;
+ };
+ String 5 // Description of Parameter 2
+ {
+ Text [ en-US ] = "If TRUE, empty cells will be ignored." ;
+ };
+ String 6 // Name of Parameter 3 to last
+ {
+ Text [ en-US ] = "text " ;
+ };
+ String 7 // Description of Parameter 3 to last
+ {
+ Text [ en-US ] = "Text and/or cell ranges for the concatenation." ;
+ };
+ };
// -=*# Resource for function EXACT #*=-
Resource SC_OPCODE_EXACT
{