This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push: new aceef0a376 Remove 'oldref' entries (work in progress) aceef0a376 is described below commit aceef0a37678a19483da0d36bc5b04b26091c7ce Author: mseidel <msei...@apache.org> AuthorDate: Thu Nov 7 18:25:10 2024 +0100 Remove 'oldref' entries (work in progress) (cherry picked from commit b68564f557f8dc68fa0e9d84eafe850cdd860a65) --- .../source/text/sbasic/shared/03080401.xhp | 30 ++++++++++----------- .../source/text/sbasic/shared/03100900.xhp | 31 +++++++++++----------- .../source/text/sbasic/shared/03102600.xhp | 30 ++++++++++----------- .../source/text/sbasic/shared/03120104.xhp | 29 ++++++++++---------- .../source/text/shared/00/00000210.xhp | 18 ++++++------- .../source/text/shared/01/05030000.xhp | 6 ++--- .../source/text/shared/01/05340100.xhp | 15 +++++------ .../source/text/shared/autopi/01020100.xhp | 6 ++--- .../source/text/swriter/guide/autocorr_except.xhp | 15 +++++------ .../text/swriter/guide/calculate_multitable.xhp | 17 ++++++------ 10 files changed, 95 insertions(+), 102 deletions(-) diff --git a/main/helpcontent2/source/text/sbasic/shared/03080401.xhp b/main/helpcontent2/source/text/sbasic/shared/03080401.xhp index c213d29300..9c708e1d27 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03080401.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03080401.xhp @@ -33,24 +33,24 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3156027"> <bookmark_value>Sqr function</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3156027" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03080401.xhp" name="Sqr Function [Runtime]">Sqr Function [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3147226" xml-lang="en-US" l10n="U" oldref="2">Calculates the square root of a numeric expression.</paragraph> +<paragraph role="heading" id="hd_id3156027" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03080401.xhp" name="Sqr Function [Runtime]">Sqr Function [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3147226" xml-lang="en-US" l10n="U">Calculates the square root of a numeric expression.</paragraph> </section> -<paragraph role="heading" id="hd_id3143267" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> -<paragraph role="paragraph" id="par_id3149415" xml-lang="en-US" l10n="U" oldref="4">Sqr (Number)</paragraph> -<paragraph role="heading" id="hd_id3156023" xml-lang="en-US" level="2" l10n="U" oldref="5">Return value:</paragraph> -<paragraph role="paragraph" id="par_id3156343" xml-lang="en-US" l10n="U" oldref="6">Double</paragraph> -<paragraph role="heading" id="hd_id3147265" xml-lang="en-US" level="2" l10n="U" oldref="7">Parameters:</paragraph> -<paragraph role="paragraph" id="par_id3149457" xml-lang="en-US" l10n="U" oldref="8"> +<paragraph role="heading" id="hd_id3143267" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="paragraph" id="par_id3149415" xml-lang="en-US" l10n="U">Sqr (Number)</paragraph> +<paragraph role="heading" id="hd_id3156023" xml-lang="en-US" level="2" l10n="U">Return value:</paragraph> +<paragraph role="paragraph" id="par_id3156343" xml-lang="en-US" l10n="U">Double</paragraph> +<paragraph role="heading" id="hd_id3147265" xml-lang="en-US" level="2" l10n="U">Parameters:</paragraph> +<paragraph role="paragraph" id="par_id3149457" xml-lang="en-US" l10n="U"> <emph>Number:</emph> Any numeric expression that you want to calculate the square root for.</paragraph> -<paragraph role="paragraph" id="par_id3154365" xml-lang="en-US" l10n="U" oldref="9">A square root is the number that you multiply by itself to produce another number, for example, the square root of 36 is 6.</paragraph> +<paragraph role="paragraph" id="par_id3154365" xml-lang="en-US" l10n="U">A square root is the number that you multiply by itself to produce another number, for example, the square root of 36 is 6.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#errorcode"/> <embed href="text/sbasic/shared/00000003.xhp#err5"/> -<paragraph role="heading" id="hd_id3153192" xml-lang="en-US" level="2" l10n="U" oldref="10">Example:</paragraph> -<paragraph role="paragraph" id="par_id3145172" xml-lang="en-US" l10n="U" oldref="11">Sub ExampleSqr</paragraph> -<paragraph role="paragraph" id="par_id3156423" xml-lang="en-US" l10n="U" oldref="12">Dim iVar As Single</paragraph> -<paragraph role="paragraph" id="par_id3147288" xml-lang="en-US" l10n="U" oldref="13">iVar = 36</paragraph> -<paragraph role="paragraph" id="par_id3159254" xml-lang="en-US" l10n="U" oldref="14">Msgbox Sqr(iVar)</paragraph> -<paragraph role="paragraph" id="par_id3161832" xml-lang="en-US" l10n="U" oldref="15">end sub</paragraph> +<paragraph role="heading" id="hd_id3153192" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="paragraph" id="par_id3145172" xml-lang="en-US" l10n="U">Sub ExampleSqr</paragraph> +<paragraph role="paragraph" id="par_id3156423" xml-lang="en-US" l10n="U">Dim iVar As Single</paragraph> +<paragraph role="paragraph" id="par_id3147288" xml-lang="en-US" l10n="U">iVar = 36</paragraph> +<paragraph role="paragraph" id="par_id3159254" xml-lang="en-US" l10n="U">Msgbox Sqr(iVar)</paragraph> +<paragraph role="paragraph" id="par_id3161832" xml-lang="en-US" l10n="U">end sub</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/sbasic/shared/03100900.xhp b/main/helpcontent2/source/text/sbasic/shared/03100900.xhp index e150022d6f..7523920aaf 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03100900.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03100900.xhp @@ -33,24 +33,23 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3153753"> <bookmark_value>CSng function</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3153753" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03100900.xhp" name="CSng Function[Runtime]">CSng Function[Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3149748" xml-lang="en-US" l10n="U" oldref="2">Converts any string or numeric expression to data type Single.</paragraph> +<paragraph role="heading" id="hd_id3153753" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03100900.xhp" name="CSng Function[Runtime]">CSng Function[Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3149748" xml-lang="en-US" l10n="U">Converts any string or numeric expression to data type Single.</paragraph> </section> -<paragraph role="heading" id="hd_id3153255" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> -<paragraph role="paragraph" id="par_id3148983" xml-lang="en-US" l10n="U" oldref="4">CSng (Expression)</paragraph> -<paragraph role="heading" id="hd_id3152347" xml-lang="en-US" level="2" l10n="U" oldref="5">Return value:</paragraph> -<paragraph role="paragraph" id="par_id3153750" xml-lang="en-US" l10n="U" oldref="6">Single</paragraph> -<paragraph role="heading" id="hd_id3146957" xml-lang="en-US" level="2" l10n="U" oldref="7">Parameters:</paragraph> -<paragraph role="paragraph" id="par_id3153345" xml-lang="en-US" l10n="U" oldref="8"> -<emph>Expression:</emph> Any string or numeric expression that you want to convert. To convert a string expression, the number must be entered as normal text ("123.5") using the default number format of your operating system.</paragraph> +<paragraph role="heading" id="hd_id3153255" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="paragraph" id="par_id3148983" xml-lang="en-US" l10n="U">CSng (Expression)</paragraph> +<paragraph role="heading" id="hd_id3152347" xml-lang="en-US" level="2" l10n="U">Return value:</paragraph> +<paragraph role="paragraph" id="par_id3153750" xml-lang="en-US" l10n="U">Single</paragraph> +<paragraph role="heading" id="hd_id3146957" xml-lang="en-US" level="2" l10n="U">Parameters:</paragraph> +<paragraph role="paragraph" id="par_id3153345" xml-lang="en-US" l10n="U"><emph>Expression:</emph> Any string or numeric expression that you want to convert. To convert a string expression, the number must be entered as normal text ("123.5") using the default number format of your operating system.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#errorcode"/> <embed href="text/sbasic/shared/00000003.xhp#err5"/> -<paragraph role="heading" id="hd_id3149514" xml-lang="en-US" level="2" l10n="U" oldref="9">Example:</paragraph> -<paragraph role="paragraph" id="par_id3154142" xml-lang="en-US" l10n="U" oldref="10">Sub ExampleCSNG</paragraph> -<paragraph role="paragraph" id="par_id3147573" xml-lang="en-US" l10n="U" oldref="11">Msgbox CDbl(1234.5678)</paragraph> -<paragraph role="paragraph" id="par_id3150772" xml-lang="en-US" l10n="U" oldref="12">Msgbox CInt(1234.5678)</paragraph> -<paragraph role="paragraph" id="par_id3147531" xml-lang="en-US" l10n="U" oldref="13">Msgbox CLng(1234.5678)</paragraph> -<paragraph role="paragraph" id="par_id3147265" xml-lang="en-US" l10n="U" oldref="14">Msgbox CSng(1234.5678)</paragraph> -<paragraph role="paragraph" id="par_id3159414" xml-lang="en-US" l10n="U" oldref="15">end sub</paragraph> +<paragraph role="heading" id="hd_id3149514" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="paragraph" id="par_id3154142" xml-lang="en-US" l10n="U">Sub ExampleCSNG</paragraph> +<paragraph role="paragraph" id="par_id3147573" xml-lang="en-US" l10n="U">Msgbox CDbl(1234.5678)</paragraph> +<paragraph role="paragraph" id="par_id3150772" xml-lang="en-US" l10n="U">Msgbox CInt(1234.5678)</paragraph> +<paragraph role="paragraph" id="par_id3147531" xml-lang="en-US" l10n="U">Msgbox CLng(1234.5678)</paragraph> +<paragraph role="paragraph" id="par_id3147265" xml-lang="en-US" l10n="U">Msgbox CSng(1234.5678)</paragraph> +<paragraph role="paragraph" id="par_id3159414" xml-lang="en-US" l10n="U">end sub</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/sbasic/shared/03102600.xhp b/main/helpcontent2/source/text/sbasic/shared/03102600.xhp index c4d33ca726..1050818285 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03102600.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03102600.xhp @@ -34,24 +34,22 @@ <bookmark_value>IsNull function</bookmark_value> <bookmark_value>Null value</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3155555" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03102600.xhp" name="IsNull Function [Runtime]">IsNull Function [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3146957" xml-lang="en-US" l10n="U" oldref="2">Tests if a Variant contains the special Null value, indicating that the variable does not contain data.</paragraph> +<paragraph role="heading" id="hd_id3155555" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03102600.xhp" name="IsNull Function [Runtime]">IsNull Function [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3146957" xml-lang="en-US" l10n="U">Tests if a Variant contains the special Null value, indicating that the variable does not contain data.</paragraph> </section> -<paragraph role="heading" id="hd_id3150670" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> -<paragraph role="paragraph" id="par_id3150984" xml-lang="en-US" l10n="U" oldref="4">IsNull (Var)</paragraph> -<paragraph role="heading" id="hd_id3149514" xml-lang="en-US" level="2" l10n="U" oldref="5">Return value:</paragraph> -<paragraph role="paragraph" id="par_id3145609" xml-lang="en-US" l10n="U" oldref="6">Bool</paragraph> -<paragraph role="heading" id="hd_id3149669" xml-lang="en-US" level="2" l10n="U" oldref="7">Parameters:</paragraph> -<paragraph role="paragraph" id="par_id3159414" xml-lang="en-US" l10n="U" oldref="8"> -<emph>Var:</emph> Any variable that you want to test. This function returns True if the Variant contains the Null value, or False if the Variant does not contain the Null value.</paragraph> -<paragraph role="paragraph" id="par_idN1062A" xml-lang="en-US" l10n="NEW"> -<emph>Null</emph> - This value is used for a variant data sub type without valid contents.</paragraph> +<paragraph role="heading" id="hd_id3150670" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="paragraph" id="par_id3150984" xml-lang="en-US" l10n="U">IsNull (Var)</paragraph> +<paragraph role="heading" id="hd_id3149514" xml-lang="en-US" level="2" l10n="U">Return value:</paragraph> +<paragraph role="paragraph" id="par_id3145609" xml-lang="en-US" l10n="U">Bool</paragraph> +<paragraph role="heading" id="hd_id3149669" xml-lang="en-US" level="2" l10n="U">Parameters:</paragraph> +<paragraph role="paragraph" id="par_id3159414" xml-lang="en-US" l10n="U"><emph>Var:</emph> Any variable that you want to test. This function returns True if the Variant contains the Null value, or False if the Variant does not contain the Null value.</paragraph> +<paragraph role="paragraph" id="par_idN1062A" xml-lang="en-US" l10n="NEW"><emph>Null</emph> - This value is used for a variant data sub type without valid contents.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#errorcode"/> <embed href="text/sbasic/shared/00000003.xhp#err5"/> -<paragraph role="heading" id="hd_id3153381" xml-lang="en-US" level="2" l10n="U" oldref="9">Example:</paragraph> -<paragraph role="paragraph" id="par_id3154140" xml-lang="en-US" l10n="U" oldref="10">Sub ExampleIsNull</paragraph> -<paragraph role="paragraph" id="par_id3145172" xml-lang="en-US" l10n="U" oldref="11">Dim vVar As Variant</paragraph> -<paragraph role="paragraph" id="par_id3144760" xml-lang="en-US" l10n="U" oldref="12">msgbox IsNull(vVar)</paragraph> -<paragraph role="paragraph" id="par_id3153970" xml-lang="en-US" l10n="U" oldref="13">end sub</paragraph> +<paragraph role="heading" id="hd_id3153381" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="paragraph" id="par_id3154140" xml-lang="en-US" l10n="U">Sub ExampleIsNull</paragraph> +<paragraph role="paragraph" id="par_id3145172" xml-lang="en-US" l10n="U">Dim vVar As Variant</paragraph> +<paragraph role="paragraph" id="par_id3144760" xml-lang="en-US" l10n="U">msgbox IsNull(vVar)</paragraph> +<paragraph role="paragraph" id="par_id3153970" xml-lang="en-US" l10n="U">end sub</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/sbasic/shared/03120104.xhp b/main/helpcontent2/source/text/sbasic/shared/03120104.xhp index e565baa310..3d6f514f91 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03120104.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03120104.xhp @@ -33,23 +33,22 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3149205"> <bookmark_value>Val function</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3149205" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03120104.xhp" name="Val Function [Runtime]">Val Function [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3153345" xml-lang="en-US" l10n="U" oldref="2">Converts a string to a numeric expression.</paragraph> +<paragraph role="heading" id="hd_id3149205" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03120104.xhp" name="Val Function [Runtime]">Val Function [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3153345" xml-lang="en-US" l10n="U">Converts a string to a numeric expression.</paragraph> </section> -<paragraph role="heading" id="hd_id3159157" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> -<paragraph role="paragraph" id="par_id3149514" xml-lang="en-US" l10n="U" oldref="4">Val (Text As String)</paragraph> -<paragraph role="heading" id="hd_id3150669" xml-lang="en-US" level="2" l10n="U" oldref="5">Return value:</paragraph> -<paragraph role="paragraph" id="par_id3143228" xml-lang="en-US" l10n="U" oldref="6">Double</paragraph> -<paragraph role="heading" id="hd_id3156024" xml-lang="en-US" level="2" l10n="U" oldref="7">Parameters:</paragraph> -<paragraph role="paragraph" id="par_id3154348" xml-lang="en-US" l10n="U" oldref="8"> -<emph>Text:</emph> String that represents a number.</paragraph> -<paragraph role="paragraph" id="par_id3149670" xml-lang="en-US" l10n="U" oldref="9">Using the Val function, you can convert a string that represents numbers into numeric expressions. This is the inverse of the <emph>Str</emph> function. If only part of the string contains numbers, only the first appropriate characters of the string are converted. If the string does not contain any numbers, the <emph>Val</emph> function returns the value 0.</paragraph> +<paragraph role="heading" id="hd_id3159157" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="paragraph" id="par_id3149514" xml-lang="en-US" l10n="U">Val (Text As String)</paragraph> +<paragraph role="heading" id="hd_id3150669" xml-lang="en-US" level="2" l10n="U">Return value:</paragraph> +<paragraph role="paragraph" id="par_id3143228" xml-lang="en-US" l10n="U">Double</paragraph> +<paragraph role="heading" id="hd_id3156024" xml-lang="en-US" level="2" l10n="U">Parameters:</paragraph> +<paragraph role="paragraph" id="par_id3154348" xml-lang="en-US" l10n="U"><emph>Text:</emph> String that represents a number.</paragraph> +<paragraph role="paragraph" id="par_id3149670" xml-lang="en-US" l10n="U">Using the Val function, you can convert a string that represents numbers into numeric expressions. This is the inverse of the <emph>Str</emph> function. If only part of the string contains numbers, only the first appropriate characters of the string are converted. If the string does not contain any numbers, the <emph>Val</emph> function returns the value 0.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#errorcode"/> <embed href="text/sbasic/shared/00000003.xhp#err5"/> -<paragraph role="heading" id="hd_id3154365" xml-lang="en-US" level="2" l10n="U" oldref="10">Example:</paragraph> -<paragraph role="paragraph" id="par_id3151177" xml-lang="en-US" l10n="U" oldref="11">Sub ExampleVal</paragraph> -<paragraph role="paragraph" id="par_id3159150" xml-lang="en-US" l10n="U" oldref="12">msgbox Val("123.123")</paragraph> -<paragraph role="paragraph" id="par_id3154126" xml-lang="en-US" l10n="U" oldref="13">msgbox Val("A123.123")</paragraph> -<paragraph role="paragraph" id="par_id3147229" xml-lang="en-US" l10n="U" oldref="14">end Sub</paragraph> +<paragraph role="heading" id="hd_id3154365" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="paragraph" id="par_id3151177" xml-lang="en-US" l10n="U">Sub ExampleVal</paragraph> +<paragraph role="paragraph" id="par_id3159150" xml-lang="en-US" l10n="U">msgbox Val("123.123")</paragraph> +<paragraph role="paragraph" id="par_id3154126" xml-lang="en-US" l10n="U">msgbox Val("A123.123")</paragraph> +<paragraph role="paragraph" id="par_id3147229" xml-lang="en-US" l10n="U">end Sub</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/shared/00/00000210.xhp b/main/helpcontent2/source/text/shared/00/00000210.xhp index 04791916ff..ae2043b64f 100644 --- a/main/helpcontent2/source/text/shared/00/00000210.xhp +++ b/main/helpcontent2/source/text/shared/00/00000210.xhp @@ -30,18 +30,18 @@ </meta> <body> <bookmark xml-lang="en-US" branch="hid/sd:ModalDialog:DLG_PRINT_WARNINGS" id="bm_id3158421" localize="false"/> -<paragraph role="heading" id="hd_id3145759" xml-lang="en-US" level="1" l10n="U" oldref="1">Warning Print Options</paragraph> -<paragraph role="paragraph" id="par_id3152352" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid="SD:MODALDIALOG:DLG_PRINT_WARNINGS">The <emph>Warning Print Options</emph> dialog appears when the page setup does not match the defined print range.</ahelp> This is the case, for example, if you draw a rectangle that is larger than the current page format.</paragraph> -<paragraph role="heading" id="hd_id3150620" xml-lang="en-US" level="2" l10n="U" oldref="3">Print options</paragraph> +<paragraph role="heading" id="hd_id3145759" xml-lang="en-US" level="1" l10n="U">Warning Print Options</paragraph> +<paragraph role="paragraph" id="par_id3152352" xml-lang="en-US" l10n="U"><ahelp hid="SD:MODALDIALOG:DLG_PRINT_WARNINGS">The <emph>Warning Print Options</emph> dialog appears when the page setup does not match the defined print range.</ahelp> This is the case, for example, if you draw a rectangle that is larger than the current page format.</paragraph> +<paragraph role="heading" id="hd_id3150620" xml-lang="en-US" level="2" l10n="U">Print options</paragraph> <bookmark xml-lang="en-US" branch="hid/sd:RadioButton:DLG_PRINT_WARNINGS:RBT_SCALE" id="bm_id3148765" localize="false"/> -<paragraph role="heading" id="hd_id3156324" xml-lang="en-US" level="3" l10n="U" oldref="5">Fit page to print range</paragraph> +<paragraph role="heading" id="hd_id3156324" xml-lang="en-US" level="3" l10n="U">Fit page to print range</paragraph> <embed href="text/shared/optionen/01070400.xhp#fittopage"/> -<paragraph role="note" id="par_id3158405" xml-lang="en-US" l10n="U" oldref="7">If you select the <emph>Fit page to print range</emph> option, the <emph>Warning Print Options</emph> dialog will not appear in subsequent print runs of this document.</paragraph> +<paragraph role="note" id="par_id3158405" xml-lang="en-US" l10n="U">If you select the <emph>Fit page to print range</emph> option, the <emph>Warning Print Options</emph> dialog will not appear in subsequent print runs of this document.</paragraph> <bookmark xml-lang="en-US" branch="hid/sd:RadioButton:DLG_PRINT_WARNINGS:RBT_POSTER" id="bm_id3147009" localize="false"/> -<paragraph role="heading" id="hd_id3156553" xml-lang="en-US" level="3" l10n="CHG" oldref="8">Print on multiple pages<comment>i78245</comment></paragraph> -<paragraph role="paragraph" id="par_id3154823" xml-lang="en-US" l10n="U" oldref="9"><ahelp hid="SD:RADIOBUTTON:DLG_PRINT_WARNINGS:RBT_POSTER">Specifies whether to distribute the printout on multiple pages.</ahelp> The print range will be printed on multiple pages.</paragraph> +<paragraph role="heading" id="hd_id3156553" xml-lang="en-US" level="3" l10n="CHG">Print on multiple pages<comment>i78245</comment></paragraph> +<paragraph role="paragraph" id="par_id3154823" xml-lang="en-US" l10n="U"><ahelp hid="SD:RADIOBUTTON:DLG_PRINT_WARNINGS:RBT_POSTER">Specifies whether to distribute the printout on multiple pages.</ahelp> The print range will be printed on multiple pages.</paragraph> <bookmark xml-lang="en-US" branch="hid/sd:RadioButton:DLG_PRINT_WARNINGS:RBT_CUT" id="bm_id3160302" localize="false"/> -<paragraph role="heading" id="hd_id3147010" xml-lang="en-US" level="3" l10n="U" oldref="10">Trim</paragraph> -<paragraph role="paragraph" id="par_id3151111" xml-lang="en-US" l10n="U" oldref="11"><ahelp hid="SD:RADIOBUTTON:DLG_PRINT_WARNINGS:RBT_CUT">Specifies that anything extending beyond the maximum print range will be cut off and not included in the printing.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3147010" xml-lang="en-US" level="3" l10n="U">Trim</paragraph> +<paragraph role="paragraph" id="par_id3151111" xml-lang="en-US" l10n="U"><ahelp hid="SD:RADIOBUTTON:DLG_PRINT_WARNINGS:RBT_CUT">Specifies that anything extending beyond the maximum print range will be cut off and not included in the printing.</ahelp></paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/shared/01/05030000.xhp b/main/helpcontent2/source/text/shared/01/05030000.xhp index 950f753060..5f81942acb 100644 --- a/main/helpcontent2/source/text/shared/01/05030000.xhp +++ b/main/helpcontent2/source/text/shared/01/05030000.xhp @@ -32,13 +32,13 @@ <bookmark xml-lang="en-US" branch="hid/.uno:ParagraphDialog" id="bm_id1815464" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:ParagraphDialog" id="bm_id3154689" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:EditStyle" id="bm_id9131165" localize="false"/> -<paragraph role="heading" id="hd_id3150467" xml-lang="en-US" level="1" l10n="U" oldref="1">Paragraph</paragraph> -<paragraph role="paragraph" id="par_id3148668" xml-lang="en-US" l10n="CHG" oldref="2"><variable id="absatztext"><ahelp hid=".uno:EditStyle">Modifies the format of the current paragraph, such as indents and alignment.</ahelp> +<paragraph role="heading" id="hd_id3150467" xml-lang="en-US" level="1" l10n="U">Paragraph</paragraph> +<paragraph role="paragraph" id="par_id3148668" xml-lang="en-US" l10n="CHG"><variable id="absatztext"><ahelp hid=".uno:EditStyle">Modifies the format of the current paragraph, such as indents and alignment.</ahelp> </variable> To modify the font of the current paragraph, select the entire paragraph, choose Format - Character, and then click on the Font tab.</paragraph> <section id="howtoget"> <embed href="text/shared/00/00040500.xhp#absatz"/> </section> -<paragraph role="paragraph" id="par_id3156042" xml-lang="en-US" l10n="CHG" oldref="3"><switchinline select="appl"><caseinline select="WRITER">The paragraph style for the current paragraph is displayed at the <emph>Formatting</emph> toolbar, and is highlighted in the <link href="text/swriter/01/05140000.xhp" name="Styles">Styles and Formatting window</link>. +<paragraph role="paragraph" id="par_id3156042" xml-lang="en-US" l10n="CHG"><switchinline select="appl"><caseinline select="WRITER">The paragraph style for the current paragraph is displayed at the <emph>Formatting</emph> toolbar, and is highlighted in the <link href="text/swriter/01/05140000.xhp" name="Styles">Styles and Formatting window</link>. </caseinline></switchinline><comment>UFI: changed name of bar</comment></paragraph> <embed href="text/shared/01/05030100.xhp#einzuege"/> <embed href="text/shared/01/05030700.xhp#ausrichtung"/> diff --git a/main/helpcontent2/source/text/shared/01/05340100.xhp b/main/helpcontent2/source/text/shared/01/05340100.xhp index a7667a5fd1..3f5cf67f74 100644 --- a/main/helpcontent2/source/text/shared/01/05340100.xhp +++ b/main/helpcontent2/source/text/shared/01/05340100.xhp @@ -32,22 +32,21 @@ <bookmark xml-lang="en-US" branch="hid/.uno:RowHeight" id="bm_id8702934" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:RowHeight" id="bm_id3150146" localize="false"/> <bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_BROWSER_ROWHEIGHT" id="bm_id3149987" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3154400" role="heading" level="1" l10n="U" oldref="1">Row Height</paragraph> -<paragraph xml-lang="en-US" id="par_id3154044" role="paragraph" l10n="U" oldref="2"><variable id="zeilenhoehetext"><ahelp hid="HID_BROWSER_ROWHEIGHT">Changes the height of the current row, or the selected rows.</ahelp> +<paragraph xml-lang="en-US" id="hd_id3154400" role="heading" level="1" l10n="U">Row Height</paragraph> +<paragraph xml-lang="en-US" id="par_id3154044" role="paragraph" l10n="U"><variable id="zeilenhoehetext"><ahelp hid="HID_BROWSER_ROWHEIGHT">Changes the height of the current row, or the selected rows.</ahelp> </variable></paragraph> -<paragraph xml-lang="en-US" id="par_id3150756" role="paragraph" l10n="U" oldref="7"><switchinline select="appl"><caseinline select="CALC">You can also change the height of a row by dragging the divider below the row header. To fit the row height to the cell contents, double-click the divider. +<paragraph xml-lang="en-US" id="par_id3150756" role="paragraph" l10n="U"><switchinline select="appl"><caseinline select="CALC">You can also change the height of a row by dragging the divider below the row header. To fit the row height to the cell contents, double-click the divider. </caseinline></switchinline></paragraph> <section id="howtoget"> <embed href="text/shared/00/00040503.xhp#fozeihoe"/> </section> <bookmark xml-lang="en-US" branch="hid/sc:MetricField:RID_SCDLG_ROW_MAN:ED_VALUE" id="bm_id3146946" localize="false"/> <bookmark xml-lang="en-US" branch="hid/dbaccess:MetricField:DLG_ROWHEIGHT:MF_VALUE" id="bm_id3083278" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3149962" role="heading" level="2" l10n="U" oldref="3">Height</paragraph> -<paragraph xml-lang="en-US" id="par_id3144750" role="paragraph" l10n="U" oldref="4"><ahelp hid="DBACCESS_METRICFIELD_DLG_ROWHEIGHT_MF_VALUE">Enter the row height that you want to use.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="hd_id3149962" role="heading" level="2" l10n="U">Height</paragraph> +<paragraph xml-lang="en-US" id="par_id3144750" role="paragraph" l10n="U"><ahelp hid="DBACCESS_METRICFIELD_DLG_ROWHEIGHT_MF_VALUE">Enter the row height that you want to use.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/sc:CheckBox:RID_SCDLG_ROW_MAN:BTN_DEFVAL" id="bm_id3154840" localize="false"/> <bookmark xml-lang="en-US" branch="hid/dbaccess:CheckBox:DLG_ROWHEIGHT:CB_STANDARD" id="bm_id3150445" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3154926" role="heading" level="2" l10n="CHG" -oldref="5">Default value</paragraph> -<paragraph xml-lang="en-US" id="par_id3154894" role="paragraph" l10n="CHG" oldref="6"><ahelp hid="DBACCESS_CHECKBOX_DLG_ROWHEIGHT_CB_STANDARD">Adjusts the row height to the size based on the default template. Existing contents may be shown vertically cropped. The height no longer increases automatically when you enter larger contents.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="hd_id3154926" role="heading" level="2" l10n="CHG">Default value</paragraph> +<paragraph xml-lang="en-US" id="par_id3154894" role="paragraph" l10n="CHG"><ahelp hid="DBACCESS_CHECKBOX_DLG_ROWHEIGHT_CB_STANDARD">Adjusts the row height to the size based on the default template. Existing contents may be shown vertically cropped. The height no longer increases automatically when you enter larger contents.</ahelp></paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/shared/autopi/01020100.xhp b/main/helpcontent2/source/text/shared/autopi/01020100.xhp index f2d4a26998..b12edb2697 100644 --- a/main/helpcontent2/source/text/shared/autopi/01020100.xhp +++ b/main/helpcontent2/source/text/shared/autopi/01020100.xhp @@ -32,8 +32,8 @@ <body> <section id="seite1"> <bookmark xml-lang="en-US" branch="hid/SW_HID_FAX_PAGE1" id="bm_id3155364" localize="false"/> -<paragraph role="heading" id="hd_id3109850" xml-lang="en-US" level="1" l10n="CHG" oldref="1"><link href="text/shared/autopi/01020100.xhp" name="Fax Wizard - Page Design">Fax Wizard - Page Design</link></paragraph> -<paragraph role="paragraph" id="par_id3156027" xml-lang="en-US" l10n="CHG" oldref="2"><ahelp hid="HID_FAX_PAGE1">Defines the style of your fax document.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3109850" xml-lang="en-US" level="1" l10n="CHG"><link href="text/shared/autopi/01020100.xhp" name="Fax Wizard - Page Design">Fax Wizard - Page Design</link></paragraph> +<paragraph role="paragraph" id="par_id3156027" xml-lang="en-US" l10n="CHG"><ahelp hid="HID_FAX_PAGE1">Defines the style of your fax document.</ahelp></paragraph> </section> <section id="howtoget"> <embed href="text/shared/00/00000401.xhp#autopilotfax1"/> @@ -50,6 +50,6 @@ <bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_LSTPRIVATESTYLE" id="bm_id9333780" localize="false"/> <paragraph role="heading" id="par_idN105EC" xml-lang="en-US" level="3" l10n="NEW">Style</paragraph> <paragraph role="paragraph" id="par_idN105F0" xml-lang="en-US" l10n="NEW"><ahelp hid=".">Specifies the predefined style.</ahelp></paragraph> -<paragraph role="paragraph" id="par_id3156002" xml-lang="en-US" l10n="CHG" oldref="15"><link href="text/shared/autopi/01020200.xhp" name="Go to Fax Wizard - Items to include">Go to Fax Wizard - Items to include</link></paragraph> +<paragraph role="paragraph" id="par_id3156002" xml-lang="en-US" l10n="CHG"><link href="text/shared/autopi/01020200.xhp" name="Go to Fax Wizard - Items to include">Go to Fax Wizard - Items to include</link></paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/swriter/guide/autocorr_except.xhp b/main/helpcontent2/source/text/swriter/guide/autocorr_except.xhp index 4bbbb1ed3d..297d82bc4e 100644 --- a/main/helpcontent2/source/text/swriter/guide/autocorr_except.xhp +++ b/main/helpcontent2/source/text/swriter/guide/autocorr_except.xhp @@ -35,21 +35,20 @@ <bookmark_value>abbreviations</bookmark_value> <bookmark_value>capital letters;avoiding after specific abbreviations</bookmark_value> </bookmark><comment>MW added "capital letters;..."</comment> -<paragraph xml-lang="en-US" id="hd_id3152887" role="heading" level="1" l10n="U" -oldref="10"><variable id="autocorr_except"><link href="text/swriter/guide/autocorr_except.xhp" name="Adding Exceptions to the AutoCorrect List">Adding Exceptions to the AutoCorrect List</link> +<paragraph xml-lang="en-US" id="hd_id3152887" role="heading" level="1" l10n="U"><variable id="autocorr_except"><link href="text/swriter/guide/autocorr_except.xhp" name="Adding Exceptions to the AutoCorrect List">Adding Exceptions to the AutoCorrect List</link> </variable></paragraph> -<paragraph xml-lang="en-US" id="par_id3154254" role="paragraph" l10n="U" oldref="11">You can prevent AutoCorrect from correcting specific abbreviations or words that have mixed capital letters and lowercase letters.</paragraph> +<paragraph xml-lang="en-US" id="par_id3154254" role="paragraph" l10n="U">You can prevent AutoCorrect from correcting specific abbreviations or words that have mixed capital letters and lowercase letters.</paragraph> <list type="ordered"> <listitem> -<paragraph xml-lang="en-US" id="par_id3155576" role="listitem" l10n="U" oldref="13">Choose <item type="menuitem">Tools - AutoCorrect Options</item>, and then click the <item type="menuitem">Exceptions</item> tab.</paragraph> +<paragraph xml-lang="en-US" id="par_id3155576" role="listitem" l10n="U">Choose <item type="menuitem">Tools - AutoCorrect Options</item>, and then click the <item type="menuitem">Exceptions</item> tab.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3147762" role="listitem" l10n="U" oldref="18">Do one of the following:</paragraph> -<paragraph xml-lang="en-US" id="par_id3147786" role="listitem" l10n="U" oldref="19">Type the abbreviation followed by a period in the <emph>Abbreviations (no subsequent capital)</emph> box and click <emph>New</emph>.</paragraph> -<paragraph xml-lang="en-US" id="par_id3147812" role="listitem" l10n="U" oldref="20">Type the word in the <emph>Words with TWo INitial CApitals</emph> box and click <emph>New</emph>.</paragraph> +<paragraph xml-lang="en-US" id="par_id3147762" role="listitem" l10n="U">Do one of the following:</paragraph> +<paragraph xml-lang="en-US" id="par_id3147786" role="listitem" l10n="U">Type the abbreviation followed by a period in the <emph>Abbreviations (no subsequent capital)</emph> box and click <emph>New</emph>.</paragraph> +<paragraph xml-lang="en-US" id="par_id3147812" role="listitem" l10n="U">Type the word in the <emph>Words with TWo INitial CApitals</emph> box and click <emph>New</emph>.</paragraph> </listitem> </list> -<paragraph xml-lang="en-US" id="par_id3144875" role="tip" l10n="U" oldref="17">To quickly undo an AutoCorrect replacement, press <switchinline select="sys"><caseinline select="MAC">Command +<paragraph xml-lang="en-US" id="par_id3144875" role="tip" l10n="U">To quickly undo an AutoCorrect replacement, press <switchinline select="sys"><caseinline select="MAC">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Z. This also adds the word or abbreviation that you typed to the AutoCorrect exceptions list.</paragraph> <embed href="text/shared/00/00000004.xhp#related"/> <embed href="text/swriter/guide/auto_spellcheck.xhp#auto_spellcheck"/> diff --git a/main/helpcontent2/source/text/swriter/guide/calculate_multitable.xhp b/main/helpcontent2/source/text/swriter/guide/calculate_multitable.xhp index 60be4f41ca..1986229be2 100644 --- a/main/helpcontent2/source/text/swriter/guide/calculate_multitable.xhp +++ b/main/helpcontent2/source/text/swriter/guide/calculate_multitable.xhp @@ -33,28 +33,27 @@ <bookmark_value>calculating; across multiple text tables</bookmark_value> <bookmark_value>tables;calculating across</bookmark_value> </bookmark><comment>mw changed "text tables;" to "tables;"</comment> -<paragraph xml-lang="en-US" id="hd_id3154248" role="heading" level="1" l10n="U" -oldref="11"><variable id="calculate_multitable"><link href="text/swriter/guide/calculate_multitable.xhp" name="Calculating Across Tables">Calculating Across Tables</link> +<paragraph xml-lang="en-US" id="hd_id3154248" role="heading" level="1" l10n="U"><variable id="calculate_multitable"><link href="text/swriter/guide/calculate_multitable.xhp" name="Calculating Across Tables">Calculating Across Tables</link> </variable></paragraph> -<paragraph xml-lang="en-US" id="par_id3147773" role="paragraph" l10n="U" oldref="12">You can perform calculations that span across more than one table in a text document.</paragraph> +<paragraph xml-lang="en-US" id="par_id3147773" role="paragraph" l10n="U">You can perform calculations that span across more than one table in a text document.</paragraph> <list type="ordered"> <listitem> -<paragraph xml-lang="en-US" id="par_id3147795" role="listitem" l10n="U" oldref="13">Open a text document, insert two tables, and type numbers in a few cells in both tables.</paragraph> +<paragraph xml-lang="en-US" id="par_id3147795" role="listitem" l10n="U">Open a text document, insert two tables, and type numbers in a few cells in both tables.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3147815" role="listitem" l10n="U" oldref="14">Place your cursor in an empty cell in one of the tables.</paragraph> +<paragraph xml-lang="en-US" id="par_id3147815" role="listitem" l10n="U">Place your cursor in an empty cell in one of the tables.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3147833" role="listitem" l10n="U" oldref="16">Press F2.</paragraph> +<paragraph xml-lang="en-US" id="par_id3147833" role="listitem" l10n="U">Press F2.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3147228" role="listitem" l10n="U" oldref="17">In the <item type="menuitem">Formula Bar</item>, enter the function that you want to perform, for example, <item type="literal">=SUM</item>.</paragraph> +<paragraph xml-lang="en-US" id="par_id3147228" role="listitem" l10n="U">In the <item type="menuitem">Formula Bar</item>, enter the function that you want to perform, for example, <item type="literal">=SUM</item>.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3147254" role="listitem" l10n="U" oldref="18">Click in a cell containing a number, press the plus sign (+), and then click in a different cell containing a number.</paragraph> +<paragraph xml-lang="en-US" id="par_id3147254" role="listitem" l10n="U">Click in a cell containing a number, press the plus sign (+), and then click in a different cell containing a number.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3147274" role="listitem" l10n="U" oldref="19">Press <emph>Enter</emph>.</paragraph> +<paragraph xml-lang="en-US" id="par_id3147274" role="listitem" l10n="U">Press <emph>Enter</emph>.</paragraph> </listitem> </list> <embed href="text/shared/00/00000004.xhp#related"/>