diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-05-19 11:12:14 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2017-05-19 21:10:21 +0200 |
commit | eb145d19480d245228dc6b1032a925adbff8ea78 (patch) | |
tree | a676d273fb664649951bb95111f508518c108565 /AllLangHelp_sbasic.mk | |
parent | 7c9323ff02e580187576204b014e04fa6f732c07 (diff) |
tdf#84675 Help VBA functions AscW, ChrW, InStrRev
These functions are enabled whith Option VBASupport 1
fix bookmark
Fix metas
Fix makefile & add InStrRev
Bookmarking
Fix category for DDB
Change-Id: I12fed1cd521ffb846d2994323013e8dcc127381f
Reviewed-on: https://gerrit.libreoffice.org/37826
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Diffstat (limited to 'AllLangHelp_sbasic.mk')
-rw-r--r-- | AllLangHelp_sbasic.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/AllLangHelp_sbasic.mk b/AllLangHelp_sbasic.mk index 1be0b6bbea..48e8ca7668 100644 --- a/AllLangHelp_sbasic.mk +++ b/AllLangHelp_sbasic.mk @@ -277,6 +277,8 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sbasic,\ helpcontent2/source/text/sbasic/shared/03120103 \ helpcontent2/source/text/sbasic/shared/03120104 \ helpcontent2/source/text/sbasic/shared/03120105 \ + helpcontent2/source/text/sbasic/shared/03120111 \ + helpcontent2/source/text/sbasic/shared/03120112 \ helpcontent2/source/text/sbasic/shared/03120200 \ helpcontent2/source/text/sbasic/shared/03120201 \ helpcontent2/source/text/sbasic/shared/03120202 \ @@ -300,6 +302,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sbasic,\ helpcontent2/source/text/sbasic/shared/03120401 \ helpcontent2/source/text/sbasic/shared/03120402 \ helpcontent2/source/text/sbasic/shared/03120403 \ + helpcontent2/source/text/sbasic/shared/03120411 \ helpcontent2/source/text/sbasic/shared/03130000 \ helpcontent2/source/text/sbasic/shared/03130100 \ helpcontent2/source/text/sbasic/shared/03130500 \ @@ -325,6 +328,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sbasic,\ helpcontent2/source/text/sbasic/shared/keys \ helpcontent2/source/text/sbasic/shared/main0211 \ helpcontent2/source/text/sbasic/shared/main0601 \ + helpcontent2/source/text/sbasic/shared/special_vba_func \ helpcontent2/source/text/sbasic/shared/vbasupport \ )) |