diff options
-rw-r--r-- | source/auxiliary/sbasic.tree | 1 | ||||
-rw-r--r-- | source/text/sbasic/shared/03050000.xhp | 35 | ||||
-rw-r--r-- | source/text/sbasic/shared/03100080.xhp | 50 | ||||
-rw-r--r-- | source/text/sbasic/shared/03102450.xhp | 51 |
4 files changed, 67 insertions, 70 deletions
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 @@ <topic id="sbasic/text/sbasic/shared/03102200.xhp">IsArray Function</topic> <topic id="sbasic/text/sbasic/shared/03102300.xhp">IsDate Function</topic> <topic id="sbasic/text/sbasic/shared/03102400.xhp">IsEmpty Function</topic> + <topic id="sbasic/text/sbasic/shared/03102450.xhp">IsError Function</topic> <topic id="sbasic/text/sbasic/shared/03104000.xhp">IsMissing function</topic> <topic id="sbasic/text/sbasic/shared/03102600.xhp">IsNull Function</topic> <topic id="sbasic/text/sbasic/shared/03102700.xhp">IsNumeric Function</topic> 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 @@ <?xml version="1.0" encoding="UTF-8"?> - - <!-- * This file is part of the LibreOffice project. * @@ -18,28 +16,27 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - <helpdocument version="1.0"> -<meta> -<topic id="textsbasicshared03050000xml" indexer="include" status="PUBLISH"> -<title xml-lang="en-US" id="tit">Error-Handling Functions</title> -<filename>/text/sbasic/shared/03050000.xhp</filename> -</topic> -<history> -<created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created> -</history> -</meta> + <meta> + <topic id="textsbasicshared03050000xml" indexer="include" status="PUBLISH"> + <title xml-lang="en-US" id="tit">Error-Handling Functions</title> + <filename>/text/sbasic/shared/03050000.xhp</filename> + </topic> + <history> + <created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created> + </history> + </meta> <body> - - <section id="fehlerbehan"> - <paragraph id="hd_id3143271" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03050000.xhp" name="Error-Handling Functions">Error-Handling Functions</link></paragraph> - <paragraph role="paragraph" id="par_id3145068" xml-lang="en-US">Use the following statements and functions to define the way $[officename] Basic reacts to run-time errors.</paragraph> + <h1 id="hd_id3143271"><variable id="ErrHandlingh1"><link href="text/sbasic/shared/03050000.xhp" name="Error-Handling Functions">Error-Handling Functions</link></variable></h1> + <paragraph role="paragraph" id="par_id3145068" xml-lang="en-US">Use the following statements and functions to define the way %PRODUCTNAME Basic reacts to run-time errors.</paragraph> </section> - <paragraph role="paragraph" id="par_id3148946" xml-lang="en-US">$[officename] Basic offers several methods to prevent the termination of a program when a run-time error occurs.</paragraph> + <paragraph role="paragraph" id="par_id3148946" xml-lang="en-US">%PRODUCTNAME Basic offers several methods to prevent the termination of a program when a run-time error occurs.</paragraph> + <embed href="text/sbasic/shared/03100080.xhp#cverr"/> <embed href="text/sbasic/shared/03050100.xhp#erl"/> <embed href="text/sbasic/shared/03050200.xhp#err"/> + <embed href="text/sbasic/shared/03102450.xhp#iserror"/> <embed href="text/sbasic/shared/03050300.xhp#errorf"/> <embed href="text/sbasic/shared/03050500.xhp#onerrorgotoresume"/> - </body> -</helpdocument> +</body> +</helpdocument>
\ 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 @@ --> <helpdocument version="1.0"> -<meta> -<topic id="textsbasicshared03100080xhp" indexer="include" status="PUBLISH"> -<title id="tit" xml-lang="en-US">CVErr Function</title> -<filename>/text/sbasic/shared/03100080.xhp</filename> -</topic> -<history> -<created date="2005-04-25T11:37:22">CVErr</created> -</history> -</meta> -<body> -<section id="cverr"> -<bookmark xml-lang="en-US" branch="index" id="bm_id531022"><bookmark_value>CVErr function</bookmark_value> -</bookmark> -<paragraph role="heading" id="par_idN1054B" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03100080.xhp">CVErr Function</link></paragraph> -<paragraph role="paragraph" id="par_idN1055B" xml-lang="en-US">Converts a string expression or numeric expression to a variant expression of the sub type "Error".</paragraph> -</section> -<paragraph role="heading" id="par_idN1055E" xml-lang="en-US" level="2">Syntax:</paragraph> -<bascode> -<paragraph role="bascode" id="par_idN10562" xml-lang="en-US">CVErr(Expression)</paragraph> -</bascode> -<paragraph role="heading" id="par_idN10565" xml-lang="en-US" level="2">Return value:</paragraph> -<paragraph role="paragraph" id="par_idN10569" xml-lang="en-US">Variant.</paragraph> -<paragraph role="heading" id="par_idN1056C" xml-lang="en-US" level="2">Parameter:</paragraph> -<paragraph role="paragraph" id="par_idN10570" xml-lang="en-US">Expression: Any string or numeric expression that you want to convert.</paragraph> -</body> + <meta> + <topic id="textsbasicshared03100080xhp" indexer="include" status="PUBLISH"> + <title id="tit" xml-lang="en-US">CVErr Function</title> + <filename>/text/sbasic/shared/03100080.xhp</filename> + </topic> + <history> + <created date="2005-04-25T11:37:22">CVErr</created> + </history> + </meta> + <body> + <section id="cverr"> + <bookmark xml-lang="en-US" branch="index" id="bm_id531022"><bookmark_value>CVErr function</bookmark_value> + </bookmark> + <h1 id="par_idN1054B"><variable id="CvErrh1"><link href="text/sbasic/shared/03100080.xhp">CVErr Function</link></variable></h1> + <paragraph role="paragraph" id="par_idN1055B">Converts a string expression or numeric expression to a variant expression of the sub type "Error".</paragraph> + </section> + <h2 id="par_idN1055E">Syntax:</h2> + <bascode> + <paragraph role="bascode" id="par_idN10562">CVErr(Expression)</paragraph> + </bascode> + <h2 id="par_idN10565">Return value:</h2> + <paragraph role="paragraph" id="par_idN10569">Variant.</paragraph> + <h2 id="par_idN1056C">Parameter:</h2> + <paragraph role="paragraph" id="par_idN10570">Expression: Any string or numeric expression that you want to convert.</paragraph> + </body> </helpdocument> 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 @@ --> <helpdocument version="1.0"> -<meta> -<topic id="textsbasicshared03102450xhp" indexer="include" status="PUBLISH"> -<title id="tit" xml-lang="en-US">IsError Function</title> -<filename>/text/sbasic/shared/03102450.xhp</filename> -</topic> -<history> -<created date="2005-04-25T12:20:38">IsError</created> -</history> -</meta> -<body> -<section id="iserror"> -<bookmark xml-lang="en-US" branch="index" id="bm_id4954680"><bookmark_value>IsError function</bookmark_value> -</bookmark> -<paragraph role="heading" id="par_idN1054E" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03102450.xhp">IsError Function</link></paragraph> -<paragraph role="paragraph" id="par_idN1055E" xml-lang="en-US">Tests if a variable contains an error value.</paragraph> -</section> -<paragraph role="heading" id="par_idN10561" xml-lang="en-US" level="2">Syntax:</paragraph> -<bascode> -<paragraph role="bascode" localize="false" id="par_idN10565" xml-lang="en-US">IsError (Var)</paragraph> -</bascode> -<paragraph role="heading" id="par_idN10568" xml-lang="en-US" level="2">Return value:</paragraph> -<paragraph role="paragraph" id="par_idN1056C" xml-lang="en-US">Bool</paragraph> -<paragraph role="heading" id="par_idN1056F" xml-lang="en-US" level="2">Parameters:</paragraph> -<paragraph role="paragraph" id="par_idN10573" xml-lang="en-US"> -<emph>Var:</emph> Any variable that you want to test. If the variable contains an error value, the function returns True, otherwise the function returns False.</paragraph> -</body> + <meta> + <topic id="textsbasicshared03102450xhp" indexer="include" status="PUBLISH"> + <title id="tit" xml-lang="en-US">IsError Function</title> + <filename>/text/sbasic/shared/03102450.xhp</filename> + </topic> + <history> + <created date="2005-04-25T12:20:38">IsError</created> + </history> + </meta> + <body> + <section id="iserror"> + <bookmark xml-lang="en-US" branch="index" id="bm_id4954680"><bookmark_value>IsError function</bookmark_value> + </bookmark> + <h1 id="par_idN1054E"><variable id="IsErrorh1"><link href="text/sbasic/shared/03102450.xhp">IsError Function</link></variable></h1> + <paragraph role="paragraph" id="par_idN1055E">Tests if a variable contains an error value.</paragraph> + </section> + <h2 id="par_idN10561">Syntax:</h2> + <bascode> + <paragraph role="bascode" localize="false" id="par_idN10565" xml-lang="en-US">IsError (Var)</paragraph> + </bascode> + <h2 id="par_idN10568">Return value:</h2> + <paragraph role="paragraph" id="par_idN1056C" xml-lang="en-US">Bool</paragraph> + <h2 id="par_idN1056F">Parameters:</h2> + <paragraph role="paragraph" id="par_idN10573" xml-lang="en-US"><emph>Var:</emph> Any variable that you want to test. If the variable contains an error value, the function returns True, otherwise the function returns False.</paragraph> + </body> </helpdocument> |