summaryrefslogtreecommitdiff
path: root/source/text/sbasic/shared/03103350.xhp
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2019-01-25 11:58:07 -0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2019-01-26 12:11:22 +0100
commit3f27275900a441c45af6c7e91901c98def81623a (patch)
treea9a377efe79b9c389ff75d96290ebb4e0dfbad93 /source/text/sbasic/shared/03103350.xhp
parent9d3ac186501c299a627c1338b5e27e0b18f1ea01 (diff)
tdf#114263 Help page for Partition [VBA]
+ some hyperlinks and reordering of text in calssmodule and compatible, option vba support. Change-Id: Ic387086a5874989d22cf93caf0f3d0f48fd77a9e Reviewed-on: https://gerrit.libreoffice.org/66910 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/sbasic/shared/03103350.xhp')
-rw-r--r--source/text/sbasic/shared/03103350.xhp12
1 files changed, 7 insertions, 5 deletions
diff --git a/source/text/sbasic/shared/03103350.xhp b/source/text/sbasic/shared/03103350.xhp
index 015d57770a..80f3f0a9c3 100644
--- a/source/text/sbasic/shared/03103350.xhp
+++ b/source/text/sbasic/shared/03103350.xhp
@@ -39,12 +39,11 @@
<paragraph id="par_id3148538" role="paragraph" xml-lang="en-US">Specifies that %PRODUCTNAME Basic will support some VBA statements, functions and objects.</paragraph>
</section>
<paragraph id="par_id051720171055367194" role="note" xml-lang="en-US">The support for VBA is not complete, but covers a large portion of the common usage patterns.</paragraph>
-
+<embed href="text/sbasic/shared/00000003.xhp#beforeexecutable"/>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph id="par_id3149514" role="code" localize="false" xml-lang="en-US">Option VBASupport {1|0}</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
-<embed href="text/sbasic/shared/00000003.xhp#beforeexecutable"/>
<paragraph id="par_id051720171055361727" role="paragraph" xml-lang="en-US">1: Enable VBA support in %PRODUCTNAME</paragraph>
<paragraph id="par_id051720171055369857" role="paragraph" xml-lang="en-US">0: Disable VBA support</paragraph>
@@ -53,15 +52,18 @@
<bascode>
<paragraph id="par_idm1340938880" role="bascode" localize="false" xml-lang="en-US">Option VBASupport 1</paragraph>
<paragraph id="par_idm1340937648" role="bascode" localize="false" xml-lang="en-US">Sub ExampleVBA</paragraph>
-<paragraph id="par_id051720171055368852" role="bascode" localize="false" xml-lang="en-US">Dim sVar As Single</paragraph>
-<paragraph id="par_id051720171055369387" role="bascode" localize="false" xml-lang="en-US"> sVar = Worksheets("Sheet1").Range("A1")</paragraph>
-<paragraph id="par_id051720171055365423" role="bascode" localize="false" xml-lang="en-US">Print sVar</paragraph>
+<paragraph id="par_id051720171055368852" role="bascode" localize="false" xml-lang="en-US"> Dim sVar As Single</paragraph>
+<paragraph id="par_id051720171055369387" role="bascode" localize="false" xml-lang="en-US"> sVar = Worksheets("Sheet1").Range("A1")</paragraph>
+<paragraph id="par_id051720171055365423" role="bascode" localize="false" xml-lang="en-US"> Print sVar</paragraph>
<paragraph id="par_idm1340929616" role="bascode" localize="false" xml-lang="en-US">End Sub</paragraph>
</bascode>
<section id="relatedtopics">
<paragraph id="par_id051720171119254111" role="paragraph" xml-lang="en-US"><link href="text/shared/optionen/01130100.xhp">VBA Properties</link></paragraph>
<paragraph id="par_id051720170424259343" role="paragraph" xml-lang="en-US"><link href="text/sbasic/shared/vbasupport.xhp">VBA support in %PRODUCTNAME</link></paragraph>
+<embed href="text/sbasic/shared/compatible.xhp#compatiblestatement"/>
+<embed href="text/sbasic/shared/compatible.xhp#compatibilitymodestatement"/>
+<embed href="text/sbasic/shared/classmodule.xhp#classmodulestatement"/>
</section>
</body>
</helpdocument>