diff options
author | LibreOfficiant <LibreOfficiant@sfr.fr> | 2020-04-27 14:11:43 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-05-04 16:16:43 +0200 |
commit | 115422426e5c514b05d8f64afa27141bb9ef1ae0 (patch) | |
tree | a5af57502b087e3b3dd6356a933a7ddc30380185 /source/auxiliary/sbasic.tree | |
parent | b2f0c674155a29174fca5acfa0c4036c3320fc6c (diff) |
tdf#131416 Basic Subroutines help pages
- Function, Property & Sub statements
- Public, Private are keywords, Global removed from diagrams:
- Global=Public as Basic libraries remain in memory
- Basic toc & index
Change-Id: If107f4d148b4da399dd03d1b18ea3da5454bb9ac
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/92784
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/auxiliary/sbasic.tree')
-rw-r--r-- | source/auxiliary/sbasic.tree | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source/auxiliary/sbasic.tree b/source/auxiliary/sbasic.tree index c4012f0391..17b9540a69 100644 --- a/source/auxiliary/sbasic.tree +++ b/source/auxiliary/sbasic.tree @@ -165,6 +165,7 @@ <topic id="sbasic/text/sbasic/shared/03131000.xhp">GetSolarVersion Function</topic> <topic id="sbasic/text/sbasic/shared/03130700.xhp">GetSystemTicks Function</topic> <topic id="sbasic/text/sbasic/shared/03020201.xhp">Get Statement</topic> + <topic id="sbasic/text/sbasic/shared/03103450.xhp">Global keyword</topic> <topic id="sbasic/text/sbasic/shared/03131900.xhp">GlobalScope</topic> <topic id="sbasic/text/sbasic/shared/03090301.xhp">GoSub...Return Statement</topic> <topic id="sbasic/text/sbasic/shared/03090302.xhp">GoTo Statement</topic> @@ -236,7 +237,7 @@ <topic id="sbasic/text/sbasic/shared/03140008.xhp">PPmt Function [VBA]</topic> <topic id="sbasic/text/sbasic/shared/03010103.xhp">Print Statement</topic> <topic id="sbasic/text/sbasic/shared/property.xhp">Property Statement</topic> - <topic id="sbasic/text/sbasic/shared/03103400.xhp">Public Statement</topic> + <topic id="sbasic/text/sbasic/shared/03103400.xhp">Public keyword</topic> <topic id="sbasic/text/sbasic/shared/03020204.xhp">Put Statement</topic> <topic id="sbasic/text/sbasic/shared/03140009.xhp">PV Function [VBA]</topic> <topic id="sbasic/text/sbasic/shared/03010304.xhp">QBColor Function</topic> @@ -271,7 +272,7 @@ <topic id="sbasic/text/sbasic/shared/03080401.xhp">Sqr Function</topic> <topic id="sbasic/text/sbasic/shared/03080400.xhp">Square Root Calculation</topic> <topic id="sbasic/text/sbasic/shared/stardesktop.xhp">StarDesktop object</topic> - <topic id="sbasic/text/sbasic/shared/03103500.xhp">Static Statement</topic> + <topic id="sbasic/text/sbasic/shared/03103500.xhp">Static keyword</topic> <topic id="sbasic/text/sbasic/shared/03090408.xhp">Stop Statement</topic> <topic id="sbasic/text/sbasic/shared/03120403.xhp">StrComp Function</topic> <topic id="sbasic/text/sbasic/shared/03120103.xhp">Str Function</topic> |