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 18:46:14 +0200 |
commit | 821ab874a92f00146645447813c9ed92eab207cf (patch) | |
tree | 21f193408312b11dc9ad71adb0fe47f9d7f06518 /source/auxiliary | |
parent | b2799502f1471883f67d9920c1dc5f0eacb63964 (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/55879
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/auxiliary')
-rw-r--r-- | source/auxiliary/sbasic.tree | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/source/auxiliary/sbasic.tree b/source/auxiliary/sbasic.tree index 02eb3bb2e5..97bd34e0d1 100644 --- a/source/auxiliary/sbasic.tree +++ b/source/auxiliary/sbasic.tree @@ -289,7 +289,17 @@ <topic id="sbasic/text/sbasic/shared/03070400.xhp">"/" Operator</topic> <topic id="sbasic/text/sbasic/shared/03070500.xhp">"^" Operator</topic> </node> + <node id="070205" title="Advanced Basic Libraries"> +<topic id="sbasic/text/sbasic/shared/03/lib_tools.xhp">Tools Library</topic> +<topic id="sbasic/text/sbasic/shared/03/lib_depot.xhp">Depot Library</topic> +<topic id="sbasic/text/sbasic/shared/03/lib_euro.xhp">Euro Library</topic> +<topic id="sbasic/text/sbasic/shared/03/lib_formwizard.xhp">FormWizard Library</topic> +<topic id="sbasic/text/sbasic/shared/03/lib_gimnicks.xhp">Gimnicks Library</topic> +<topic id="sbasic/text/sbasic/shared/03/lib_schedule.xhp">Schedule Library</topic> +<topic id="sbasic/text/sbasic/shared/03/lib_script.xhp">ScriptBindingLibrary Library</topic> +<topic id="sbasic/text/sbasic/shared/03/lib_template.xhp">Template Library</topic> </node> + </node> <node id="0703" title="Guides"> <topic id="shared/text/shared/guide/macro_recording.xhp">Recording a Macro</topic> <topic id="sbasic/text/sbasic/guide/control_properties.xhp">Changing the Properties of Controls in the Dialog Editor</topic> |