diff options
author | LibreOfficiant <LibreOfficiant@sfr.fr> | 2020-05-04 17:17:09 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-05-05 19:59:53 +0200 |
commit | 6522d1a261301211b35885ee9709f64f9a587edb (patch) | |
tree | 7b7ee6347d535aa95a0626a721f141ca5eea0fbe /source/auxiliary | |
parent | 9954291143c1edee4361edc70627bdab6778c3c9 (diff) |
tdf#131416 Syntax diagrams
- Print & Select Case statements
- GoSub,GoTo, On…GoSub/GoTo statements
- section reuse + x-refs
Change-Id: I785d46013d7e8e9f571b2a2d2abaa3e2e41d223f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/93376
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/auxiliary')
-rw-r--r-- | source/auxiliary/sbasic.tree | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/auxiliary/sbasic.tree b/source/auxiliary/sbasic.tree index 17b9540a69..9365423908 100644 --- a/source/auxiliary/sbasic.tree +++ b/source/auxiliary/sbasic.tree @@ -63,6 +63,7 @@ <topic id="sbasic/text/sbasic/shared/03131900.xhp">BasicLibraries object</topic> <topic id="sbasic/text/sbasic/shared/03130100.xhp">Beep Statement</topic> <topic id="sbasic/text/sbasic/shared/03010301.xhp">Blue Function</topic> + <topic id="sbasic/text/sbasic/shared/03090102.xhp">Case Statement</topic> <topic id="sbasic/text/sbasic/shared/03100100.xhp">CBool Function</topic> <topic id="sbasic/text/sbasic/shared/03120105.xhp">CByte Function</topic> <topic id="sbasic/text/sbasic/shared/03100050.xhp">CCur Function</topic> @@ -146,6 +147,7 @@ <topic id="sbasic/text/sbasic/shared/03103800.xhp">FindObject Function</topic> <topic id="sbasic/text/sbasic/shared/03103900.xhp">FindPropertyObject Function</topic> <topic id="sbasic/text/sbasic/shared/03080501.xhp">Fix Function</topic> + <topic id="sbasic/text/sbasic/shared/03090202.xhp">For Each Statement</topic> <topic id="sbasic/text/sbasic/shared/03090202.xhp">For...Next Statement</topic> <topic id="sbasic/text/sbasic/shared/03120301.xhp">Format Function</topic> <topic id="sbasic/text/sbasic/shared/03150000.xhp">FormatDateTime Function [VBA]</topic> |