diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-06-15 11:46:35 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-06-15 17:18:51 +0200 |
commit | 79ed6797fcdaa70f6993d34070a3d033440761c2 (patch) | |
tree | 30872fc58ff6ef88a15e8a16763ad0fcfe1b2431 /AllLangHelp_sbasic.mk | |
parent | 2fdf0556202b43940ee003e7d1e6d452c3d11ab7 (diff) |
Add help pages for internal Basic libraries (WIP)
LibreOffice ships Basic libraries with many nice Functions and
Subs that are not documented at all. These pages shed some
light to these libraries and is a work in progress.
Change-Id: Icb237bf552b785e576e984e47fd0c5cf4f7e29d7
Reviewed-on: https://gerrit.libreoffice.org/55876
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'AllLangHelp_sbasic.mk')
-rw-r--r-- | AllLangHelp_sbasic.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/AllLangHelp_sbasic.mk b/AllLangHelp_sbasic.mk index 2ffab07cf7..b716effff1 100644 --- a/AllLangHelp_sbasic.mk +++ b/AllLangHelp_sbasic.mk @@ -67,6 +67,14 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sbasic,\ helpcontent2/source/text/sbasic/shared/02/11180000 \ helpcontent2/source/text/sbasic/shared/02/11190000 \ helpcontent2/source/text/sbasic/shared/02/20000000 \ + helpcontent2/source/text/sbasic/shared/03/lib_tools \ + helpcontent2/source/text/sbasic/shared/03/lib_euro \ + helpcontent2/source/text/sbasic/shared/03/lib_depot \ + helpcontent2/source/text/sbasic/shared/03/lib_formwizard \ + helpcontent2/source/text/sbasic/shared/03/lib_gimnicks \ + helpcontent2/source/text/sbasic/shared/03/lib_script \ + helpcontent2/source/text/sbasic/shared/03/lib_schedule \ + helpcontent2/source/text/sbasic/shared/03/lib_template \ helpcontent2/source/text/sbasic/shared/03000000 \ helpcontent2/source/text/sbasic/shared/03010000 \ helpcontent2/source/text/sbasic/shared/03010100 \ |