summaryrefslogtreecommitdiff
path: root/sc/inc/scfuncs.hrc
diff options
context:
space:
mode:
authorWinfried Donkers <winfrieddonkers@libreoffice.org>2017-09-04 16:00:59 +0200
committerEike Rathke <erack@redhat.com>2017-09-07 13:57:29 +0200
commit41a85500a70533e1c9791c3a4f8b6c24f2143682 (patch)
tree4328acc901efdd16704d3ac0778f60f81497a23b /sc/inc/scfuncs.hrc
parent5a38658e5e232ce39e22ea76642c58f6babc89cd (diff)
tdf#107135 Add missing ODFF function SEARCHB.
Change-Id: Ic72693ad8f33fb94c171751f82680eabad1d3d6d Reviewed-on: https://gerrit.libreoffice.org/41900 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/inc/scfuncs.hrc')
-rw-r--r--sc/inc/scfuncs.hrc12
1 files changed, 12 insertions, 0 deletions
diff --git a/sc/inc/scfuncs.hrc b/sc/inc/scfuncs.hrc
index b3a231f6f600..30103bbf961c 100644
--- a/sc/inc/scfuncs.hrc
+++ b/sc/inc/scfuncs.hrc
@@ -4092,6 +4092,18 @@ const char* SC_OPCODE_FINDB_ARY[] =
NC_("SC_OPCODE_FINDB", "The position in the text from which the search starts.")
};
+ // -=*# Resource for function SEARCHB #*=-
+const char* SC_OPCODE_SEARCHB_ARY[] =
+{
+ NC_("SC_OPCODE_SEARCHB", "Looks for a string of text within another (not case sensitive), using byte positions."),
+ NC_("SC_OPCODE_SEARCHB", "Find text"),
+ NC_("SC_OPCODE_SEARCHB", "The text to be found."),
+ NC_("SC_OPCODE_SEARCHB", "Text"),
+ NC_("SC_OPCODE_SEARCHB", "The text in which a search is to be made."),
+ NC_("SC_OPCODE_SEARCHB", "Position"),
+ NC_("SC_OPCODE_SEARCHB", "The position in the text from which the search starts.")
+};
+
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */