From 0946de1e2fbf8bd5ad3919429f648359d4464eca Mon Sep 17 00:00:00 2001 From: Wang Lei Date: Wed, 10 Oct 2012 06:08:12 +0000 Subject: Resolves: #i121120 Support RightB(), LeftB(), LenB() and MidB() Patch by: Zhang Lu Review by: Wang Lei (cherry picked from commit 424079cb8348d77e40f7d3291578bdffbe662f34) Conflicts: formula/inc/formula/compiler.hrc formula/inc/formula/opcode.hxx oox/source/xls/formulabase.cxx sc/inc/helpids.h sc/util/hidother.src sc/util/makefile.mk Change-Id: Ia04aa69aa2764842507b36ba7cc8c99e99a314e9 --- sc/inc/helpids.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sc/inc/helpids.h') diff --git a/sc/inc/helpids.h b/sc/inc/helpids.h index 15086f9e7ed8..2b2d5f7ebf16 100644 --- a/sc/inc/helpids.h +++ b/sc/inc/helpids.h @@ -665,6 +665,10 @@ #define HID_FUNC_LINKS "SC_HID_FUNC_LINKS" #define HID_FUNC_RECHTS "SC_HID_FUNC_RECHTS" #define HID_FUNC_TEIL "SC_HID_FUNC_TEIL" +#define HID_FUNC_LENB "SC_HID_FUNC_LENB" +#define HID_FUNC_RIGHTB "SC_HID_FUNC_RIGHTB" +#define HID_FUNC_LEFTB "SC_HID_FUNC_LEFTB" +#define HID_FUNC_MIDB "SC_HID_FUNC_MIDB" #define HID_FUNC_WIEDERHOLEN "SC_HID_FUNC_WIEDERHOLEN" #define HID_FUNC_WECHSELN "SC_HID_FUNC_WECHSELN" #define HID_FUNC_BASIS "SC_HID_FUNC_BASIS" -- cgit