summaryrefslogtreecommitdiffstats
path: root/sc/inc
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
parentAdapt flatpak-manifest.in to updated pdfium (diff)
downloadcore-41a85500a70533e1c9791c3a4f8b6c24f2143682.tar.gz
core-41a85500a70533e1c9791c3a4f8b6c24f2143682.zip
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')
-rw-r--r--sc/inc/helpids.h1
-rw-r--r--sc/inc/scfuncs.hrc12
2 files changed, 13 insertions, 0 deletions
diff --git a/sc/inc/helpids.h b/sc/inc/helpids.h
index 7b07c69d78fa..4f285dc45881 100644
--- a/sc/inc/helpids.h
+++ b/sc/inc/helpids.h
@@ -588,6 +588,7 @@
#define HID_FUNC_ROUNDSIG "SC_HID_FUNC_ROUNDSIG"
#define HID_FUNC_REPLACEB "SC_HID_FUNC_REPLACEB"
#define HID_FUNC_FINDB "SC_HID_FUNC_FINDB"
+#define HID_FUNC_SEARCHB "SC_HID_FUNC_SEARCHB"
#endif
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: */