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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jan 1 23:52:12 UTC 2019


 source/text/sbasic/shared/03010103.xhp |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 537807a50d804370f8f6f43c78c5f4ca44d3a11c
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Tue Jan 1 21:25:13 2019 -0200
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Wed Jan 2 00:51:50 2019 +0100

    tdf#114263 Tab BASIC function in Print description
    
    Add Tab Function in BASIC Print command help page
    Add bookmarks for BASIC Tab()
    
    Change-Id: Icd23a9ef9851561b162caec3034eeba0fdc65770
    Reviewed-on: https://gerrit.libreoffice.org/65796
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/source/text/sbasic/shared/03010103.xhp b/source/text/sbasic/shared/03010103.xhp
index 3f924446d..5e7fb6a49 100644
--- a/source/text/sbasic/shared/03010103.xhp
+++ b/source/text/sbasic/shared/03010103.xhp
@@ -31,6 +31,10 @@
 <section id="print">
 <bookmark xml-lang="en-US" branch="index" id="bm_id3147230">
   <bookmark_value>Print statement</bookmark_value>
+  <bookmark_value>Print statement; Tab function</bookmark_value>
+  <bookmark_value>Print statement; Spc function</bookmark_value>
+  <bookmark_value>Spc function; in Print statement</bookmark_value>
+  <bookmark_value>Tab function; in Print statement</bookmark_value>
 </bookmark>
 
 
@@ -51,7 +55,7 @@
 <paragraph id="par_id3154319" role="paragraph" xml-lang="en-US">If a semicolon or comma appears after the last expression to be printed, $[officename] Basic stores the text in an internal buffer and continues program execution without printing. When another Print statement without a semicolon or comma at the end is encountered, all text to be printed is printed at once.</paragraph>
 <paragraph id="par_id3145272" role="paragraph" xml-lang="en-US">Positive numeric expressions are printed with a leading space. Negative expressions are printed with a leading minus sign. If a certain range is exceeded for floating-point values, the respective numeric expression is printed in exponential notation.</paragraph>
 <paragraph id="par_id3154011" role="paragraph" xml-lang="en-US">If the expression to be printed exceeds a certain length, the display will automatically wrap to the next line.</paragraph>
-<paragraph id="par_id3146969" role="note" xml-lang="en-US">You can insert the Tab function, enclosed by semicolons, between arguments to indent the output to a specific position, or you can use the <emph>Spc</emph> function to insert a specified number of spaces.</paragraph>
+<paragraph id="par_id3146969" role="note" xml-lang="en-US">You can insert the <emph>Tab</emph> function, enclosed by semicolons, between arguments to indent the output to a specific position, or you can use the <emph>Spc</emph> function to insert a specified number of spaces.</paragraph>
 
 <paragraph id="hd_id3146912" role="heading" level="2" xml-lang="en-US">Example:</paragraph>
 <switch select="sys">
@@ -82,4 +86,4 @@
 </switch>
 </body>
 
-</helpdocument>
\ No newline at end of file
+</helpdocument>


More information about the Libreoffice-commits mailing list