From 115422426e5c514b05d8f64afa27141bb9ef1ae0 Mon Sep 17 00:00:00 2001 From: LibreOļ¬ƒciant Date: Mon, 27 Apr 2020 14:11:43 +0100 Subject: 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 --- source/auxiliary/sbasic.tree | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source/auxiliary/sbasic.tree') 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 @@ GetSolarVersion Function GetSystemTicks Function Get Statement + Global keyword GlobalScope GoSub...Return Statement GoTo Statement @@ -236,7 +237,7 @@ PPmt Function [VBA] Print Statement Property Statement - Public Statement + Public keyword Put Statement PV Function [VBA] QBColor Function @@ -271,7 +272,7 @@ Sqr Function Square Root Calculation StarDesktop object - Static Statement + Static keyword Stop Statement StrComp Function Str Function -- cgit