diff options
author | Alain Romedenne <alain.romedenne@libreoffice.org> | 2021-09-02 15:12:18 +0200 |
---|---|---|
committer | Rafael Lima <rafael.palma.lima@gmail.com> | 2021-09-02 19:14:59 +0200 |
commit | 6e00ebfc8b1fb0abb3a1f4a18cbf1177f0b92618 (patch) | |
tree | 7b578fb1c35fa752950dc9a362a1dc491bf49b69 /source | |
parent | 4bf3053fbbf784070982cbcae793d9de2e559ae3 (diff) |
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@ledure.be>
Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/sbasic/shared/03/avail_release.xhp | 11 | ||||
-rw-r--r-- | source/text/sbasic/shared/03/sf_platform.xhp | 17 |
2 files changed, 24 insertions, 4 deletions
diff --git a/source/text/sbasic/shared/03/avail_release.xhp b/source/text/sbasic/shared/03/avail_release.xhp index d4219c3c3f..addcd426c6 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 d1f5b61bc9..0df4c2337a 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> @@ -229,6 +230,22 @@ </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> </tablecell> <tablecell> |