source/text/sbasic/shared/special_vba_func.xhp |    8 ++++++++
 source/text/sbasic/shared/vba_objects.xhp      |    6 +++---
 2 files changed, 11 insertions(+), 3 deletions(-)

New commits:
commit 8f68a0232112cfa6a8b2baa298c0282442fc2db2
Author:     Alain Romedenne <alain.romede...@libreoffice.org>
AuthorDate: Fri Jul 26 16:57:47 2024 +0200
Commit:     Alain Romedenne <alain.romede...@libreoffice.org>
CommitDate: Mon Jul 29 10:17:32 2024 +0200

    VBA supported objects
    
    Change-Id: Ie2f51790fa25e589a05a8f9a0cf25cc4f891c4c7
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/171038
    Tested-by: Jenkins
    Reviewed-by: Alain Romedenne <alain.romede...@libreoffice.org>

diff --git a/source/text/sbasic/shared/special_vba_func.xhp 
b/source/text/sbasic/shared/special_vba_func.xhp
index 7e3a2060aa..a8de949ffc 100644
--- a/source/text/sbasic/shared/special_vba_func.xhp
+++ b/source/text/sbasic/shared/special_vba_func.xhp
@@ -119,5 +119,13 @@
 <h2 id="hd_id051920170347039686">Object Properties and Methods</h2>
 <embed href="text/sbasic/shared/ErrVBA.xhp#VBAErrObject"/>
 </section>
+
+<section id="relatedtopics">
+<paragraph id="par_id051720170424259343" role="paragraph" 
xml-lang="en-US"><link href="text/sbasic/shared/vbasupport.xhp">VBA support in 
%PRODUCTNAME</link></paragraph>
+<paragraph id="par_id051720171119254111" role="paragraph" 
xml-lang="en-US"><link href="text/shared/optionen/01130100.xhp">VBA 
Properties</link></paragraph>
+<embed href="text/sbasic/shared/vba_objects.xhp#title"/>
+<embed href="text/sbasic/shared/03103350.xhp#vbasupportstatement"/>
+</section>
+
 </body>
 </helpdocument>
diff --git a/source/text/sbasic/shared/vba_objects.xhp 
b/source/text/sbasic/shared/vba_objects.xhp
index 02537694cc..b7895c1f81 100644
--- a/source/text/sbasic/shared/vba_objects.xhp
+++ b/source/text/sbasic/shared/vba_objects.xhp
@@ -29,10 +29,10 @@
 <paragraph id="hd_id051820170407499827" role="paragraph">These exclusive 
%PRODUCTNAME VBA objects properties and methods are enabled when:</paragraph>
 <list type="unordered">
     <listitem>
-        <paragraph id="par_id731719825012469" role="listitem">&#8226; A Basic 
module is set with <literal>VBAModule</literal> special attribute.</paragraph>
+        <paragraph id="par_id731719825012469" role="listitem">A Basic module 
is set with <literal>VBAModule</literal> special attribute.</paragraph>
     </listitem>
     <listitem>
-        <paragraph id="par_id851719825107422" role="listitem">&#8226; <item 
type="literal">Option VBASupport 1</item> compiler statement is placed before 
the first macro of the VBA Basic module.</paragraph>
+        <paragraph id="par_id851719825107422" role="listitem"><item 
type="literal">Option VBASupport 1</item> compiler statement is placed before 
the first macro of the VBA Basic module.</paragraph>
     </listitem>
 </list>
 <paragraph role="paragraph" id="par_id201719827126856">A few VBA objects are 
supported for <link 
href="text/sbasic/shared/vba_objects.xhp#xlsm">Excel</link>, <link 
href="text/sbasic/shared/vba_objects.xhp#pptm">Powerpoint</link> and <link 
href="text/sbasic/shared/vba_objects.xhp#docm">Word</link> application files. 
Limited properties and methods are available for VBA objects.</paragraph>
@@ -114,7 +114,7 @@
   <paragraph role="paragraph" 
id="par_id591719824772015"><emph>Methods</emph></paragraph>
   <list type="unordered">
     <listitem>
-        <paragraph id="par_id751720021450554" role="listitem" 
localize="false"><variable id="ExportAsFixedFormat"></variable><link 
href="text/sbasic/shared/exportasfixedformat.xhp">ExportAsFixedFormat</link>(Optional
 Type : Integer = xlTypePDF, Optional FileName : String, Optional Quality : 
Integer = xlQualityStandard, Optional IncludeDocProperties : Boolean, Optional 
IgnorePrintAreas = Boolean, Optional OpenAfterPublish : Boolean)</paragraph>
+        <paragraph id="par_id751720021450554" role="listitem" 
localize="false"><variable id="ExportAsFixedFormat"><link 
href="text/sbasic/shared/exportasfixedformat.xhp">ExportAsFixedFormat</link>(Optional
 Type : Integer = xlTypePDF, Optional FileName : String, Optional Quality : 
Integer = xlQualityStandard, Optional IncludeDocProperties : Boolean, Optional 
IgnorePrintAreas = Boolean, Optional OpenAfterPublish : 
Boolean)</variable></paragraph>
     </listitem>
 </list>
 

Reply via email to