[Libreoffice-commits] help.git: source/text

Alain Romedenne (via logerrit) logerrit at kemper.freedesktop.org
Thu Sep 2 17:15:18 UTC 2021


 source/text/sbasic/shared/03/avail_release.xhp |   11 +++++++----
 source/text/sbasic/shared/03/sf_platform.xhp   |   17 +++++++++++++++++
 2 files changed, 24 insertions(+), 4 deletions(-)

New commits:
commit 6e00ebfc8b1fb0abb3a1f4a18cbf1177f0b92618
Author:     Alain Romedenne <alain.romedenne at libreoffice.org>
AuthorDate: Thu Sep 2 15:12:18 2021 +0200
Commit:     Rafael Lima <rafael.palma.lima at gmail.com>
CommitDate: Thu Sep 2 19:14:59 2021 +0200

    sf_platform.Printers new 7.3 property
    
    Change-Id: I44841d02698568e63791a2fdba480002caa03d4e
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/121468
    Tested-by: Jenkins
    Tested-by: Jean-Pierre Ledure <jp at ledure.be>
    Reviewed-by: Rafael Lima <rafael.palma.lima at gmail.com>

diff --git a/source/text/sbasic/shared/03/avail_release.xhp b/source/text/sbasic/shared/03/avail_release.xhp
index d4219c3c3..addcd426c 100644
--- a/source/text/sbasic/shared/03/avail_release.xhp
+++ b/source/text/sbasic/shared/03/avail_release.xhp
@@ -22,6 +22,13 @@
       <section id="UnAvailPythonMethod"><note id="not_PycMeth">This method is not available in Python.</note></section>
       <section id="UnAvailPythonProperty"><note id="not_PycProp">This property is not available in Python.</note></section>
 
+    <comment> Tags for LibreOffice 7.3 </comment>
+    <section id="7.3.method">
+        <note id="par_id291613654389793">This method is available from %PRODUCTNAME 7.3 onwards.</note>
+    </section>
+    <section id="7.3.property">
+        <note id="par_id201613654593537">This property is available from %PRODUCTNAME 7.3 onwards.</note>
+    </section>
     <comment> Tags for LibreOffice 7.2 </comment>
     <section id="7.2.service">
         <note id="par_id651551701041690">This service is available from %PRODUCTNAME 7.2 onwards.</note>
@@ -41,10 +48,6 @@
     <section id="7.2.property">
         <note id="par_id201613654395537">This property is available from %PRODUCTNAME 7.2 onwards.</note>
     </section>
-    <comment> Tags for LibreOffice 7.3 </comment>
-    <section id="7.3.method">
-        <note id="par_id291613654389793">This method is available from %PRODUCTNAME 7.3 onwards.</note>
-    </section>
 
 </body>
 </helpdocument>
diff --git a/source/text/sbasic/shared/03/sf_platform.xhp b/source/text/sbasic/shared/03/sf_platform.xhp
index d1f5b61bc..0df4c2337 100644
--- a/source/text/sbasic/shared/03/sf_platform.xhp
+++ b/source/text/sbasic/shared/03/sf_platform.xhp
@@ -66,6 +66,7 @@
       <bookmark_value>Platform service;OSPlatform</bookmark_value>
       <bookmark_value>Platform service;OSRelease</bookmark_value>
       <bookmark_value>Platform service;OSVersion</bookmark_value>
+      <bookmark_value>Platform service;Printers</bookmark_value>
       <bookmark_value>Platform service;Processor</bookmark_value>
     </bookmark>
     <h2 id="hd_id711600788076834" xml-lang="en-US">Properties</h2>
@@ -227,6 +228,22 @@
                 <paragraph role="paragraph" id="par_id351614902520555">Example: '<literal>#50-Ubuntu SMP Tue Feb 9 06:29:41 UTC 2021</literal>'</paragraph>
             </tablecell>
         </tablerow>
+        <tablerow>
+            <tablecell>
+                <paragraph id="par_id31600789752717" role="tablecontent" xml-lang="en-US" localize="false">Printers</paragraph>
+            </tablecell>
+            <tablecell>
+                <paragraph id="par_id941608709527698" role="tablecontent" xml-lang="en-US">Yes</paragraph>
+            </tablecell>
+            <tablecell>
+                <paragraph id="par_id100100678952791" role="tablecontent" xml-lang="en-US" localize="false">String<br/>array</paragraph>
+            </tablecell>
+            <tablecell>
+                <paragraph id="par_id661300789527859" role="tablecontent" xml-lang="en-US">The list of available printers as a zero-based array.</paragraph>
+                <paragraph role="paragraph" id="par_id111614952098396">The default printer is put in the first position of the list (index = 0).</paragraph>
+                <embed href="text/sbasic/shared/03/avail_release.xhp#7.3.property"/>
+            </tablecell>
+        </tablerow>
         <tablerow>
             <tablecell>
                 <paragraph id="par_id31600789527717" role="tablecontent" xml-lang="en-US" localize="false">Processor</paragraph>


More information about the Libreoffice-commits mailing list