diff options
author | Alain Romedenne <LibreOfficiant@sfr.fr> | 2020-09-21 16:04:09 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-09-29 12:28:19 +0200 |
commit | 78dc9c1d059b48ad79620f0cc536466e701a042d (patch) | |
tree | e6f03a300d8fa4697327695da5c8f1c67b565112 /source/auxiliary | |
parent | b908b46979dcf004ee504ca95b64a0c9441a3164 (diff) |
tdf#131416 Basic Syntax Diagrams for Defxxx statements
- Basic language ref . toc additions
- Letter range option addition
- DefBool-based refactoring
Change-Id: I5744c63e9c21ad5ff2801cd03a119fd2c747fef3
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/103056
Tested-by: Jenkins
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/auxiliary')
-rw-r--r-- | source/auxiliary/sbasic.tree | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/auxiliary/sbasic.tree b/source/auxiliary/sbasic.tree index 879c1f844f..1db5006a29 100644 --- a/source/auxiliary/sbasic.tree +++ b/source/auxiliary/sbasic.tree @@ -117,11 +117,14 @@ <topic id="sbasic/text/sbasic/shared/03140000.xhp">DDB Function [VBA]</topic> <topic id="sbasic/text/sbasic/shared/03090403.xhp">Declare Statement</topic> <topic id="sbasic/text/sbasic/shared/03101100.xhp">DefBool Statement</topic> + <topic id="sbasic/text/sbasic/shared/03101110.xhp">DefCur Statement</topic> <topic id="sbasic/text/sbasic/shared/03101300.xhp">DefDate Statement</topic> <topic id="sbasic/text/sbasic/shared/03101400.xhp">DefDbl Statement</topic> <topic id="sbasic/text/sbasic/shared/03101500.xhp">DefInt Statement</topic> <topic id="sbasic/text/sbasic/shared/03101600.xhp">DefLng Statement</topic> <topic id="sbasic/text/sbasic/shared/03101700.xhp">DefObj Statement</topic> + <topic id="sbasic/text/sbasic/shared/03101130.xhp">DefSng Statement</topic> + <topic id="sbasic/text/sbasic/shared/03101140.xhp">DefStr Statement</topic> <topic id="sbasic/text/sbasic/shared/03102000.xhp">DefVar Statement</topic> <topic id="sbasic/text/sbasic/shared/03131900.xhp">DialogLibraries object</topic> <topic id="sbasic/text/sbasic/shared/03104300.xhp">DimArray Function</topic> |