From 7bcd164e06f21da45a34804bb3c96823bf4c6989 Mon Sep 17 00:00:00 2001 From: LibreOļ¬ƒciant Date: Fri, 27 Mar 2020 15:50:54 +0100 Subject: Variable insertions for future page embeds "Relatedtopics" with x-refs to come after Change-Id: Ic6d58f4e338ea2ddcbba7f063be9dafce34eb914 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/91178 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/auxiliary/sbasic.tree | 1 + source/text/sbasic/shared/03050000.xhp | 35 +++++++++++------------ source/text/sbasic/shared/03100080.xhp | 50 ++++++++++++++++----------------- source/text/sbasic/shared/03102450.xhp | 51 +++++++++++++++++----------------- 4 files changed, 67 insertions(+), 70 deletions(-) (limited to 'source') diff --git a/source/auxiliary/sbasic.tree b/source/auxiliary/sbasic.tree index 74996c65a3..d2924a7c77 100644 --- a/source/auxiliary/sbasic.tree +++ b/source/auxiliary/sbasic.tree @@ -186,6 +186,7 @@ IsArray Function IsDate Function IsEmpty Function + IsError Function IsMissing function IsNull Function IsNumeric Function diff --git a/source/text/sbasic/shared/03050000.xhp b/source/text/sbasic/shared/03050000.xhp index 870a734f6a..2d23d147d4 100644 --- a/source/text/sbasic/shared/03050000.xhp +++ b/source/text/sbasic/shared/03050000.xhp @@ -1,6 +1,4 @@ - - - - - -Error-Handling Functions -/text/sbasic/shared/03050000.xhp - - -Sun Microsystems, Inc. - - + + + Error-Handling Functions + /text/sbasic/shared/03050000.xhp + + + Sun Microsystems, Inc. + + - -
- Error-Handling Functions - Use the following statements and functions to define the way $[officename] Basic reacts to run-time errors. +

Error-Handling Functions

+ Use the following statements and functions to define the way %PRODUCTNAME Basic reacts to run-time errors.
- $[officename] Basic offers several methods to prevent the termination of a program when a run-time error occurs. + %PRODUCTNAME Basic offers several methods to prevent the termination of a program when a run-time error occurs. + + - -
+ + \ No newline at end of file diff --git a/source/text/sbasic/shared/03100080.xhp b/source/text/sbasic/shared/03100080.xhp index 77c2dd21a5..6b46521168 100644 --- a/source/text/sbasic/shared/03100080.xhp +++ b/source/text/sbasic/shared/03100080.xhp @@ -19,30 +19,30 @@ --> - - -CVErr Function -/text/sbasic/shared/03100080.xhp - - -CVErr - - - -
-CVErr function - -CVErr Function -Converts a string expression or numeric expression to a variant expression of the sub type "Error". -
-Syntax: - -CVErr(Expression) - -Return value: -Variant. -Parameter: -Expression: Any string or numeric expression that you want to convert. - + + + CVErr Function + /text/sbasic/shared/03100080.xhp + + + CVErr + + + +
+ CVErr function + +

CVErr Function

+ Converts a string expression or numeric expression to a variant expression of the sub type "Error". +
+

Syntax:

+ + CVErr(Expression) + +

Return value:

+ Variant. +

Parameter:

+ Expression: Any string or numeric expression that you want to convert. +
diff --git a/source/text/sbasic/shared/03102450.xhp b/source/text/sbasic/shared/03102450.xhp index 7080a1f228..ffcf01ca67 100644 --- a/source/text/sbasic/shared/03102450.xhp +++ b/source/text/sbasic/shared/03102450.xhp @@ -19,30 +19,29 @@ --> - - -IsError Function -/text/sbasic/shared/03102450.xhp - - -IsError - - - -
-IsError function - -IsError Function -Tests if a variable contains an error value. -
-Syntax: - -IsError (Var) - -Return value: -Bool -Parameters: - -Var: Any variable that you want to test. If the variable contains an error value, the function returns True, otherwise the function returns False. - + + + IsError Function + /text/sbasic/shared/03102450.xhp + + + IsError + + + +
+ IsError function + +

IsError Function

+ Tests if a variable contains an error value. +
+

Syntax:

+ + IsError (Var) + +

Return value:

+ Bool +

Parameters:

+ Var: Any variable that you want to test. If the variable contains an error value, the function returns True, otherwise the function returns False. +
-- cgit