diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2021-10-06 16:17:39 +0200 |
---|---|---|
committer | Rafael Lima <rafael.palma.lima@gmail.com> | 2021-10-07 19:37:03 +0200 |
commit | 82e70eb6efa88c3d21606292a042cd6978385480 (patch) | |
tree | 668ef78a3ce141c78d9dc6922745bd888b6535f1 /source/text/sbasic/shared/03090413.xhp | |
parent | 163eaf2bf056073232a1336632e11e535c8a3000 (diff) |
tdf#143687 Document the "IS" Basic keyword
This patch also improves related help pages about the functions IsObject and EqualUnoObjects.
Change-Id: I5f16596ed057c1104d5fa2650299861741bd7b2e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/123153
Tested-by: Jenkins
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
Diffstat (limited to 'source/text/sbasic/shared/03090413.xhp')
-rw-r--r-- | source/text/sbasic/shared/03090413.xhp | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/source/text/sbasic/shared/03090413.xhp b/source/text/sbasic/shared/03090413.xhp index e7c2329ea5..38c6709ae9 100644 --- a/source/text/sbasic/shared/03090413.xhp +++ b/source/text/sbasic/shared/03090413.xhp @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> - +<helpdocument version="1.0"> <!-- * This file is part of the LibreOffice project. * @@ -18,21 +18,21 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - <helpdocument version="1.0"> - <meta> - <topic id="textsbasicshared03090413xml" indexer="include" status="PUBLISH"> - <title id="tit" xml-lang="en-US">Type Statement</title> - <filename>/text/sbasic/shared/03090413.xhp</filename> - </topic> - </meta> - <body> - <section id="type"> - <bookmark xml-lang="en-US" branch="index" id="bm_id3153311"> - <bookmark_value>Type statement</bookmark_value> - </bookmark> - <paragraph role="heading" id="hd_id3153311" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03090413.xhp" name="Type Statement">Type Statement</link></paragraph> - <paragraph role="paragraph" id="par_id3159158" xml-lang="en-US">Define non-UNO data structures.</paragraph> - </section> +<meta> + <topic id="textsbasicshared03090413xml" indexer="include" status="PUBLISH"> + <title id="tit" xml-lang="en-US">Type Statement</title> + <filename>/text/sbasic/shared/03090413.xhp</filename> + </topic> +</meta> + +<body> + <section id="type"> + <bookmark xml-lang="en-US" branch="index" id="bm_id3153311"> + <bookmark_value>Type statement</bookmark_value> + </bookmark> + <h1 id="hd_id3153311"><variable id="Type_h1"><link href="text/sbasic/shared/03090413.xhp" name="Type Statement">Type Statement</link></variable></h1> + <paragraph role="paragraph" id="par_id3159158" xml-lang="en-US">Define non-UNO data structures.</paragraph> + </section> <paragraph role="paragraph" id="par_id311512206747401" xml-lang="en-US">A Type structure is an ordered collection of data fields, that can be manipulated as a single item.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/> <paragraph role="paragraph" id="par_id491585753339474"><image src="media/helpimg/sbasic/Type_statement.svg" id="img_id4156296484514"><alt xml-lang="en-US" id="alt_id15152796484514">Type statement diagram</alt></image></paragraph> @@ -66,4 +66,4 @@ <paragraph role="paragraph" id="par_id211512215755793" xml-lang="en-US"><link href="text/sbasic/shared/03132400.xhp" name="CreateObject function">CreateObject function</link></paragraph> </section> </body> -</helpdocument>
\ No newline at end of file +</helpdocument> |