This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push: new bb8a81051a Remove 'oldref' entries (work in progress) bb8a81051a is described below commit bb8a81051a63ccfb894fdf214434243d07907746 Author: mseidel <msei...@apache.org> AuthorDate: Thu Dec 5 21:16:24 2024 +0100 Remove 'oldref' entries (work in progress) --- .../source/text/sbasic/shared/01050100.xhp | 18 +++++----- .../source/text/sbasic/shared/03010303.xhp | 35 ++++++++++--------- .../source/text/sbasic/shared/03020412.xhp | 37 ++++++++++---------- .../source/text/sbasic/shared/03080601.xhp | 35 ++++++++++--------- .../source/text/sbasic/shared/03120103.xhp | 35 ++++++++++--------- .../source/text/sbasic/shared/03120201.xhp | 39 +++++++++++----------- .../helpcontent2/source/text/scalc/01/06040000.xhp | 20 +++++------ .../text/scalc/guide/cellstyle_minusvalue.xhp | 11 +++--- .../source/text/shared/01/06050000.xhp | 10 +++--- .../text/shared/guide/active_help_on_off.xhp | 17 +++++----- 10 files changed, 125 insertions(+), 132 deletions(-) diff --git a/main/helpcontent2/source/text/sbasic/shared/01050100.xhp b/main/helpcontent2/source/text/sbasic/shared/01050100.xhp index ddaa6fcf5b..0436dad57b 100644 --- a/main/helpcontent2/source/text/sbasic/shared/01050100.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/01050100.xhp @@ -30,15 +30,15 @@ </meta> <body> <section id="beobachter"> -<paragraph role="heading" id="hd_id3149457" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/01050100.xhp">Watch Window</link></paragraph> -<paragraph role="paragraph" id="par_id3154908" xml-lang="en-US" l10n="CHG" oldref="9">The Watch window allows you to observe the value of variables during the execution of a program. Define the variable in the Watch text box. Click on <link href="text/sbasic/shared/02/11080000.xhp">Enable Watch</link> to add the variable to the list box and to display its values.</paragraph> +<paragraph role="heading" id="hd_id3149457" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/01050100.xhp">Watch Window</link></paragraph> +<paragraph role="paragraph" id="par_id3154908" xml-lang="en-US" l10n="CHG">The Watch window allows you to observe the value of variables during the execution of a program. Define the variable in the Watch text box. Click on <link href="text/sbasic/shared/02/11080000.xhp">Enable Watch</link> to add the variable to the list box and to display its values.</paragraph> </section> <bookmark xml-lang="en-US" branch="hid/BASCTL_HID_BASICIDE_WATCHWINDOW_EDIT" id="bm_id3125865" localize="false"/> -<paragraph role="heading" id="hd_id3145173" xml-lang="en-US" level="2" l10n="U" oldref="4">Watch</paragraph> -<paragraph role="paragraph" id="par_id3155132" xml-lang="en-US" l10n="U" oldref="5"><ahelp hid="HID_BASICIDE_WATCHWINDOW_EDIT">Enter the name of the variable whose value is to be monitored.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3145173" xml-lang="en-US" level="2" l10n="U">Watch</paragraph> +<paragraph role="paragraph" id="par_id3155132" xml-lang="en-US" l10n="U"><ahelp hid="HID_BASICIDE_WATCHWINDOW_EDIT">Enter the name of the variable whose value is to be monitored.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/BASCTL_HID_BASICIDE_REMOVEWATCH" id="bm_id3163712" localize="false"/> -<paragraph role="heading" id="hd_id3148645" xml-lang="en-US" level="2" l10n="U" oldref="6">Remove Watch</paragraph> -<paragraph role="paragraph" id="par_id3148576" xml-lang="en-US" l10n="U" oldref="7"><ahelp hid="HID_BASICIDE_REMOVEWATCH">Removes the selected variable from the list of watched variables.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3148645" xml-lang="en-US" level="2" l10n="U">Remove Watch</paragraph> +<paragraph role="paragraph" id="par_id3148576" xml-lang="en-US" l10n="U"><ahelp hid="HID_BASICIDE_REMOVEWATCH">Removes the selected variable from the list of watched variables.</ahelp></paragraph> <table id="tbl_id3145271"> <tablerow> <tablecell colspan="" rowspan=""> @@ -47,12 +47,12 @@ </image></paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3154012" xml-lang="en-US" l10n="U" oldref="8">Remove Watch</paragraph> +<paragraph role="paragraph" id="par_id3154012" xml-lang="en-US" l10n="U">Remove Watch</paragraph> </tablecell> </tablerow> </table> <bookmark xml-lang="en-US" branch="hid/BASCTL_HID_BASICIDE_WATCHWINDOW_LIST" id="bm_id3154944" localize="false"/> -<paragraph role="heading" id="hd_id3154491" xml-lang="en-US" level="2" l10n="U" oldref="10">Editing the Value of a Watched Variable</paragraph> -<paragraph role="paragraph" id="par_id3156283" xml-lang="en-US" l10n="U" oldref="11"><ahelp hid="HID_BASICIDE_WATCHWINDOW_LIST">Displays the list of watched variables. Click twice with a short pause in between on an entry to edit its value.</ahelp> The new value will be taken as the variable's value for the program.</paragraph> +<paragraph role="heading" id="hd_id3154491" xml-lang="en-US" level="2" l10n="U">Editing the Value of a Watched Variable</paragraph> +<paragraph role="paragraph" id="par_id3156283" xml-lang="en-US" l10n="U"><ahelp hid="HID_BASICIDE_WATCHWINDOW_LIST">Displays the list of watched variables. Click twice with a short pause in between on an entry to edit its value.</ahelp> The new value will be taken as the variable's value for the program.</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/sbasic/shared/03010303.xhp b/main/helpcontent2/source/text/sbasic/shared/03010303.xhp index 8b9175c712..91e5ac5f9d 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03010303.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03010303.xhp @@ -33,26 +33,25 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3148947"> <bookmark_value>Red function</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3148947" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03010303.xhp" name="Red Function [Runtime]">Red Function [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3149656" xml-lang="en-US" l10n="U" oldref="2">Returns the Red component of the specified color code.</paragraph> +<paragraph role="heading" id="hd_id3148947" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03010303.xhp" name="Red Function [Runtime]">Red Function [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3149656" xml-lang="en-US" l10n="U">Returns the Red component of the specified color code.</paragraph> </section> -<paragraph role="heading" id="hd_id3148799" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> -<paragraph role="code" id="par_id3150448" xml-lang="en-US" l10n="U" oldref="4">Red (ColorNumber As Long)</paragraph> -<paragraph role="heading" id="hd_id3151042" xml-lang="en-US" level="2" l10n="U" oldref="5">Return value:</paragraph> -<paragraph role="paragraph" id="par_id3145173" xml-lang="en-US" l10n="U" oldref="6">Integer</paragraph> -<paragraph role="heading" id="hd_id3154685" xml-lang="en-US" level="2" l10n="U" oldref="7">Parameter:</paragraph> -<paragraph role="paragraph" id="par_id3150440" xml-lang="en-US" l10n="U" oldref="8"> -<emph>ColorNumber:</emph> Long integer expression that specifies any <link href="text/sbasic/shared/00000003.xhp#farbcodes" name="color code">color code</link> for which to return the Red component.</paragraph> +<paragraph role="heading" id="hd_id3148799" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="code" id="par_id3150448" xml-lang="en-US" l10n="U">Red (ColorNumber As Long)</paragraph> +<paragraph role="heading" id="hd_id3151042" xml-lang="en-US" level="2" l10n="U">Return value:</paragraph> +<paragraph role="paragraph" id="par_id3145173" xml-lang="en-US" l10n="U">Integer</paragraph> +<paragraph role="heading" id="hd_id3154685" xml-lang="en-US" level="2" l10n="U">Parameter:</paragraph> +<paragraph role="paragraph" id="par_id3150440" xml-lang="en-US" l10n="U"><emph>ColorNumber:</emph> Long integer expression that specifies any <link href="text/sbasic/shared/00000003.xhp#farbcodes" name="color code">color code</link> for which to return the Red component.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#errorcode"/> <embed href="text/sbasic/shared/00000003.xhp#err5"/> -<paragraph role="heading" id="hd_id3148575" xml-lang="en-US" level="2" l10n="U" oldref="9">Example:</paragraph> -<paragraph role="code" id="par_id3145365" xml-lang="en-US" l10n="U" oldref="10">Sub ExampleColor</paragraph> -<paragraph role="code" id="par_id3147348" xml-lang="en-US" l10n="U" oldref="11">Dim lVar As Long</paragraph> -<paragraph role="code" id="par_id3145750" xml-lang="en-US" l10n="U" oldref="12">lVar = rgb(128,0,200)</paragraph> -<paragraph role="code" id="par_id3147435" xml-lang="en-US" l10n="U" oldref="13">msgbox "The color " & lVar & " consists of:" & Chr(13) &_</paragraph> -<paragraph role="code" id="par_id3155306" xml-lang="en-US" l10n="U" oldref="14">"red= " & red(lVar) & Chr(13)&_</paragraph> -<paragraph role="code" id="par_id3149262" xml-lang="en-US" l10n="U" oldref="15">"green= " & green(lVar) & Chr(13)&_</paragraph> -<paragraph role="code" id="par_id3147397" xml-lang="en-US" l10n="U" oldref="16">"blue= " & blue(lVar) & Chr(13) , 64,"colors"</paragraph> -<paragraph role="code" id="par_id3156286" xml-lang="en-US" l10n="U" oldref="17">end sub</paragraph> +<paragraph role="heading" id="hd_id3148575" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="code" id="par_id3145365" xml-lang="en-US" l10n="U">Sub ExampleColor</paragraph> +<paragraph role="code" id="par_id3147348" xml-lang="en-US" l10n="U">Dim lVar As Long</paragraph> +<paragraph role="code" id="par_id3145750" xml-lang="en-US" l10n="U">lVar = rgb(128,0,200)</paragraph> +<paragraph role="code" id="par_id3147435" xml-lang="en-US" l10n="U">msgbox "The color " & lVar & " consists of:" & Chr(13) &_</paragraph> +<paragraph role="code" id="par_id3155306" xml-lang="en-US" l10n="U">"red= " & red(lVar) & Chr(13)&_</paragraph> +<paragraph role="code" id="par_id3149262" xml-lang="en-US" l10n="U">"green= " & green(lVar) & Chr(13)&_</paragraph> +<paragraph role="code" id="par_id3147397" xml-lang="en-US" l10n="U">"blue= " & blue(lVar) & Chr(13) , 64,"colors"</paragraph> +<paragraph role="code" id="par_id3156286" xml-lang="en-US" l10n="U">end sub</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/sbasic/shared/03020412.xhp b/main/helpcontent2/source/text/sbasic/shared/03020412.xhp index 19a1443bcc..19ef20df5d 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03020412.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03020412.xhp @@ -33,25 +33,24 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3143268"> <bookmark_value>Name statement</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3143268" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03020412.xhp" name="Name Statement [Runtime]">Name Statement [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3154346" xml-lang="en-US" l10n="U" oldref="2">Renames an existing file or directory.</paragraph> +<paragraph role="heading" id="hd_id3143268" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03020412.xhp" name="Name Statement [Runtime]">Name Statement [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3154346" xml-lang="en-US" l10n="U">Renames an existing file or directory.</paragraph> </section> -<paragraph role="heading" id="hd_id3156344" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> -<paragraph role="code" id="par_id3153381" xml-lang="en-US" l10n="U" oldref="4">Name OldName As String As NewName As String</paragraph> -<paragraph role="heading" id="hd_id3153362" xml-lang="en-US" level="2" l10n="U" oldref="5">Parameters:</paragraph> -<paragraph role="paragraph" id="par_id3151210" xml-lang="en-US" l10n="U" oldref="6"> -<emph>OldName, NewName:</emph> Any string expression that specifies the file name, including the path. You can also use <link href="text/sbasic/shared/00000002.xhp" name="URL notation">URL notation</link>.</paragraph><comment>UFI: see #i61074; removed para</comment> -<paragraph role="heading" id="hd_id3125863" xml-lang="en-US" level="2" l10n="U" oldref="8">Example:</paragraph> -<paragraph role="code" id="par_id3145786" xml-lang="en-US" l10n="U" oldref="9">Sub ExampleReName</paragraph> -<paragraph role="code" id="par_id3161832" xml-lang="en-US" l10n="U" oldref="10">On Error Goto Error</paragraph> -<paragraph role="code" id="par_id3147435" xml-lang="en-US" l10n="U" oldref="11">Filecopy "c:\autoexec.bat", "c:\temp\autoexec.sav"</paragraph> -<paragraph role="code" id="par_id3156444" xml-lang="en-US" l10n="CHG" oldref="12">Name "c:\temp\autoexec.sav" as "c:\temp\autoexec.bat"</paragraph> -<paragraph role="code" id="par_id3155308" xml-lang="en-US" l10n="U" oldref="13">end</paragraph> -<paragraph role="code" id="par_id3153727" xml-lang="en-US" l10n="U" oldref="14">Error:</paragraph> -<paragraph role="code" id="par_id3153951" xml-lang="en-US" l10n="CHG" oldref="15">if err = 58 then</paragraph> -<paragraph role="code" id="par_id3152462" xml-lang="en-US" l10n="U" oldref="16">msgbox "File already exists"</paragraph> -<paragraph role="code" id="par_id3149263" xml-lang="en-US" l10n="U" oldref="17">end if</paragraph> -<paragraph role="code" id="par_id3154011" xml-lang="en-US" l10n="U" oldref="18">end</paragraph> -<paragraph role="code" id="par_id3146985" xml-lang="en-US" l10n="U" oldref="19">end sub</paragraph> +<paragraph role="heading" id="hd_id3156344" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="code" id="par_id3153381" xml-lang="en-US" l10n="U">Name OldName As String As NewName As String</paragraph> +<paragraph role="heading" id="hd_id3153362" xml-lang="en-US" level="2" l10n="U">Parameters:</paragraph> +<paragraph role="paragraph" id="par_id3151210" xml-lang="en-US" l10n="U"><emph>OldName, NewName:</emph> Any string expression that specifies the file name, including the path. You can also use <link href="text/sbasic/shared/00000002.xhp" name="URL notation">URL notation</link>.</paragraph><comment>UFI: see #i61074; removed para</comment> +<paragraph role="heading" id="hd_id3125863" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="code" id="par_id3145786" xml-lang="en-US" l10n="U">Sub ExampleReName</paragraph> +<paragraph role="code" id="par_id3161832" xml-lang="en-US" l10n="U">On Error Goto Error</paragraph> +<paragraph role="code" id="par_id3147435" xml-lang="en-US" l10n="U">Filecopy "c:\autoexec.bat", "c:\temp\autoexec.sav"</paragraph> +<paragraph role="code" id="par_id3156444" xml-lang="en-US" l10n="CHG">Name "c:\temp\autoexec.sav" as "c:\temp\autoexec.bat"</paragraph> +<paragraph role="code" id="par_id3155308" xml-lang="en-US" l10n="U">end</paragraph> +<paragraph role="code" id="par_id3153727" xml-lang="en-US" l10n="U">Error:</paragraph> +<paragraph role="code" id="par_id3153951" xml-lang="en-US" l10n="CHG">if err = 58 then</paragraph> +<paragraph role="code" id="par_id3152462" xml-lang="en-US" l10n="U">msgbox "File already exists"</paragraph> +<paragraph role="code" id="par_id3149263" xml-lang="en-US" l10n="U">end if</paragraph> +<paragraph role="code" id="par_id3154011" xml-lang="en-US" l10n="U">end</paragraph> +<paragraph role="code" id="par_id3146985" xml-lang="en-US" l10n="U">end sub</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/sbasic/shared/03080601.xhp b/main/helpcontent2/source/text/sbasic/shared/03080601.xhp index f3cd7043b9..d4c00063e3 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03080601.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03080601.xhp @@ -33,26 +33,25 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3159201"> <bookmark_value>Abs function</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3159201" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03080601.xhp" name="Abs Function [Runtime]">Abs Function [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3153394" xml-lang="en-US" l10n="U" oldref="2">Returns the absolute value of a numeric expression.</paragraph> +<paragraph role="heading" id="hd_id3159201" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03080601.xhp" name="Abs Function [Runtime]">Abs Function [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3153394" xml-lang="en-US" l10n="U">Returns the absolute value of a numeric expression.</paragraph> </section> -<paragraph role="heading" id="hd_id3149233" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> -<paragraph role="paragraph" id="par_id3147573" xml-lang="en-US" l10n="U" oldref="4">Abs (Number)</paragraph> -<paragraph role="heading" id="hd_id3156152" xml-lang="en-US" level="2" l10n="U" oldref="5">Return value:</paragraph> -<paragraph role="paragraph" id="par_id3149670" xml-lang="en-US" l10n="U" oldref="6">Double</paragraph> -<paragraph role="heading" id="hd_id3154924" xml-lang="en-US" level="2" l10n="U" oldref="7">Parameters:</paragraph> -<paragraph role="paragraph" id="par_id3154347" xml-lang="en-US" l10n="U" oldref="8"> -<emph>Number:</emph> Any numeric expression that you want to return the absolute value for. Positive numbers, including 0, are returned unchanged, whereas negative numbers are converted to positive numbers.</paragraph> -<paragraph role="paragraph" id="par_id3153381" xml-lang="en-US" l10n="U" oldref="9">The following example uses the Abs function to calculate the difference between two values. It does not matter which value you enter first.</paragraph> +<paragraph role="heading" id="hd_id3149233" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="paragraph" id="par_id3147573" xml-lang="en-US" l10n="U">Abs (Number)</paragraph> +<paragraph role="heading" id="hd_id3156152" xml-lang="en-US" level="2" l10n="U">Return value:</paragraph> +<paragraph role="paragraph" id="par_id3149670" xml-lang="en-US" l10n="U">Double</paragraph> +<paragraph role="heading" id="hd_id3154924" xml-lang="en-US" level="2" l10n="U">Parameters:</paragraph> +<paragraph role="paragraph" id="par_id3154347" xml-lang="en-US" l10n="U"><emph>Number:</emph> Any numeric expression that you want to return the absolute value for. Positive numbers, including 0, are returned unchanged, whereas negative numbers are converted to positive numbers.</paragraph> +<paragraph role="paragraph" id="par_id3153381" xml-lang="en-US" l10n="U">The following example uses the Abs function to calculate the difference between two values. It does not matter which value you enter first.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#errorcode"/> <embed href="text/sbasic/shared/00000003.xhp#err5"/> -<paragraph role="heading" id="hd_id3148451" xml-lang="en-US" level="2" l10n="U" oldref="10">Example:</paragraph> -<paragraph role="paragraph" id="par_id3154124" xml-lang="en-US" l10n="U" oldref="11">Sub ExampleDifference</paragraph> -<paragraph role="paragraph" id="par_id3150768" xml-lang="en-US" l10n="U" oldref="12">Dim siW1 As Single</paragraph> -<paragraph role="paragraph" id="par_id3125864" xml-lang="en-US" l10n="U" oldref="13">Dim siW2 As Single</paragraph> -<paragraph role="paragraph" id="par_id3145786" xml-lang="en-US" l10n="U" oldref="14">siW1 = Int(InputBox$ ("Please enter the first amount","Value input"))</paragraph> -<paragraph role="paragraph" id="par_id3149561" xml-lang="en-US" l10n="U" oldref="15">siW2 = Int(InputBox$ ("Please enter the second amount","Value input"))</paragraph> -<paragraph role="paragraph" id="par_id3145750" xml-lang="en-US" l10n="U" oldref="16">Print "The difference is "; Abs(siW1 - siW2)</paragraph> -<paragraph role="paragraph" id="par_id3147319" xml-lang="en-US" l10n="U" oldref="17">End Sub</paragraph> +<paragraph role="heading" id="hd_id3148451" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="paragraph" id="par_id3154124" xml-lang="en-US" l10n="U">Sub ExampleDifference</paragraph> +<paragraph role="paragraph" id="par_id3150768" xml-lang="en-US" l10n="U">Dim siW1 As Single</paragraph> +<paragraph role="paragraph" id="par_id3125864" xml-lang="en-US" l10n="U">Dim siW2 As Single</paragraph> +<paragraph role="paragraph" id="par_id3145786" xml-lang="en-US" l10n="U">siW1 = Int(InputBox$ ("Please enter the first amount","Value input"))</paragraph> +<paragraph role="paragraph" id="par_id3149561" xml-lang="en-US" l10n="U">siW2 = Int(InputBox$ ("Please enter the second amount","Value input"))</paragraph> +<paragraph role="paragraph" id="par_id3145750" xml-lang="en-US" l10n="U">Print "The difference is "; Abs(siW1 - siW2)</paragraph> +<paragraph role="paragraph" id="par_id3147319" xml-lang="en-US" l10n="U">End Sub</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/sbasic/shared/03120103.xhp b/main/helpcontent2/source/text/sbasic/shared/03120103.xhp index de61d44cf3..850073c623 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03120103.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03120103.xhp @@ -33,26 +33,25 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3143272"> <bookmark_value>Str function</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3143272" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03120103.xhp" name="Str Function [Runtime]">Str Function [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3155100" xml-lang="en-US" l10n="U" oldref="2">Converts a numeric expression into a string.</paragraph> +<paragraph role="heading" id="hd_id3143272" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03120103.xhp" name="Str Function [Runtime]">Str Function [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3155100" xml-lang="en-US" l10n="U">Converts a numeric expression into a string.</paragraph> </section> -<paragraph role="heading" id="hd_id3109850" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> -<paragraph role="paragraph" id="par_id3149497" xml-lang="en-US" l10n="U" oldref="4">Str (Expression)</paragraph> -<paragraph role="heading" id="hd_id3150040" xml-lang="en-US" level="2" l10n="U" oldref="5">Return value:</paragraph> -<paragraph role="paragraph" id="par_id3146117" xml-lang="en-US" l10n="U" oldref="6">String</paragraph> -<paragraph role="heading" id="hd_id3155805" xml-lang="en-US" level="2" l10n="U" oldref="7">Parameters:</paragraph> -<paragraph role="paragraph" id="par_id3149178" xml-lang="en-US" l10n="U" oldref="8"> -<emph>Expression:</emph> Any numeric expression.</paragraph> -<paragraph role="paragraph" id="par_id3146958" xml-lang="en-US" l10n="U" oldref="9">The <emph>Str</emph> function converts a numeric variable, or the result of a calculation into a string. Negative numbers are preceded by a minus sign. Positive numbers are preceded by a space (instead of the plus sign).</paragraph> +<paragraph role="heading" id="hd_id3109850" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="paragraph" id="par_id3149497" xml-lang="en-US" l10n="U">Str (Expression)</paragraph> +<paragraph role="heading" id="hd_id3150040" xml-lang="en-US" level="2" l10n="U">Return value:</paragraph> +<paragraph role="paragraph" id="par_id3146117" xml-lang="en-US" l10n="U">String</paragraph> +<paragraph role="heading" id="hd_id3155805" xml-lang="en-US" level="2" l10n="U">Parameters:</paragraph> +<paragraph role="paragraph" id="par_id3149178" xml-lang="en-US" l10n="U"><emph>Expression:</emph> Any numeric expression.</paragraph> +<paragraph role="paragraph" id="par_id3146958" xml-lang="en-US" l10n="U">The <emph>Str</emph> function converts a numeric variable, or the result of a calculation into a string. Negative numbers are preceded by a minus sign. Positive numbers are preceded by a space (instead of the plus sign).</paragraph> <embed href="text/sbasic/shared/00000003.xhp#errorcode"/> <embed href="text/sbasic/shared/00000003.xhp#err5"/> -<paragraph role="heading" id="hd_id3155419" xml-lang="en-US" level="2" l10n="U" oldref="10">Example:</paragraph> -<paragraph role="paragraph" id="par_id3149514" xml-lang="en-US" l10n="U" oldref="11">Sub ExampleStr</paragraph> -<paragraph role="paragraph" id="par_id3150771" xml-lang="en-US" l10n="U" oldref="12">Dim iVar As Single</paragraph> -<paragraph role="paragraph" id="par_id3153626" xml-lang="en-US" l10n="U" oldref="13">Dim sVar As String</paragraph> -<paragraph role="paragraph" id="par_id3145069" xml-lang="en-US" l10n="U" oldref="14">iVar = 123.123</paragraph> -<paragraph role="paragraph" id="par_id3153897" xml-lang="en-US" l10n="U" oldref="15">sVar = LTrim(Str(iVar))</paragraph> -<paragraph role="paragraph" id="par_id3154924" xml-lang="en-US" l10n="U" oldref="16">Msgbox sVar & chr(13) & Str(iVar)</paragraph> -<paragraph role="paragraph" id="par_id3152811" xml-lang="en-US" l10n="U" oldref="17">end sub</paragraph> +<paragraph role="heading" id="hd_id3155419" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="paragraph" id="par_id3149514" xml-lang="en-US" l10n="U">Sub ExampleStr</paragraph> +<paragraph role="paragraph" id="par_id3150771" xml-lang="en-US" l10n="U">Dim iVar As Single</paragraph> +<paragraph role="paragraph" id="par_id3153626" xml-lang="en-US" l10n="U">Dim sVar As String</paragraph> +<paragraph role="paragraph" id="par_id3145069" xml-lang="en-US" l10n="U">iVar = 123.123</paragraph> +<paragraph role="paragraph" id="par_id3153897" xml-lang="en-US" l10n="U">sVar = LTrim(Str(iVar))</paragraph> +<paragraph role="paragraph" id="par_id3154924" xml-lang="en-US" l10n="U">Msgbox sVar & chr(13) & Str(iVar)</paragraph> +<paragraph role="paragraph" id="par_id3152811" xml-lang="en-US" l10n="U">end sub</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/sbasic/shared/03120201.xhp b/main/helpcontent2/source/text/sbasic/shared/03120201.xhp index 42398e45b2..429acfd73a 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03120201.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03120201.xhp @@ -33,28 +33,27 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3150499"> <bookmark_value>Space function</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3150499" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03120201.xhp" name="Space Function [Runtime]">Space Function [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3154927" xml-lang="en-US" l10n="U" oldref="2">Returns a string that consists of a specified amount of spaces.</paragraph> +<paragraph role="heading" id="hd_id3150499" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03120201.xhp" name="Space Function [Runtime]">Space Function [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3154927" xml-lang="en-US" l10n="U">Returns a string that consists of a specified amount of spaces.</paragraph> </section> -<paragraph role="heading" id="hd_id3153394" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> -<paragraph role="paragraph" id="par_id3143267" xml-lang="en-US" l10n="CHG" oldref="4">Space (n As Long)</paragraph> -<paragraph role="heading" id="hd_id3147242" xml-lang="en-US" level="2" l10n="U" oldref="5">Return value:</paragraph> -<paragraph role="paragraph" id="par_id3149233" xml-lang="en-US" l10n="U" oldref="6">String</paragraph> -<paragraph role="heading" id="hd_id3156152" xml-lang="en-US" level="2" l10n="U" oldref="7">Parameters:</paragraph> -<paragraph role="paragraph" id="par_id3143228" xml-lang="en-US" l10n="U" oldref="8"> -<emph>n:</emph> Numeric expression that defines the number of spaces in the string. The maximum allowed value of n is 65535.</paragraph> +<paragraph role="heading" id="hd_id3153394" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="paragraph" id="par_id3143267" xml-lang="en-US" l10n="CHG">Space (n As Long)</paragraph> +<paragraph role="heading" id="hd_id3147242" xml-lang="en-US" level="2" l10n="U">Return value:</paragraph> +<paragraph role="paragraph" id="par_id3149233" xml-lang="en-US" l10n="U">String</paragraph> +<paragraph role="heading" id="hd_id3156152" xml-lang="en-US" level="2" l10n="U">Parameters:</paragraph> +<paragraph role="paragraph" id="par_id3143228" xml-lang="en-US" l10n="U"><emph>n:</emph> Numeric expression that defines the number of spaces in the string. The maximum allowed value of n is 65535.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#errorcode"/> <embed href="text/sbasic/shared/00000003.xhp#err5"/> -<paragraph role="heading" id="hd_id3154760" xml-lang="en-US" level="2" l10n="U" oldref="9">Example:</paragraph> -<paragraph role="paragraph" id="par_id3147560" xml-lang="en-US" l10n="U" oldref="10">Sub ExampleSpace</paragraph> -<paragraph role="paragraph" id="par_id3149670" xml-lang="en-US" l10n="U" oldref="11">Dim sText As String,sOut As String</paragraph> -<paragraph role="paragraph" id="par_id3154938" xml-lang="en-US" l10n="U" oldref="12">DIm iLen As Integer</paragraph> -<paragraph role="paragraph" id="par_id3153525" xml-lang="en-US" l10n="U" oldref="13">iLen = 10</paragraph> -<paragraph role="paragraph" id="par_id3151211" xml-lang="en-US" l10n="U" oldref="14">sText = "Las Vegas"</paragraph> -<paragraph role="paragraph" id="par_id3156282" xml-lang="en-US" l10n="U" oldref="15">sOut = sText & Space(iLen) & sText & Chr(13) &_</paragraph> -<paragraph role="paragraph" id="par_id3144760" xml-lang="en-US" l10n="U" oldref="16">sText & Space(iLen*2) & sText & Chr(13) &_</paragraph> -<paragraph role="paragraph" id="par_id3159149" xml-lang="en-US" l10n="U" oldref="17">sText & Space(iLen*4) & sText & Chr(13)</paragraph> -<paragraph role="paragraph" id="par_id3154216" xml-lang="en-US" l10n="U" oldref="18">msgBox sOut,0,"Info:"</paragraph> -<paragraph role="paragraph" id="par_id3158409" xml-lang="en-US" l10n="U" oldref="19">End Sub</paragraph> +<paragraph role="heading" id="hd_id3154760" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="paragraph" id="par_id3147560" xml-lang="en-US" l10n="U">Sub ExampleSpace</paragraph> +<paragraph role="paragraph" id="par_id3149670" xml-lang="en-US" l10n="U">Dim sText As String,sOut As String</paragraph> +<paragraph role="paragraph" id="par_id3154938" xml-lang="en-US" l10n="U">DIm iLen As Integer</paragraph> +<paragraph role="paragraph" id="par_id3153525" xml-lang="en-US" l10n="U">iLen = 10</paragraph> +<paragraph role="paragraph" id="par_id3151211" xml-lang="en-US" l10n="U">sText = "Las Vegas"</paragraph> +<paragraph role="paragraph" id="par_id3156282" xml-lang="en-US" l10n="U">sOut = sText & Space(iLen) & sText & Chr(13) &_</paragraph> +<paragraph role="paragraph" id="par_id3144760" xml-lang="en-US" l10n="U">sText & Space(iLen*2) & sText & Chr(13) &_</paragraph> +<paragraph role="paragraph" id="par_id3159149" xml-lang="en-US" l10n="U">sText & Space(iLen*4) & sText & Chr(13)</paragraph> +<paragraph role="paragraph" id="par_id3154216" xml-lang="en-US" l10n="U">msgBox sOut,0,"Info:"</paragraph> +<paragraph role="paragraph" id="par_id3158409" xml-lang="en-US" l10n="U">End Sub</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/scalc/01/06040000.xhp b/main/helpcontent2/source/text/scalc/01/06040000.xhp index 59a5a19f03..899b09958b 100644 --- a/main/helpcontent2/source/text/scalc/01/06040000.xhp +++ b/main/helpcontent2/source/text/scalc/01/06040000.xhp @@ -31,23 +31,23 @@ <body> <bookmark xml-lang="en-US" branch="hid/.uno:GoalSeekDialog" id="bm_id4741970" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:GoalSeekDialog" id="bm_id3153088" localize="false"/> -<paragraph role="heading" id="hd_id3155629" xml-lang="en-US" level="1" l10n="U" oldref="1">Goal Seek</paragraph> -<paragraph role="paragraph" id="par_id3145119" xml-lang="en-US" l10n="U" oldref="2"><variable id="zielwertsuchetext"><ahelp hid=".uno:GoalSeekDialog">Opens a dialog where you can solve an equation with a variable.</ahelp> +<paragraph role="heading" id="hd_id3155629" xml-lang="en-US" level="1" l10n="U">Goal Seek</paragraph> +<paragraph role="paragraph" id="par_id3145119" xml-lang="en-US" l10n="U"><variable id="zielwertsuchetext"><ahelp hid=".uno:GoalSeekDialog">Opens a dialog where you can solve an equation with a variable.</ahelp> </variable> After a successful search, a dialog with the results opens, allowing you to apply the result and the target value directly to the cell.</paragraph> <section id="howtoget"> <embed href="text/scalc/00/00000406.xhp#exzws"/> </section> -<paragraph role="heading" id="hd_id3149656" xml-lang="en-US" level="2" l10n="U" oldref="3">Default</paragraph> -<paragraph role="paragraph" id="par_id3151211" xml-lang="en-US" l10n="U" oldref="4">In this section, you can define the variables in your formula.</paragraph> +<paragraph role="heading" id="hd_id3149656" xml-lang="en-US" level="2" l10n="U">Default</paragraph> +<paragraph role="paragraph" id="par_id3151211" xml-lang="en-US" l10n="U">In this section, you can define the variables in your formula.</paragraph> <bookmark xml-lang="en-US" branch="hid/sc:Edit:RID_SCDLG_SOLVER:ED_FORMULACELL" id="bm_id3145171" localize="false"/> -<paragraph role="heading" id="hd_id3150869" xml-lang="en-US" level="3" l10n="U" oldref="5">Formula cell</paragraph> -<paragraph role="paragraph" id="par_id3153194" xml-lang="en-US" l10n="U" oldref="6"><ahelp hid="SC:EDIT:RID_SCDLG_SOLVER:ED_FORMULACELL">In the formula cell, enter the reference of the cell which contains the formula. It contains the current cell reference.</ahelp> Click another cell in the sheet to apply its reference to the text box.</paragraph> +<paragraph role="heading" id="hd_id3150869" xml-lang="en-US" level="3" l10n="U">Formula cell</paragraph> +<paragraph role="paragraph" id="par_id3153194" xml-lang="en-US" l10n="U"><ahelp hid="SC:EDIT:RID_SCDLG_SOLVER:ED_FORMULACELL">In the formula cell, enter the reference of the cell which contains the formula. It contains the current cell reference.</ahelp> Click another cell in the sheet to apply its reference to the text box.</paragraph> <bookmark xml-lang="en-US" branch="hid/sc:Edit:RID_SCDLG_SOLVER:ED_TARGETVAL" id="bm_id3150441" localize="false"/> -<paragraph role="heading" id="hd_id3154685" xml-lang="en-US" level="3" l10n="U" oldref="7">Target value</paragraph> -<paragraph role="paragraph" id="par_id3146984" xml-lang="en-US" l10n="U" oldref="8"><ahelp hid="SC:EDIT:RID_SCDLG_SOLVER:ED_TARGETVAL">Specifies the value you want to achieve as a new result.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3154685" xml-lang="en-US" level="3" l10n="U">Target value</paragraph> +<paragraph role="paragraph" id="par_id3146984" xml-lang="en-US" l10n="U"><ahelp hid="SC:EDIT:RID_SCDLG_SOLVER:ED_TARGETVAL">Specifies the value you want to achieve as a new result.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/sc:Edit:RID_SCDLG_SOLVER:ED_VARCELL" id="bm_id3154013" localize="false"/> -<paragraph role="heading" id="hd_id3150012" xml-lang="en-US" level="3" l10n="U" oldref="9">Variable cell</paragraph> -<paragraph role="paragraph" id="par_id3147427" xml-lang="en-US" l10n="U" oldref="10"><ahelp hid="SC:EDIT:RID_SCDLG_SOLVER:ED_VARCELL">Specifies the reference for the cell that contains the value you want to adjust in order to reach the target.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3150012" xml-lang="en-US" level="3" l10n="U">Variable cell</paragraph> +<paragraph role="paragraph" id="par_id3147427" xml-lang="en-US" l10n="U"><ahelp hid="SC:EDIT:RID_SCDLG_SOLVER:ED_VARCELL">Specifies the reference for the cell that contains the value you want to adjust in order to reach the target.</ahelp></paragraph> <embed href="text/shared/00/00000001.xhp#eingabesymbol"/> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/scalc/guide/cellstyle_minusvalue.xhp b/main/helpcontent2/source/text/scalc/guide/cellstyle_minusvalue.xhp index b8233dac0b..4292021ac8 100644 --- a/main/helpcontent2/source/text/scalc/guide/cellstyle_minusvalue.xhp +++ b/main/helpcontent2/source/text/scalc/guide/cellstyle_minusvalue.xhp @@ -36,19 +36,18 @@ <bookmark_value>colors;negative numbers</bookmark_value> <bookmark_value>number formats;colors for negative numbers</bookmark_value> </bookmark><comment>MW made "negative numbers;" a one level entry</comment><comment>MW changed "numbers formats;" and "colors;"</comment> -<paragraph xml-lang="en-US" id="hd_id3147434" role="heading" level="1" l10n="U" -oldref="31"><variable id="cellstyle_minusvalue"><link href="text/scalc/guide/cellstyle_minusvalue.xhp" name="Highlighting Negative Numbers">Highlighting Negative Numbers</link> +<paragraph xml-lang="en-US" id="hd_id3147434" role="heading" level="1" l10n="U"><variable id="cellstyle_minusvalue"><link href="text/scalc/guide/cellstyle_minusvalue.xhp" name="Highlighting Negative Numbers">Highlighting Negative Numbers</link> </variable></paragraph> -<paragraph xml-lang="en-US" id="par_id3153878" role="paragraph" l10n="U" oldref="33">You can format cells with a number format that highlights negative numbers in red. Alternatively, you can define your own number format in which negative numbers are highlighted in other colors.</paragraph> +<paragraph xml-lang="en-US" id="par_id3153878" role="paragraph" l10n="U">You can format cells with a number format that highlights negative numbers in red. Alternatively, you can define your own number format in which negative numbers are highlighted in other colors.</paragraph> <list type="ordered"> <listitem> -<paragraph xml-lang="en-US" id="par_id3155600" role="listitem" l10n="U" oldref="34">Select the cells and choose <emph>Format - Cells</emph>.</paragraph> +<paragraph xml-lang="en-US" id="par_id3155600" role="listitem" l10n="U">Select the cells and choose <emph>Format - Cells</emph>.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3146969" role="listitem" l10n="U" oldref="35">On the <emph>Numbers</emph> tab, select a number format and mark <emph>Negative numbers red</emph> check box. Click <emph>OK</emph>.</paragraph> +<paragraph xml-lang="en-US" id="par_id3146969" role="listitem" l10n="U">On the <emph>Numbers</emph> tab, select a number format and mark <emph>Negative numbers red</emph> check box. Click <emph>OK</emph>.</paragraph> </listitem> </list> -<paragraph xml-lang="en-US" id="par_id3145640" role="paragraph" l10n="U" oldref="36">The cell number format is defined in two parts. The format for positive numbers and zero is defined in front of the semicolon; after the semicolon the formula for negative numbers is defined. You can change the code (RED) under <item type="menuitem">Format code</item>. For example, instead of RED, enter <item type="literal">YELLOW</item>. If the new code appears in the list after clicking the <item type= [...] +<paragraph xml-lang="en-US" id="par_id3145640" role="paragraph" l10n="U">The cell number format is defined in two parts. The format for positive numbers and zero is defined in front of the semicolon; after the semicolon the formula for negative numbers is defined. You can change the code (RED) under <item type="menuitem">Format code</item>. For example, instead of RED, enter <item type="literal">YELLOW</item>. If the new code appears in the list after clicking the <item type="menuitem">A [...] <section id="relatedtopics"> <embed href="text/scalc/guide/cellstyle_conditional.xhp#cellstyle_conditional"/> <embed href="text/scalc/guide/cellstyle_by_formula.xhp#cellstyle_by_formula"/> diff --git a/main/helpcontent2/source/text/shared/01/06050000.xhp b/main/helpcontent2/source/text/shared/01/06050000.xhp index 239c4fb59a..9dd557b26f 100644 --- a/main/helpcontent2/source/text/shared/01/06050000.xhp +++ b/main/helpcontent2/source/text/shared/01/06050000.xhp @@ -34,8 +34,8 @@ <bookmark xml-lang="en-US" branch="hid/.uno:OutlineBullet" id="bm_id3156053" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:BulletsAndNumberingDialog" id="bm_id5976445" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:BulletsAndNumberingDialog" id="bm_id3149038" localize="false"/> -<paragraph role="heading" id="hd_id3149551" xml-lang="en-US" level="1" l10n="CHG" oldref="1"><link href="text/shared/01/06050000.xhp" name="Numbering/Bullets">Bullets and Numbering</link></paragraph> -<paragraph role="paragraph" id="par_id3150146" xml-lang="en-US" l10n="U" oldref="2"><variable id="numauftext"><ahelp hid=".uno:BulletsAndNumberingDial">Adds numbering or bullets to the current paragraph, and lets you edit format of the numbering or bullets.</ahelp> +<paragraph role="heading" id="hd_id3149551" xml-lang="en-US" level="1" l10n="CHG"><link href="text/shared/01/06050000.xhp" name="Numbering/Bullets">Bullets and Numbering</link></paragraph> +<paragraph role="paragraph" id="par_id3150146" xml-lang="en-US" l10n="U"><variable id="numauftext"><ahelp hid=".uno:BulletsAndNumberingDial">Adds numbering or bullets to the current paragraph, and lets you edit format of the numbering or bullets.</ahelp> </variable></paragraph> </section> <section id="howtoget"> @@ -43,7 +43,7 @@ </section> <embed href="text/swriter/guide/using_numbering.xhp#using_numbering"/> <embed href="text/shared/guide/numbering_stop.xhp#numbering_stop"/> -<paragraph role="paragraph" id="par_id3145211" xml-lang="en-US" l10n="U" oldref="3">The <emph>Bullets and Numbering</emph> dialog has the following tabs:</paragraph> +<paragraph role="paragraph" id="par_id3145211" xml-lang="en-US" l10n="U">The <emph>Bullets and Numbering</emph> dialog has the following tabs:</paragraph> <embed href="text/shared/01/06050100.xhp#bullets"/> <embed href="text/shared/01/06050200.xhp#numerierungsart"/> <embed href="text/shared/01/06050300.xhp#numerierung"/> @@ -51,9 +51,9 @@ <embed href="text/shared/01/06050600.xhp#position_s"/> <embed href="text/shared/01/06050500.xhp#optionen"/> <bookmark xml-lang="en-US" branch="hid/SW_HID_NUM_RESET" id="bm_id3152996" localize="false"/> -<paragraph role="heading" id="hd_id3154984" xml-lang="en-US" level="2" l10n="U" oldref="27"><switchinline select="appl"><caseinline select="WRITER">Remove +<paragraph role="heading" id="hd_id3154984" xml-lang="en-US" level="2" l10n="U"><switchinline select="appl"><caseinline select="WRITER">Remove </caseinline></switchinline></paragraph> -<paragraph role="paragraph" id="par_id3153031" xml-lang="en-US" l10n="U" oldref="28"><switchinline select="appl"><caseinline select="WRITER"><ahelp hid="HID_NUM_RESET">Removes the numbering or bullets from the current paragraph or from the selected paragraphs.</ahelp> +<paragraph role="paragraph" id="par_id3153031" xml-lang="en-US" l10n="U"><switchinline select="appl"><caseinline select="WRITER"><ahelp hid="HID_NUM_RESET">Removes the numbering or bullets from the current paragraph or from the selected paragraphs.</ahelp> </caseinline></switchinline></paragraph> <switch select="appl"> <case select="WRITER"> diff --git a/main/helpcontent2/source/text/shared/guide/active_help_on_off.xhp b/main/helpcontent2/source/text/shared/guide/active_help_on_off.xhp index e4573bb440..bef635d3ec 100644 --- a/main/helpcontent2/source/text/shared/guide/active_help_on_off.xhp +++ b/main/helpcontent2/source/text/shared/guide/active_help_on_off.xhp @@ -36,22 +36,21 @@ <bookmark_value>tooltips;extended tips</bookmark_value> <bookmark_value>activating;extended help tips</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3156414" xml-lang="en-US" level="1" l10n="U" oldref="1"><variable id="active_help_on_off"><link href="text/shared/guide/active_help_on_off.xhp" name="Turning Extended Tips On and Off">Turning Extended Tips On and Off</link> +<paragraph role="heading" id="hd_id3156414" xml-lang="en-US" level="1" l10n="U"><variable id="active_help_on_off"><link href="text/shared/guide/active_help_on_off.xhp" name="Turning Extended Tips On and Off">Turning Extended Tips On and Off</link> </variable></paragraph> -<paragraph role="paragraph" id="par_id3157958" xml-lang="en-US" l10n="U" oldref="2"> -<emph>Extended tips</emph> provide a brief description of the function of a particular icon, text box or menu command when you rest your cursor on that item.</paragraph> -<paragraph role="heading" id="hd_id3155339" xml-lang="en-US" level="3" l10n="U" oldref="3">To turn Extended Tips on and off:</paragraph> +<paragraph role="paragraph" id="par_id3157958" xml-lang="en-US" l10n="U"><emph>Extended tips</emph> provide a brief description of the function of a particular icon, text box or menu command when you rest your cursor on that item.</paragraph> +<paragraph role="heading" id="hd_id3155339" xml-lang="en-US" level="3" l10n="U">To turn Extended Tips on and off:</paragraph> <list type="unordered"> <listitem> -<paragraph role="listitem" id="par_id3154823" xml-lang="en-US" l10n="CHG" oldref="4">Choose <emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - General</emph>, and check <emph>Extended tips</emph>.</paragraph> -<paragraph role="listitem" id="par_id3149398" xml-lang="en-US" l10n="CHG" oldref="5">A check mark indicates that the extended tips are activated.</paragraph> +<paragraph role="listitem" id="par_id3154823" xml-lang="en-US" l10n="CHG">Choose <emph><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - General</emph>, and check <emph>Extended tips</emph>.</paragraph> +<paragraph role="listitem" id="par_id3149398" xml-lang="en-US" l10n="CHG">A check mark indicates that the extended tips are activated.</paragraph> </listitem> </list> -<paragraph role="heading" id="hd_id3149811" xml-lang="en-US" level="3" l10n="U" oldref="6">To turn Extended Tips on temporarily:</paragraph> +<paragraph role="heading" id="hd_id3149811" xml-lang="en-US" level="3" l10n="U">To turn Extended Tips on temporarily:</paragraph> <list type="unordered"> <listitem> -<paragraph role="listitem" id="par_id3153541" xml-lang="en-US" l10n="U" oldref="7">Press the shortcut keys Shift+F1 to activate extended tips once.</paragraph> -<paragraph role="listitem" id="par_id3153825" xml-lang="en-US" l10n="U" oldref="8">A question mark appears beside the mouse pointer. You can move this <emph>Help Mouse Pointer</emph> over all controls, icons and menu commands to obtain a description of the command. The <emph>Help Mouse Pointer</emph> is disabled the next time you click the mouse.</paragraph> +<paragraph role="listitem" id="par_id3153541" xml-lang="en-US" l10n="U">Press the shortcut keys Shift+F1 to activate extended tips once.</paragraph> +<paragraph role="listitem" id="par_id3153825" xml-lang="en-US" l10n="U">A question mark appears beside the mouse pointer. You can move this <emph>Help Mouse Pointer</emph> over all controls, icons and menu commands to obtain a description of the command. The <emph>Help Mouse Pointer</emph> is disabled the next time you click the mouse.</paragraph> </listitem> </list> <section id="relatedtopics">