summaryrefslogtreecommitdiff
path: root/AllLangHelp_sbasic.mk
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2017-12-02 09:58:11 -0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2017-12-03 12:33:53 +0100
commit4ead3bffc557527e7a146c538773aa4ca6cf84d0 (patch)
treebb2a25709f125c916e1716d0f76eec23a1a03d48 /AllLangHelp_sbasic.mk
parent06b521618b1abac6edb0f7131bce92c887767922 (diff)
tdf#84675 VBA functions documentation
Plus some addition for Type statement Change-Id: I9a1aa6a948cd50181fba07c105a25d986b372d02 Reviewed-on: https://gerrit.libreoffice.org/45709 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org> (cherry picked from commit 3de74ecadfd9a7529e1b0b05352e42a829d3e279) Reviewed-on: https://gerrit.libreoffice.org/45737
Diffstat (limited to 'AllLangHelp_sbasic.mk')
-rw-r--r--AllLangHelp_sbasic.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/AllLangHelp_sbasic.mk b/AllLangHelp_sbasic.mk
index f1c388e8e5..5f8df59a0a 100644
--- a/AllLangHelp_sbasic.mk
+++ b/AllLangHelp_sbasic.mk
@@ -214,6 +214,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sbasic,\
helpcontent2/source/text/sbasic/shared/03090410 \
helpcontent2/source/text/sbasic/shared/03090411 \
helpcontent2/source/text/sbasic/shared/03090412 \
+ helpcontent2/source/text/sbasic/shared/03090413 \
helpcontent2/source/text/sbasic/shared/03100000 \
helpcontent2/source/text/sbasic/shared/03100050 \
helpcontent2/source/text/sbasic/shared/03100060 \
@@ -337,6 +338,10 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sbasic,\
helpcontent2/source/text/sbasic/shared/03140010 \
helpcontent2/source/text/sbasic/shared/03140011 \
helpcontent2/source/text/sbasic/shared/03140012 \
+ helpcontent2/source/text/sbasic/shared/03150000 \
+ helpcontent2/source/text/sbasic/shared/03150001 \
+ helpcontent2/source/text/sbasic/shared/03160000 \
+ helpcontent2/source/text/sbasic/shared/03170000 \
helpcontent2/source/text/sbasic/shared/05060700 \
helpcontent2/source/text/sbasic/shared/code-stubs \
helpcontent2/source/text/sbasic/shared/keys \
ce-24-2-7 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_indexenumeration_functiondescriptionenumeration.mk
AgeCommit message (Expand)Author
2022-11-07sc: factor out common code in make filesXisco Fauli
2019-10-04add gbuild function for a common PCH and use it in sc/ and sax/Luboš Luňák
2018-11-20tdf#45904 Move XEnumeration Java tests to C++Jens Carl