diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-05-07 15:47:58 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-05-07 18:13:11 +0200 |
commit | f928f353880c4b327765902d5d130496fef0158a (patch) | |
tree | 63f55fd48150878df4ca301f89ddffef81cba3f0 /source/text/sbasic | |
parent | 605791780909d8dd5e4c36663def5c0c9c3bbdb0 (diff) |
fixes in help pages
Change-Id: I42107565a6aa22b97d5dbfa8a026ed8ee4b8a2e0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115205
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/sbasic')
-rw-r--r-- | source/text/sbasic/shared/01020100.xhp | 8 | ||||
-rw-r--r-- | source/text/sbasic/shared/03010101.xhp | 4 | ||||
-rw-r--r-- | source/text/sbasic/shared/03010201.xhp | 4 | ||||
-rw-r--r-- | source/text/sbasic/shared/03030110.xhp | 2 | ||||
-rw-r--r-- | source/text/sbasic/shared/03120301.xhp | 2 |
5 files changed, 10 insertions, 10 deletions
diff --git a/source/text/sbasic/shared/01020100.xhp b/source/text/sbasic/shared/01020100.xhp index 498c8b139c..e4c13acce0 100644 --- a/source/text/sbasic/shared/01020100.xhp +++ b/source/text/sbasic/shared/01020100.xhp @@ -191,16 +191,16 @@ <paragraph role="paragraph" id="par_id151616083357363">Date literals allow to specify unambiguous date variables that are independent from the current language. Literals are enclosed between hash signs <literal>#</literal>. Possible formats are:</paragraph> <list type="unordered"> <listitem> - <paragraph id="par_id41616083766108" role="listitem">#<literal>yyyy-mm-dd</literal>#</paragraph> + <paragraph id="par_id41616083766108" role="listitem" localize="false"><literal>#yyyy-mm-dd#</literal></paragraph> </listitem> <listitem> - <paragraph id="par_id271616083874773" role="listitem"><literal>#mm/dd/yyyy#</literal></paragraph> + <paragraph id="par_id271616083874773" role="listitem" localize="false"><literal>#mm/dd/yyyy#</literal></paragraph> </listitem> </list> </section> <bascode> - <paragraph role="bascode" id="bas_id201616314705492">zeroDay = #12/30/1899#</paragraph> - <paragraph role="bascode" id="bas_id616163714705267">dob = #2010-09-28#</paragraph> + <paragraph role="bascode" id="bas_id201616314705492" localize="false">zeroDay = #12/30/1899#</paragraph> + <paragraph role="bascode" id="bas_id616163714705267" localize="false">dob = #2010-09-28#</paragraph> </bascode> <bookmark xml-lang="en-US" branch="index" id="bm_id601619552599885"> diff --git a/source/text/sbasic/shared/03010101.xhp b/source/text/sbasic/shared/03010101.xhp index 02fd4e041d..e74189f00d 100644 --- a/source/text/sbasic/shared/03010101.xhp +++ b/source/text/sbasic/shared/03010101.xhp @@ -37,7 +37,7 @@ <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/> <bascode> -<paragraph id="par_id3148664" role="bascode" localize="false">MsgBox Prompt As String [,Buttons = MB_OK [,Title As String]]</paragraph> +<paragraph id="par_id3148664" role="bascode" localize="false">MsgBox prompt As String [,buttons = MB_OK [,title As String]]</paragraph> </bascode> <section id="MsgBox_statement"> @@ -45,7 +45,7 @@ <section id="parameters"> <paragraph id="par_id3148798" role="paragraph" xml-lang="en-US"> <emph>prompt</emph>: String expression displayed as a message in the dialog box. Line breaks can be inserted with Chr$(13).</paragraph> <paragraph id="par_id3150769" role="paragraph" xml-lang="en-US"> <emph>title</emph>: String expression displayed in the title bar of the dialog. If omitted, the title bar displays the name of the respective application.</paragraph> -<paragraph id="par_id3147228" role="paragraph" xml-lang="en-US"> <emph>buttons</emph>: Any integer expression that specifies the dialog type, as well as the number and type of buttons to display, and the icon type. <emph>Buttons</emph> represents a combination of bit patterns, that is, a combination of elements can be defined by adding their respective values:</paragraph> +<paragraph id="par_id3147228" role="paragraph" xml-lang="en-US"> <emph>buttons</emph>: Any integer expression that specifies the dialog type, as well as the number and type of buttons to display, and the icon type. <emph>buttons</emph> represents a combination of bit patterns, that is, a combination of elements can be defined by adding their respective values:</paragraph> </section> <table id="tbl_051220170220345412"> diff --git a/source/text/sbasic/shared/03010201.xhp b/source/text/sbasic/shared/03010201.xhp index 84ac21c5e4..7ec67099c6 100644 --- a/source/text/sbasic/shared/03010201.xhp +++ b/source/text/sbasic/shared/03010201.xhp @@ -40,7 +40,7 @@ <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/> <bascode> -<paragraph id="par_id3159201" role="bascode" localize="false">InputBox (Prompt As String[, Title As String[, Default As String[, xPosTwips As Integer, yPosTwips As Integer]]]) As String</paragraph> +<paragraph id="par_id3159201" role="bascode" localize="false">InputBox (Prompt As String[, Title As String[, Default As String[, xpostwips As Integer, ypostwips As Integer]]]) As String</paragraph> </bascode> <embed href="text/sbasic/shared/00000003.xhp#functparameters"/> @@ -50,7 +50,7 @@ <paragraph id="par_id3154307" role="paragraph" xml-lang="en-US"> <emph>default</emph>: String expression displayed in the text box as default if no other input is given.</paragraph> <paragraph id="par_id3147573" role="paragraph" xml-lang="en-US"> <emph>xpostwips</emph>: Integer expression that specifies the horizontal position of the dialog. The position is an absolute coordinate and does not refer to the window of the office application.</paragraph> <paragraph id="par_id3156024" role="paragraph" xml-lang="en-US"> <emph>ypostwips</emph>: Integer expression that specifies the vertical position of the dialog. The position is an absolute coordinate and does not refer to the window of the office application.</paragraph> -<paragraph id="par_id3153897" role="paragraph" xml-lang="en-US">If <literal>xpostwips</literal> and <literal>yPosTwips</literal> are omitted, the dialog is centered on the screen. The position is specified in <link href="text/sbasic/shared/00000002.xhp#twips" name="twips">twips</link>.</paragraph> +<paragraph id="par_id3153897" role="paragraph" xml-lang="en-US">If <literal>xpostwips</literal> and <literal>ypostwips</literal> are omitted, the dialog is centered on the screen. The position is specified in <link href="text/sbasic/shared/00000002.xhp#twips" name="twips">twips</link>.</paragraph> </section> <embed href="text/sbasic/shared/00000003.xhp#functvalue"/> diff --git a/source/text/sbasic/shared/03030110.xhp b/source/text/sbasic/shared/03030110.xhp index edd12653f3..f8768bd706 100644 --- a/source/text/sbasic/shared/03030110.xhp +++ b/source/text/sbasic/shared/03030110.xhp @@ -143,7 +143,7 @@ </table> </section> -<paragraph id="par_idN106C1" role="paragraph" xml-lang="en-US"><emph>number</emph> - A numerical expression specifying how often the <literal>interval</literal> value will be added when positive or subtracted when negative.</paragraph> +<paragraph id="par_idN106C1" role="paragraph" xml-lang="en-US"><emph>number</emph> - A numerical expression specifying how many times the <literal>interval</literal> value will be added when positive or subtracted when negative.</paragraph> <paragraph id="par_idN106C4" role="paragraph" xml-lang="en-US"><emph>date</emph> - A given date or the name of a Variant variable containing a date. The <literal>interval</literal> value will be added <literal>number</literal> times to this date.</paragraph> <embed href="text/sbasic/shared/01020100.xhp#DateLiterals"/> diff --git a/source/text/sbasic/shared/03120301.xhp b/source/text/sbasic/shared/03120301.xhp index 507fd78ecc..48f9e0b854 100644 --- a/source/text/sbasic/shared/03120301.xhp +++ b/source/text/sbasic/shared/03120301.xhp @@ -73,7 +73,7 @@ <paragraph id="par_id3153366" role="paragraph" xml-lang="en-US">Characters in the <literal>format</literal> code that have a special meaning can only be displayed as literal characters if they are preceded by a backslash. The backslash itself is not displayed, unless you enter a double backslash (\\) in the format code.</paragraph> <paragraph id="par_id3155411" role="paragraph" xml-lang="en-US">Characters that must be preceded by a backslash in the format code in order to be displayed as literal characters are date- and time-formatting characters (a, c, d, h, m, n, p, q, s, t, w, y, /, :), numeric-formatting characters (#, 0, %, E, e, comma, period), and string-formatting characters (@, &, <, >, !).</paragraph> <paragraph id="par_id3145749" role="paragraph" xml-lang="en-US">You can also use the following predefined number formats. Except for <literal>"General Number"</literal>, all of the predefined format codes return the number as a decimal number with two decimal places.</paragraph> -<paragraph id="par_id3150113" role="paragraph" xml-lang="en-US">If you use predefined formats, the name of the <literal>format</literal> must be enclosed in quotation marks.</paragraph> +<paragraph id="par_id3150113" role="paragraph" xml-lang="en-US">If you use predefined formats, the name of the format must be enclosed in quotation marks.</paragraph> </section> <h2 id="hd_id3149377">Predefined format</h2> |