summaryrefslogtreecommitdiffstats
path: root/source/text/sbasic/shared/03101300.xhp
diff options
context:
space:
mode:
authorLaurent Balland-Poirier <laurent.balland-poirier@laposte.net>2017-05-17 22:25:57 +0200
committerOlivier Hallot <olivier.hallot@edx.srv.br>2017-05-19 16:31:32 +0200
commitfc04019be5ce20fe8acd95e1cc41ba099dd51cb0 (patch)
tree75746fd2131484802324f207e1bb3e5301d1c5c9 /source/text/sbasic/shared/03101300.xhp
parentBasic: beautify Examples with bascode tag (diff)
downloadhelp-fc04019be5ce20fe8acd95e1cc41ba099dd51cb0.tar.gz
help-fc04019be5ce20fe8acd95e1cc41ba099dd51cb0.zip
Basic: merge identical def and example Defxxx
Change-Id: I64abb89958c823d636c402ad4fee1f008742b491 Reviewed-on: https://gerrit.libreoffice.org/37789 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Diffstat (limited to 'source/text/sbasic/shared/03101300.xhp')
-rw-r--r--source/text/sbasic/shared/03101300.xhp24
1 files changed, 3 insertions, 21 deletions
diff --git a/source/text/sbasic/shared/03101300.xhp b/source/text/sbasic/shared/03101300.xhp
index 72eb853a04..409ff581f4 100644
--- a/source/text/sbasic/shared/03101300.xhp
+++ b/source/text/sbasic/shared/03101300.xhp
@@ -27,42 +27,24 @@
<body>
-
<section id="defdate">
<bookmark xml-lang="en-US" branch="index" id="bm_id3150504">
<bookmark_value>DefDate statement</bookmark_value>
</bookmark>
-
<paragraph id="hd_id3150504" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03101300.xhp" name="DefDate Statement [Runtime]">DefDate Statement [Runtime]</link></paragraph>
<paragraph id="par_id3145069" role="paragraph" xml-lang="en-US">If no type-declaration character or keyword is specified, the DefDate statement sets the default variable type, according to a letter range.</paragraph>
</section>
-<paragraph id="hd_id3154758" role="heading" level="2" xml-lang="en-US">Syntax:</paragraph>
-<bascode>
-<paragraph id="par_id3148664" role="bascode" xml-lang="en-US">Defxxx Characterrange1[, Characterrange2[,...]]</paragraph>
-</bascode>
-
-<paragraph id="hd_id3150541" role="heading" level="2" xml-lang="en-US">Parameters:</paragraph>
-<paragraph id="par_id3156709" role="paragraph" xml-lang="en-US"> <emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for.</paragraph>
-<paragraph id="par_id3150869" role="paragraph" xml-lang="en-US"> <emph>xxx:</emph> Keyword that defines the default variable type:</paragraph>
-<paragraph id="par_id3145171" role="paragraph" xml-lang="en-US"> <emph>Keyword:</emph> Default variable type</paragraph>
+<embed href="text/sbasic/shared/03101100.xhp#PrefixDefCommon"/>
<paragraph id="par_id3150767" role="paragraph" xml-lang="en-US"> <emph>DefDate:</emph> Date</paragraph>
-<paragraph id="hd_id3153768" role="heading" level="2" xml-lang="en-US">Example:</paragraph>
+<embed href="text/sbasic/shared/03101100.xhp#ExamplePrefixDefCommon"/>
<bascode>
-<paragraph id="par_id3145785" role="bascode" xml-lang="en-US">' Prefix definitions for variable types:</paragraph>
-<paragraph id="par_idm1341306032" role="bascode" localize="false" xml-lang="en-US">DefBool b</paragraph>
-<paragraph id="par_idm1341304800" role="bascode" localize="false" xml-lang="en-US">DefDate t</paragraph>
-<paragraph id="par_idm1341303568" role="bascode" localize="false" xml-lang="en-US">DefDbl d</paragraph>
-<paragraph id="par_idm1341302336" role="bascode" localize="false" xml-lang="en-US">DefInt i</paragraph>
-<paragraph id="par_idm1341301104" role="bascode" localize="false" xml-lang="en-US">DefLng l</paragraph>
-<paragraph id="par_idm1341299872" role="bascode" localize="false" xml-lang="en-US">DefObj o</paragraph>
-<paragraph id="par_idm1341298640" role="bascode" localize="false" xml-lang="en-US">DefVar v</paragraph>
<paragraph id="par_idm1341297408" role="bascode" localize="false" xml-lang="en-US">Sub ExampleDefDate</paragraph>
<paragraph id="par_id3152462" role="bascode" xml-lang="en-US"> tDate=Date ' tDate is an implicit date variable</paragraph>
<paragraph id="par_idm1341619984" role="bascode" localize="false" xml-lang="en-US">End Sub</paragraph>
</bascode>
</body>
-</helpdocument> \ No newline at end of file
+</helpdocument>