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 351295b142 Remove 'oldref' entries (work in progress) 351295b142 is described below commit 351295b1429ad5fbe8d5cd7cc2efa8b19004157d Author: mseidel <msei...@apache.org> AuthorDate: Wed Dec 18 15:47:32 2024 +0100 Remove 'oldref' entries (work in progress) (cherry picked from commit ede5fd0260082117a56cb1d622e1c25f75d02d6a) --- .../source/text/sbasic/shared/03020403.xhp | 41 ++++++----- .../source/text/sbasic/shared/03050200.xhp | 44 ++++++------ .../source/text/sbasic/shared/03090203.xhp | 36 +++++----- .../source/text/sbasic/shared/03090410.xhp | 38 +++++----- .../source/text/sbasic/shared/03131900.xhp | 34 ++++----- .../source/text/scalc/guide/cellcopy.xhp | 22 +++--- .../text/scalc/guide/cellreference_dragdrop.xhp | 21 +++--- .../source/text/scalc/guide/format_value.xhp | 12 ++-- main/helpcontent2/source/text/scalc/main0102.xhp | 20 +++--- main/helpcontent2/source/text/scalc/main0104.xhp | 26 +++---- main/helpcontent2/source/text/scalc/main0218.xhp | 6 +- .../source/text/shared/01/06150110.xhp | 24 +++---- .../source/text/shared/02/12100100.xhp | 26 +++---- .../source/text/shared/autopi/01100200.xhp | 22 +++--- .../text/shared/guide/dragdrop_fromgallery.xhp | 12 ++-- .../source/text/shared/guide/dragdrop_table.xhp | 20 +++--- .../source/text/shared/guide/filternavigator.xhp | 8 +-- .../source/text/shared/guide/pageformat_max.xhp | 18 ++--- .../source/text/shared/guide/text_color.xhp | 19 +++-- .../source/text/shared/optionen/01010800.xhp | 81 +++++++++------------- .../source/text/shared/optionen/01060600.xhp | 26 +++---- .../source/text/swriter/01/04040000.xhp | 18 ++--- .../source/text/swriter/01/05190000.xhp | 24 +++---- .../source/text/swriter/02/10070000.xhp | 21 +++--- .../source/text/swriter/02/19030000.xhp | 25 ++++--- 25 files changed, 306 insertions(+), 338 deletions(-) diff --git a/main/helpcontent2/source/text/sbasic/shared/03020403.xhp b/main/helpcontent2/source/text/sbasic/shared/03020403.xhp index 749f33ce0d..c454e9a01e 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03020403.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03020403.xhp @@ -33,33 +33,32 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3153126"> <bookmark_value>CurDir function</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3153126" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03020403.xhp">CurDir Function [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3156343" xml-lang="en-US" l10n="U" oldref="2">Returns a variant string that represents the current path of the specified drive.</paragraph> +<paragraph role="heading" id="hd_id3153126" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03020403.xhp">CurDir Function [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3156343" xml-lang="en-US" l10n="U">Returns a variant string that represents the current path of the specified drive.</paragraph> </section> <embed href="text/sbasic/shared/03020401.xhp#i30692"/> -<paragraph role="heading" id="hd_id3149457" 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">CurDir [(Text As String)]</paragraph> -<paragraph role="heading" id="hd_id3154366" xml-lang="en-US" level="2" l10n="U" oldref="5">Return value:</paragraph> -<paragraph role="paragraph" id="par_id3156281" xml-lang="en-US" l10n="U" oldref="6">String</paragraph> -<paragraph role="heading" id="hd_id3156423" xml-lang="en-US" level="2" l10n="U" oldref="7">Parameters:</paragraph> -<paragraph role="paragraph" id="par_id3153193" xml-lang="en-US" l10n="U" oldref="8"> -<emph>Text:</emph> Any string expression that specifies an existing drive (for example, "C" for the first partition of the first hard drive).</paragraph> -<paragraph role="paragraph" id="par_id3155133" xml-lang="en-US" l10n="U" oldref="9">If no drive is specified or if the drive is a zero-length string (""), CurDir returns the path for the current drive. $[officename] Basic reports an error if the syntax of the drive description is incorrect, the drive does not exist, or if the drive letter occurs after the letter defined in the CONFIG.SYS with the Lastdrive statement.</paragraph> -<paragraph role="paragraph" id="par_id3150010" xml-lang="en-US" l10n="U" oldref="10">This function is not case-sensitive.</paragraph> +<paragraph role="heading" id="hd_id3149457" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="code" id="par_id3153381" xml-lang="en-US" l10n="U">CurDir [(Text As String)]</paragraph> +<paragraph role="heading" id="hd_id3154366" xml-lang="en-US" level="2" l10n="U">Return value:</paragraph> +<paragraph role="paragraph" id="par_id3156281" xml-lang="en-US" l10n="U">String</paragraph> +<paragraph role="heading" id="hd_id3156423" xml-lang="en-US" level="2" l10n="U">Parameters:</paragraph> +<paragraph role="paragraph" id="par_id3153193" xml-lang="en-US" l10n="U"><emph>Text:</emph> Any string expression that specifies an existing drive (for example, "C" for the first partition of the first hard drive).</paragraph> +<paragraph role="paragraph" id="par_id3155133" xml-lang="en-US" l10n="U">If no drive is specified or if the drive is a zero-length string (""), CurDir returns the path for the current drive. $[officename] Basic reports an error if the syntax of the drive description is incorrect, the drive does not exist, or if the drive letter occurs after the letter defined in the CONFIG.SYS with the Lastdrive statement.</paragraph> +<paragraph role="paragraph" id="par_id3150010" xml-lang="en-US" l10n="U">This function is not case-sensitive.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#errorcode"/> <embed href="text/sbasic/shared/00000003.xhp#err5"/> <embed href="text/sbasic/shared/00000003.xhp#err68"/> <embed href="text/sbasic/shared/00000003.xhp#err7"/> <embed href="text/sbasic/shared/00000003.xhp#err51"/> -<paragraph role="heading" id="hd_id3155411" xml-lang="en-US" level="2" l10n="U" oldref="11">Example:</paragraph> -<paragraph role="code" id="par_id3151113" xml-lang="en-US" l10n="U" oldref="12">Sub ExampleCurDir</paragraph> -<paragraph role="code" id="par_id3155306" xml-lang="en-US" l10n="U" oldref="13">Dim sDir1 as String , sDir2 as String</paragraph> -<paragraph role="code" id="par_id3156444" xml-lang="en-US" l10n="U" oldref="14">sDir1 = "c:\Test"</paragraph> -<paragraph role="code" id="par_id3147318" xml-lang="en-US" l10n="U" oldref="15">sDir2 = "d:\private"</paragraph> -<paragraph role="code" id="par_id3154013" xml-lang="en-US" l10n="U" oldref="16">ChDir( sDir1 )</paragraph> -<paragraph role="code" id="par_id3153877" xml-lang="en-US" l10n="U" oldref="17">msgbox CurDir</paragraph> -<paragraph role="code" id="par_id3144764" xml-lang="en-US" l10n="U" oldref="18">ChDir( sDir2 )</paragraph> -<paragraph role="code" id="par_id3147125" xml-lang="en-US" l10n="U" oldref="19">msgbox CurDir</paragraph> -<paragraph role="code" id="par_id3149581" xml-lang="en-US" l10n="U" oldref="20">end sub</paragraph> +<paragraph role="heading" id="hd_id3155411" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="code" id="par_id3151113" xml-lang="en-US" l10n="U">Sub ExampleCurDir</paragraph> +<paragraph role="code" id="par_id3155306" xml-lang="en-US" l10n="U">Dim sDir1 as String , sDir2 as String</paragraph> +<paragraph role="code" id="par_id3156444" xml-lang="en-US" l10n="U">sDir1 = "c:\Test"</paragraph> +<paragraph role="code" id="par_id3147318" xml-lang="en-US" l10n="U">sDir2 = "d:\private"</paragraph> +<paragraph role="code" id="par_id3154013" xml-lang="en-US" l10n="U">ChDir( sDir1 )</paragraph> +<paragraph role="code" id="par_id3153877" xml-lang="en-US" l10n="U">msgbox CurDir</paragraph> +<paragraph role="code" id="par_id3144764" xml-lang="en-US" l10n="U">ChDir( sDir2 )</paragraph> +<paragraph role="code" id="par_id3147125" xml-lang="en-US" l10n="U">msgbox CurDir</paragraph> +<paragraph role="code" id="par_id3149581" xml-lang="en-US" l10n="U">end sub</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/sbasic/shared/03050200.xhp b/main/helpcontent2/source/text/sbasic/shared/03050200.xhp index a06dabf540..79078cc131 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03050200.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03050200.xhp @@ -33,28 +33,28 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3156343"> <bookmark_value>Err function</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3156343" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03050200.xhp" name="Err Function [Runtime]">Err Function [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3150541" xml-lang="en-US" l10n="U" oldref="2">Returns an error code that identifies the error that occurred during program execution.</paragraph> +<paragraph role="heading" id="hd_id3156343" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03050200.xhp" name="Err Function [Runtime]">Err Function [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3150541" xml-lang="en-US" l10n="U">Returns an error code that identifies the error that occurred during program execution.</paragraph> </section> -<paragraph role="heading" id="hd_id3149656" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> -<paragraph role="paragraph" id="par_id3154123" xml-lang="en-US" l10n="U" oldref="4">Err</paragraph> -<paragraph role="heading" id="hd_id3147229" xml-lang="en-US" level="2" l10n="U" oldref="5">Return value:</paragraph> -<paragraph role="paragraph" id="par_id3150869" xml-lang="en-US" l10n="U" oldref="6">Integer</paragraph> -<paragraph role="heading" id="hd_id3153193" xml-lang="en-US" level="2" l10n="U" oldref="7">Parameters:</paragraph> -<paragraph role="paragraph" id="par_id3149561" xml-lang="en-US" l10n="U" oldref="8">The Err function is used in error-handling routines to determine the error and the corrective action.</paragraph> -<paragraph role="heading" id="hd_id3147317" xml-lang="en-US" level="2" l10n="U" oldref="9">Example:</paragraph> -<paragraph role="paragraph" id="par_id3153727" xml-lang="en-US" l10n="U" oldref="10">sub ExampleError</paragraph> -<paragraph role="paragraph" id="par_id3147426" xml-lang="en-US" l10n="U" oldref="11">on error goto ErrorHandler REM Set up error handler</paragraph> -<paragraph role="paragraph" id="par_id3163710" xml-lang="en-US" l10n="U" oldref="12">Dim iVar as Integer</paragraph> -<paragraph role="paragraph" id="par_id3153093" xml-lang="en-US" l10n="U" oldref="13">Dim sVar As String</paragraph> -<paragraph role="paragraph" id="par_id3149481" xml-lang="en-US" l10n="U" oldref="14">REM Error occurs due to non-existent file</paragraph> -<paragraph role="paragraph" id="par_id3153190" xml-lang="en-US" l10n="U" oldref="15">iVar = Freefile</paragraph> -<paragraph role="paragraph" id="par_id3146120" xml-lang="en-US" l10n="U" oldref="16">Open "\file9879.txt" for Input as #iVar</paragraph> -<paragraph role="paragraph" id="par_id3155308" xml-lang="en-US" l10n="U" oldref="17">Line Input #iVar, sVar</paragraph> -<paragraph role="paragraph" id="par_id3153142" xml-lang="en-US" l10n="U" oldref="18">Close #iVar</paragraph> -<paragraph role="paragraph" id="par_id3149665" xml-lang="en-US" l10n="U" oldref="19">exit sub</paragraph> -<paragraph role="paragraph" id="par_id3154942" xml-lang="en-US" l10n="U" oldref="20">ErrorHandler:</paragraph> -<paragraph role="paragraph" id="par_id3145646" xml-lang="en-US" l10n="U" oldref="21">MsgBox "Error " & Err & ": " & Error$ + chr(13) + "At line : " + Erl + chr(13) + Now , 16 ,"an error occurred"</paragraph> -<paragraph role="paragraph" id="par_id3155418" xml-lang="en-US" l10n="U" oldref="22">end sub</paragraph> +<paragraph role="heading" id="hd_id3149656" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="paragraph" id="par_id3154123" xml-lang="en-US" l10n="U">Err</paragraph> +<paragraph role="heading" id="hd_id3147229" xml-lang="en-US" level="2" l10n="U">Return value:</paragraph> +<paragraph role="paragraph" id="par_id3150869" xml-lang="en-US" l10n="U">Integer</paragraph> +<paragraph role="heading" id="hd_id3153193" xml-lang="en-US" level="2" l10n="U">Parameters:</paragraph> +<paragraph role="paragraph" id="par_id3149561" xml-lang="en-US" l10n="U">The Err function is used in error-handling routines to determine the error and the corrective action.</paragraph> +<paragraph role="heading" id="hd_id3147317" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="paragraph" id="par_id3153727" xml-lang="en-US" l10n="U">sub ExampleError</paragraph> +<paragraph role="paragraph" id="par_id3147426" xml-lang="en-US" l10n="U">on error goto ErrorHandler REM Set up error handler</paragraph> +<paragraph role="paragraph" id="par_id3163710" xml-lang="en-US" l10n="U">Dim iVar as Integer</paragraph> +<paragraph role="paragraph" id="par_id3153093" xml-lang="en-US" l10n="U">Dim sVar As String</paragraph> +<paragraph role="paragraph" id="par_id3149481" xml-lang="en-US" l10n="U">REM Error occurs due to non-existent file</paragraph> +<paragraph role="paragraph" id="par_id3153190" xml-lang="en-US" l10n="U">iVar = Freefile</paragraph> +<paragraph role="paragraph" id="par_id3146120" xml-lang="en-US" l10n="U">Open "\file9879.txt" for Input as #iVar</paragraph> +<paragraph role="paragraph" id="par_id3155308" xml-lang="en-US" l10n="U">Line Input #iVar, sVar</paragraph> +<paragraph role="paragraph" id="par_id3153142" xml-lang="en-US" l10n="U">Close #iVar</paragraph> +<paragraph role="paragraph" id="par_id3149665" xml-lang="en-US" l10n="U">exit sub</paragraph> +<paragraph role="paragraph" id="par_id3154942" xml-lang="en-US" l10n="U">ErrorHandler:</paragraph> +<paragraph role="paragraph" id="par_id3145646" xml-lang="en-US" l10n="U">MsgBox "Error " & Err & ": " & Error$ + chr(13) + "At line : " + Erl + chr(13) + Now , 16 ,"an error occurred"</paragraph> +<paragraph role="paragraph" id="par_id3155418" xml-lang="en-US" l10n="U">end sub</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/sbasic/shared/03090203.xhp b/main/helpcontent2/source/text/sbasic/shared/03090203.xhp index 6a6c6ce9a1..90fad64137 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03090203.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03090203.xhp @@ -33,24 +33,24 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3150400"> <bookmark_value>While;While...Wend loop</bookmark_value> </bookmark> -<paragraph id="hd_id3150400" role="heading" level="1" oldref="1" l10n="U" xml-lang="en-US"><link href="text/sbasic/shared/03090203.xhp" name="While...Wend Statement [Runtime]">While...Wend Statement [Runtime]</link></paragraph> -<paragraph xml-lang="en-US" role="paragraph" id="par_id3151211" l10n="U" oldref="2">When a program encounters a While statement, it tests the condition. If the condition is False, the program continues directly following the Wend statement. If the condition is True, the loop is executed until the program finds Wend and then jumps back to the <emph>While</emph> statement. If the condition is still True, the loop is executed again.</paragraph> +<paragraph id="hd_id3150400" role="heading" level="1" l10n="U" xml-lang="en-US"><link href="text/sbasic/shared/03090203.xhp" name="While...Wend Statement [Runtime]">While...Wend Statement [Runtime]</link></paragraph> +<paragraph xml-lang="en-US" role="paragraph" id="par_id3151211" l10n="U">When a program encounters a While statement, it tests the condition. If the condition is False, the program continues directly following the Wend statement. If the condition is True, the loop is executed until the program finds Wend and then jumps back to the <emph>While</emph> statement. If the condition is still True, the loop is executed again.</paragraph> </section> -<paragraph xml-lang="en-US" oldref="3" id="par_id3151041" l10n="U" role="paragraph">Unlike the <link href="text/sbasic/shared/03090201.xhp" name="Do...Loop">Do...Loop</link> statement, you cannot cancel a <emph>While...Wend</emph> loop with <link href="text/sbasic/shared/03090412.xhp" name="Exit">Exit</link>. Never exit a While...Wend loop with <link href="text/sbasic/shared/03090302.xhp" name="GoTo">GoTo</link>, since this can cause a run-time error.</paragraph> -<paragraph role="paragraph" id="par_id3145172" l10n="U" xml-lang="en-US" oldref="4">A Do...Loop is more flexible than a While...Wend.</paragraph> -<paragraph role="heading" level="2" id="hd_id3155133" l10n="U" xml-lang="en-US" oldref="5">Syntax:</paragraph> -<paragraph role="paragraph" id="par_id3147288" l10n="U" xml-lang="en-US" oldref="6">While Condition [Statement] Wend</paragraph> -<paragraph role="heading" level="2" id="hd_id3153139" l10n="U" xml-lang="en-US" oldref="7">Example:</paragraph> -<paragraph role="paragraph" id="par_id3159153" l10n="U" xml-lang="en-US" oldref="8">Sub ExampleWhileWend</paragraph> -<paragraph role="paragraph" id="par_id3151114" l10n="U" xml-lang="en-US" oldref="9">Dim stext As String</paragraph> -<paragraph role="paragraph" id="par_id3153143" l10n="U" xml-lang="en-US" oldref="10">Dim iRun As Integer</paragraph> -<paragraph role="paragraph" id="par_id3155306" l10n="U" xml-lang="en-US" oldref="11">sText ="This is a short text"</paragraph> -<paragraph role="paragraph" id="par_id3154011" l10n="U" xml-lang="en-US" oldref="12">iRun = 1</paragraph> -<paragraph role="paragraph" id="par_id3147215" l10n="U" xml-lang="en-US" oldref="13">while iRun < Len(sText)</paragraph> -<paragraph role="paragraph" id="par_id3147427" l10n="U" xml-lang="en-US" oldref="14">if Mid(sText,iRun,1 )<> " " then Mid( sText ,iRun, 1, Chr( 1 + Asc( Mid(sText,iRun,1 )) )</paragraph> -<paragraph role="paragraph" id="par_id3149665" l10n="U" xml-lang="en-US" oldref="15">iRun = iRun + 1</paragraph> -<paragraph role="paragraph" id="par_id3152939" l10n="U" xml-lang="en-US" oldref="16">Wend</paragraph> -<paragraph role="paragraph" id="par_id3153189" l10n="U" xml-lang="en-US" oldref="17">MsgBox sText,0,"Text encoded"</paragraph> -<paragraph role="paragraph" id="par_id3145251" l10n="U" xml-lang="en-US" oldref="18">end sub</paragraph> +<paragraph xml-lang="en-US" id="par_id3151041" l10n="U" role="paragraph">Unlike the <link href="text/sbasic/shared/03090201.xhp" name="Do...Loop">Do...Loop</link> statement, you cannot cancel a <emph>While...Wend</emph> loop with <link href="text/sbasic/shared/03090412.xhp" name="Exit">Exit</link>. Never exit a While...Wend loop with <link href="text/sbasic/shared/03090302.xhp" name="GoTo">GoTo</link>, since this can cause a run-time error.</paragraph> +<paragraph role="paragraph" id="par_id3145172" l10n="U" xml-lang="en-US">A Do...Loop is more flexible than a While...Wend.</paragraph> +<paragraph role="heading" level="2" id="hd_id3155133" l10n="U" xml-lang="en-US">Syntax:</paragraph> +<paragraph role="paragraph" id="par_id3147288" l10n="U" xml-lang="en-US">While Condition [Statement] Wend</paragraph> +<paragraph role="heading" level="2" id="hd_id3153139" l10n="U" xml-lang="en-US">Example:</paragraph> +<paragraph role="paragraph" id="par_id3159153" l10n="U" xml-lang="en-US">Sub ExampleWhileWend</paragraph> +<paragraph role="paragraph" id="par_id3151114" l10n="U" xml-lang="en-US">Dim stext As String</paragraph> +<paragraph role="paragraph" id="par_id3153143" l10n="U" xml-lang="en-US">Dim iRun As Integer</paragraph> +<paragraph role="paragraph" id="par_id3155306" l10n="U" xml-lang="en-US">sText ="This is a short text"</paragraph> +<paragraph role="paragraph" id="par_id3154011" l10n="U" xml-lang="en-US">iRun = 1</paragraph> +<paragraph role="paragraph" id="par_id3147215" l10n="U" xml-lang="en-US">while iRun < Len(sText)</paragraph> +<paragraph role="paragraph" id="par_id3147427" l10n="U" xml-lang="en-US">if Mid(sText,iRun,1 )<> " " then Mid( sText ,iRun, 1, Chr( 1 + Asc( Mid(sText,iRun,1 )) )</paragraph> +<paragraph role="paragraph" id="par_id3149665" l10n="U" xml-lang="en-US">iRun = iRun + 1</paragraph> +<paragraph role="paragraph" id="par_id3152939" l10n="U" xml-lang="en-US">Wend</paragraph> +<paragraph role="paragraph" id="par_id3153189" l10n="U" xml-lang="en-US">MsgBox sText,0,"Text encoded"</paragraph> +<paragraph role="paragraph" id="par_id3145251" l10n="U" xml-lang="en-US">end sub</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/sbasic/shared/03090410.xhp b/main/helpcontent2/source/text/sbasic/shared/03090410.xhp index 019ee11e64..4ba0d1df86 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03090410.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03090410.xhp @@ -33,28 +33,26 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3148554"> <bookmark_value>Switch function</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3148554" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03090410.xhp" name="Switch Function [Runtime]">Switch Function [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3148522" xml-lang="en-US" l10n="U" oldref="2">Evaluates a list of arguments, consisting of an expression followed by a value. The Switch function returns a value that is associated with the expression that is passed by this function.</paragraph> +<paragraph role="heading" id="hd_id3148554" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03090410.xhp" name="Switch Function [Runtime]">Switch Function [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3148522" xml-lang="en-US" l10n="U">Evaluates a list of arguments, consisting of an expression followed by a value. The Switch function returns a value that is associated with the expression that is passed by this function.</paragraph> </section> -<paragraph role="heading" id="hd_id3154863" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> -<paragraph role="paragraph" id="par_id3155934" xml-lang="en-US" l10n="U" oldref="4">Switch (Expression1, Value1[, Expression2, Value2[..., Expression_n, Value_n]])</paragraph> -<paragraph role="heading" id="hd_id3149119" xml-lang="en-US" level="2" l10n="U" oldref="5">Parameters:</paragraph> -<paragraph role="paragraph" id="par_id3153894" xml-lang="en-US" l10n="U" oldref="6">The <emph>Switch</emph> function evaluates the expressions from left to right, and then returns the value that is assigned to the function expression. If expression and value are not given as a pair, a runtime error occurs.</paragraph> -<paragraph role="paragraph" id="par_id3153990" xml-lang="en-US" l10n="U" oldref="7"> -<emph>Expression:</emph> The expression that you want to evaluate.</paragraph> -<paragraph role="paragraph" id="par_id3153394" xml-lang="en-US" l10n="U" oldref="8"> -<emph>Value:</emph> The value that you want to return if the expression is True.</paragraph> -<paragraph role="paragraph" id="par_id3153346" xml-lang="en-US" l10n="U" oldref="9">In the following example, the <emph>Switch</emph> function assigns the appropriate gender to the name that is passed to the function:</paragraph> +<paragraph role="heading" id="hd_id3154863" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="paragraph" id="par_id3155934" xml-lang="en-US" l10n="U">Switch (Expression1, Value1[, Expression2, Value2[..., Expression_n, Value_n]])</paragraph> +<paragraph role="heading" id="hd_id3149119" xml-lang="en-US" level="2" l10n="U">Parameters:</paragraph> +<paragraph role="paragraph" id="par_id3153894" xml-lang="en-US" l10n="U">The <emph>Switch</emph> function evaluates the expressions from left to right, and then returns the value that is assigned to the function expression. If expression and value are not given as a pair, a runtime error occurs.</paragraph> +<paragraph role="paragraph" id="par_id3153990" xml-lang="en-US" l10n="U"><emph>Expression:</emph> The expression that you want to evaluate.</paragraph> +<paragraph role="paragraph" id="par_id3153394" xml-lang="en-US" l10n="U"><emph>Value:</emph> The value that you want to return if the expression is True.</paragraph> +<paragraph role="paragraph" id="par_id3153346" xml-lang="en-US" l10n="U">In the following example, the <emph>Switch</emph> function assigns the appropriate gender to the name that is passed to the function:</paragraph> <embed href="text/sbasic/shared/00000003.xhp#errorcode"/> <embed href="text/sbasic/shared/00000003.xhp#err5"/> -<paragraph role="heading" id="hd_id3159157" xml-lang="en-US" level="2" l10n="U" oldref="10">Example:</paragraph> -<paragraph role="paragraph" id="par_id3147573" xml-lang="en-US" l10n="U" oldref="11">Sub ExampleSwitch</paragraph> -<paragraph role="paragraph" id="par_id3143270" xml-lang="en-US" l10n="U" oldref="12">Dim sGender As String</paragraph> -<paragraph role="paragraph" id="par_id3149579" xml-lang="en-US" l10n="U" oldref="13">sGender = GetGenderIndex( "John" )</paragraph> -<paragraph role="paragraph" id="par_id3153626" xml-lang="en-US" l10n="U" oldref="14">MsgBox sGender</paragraph> -<paragraph role="paragraph" id="par_id3147560" xml-lang="en-US" l10n="U" oldref="15">End Sub</paragraph> -<paragraph role="paragraph" id="par_id3154758" xml-lang="en-US" l10n="U" oldref="17">Function GetGenderIndex (sName As String) As String</paragraph> -<paragraph role="paragraph" id="par_id3153361" xml-lang="en-US" l10n="U" oldref="18">GetGenderIndex = Switch(sName = "Jane", "female", sName = "John", "male")</paragraph> -<paragraph role="paragraph" id="par_id3154939" xml-lang="en-US" l10n="U" oldref="19">End Function</paragraph> +<paragraph role="heading" id="hd_id3159157" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="paragraph" id="par_id3147573" xml-lang="en-US" l10n="U">Sub ExampleSwitch</paragraph> +<paragraph role="paragraph" id="par_id3143270" xml-lang="en-US" l10n="U">Dim sGender As String</paragraph> +<paragraph role="paragraph" id="par_id3149579" xml-lang="en-US" l10n="U">sGender = GetGenderIndex( "John" )</paragraph> +<paragraph role="paragraph" id="par_id3153626" xml-lang="en-US" l10n="U">MsgBox sGender</paragraph> +<paragraph role="paragraph" id="par_id3147560" xml-lang="en-US" l10n="U">End Sub</paragraph> +<paragraph role="paragraph" id="par_id3154758" xml-lang="en-US" l10n="U">Function GetGenderIndex (sName As String) As String</paragraph> +<paragraph role="paragraph" id="par_id3153361" xml-lang="en-US" l10n="U">GetGenderIndex = Switch(sName = "Jane", "female", sName = "John", "male")</paragraph> +<paragraph role="paragraph" id="par_id3154939" xml-lang="en-US" l10n="U">End Function</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/sbasic/shared/03131900.xhp b/main/helpcontent2/source/text/sbasic/shared/03131900.xhp index 09326e949e..faa02e8adf 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03131900.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03131900.xhp @@ -37,37 +37,37 @@ <bookmark_value>BasicLibraries (LibraryContainer)</bookmark_value> <bookmark_value>DialogLibraries (LibraryContainer)</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3150682" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03131900.xhp" name="GlobalScope [Runtime]">GlobalScope [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3153345" xml-lang="en-US" l10n="U" oldref="2">Basic source code and dialogs are organized in a library system.</paragraph> +<paragraph role="heading" id="hd_id3150682" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03131900.xhp" name="GlobalScope [Runtime]">GlobalScope [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3153345" xml-lang="en-US" l10n="U">Basic source code and dialogs are organized in a library system.</paragraph> </section> <list type="unordered"> <listitem> -<paragraph role="listitem" id="par_id3145315" xml-lang="en-US" l10n="U" oldref="3">The LibraryContainer contains libraries</paragraph> +<paragraph role="listitem" id="par_id3145315" xml-lang="en-US" l10n="U">The LibraryContainer contains libraries</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3149514" xml-lang="en-US" l10n="U" oldref="4">Libraries can contain modules and dialogs</paragraph> +<paragraph role="listitem" id="par_id3149514" xml-lang="en-US" l10n="U">Libraries can contain modules and dialogs</paragraph> </listitem> </list> -<paragraph role="heading" id="hd_id3143271" xml-lang="en-US" level="2" l10n="U" oldref="5">In Basic:</paragraph> +<paragraph role="heading" id="hd_id3143271" xml-lang="en-US" level="2" l10n="U">In Basic:</paragraph> <list type="unordered"> <listitem> -<paragraph role="listitem" id="par_id3153061" xml-lang="en-US" l10n="U" oldref="6">The LibraryContainer is called <emph>BasicLibraries</emph>.</paragraph> +<paragraph role="listitem" id="par_id3153061" xml-lang="en-US" l10n="U">The LibraryContainer is called <emph>BasicLibraries</emph>.</paragraph> </listitem> </list> -<paragraph role="heading" id="hd_id3154346" xml-lang="en-US" level="2" l10n="U" oldref="7">In dialogs:</paragraph> +<paragraph role="heading" id="hd_id3154346" xml-lang="en-US" level="2" l10n="U">In dialogs:</paragraph> <list type="unordered"> <listitem> -<paragraph role="listitem" id="par_id3148663" xml-lang="en-US" l10n="U" oldref="8">The LibraryContainer is called <emph>DialogLibraries</emph>.</paragraph> +<paragraph role="listitem" id="par_id3148663" xml-lang="en-US" l10n="U">The LibraryContainer is called <emph>DialogLibraries</emph>.</paragraph> </listitem> </list> -<paragraph role="paragraph" id="par_id3150543" xml-lang="en-US" l10n="U" oldref="9">Both LibraryContainers exist in an application level and within every document. In the document Basic, the document's LibraryContainers are called automatically. If you want to call the global LibraryContainers from within a document, you must use the keyword <emph>GlobalScope</emph>.</paragraph> -<paragraph role="heading" id="hd_id3148920" xml-lang="en-US" level="2" l10n="U" oldref="10">Syntax:</paragraph> -<paragraph role="paragraph" id="par_id3149203" xml-lang="en-US" l10n="U" oldref="11">GlobalScope</paragraph> -<paragraph role="heading" id="hd_id3154685" xml-lang="en-US" level="2" l10n="U" oldref="12">Example:</paragraph> -<paragraph role="paragraph" id="par_id3154124" xml-lang="en-US" l10n="U" oldref="13">Example in the document Basic</paragraph> -<paragraph role="paragraph" id="par_id3158408" xml-lang="en-US" l10n="U" oldref="14">' calling Dialog1 in the document library Standard</paragraph> -<paragraph role="paragraph" id="par_id3125865" xml-lang="en-US" l10n="U" oldref="15">oDlgDesc = DialogLibraries.Standard.Dialog1</paragraph> -<paragraph role="paragraph" id="par_id3154910" xml-lang="en-US" l10n="U" oldref="16">' calling Dialog2 in the application library Library1</paragraph> -<paragraph role="paragraph" id="par_id3156424" xml-lang="en-US" l10n="U" oldref="17">oDlgDesc = GlobalScope.DialogLibraries.Library1.Dialog2</paragraph> +<paragraph role="paragraph" id="par_id3150543" xml-lang="en-US" l10n="U">Both LibraryContainers exist in an application level and within every document. In the document Basic, the document's LibraryContainers are called automatically. If you want to call the global LibraryContainers from within a document, you must use the keyword <emph>GlobalScope</emph>.</paragraph> +<paragraph role="heading" id="hd_id3148920" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="paragraph" id="par_id3149203" xml-lang="en-US" l10n="U">GlobalScope</paragraph> +<paragraph role="heading" id="hd_id3154685" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="paragraph" id="par_id3154124" xml-lang="en-US" l10n="U">Example in the document Basic</paragraph> +<paragraph role="paragraph" id="par_id3158408" xml-lang="en-US" l10n="U">' calling Dialog1 in the document library Standard</paragraph> +<paragraph role="paragraph" id="par_id3125865" xml-lang="en-US" l10n="U">oDlgDesc = DialogLibraries.Standard.Dialog1</paragraph> +<paragraph role="paragraph" id="par_id3154910" xml-lang="en-US" l10n="U">' calling Dialog2 in the application library Library1</paragraph> +<paragraph role="paragraph" id="par_id3156424" xml-lang="en-US" l10n="U">oDlgDesc = GlobalScope.DialogLibraries.Library1.Dialog2</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/scalc/guide/cellcopy.xhp b/main/helpcontent2/source/text/scalc/guide/cellcopy.xhp index 87137c1b0e..c04dc00a07 100644 --- a/main/helpcontent2/source/text/scalc/guide/cellcopy.xhp +++ b/main/helpcontent2/source/text/scalc/guide/cellcopy.xhp @@ -40,35 +40,35 @@ <bookmark_value>filters;copying visible cells only</bookmark_value> <bookmark_value>hidden cells</bookmark_value> </bookmark><comment>mw changed "cells;"</comment> -<paragraph xml-lang="en-US" id="hd_id3150440" role="heading" level="1" l10n="U" oldref="1"><variable id="cellcopy"><link href="text/scalc/guide/cellcopy.xhp" name="Only Copy Visible Cells">Only Copy Visible Cells</link> +<paragraph xml-lang="en-US" id="hd_id3150440" role="heading" level="1" l10n="U"><variable id="cellcopy"><link href="text/scalc/guide/cellcopy.xhp" name="Only Copy Visible Cells">Only Copy Visible Cells</link> </variable></paragraph> -<paragraph xml-lang="en-US" id="par_id3148577" role="paragraph" l10n="CHG" oldref="2">Assume you have hidden a few rows in a cell range. Now you want to copy, delete, or format only the remaining visible rows.</paragraph> -<paragraph xml-lang="en-US" id="par_id3154729" role="paragraph" l10n="CHG" oldref="3">$[officename] behavior depends on how the cells were made invisible, by a filter or manually.</paragraph> +<paragraph xml-lang="en-US" id="par_id3148577" role="paragraph" l10n="CHG">Assume you have hidden a few rows in a cell range. Now you want to copy, delete, or format only the remaining visible rows.</paragraph> +<paragraph xml-lang="en-US" id="par_id3154729" role="paragraph" l10n="CHG">$[officename] behavior depends on how the cells were made invisible, by a filter or manually.</paragraph> <table id="tbl_id3154942"> <tablerow> <tablecell> -<paragraph xml-lang="en-US" id="par_id3155603" role="tablehead" l10n="U" oldref="4">Method and Action</paragraph> +<paragraph xml-lang="en-US" id="par_id3155603" role="tablehead" l10n="U">Method and Action</paragraph> </tablecell> <tablecell> -<paragraph xml-lang="en-US" id="par_id3150751" role="tablehead" l10n="U" oldref="5">Result</paragraph> +<paragraph xml-lang="en-US" id="par_id3150751" role="tablehead" l10n="U">Result</paragraph> </tablecell> </tablerow> <tablerow> <tablecell> -<paragraph xml-lang="en-US" id="par_id3149018" role="tablecontent" l10n="U" oldref="6">Cells were filtered by AutoFilters, standard filters or advanced filters.</paragraph> -<paragraph xml-lang="en-US" id="par_id3150044" role="tablecontent" l10n="CHG" oldref="7">Copy, delete, move, or format a selection of currently visible cells.</paragraph> +<paragraph xml-lang="en-US" id="par_id3149018" role="tablecontent" l10n="U">Cells were filtered by AutoFilters, standard filters or advanced filters.</paragraph> +<paragraph xml-lang="en-US" id="par_id3150044" role="tablecontent" l10n="CHG">Copy, delete, move, or format a selection of currently visible cells.</paragraph> </tablecell> <tablecell> -<paragraph xml-lang="en-US" id="par_id3146918" role="tablecontent" l10n="CHG" oldref="8">Only the visible cells of the selection are copied, deleted, moved, or formatted.</paragraph> +<paragraph xml-lang="en-US" id="par_id3146918" role="tablecontent" l10n="CHG">Only the visible cells of the selection are copied, deleted, moved, or formatted.</paragraph> </tablecell> </tablerow> <tablerow> <tablecell> -<paragraph xml-lang="en-US" id="par_id3166427" role="tablecontent" l10n="U" oldref="12">Cells were hidden using the <emph>Hide</emph> command in the context menu of the row or column headers, or through an <link href="text/scalc/01/12080000.xhp" name="outline">outline</link>.</paragraph> -<paragraph xml-lang="en-US" id="par_id3152990" role="tablecontent" l10n="CHG" oldref="13">Copy, delete, move, or format a selection of currently visible cells.</paragraph> +<paragraph xml-lang="en-US" id="par_id3166427" role="tablecontent" l10n="U">Cells were hidden using the <emph>Hide</emph> command in the context menu of the row or column headers, or through an <link href="text/scalc/01/12080000.xhp" name="outline">outline</link>.</paragraph> +<paragraph xml-lang="en-US" id="par_id3152990" role="tablecontent" l10n="CHG">Copy, delete, move, or format a selection of currently visible cells.</paragraph> </tablecell> <tablecell> -<paragraph xml-lang="en-US" id="par_id3154371" role="tablecontent" l10n="CHG" oldref="14">All cells of the selection, including the hidden cells, are copied, deleted, moved, or formatted.</paragraph> +<paragraph xml-lang="en-US" id="par_id3154371" role="tablecontent" l10n="CHG">All cells of the selection, including the hidden cells, are copied, deleted, moved, or formatted.</paragraph> </tablecell> </tablerow> </table> diff --git a/main/helpcontent2/source/text/scalc/guide/cellreference_dragdrop.xhp b/main/helpcontent2/source/text/scalc/guide/cellreference_dragdrop.xhp index 96191225e4..350adfb93a 100644 --- a/main/helpcontent2/source/text/scalc/guide/cellreference_dragdrop.xhp +++ b/main/helpcontent2/source/text/scalc/guide/cellreference_dragdrop.xhp @@ -35,34 +35,33 @@ <bookmark_value>references;inserting by drag and drop</bookmark_value> <bookmark_value>inserting;references, by drag and drop</bookmark_value> </bookmark> -<paragraph xml-lang="en-US" id="hd_id3154686" role="heading" level="1" l10n="U" -oldref="16"><variable id="cellreference_dragdrop"><link href="text/scalc/guide/cellreference_dragdrop.xhp" name="Referencing Cells by Drag-and-Drop">Referencing Cells by Drag-and-Drop</link> +<paragraph xml-lang="en-US" id="hd_id3154686" role="heading" level="1" l10n="U"><variable id="cellreference_dragdrop"><link href="text/scalc/guide/cellreference_dragdrop.xhp" name="Referencing Cells by Drag-and-Drop">Referencing Cells by Drag-and-Drop</link> </variable></paragraph> -<paragraph xml-lang="en-US" id="par_id3156444" role="paragraph" l10n="CHG" oldref="17">With the help of the Navigator you can reference cells from one sheet to another sheet in the same document or in a different document. The cells can be inserted as a copy, link, or hyperlink. The range to be inserted must be defined with a name in the original file so that it can be inserted in the target file.</paragraph> +<paragraph xml-lang="en-US" id="par_id3156444" role="paragraph" l10n="CHG">With the help of the Navigator you can reference cells from one sheet to another sheet in the same document or in a different document. The cells can be inserted as a copy, link, or hyperlink. The range to be inserted must be defined with a name in the original file so that it can be inserted in the target file.</paragraph> <list type="ordered"> <listitem> -<paragraph xml-lang="en-US" id="par_id3152576" role="listitem" l10n="U" oldref="25">Open the document that contains the source cells.</paragraph> +<paragraph xml-lang="en-US" id="par_id3152576" role="listitem" l10n="U">Open the document that contains the source cells.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3154011" role="listitem" l10n="U" oldref="26">To set the source range as the range, select the cells and choose <emph>Insert - Names - Define</emph>. Save the source document, and do not close it.</paragraph> +<paragraph xml-lang="en-US" id="par_id3154011" role="listitem" l10n="U">To set the source range as the range, select the cells and choose <emph>Insert - Names - Define</emph>. Save the source document, and do not close it.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3151073" role="listitem" l10n="U" oldref="18">Open the sheet in which you want to insert something.</paragraph> +<paragraph xml-lang="en-US" id="par_id3151073" role="listitem" l10n="U">Open the sheet in which you want to insert something.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3154732" role="listitem" l10n="U" oldref="19">Open the <link href="text/scalc/01/02110000.xhp" name="Navigator">Navigator</link>. In the lower box of the Navigator select the source file.</paragraph> +<paragraph xml-lang="en-US" id="par_id3154732" role="listitem" l10n="U">Open the <link href="text/scalc/01/02110000.xhp" name="Navigator">Navigator</link>. In the lower box of the Navigator select the source file.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3150752" role="listitem" l10n="U" oldref="22">In the Navigator, the source file object appears under "Range names".</paragraph> +<paragraph xml-lang="en-US" id="par_id3150752" role="listitem" l10n="U">In the Navigator, the source file object appears under "Range names".</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3154754" role="listitem" l10n="U" oldref="27">Using the <emph>Drag Mode</emph> icon in Navigator, choose whether you want the reference to be a hyperlink, link, or copy.</paragraph> +<paragraph xml-lang="en-US" id="par_id3154754" role="listitem" l10n="U">Using the <emph>Drag Mode</emph> icon in Navigator, choose whether you want the reference to be a hyperlink, link, or copy.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3154256" role="listitem" l10n="U" oldref="23">Click the name under "Range names" in the Navigator, and drag into the cell of the current sheet where you want to insert the reference.</paragraph> +<paragraph xml-lang="en-US" id="par_id3154256" role="listitem" l10n="U">Click the name under "Range names" in the Navigator, and drag into the cell of the current sheet where you want to insert the reference.</paragraph> </listitem> </list> -<paragraph xml-lang="en-US" id="par_id3149565" role="paragraph" l10n="U" oldref="24">This method can also be used to insert a range from another sheet of the same document into the current sheet. Select the active document as source in step 4 above.</paragraph> +<paragraph xml-lang="en-US" id="par_id3149565" role="paragraph" l10n="U">This method can also be used to insert a range from another sheet of the same document into the current sheet. Select the active document as source in step 4 above.</paragraph> <section id="relatedtopics"> <embed href="text/scalc/guide/cellreferences.xhp#cellreferences"/> <embed href="text/shared/guide/dragdrop.xhp#dragdrop"/> diff --git a/main/helpcontent2/source/text/scalc/guide/format_value.xhp b/main/helpcontent2/source/text/scalc/guide/format_value.xhp index 414e7d1d73..75b413de6a 100644 --- a/main/helpcontent2/source/text/scalc/guide/format_value.xhp +++ b/main/helpcontent2/source/text/scalc/guide/format_value.xhp @@ -41,16 +41,16 @@ <bookmark_value>deleting; decimal places</bookmark_value> <bookmark_value>decimal places; adding/deleting</bookmark_value> </bookmark><comment>mw changed "numbers;"</comment> -<paragraph xml-lang="en-US" id="hd_id3145367" role="heading" level="1" l10n="U" oldref="4"><variable id="format_value"><link href="text/scalc/guide/format_value.xhp" name="Formatting Numbers With Decimals">Formatting Numbers With Decimals</link> +<paragraph xml-lang="en-US" id="hd_id3145367" role="heading" level="1" l10n="U"><variable id="format_value"><link href="text/scalc/guide/format_value.xhp" name="Formatting Numbers With Decimals">Formatting Numbers With Decimals</link> </variable></paragraph> -<paragraph xml-lang="en-US" id="par_id3148576" role="paragraph" l10n="U" oldref="5">Enter a number into the sheet, for example, 1234.5678. This number will be displayed in the default number format, with two decimal places. You will see 1234.57 when you confirm the entry. Only the display in the document will be rounded off; internally, the number retains all four decimal places after the decimal point.</paragraph> -<paragraph xml-lang="en-US" id="par_id3154012" role="paragraph" l10n="U" oldref="12">To format numbers with decimals:</paragraph> +<paragraph xml-lang="en-US" id="par_id3148576" role="paragraph" l10n="U">Enter a number into the sheet, for example, 1234.5678. This number will be displayed in the default number format, with two decimal places. You will see 1234.57 when you confirm the entry. Only the display in the document will be rounded off; internally, the number retains all four decimal places after the decimal point.</paragraph> +<paragraph xml-lang="en-US" id="par_id3154012" role="paragraph" l10n="U">To format numbers with decimals:</paragraph> <list type="ordered"> <listitem> -<paragraph xml-lang="en-US" id="par_id3147394" role="listitem" l10n="U" oldref="6">Set the cursor at the number and choose <emph>Format - Cells</emph> to start the <emph>Format Cells</emph> dialog.</paragraph> +<paragraph xml-lang="en-US" id="par_id3147394" role="listitem" l10n="U">Set the cursor at the number and choose <emph>Format - Cells</emph> to start the <emph>Format Cells</emph> dialog.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3153157" role="listitem" l10n="U" oldref="9">On the <emph>Numbers</emph> tab you will see a selection of predefined number formats. In the bottom right in the dialog you will see a preview of how your current number would look if you were to give it a particular format.</paragraph> +<paragraph xml-lang="en-US" id="par_id3153157" role="listitem" l10n="U">On the <emph>Numbers</emph> tab you will see a selection of predefined number formats. In the bottom right in the dialog you will see a preview of how your current number would look if you were to give it a particular format.</paragraph> </listitem> </list> <table id="tbl_id3149121"> @@ -61,7 +61,7 @@ </image></paragraph> </tablecell> <tablecell> -<paragraph xml-lang="en-US" id="par_id3149256" role="paragraph" l10n="CHG" oldref="10">If you only want to modify the number of the decimal places displayed, the easiest method is to use the <emph>Number Format: Add Decimal Place</emph> or <emph>Number Format: Delete Decimal Place</emph> icons on the Formatting Bar.</paragraph> +<paragraph xml-lang="en-US" id="par_id3149256" role="paragraph" l10n="CHG">If you only want to modify the number of the decimal places displayed, the easiest method is to use the <emph>Number Format: Add Decimal Place</emph> or <emph>Number Format: Delete Decimal Place</emph> icons on the Formatting Bar.</paragraph> </tablecell> </tablerow> </table> diff --git a/main/helpcontent2/source/text/scalc/main0102.xhp b/main/helpcontent2/source/text/scalc/main0102.xhp index 09b61d6737..25b5135d7f 100644 --- a/main/helpcontent2/source/text/scalc/main0102.xhp +++ b/main/helpcontent2/source/text/scalc/main0102.xhp @@ -31,8 +31,8 @@ <body> <section id="bearbeiten"> <bookmark xml-lang="en-US" branch="hid/.uno:EditMenu" id="bm_id1586962" localize="false"/> -<paragraph role="heading" id="hd_id3156023" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/scalc/main0102.xhp" name="Edit">Edit</link></paragraph> -<paragraph role="paragraph" id="par_id3154758" xml-lang="en-US" l10n="CHG" oldref="2"><ahelp hid=".">This menu contains commands for editing the contents of the current document.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3156023" xml-lang="en-US" level="1" l10n="U"><link href="text/scalc/main0102.xhp" name="Edit">Edit</link></paragraph> +<paragraph role="paragraph" id="par_id3154758" xml-lang="en-US" l10n="CHG"><ahelp hid=".">This menu contains commands for editing the contents of the current document.</ahelp></paragraph> </section> <embed href="text/shared/01/02010000.xhp#rueckgaengig"/> <embed href="text/shared/01/02020000.xhp#wiederholen"/> @@ -40,30 +40,30 @@ <embed href="text/shared/01/02040000.xhp#ausschneiden"/> <embed href="text/shared/01/02050000.xhp#kopieren"/> <embed href="text/shared/01/02060000.xhp#einfuegen"/> -<paragraph role="heading" id="hd_id3146119" xml-lang="en-US" level="2" l10n="U" oldref="3"><link href="text/shared/01/02070000.xhp" name="Paste Special">Paste Special</link></paragraph> +<paragraph role="heading" id="hd_id3146119" xml-lang="en-US" level="2" l10n="U"><link href="text/shared/01/02070000.xhp" name="Paste Special">Paste Special</link></paragraph> <embed href="text/shared/01/02070000.xhp#inhalteeinfuegentext"/> <embed href="text/shared/01/02090000.xhp#auswaehlen"/> <embed href="text/shared/01/02230000.xhp#aenderungen"/> -<paragraph role="heading" id="hd_id3153728" xml-lang="en-US" level="2" l10n="U" oldref="12"><link href="text/shared/01/02240000.xhp" name="Compare Document">Compare Document</link></paragraph> +<paragraph role="heading" id="hd_id3153728" xml-lang="en-US" level="2" l10n="U"><link href="text/shared/01/02240000.xhp" name="Compare Document">Compare Document</link></paragraph> <embed href="text/shared/01/02240000.xhp#dokver"/> -<paragraph role="heading" id="hd_id3154492" xml-lang="en-US" level="2" l10n="U" oldref="4"><link href="text/shared/01/02100000.xhp" name="Find & Replace">Find & Replace</link></paragraph> +<paragraph role="heading" id="hd_id3154492" xml-lang="en-US" level="2" l10n="U"><link href="text/shared/01/02100000.xhp" name="Find & Replace">Find & Replace</link></paragraph> <embed href="text/shared/01/02100000.xhp#suchenersetzentext"/> -<paragraph role="heading" id="hd_id3150715" xml-lang="en-US" level="2" l10n="U" oldref="5"><link href="text/scalc/01/02120000.xhp" name="Headers & Footers">Headers & Footers</link></paragraph> +<paragraph role="heading" id="hd_id3150715" xml-lang="en-US" level="2" l10n="U"><link href="text/scalc/01/02120000.xhp" name="Headers & Footers">Headers & Footers</link></paragraph> <embed href="text/scalc/01/02120000.xhp#kopfundfusszeilentext"/> <embed href="text/scalc/01/02140000.xhp#ausfuellen"/> -<paragraph role="heading" id="hd_id3149018" xml-lang="en-US" level="2" l10n="U" oldref="6"><link href="text/scalc/01/02150000.xhp" name="Delete Contents">Delete Contents</link></paragraph> +<paragraph role="heading" id="hd_id3149018" xml-lang="en-US" level="2" l10n="U"><link href="text/scalc/01/02150000.xhp" name="Delete Contents">Delete Contents</link></paragraph> <embed href="text/scalc/01/02150000.xhp#inhalteloeschentext"/> -<paragraph role="heading" id="hd_id3156384" xml-lang="en-US" level="2" l10n="U" oldref="7"><link href="text/scalc/01/02160000.xhp" name="Delete Cells">Delete Cells</link></paragraph> +<paragraph role="heading" id="hd_id3156384" xml-lang="en-US" level="2" l10n="U"><link href="text/scalc/01/02160000.xhp" name="Delete Cells">Delete Cells</link></paragraph> <embed href="text/scalc/01/02160000.xhp#zellenloeschentext"/> <embed href="text/scalc/01/02200000.xhp#tabellen"/> <embed href="text/scalc/01/02190000.xhp#manuellen"/> -<paragraph role="heading" id="hd_id3146919" xml-lang="en-US" level="2" l10n="U" oldref="10"><link href="text/shared/01/02180000.xhp" name="Links">Links</link></paragraph> +<paragraph role="heading" id="hd_id3146919" xml-lang="en-US" level="2" l10n="U"><link href="text/shared/01/02180000.xhp" name="Links">Links</link></paragraph> <embed href="text/shared/01/02180000.xhp#verknuepfungentext"/> <switch select="sys"> <case select="WIN"><embed href="text/shared/01/02190000.xhp#plugin"/> </case> </switch> -<paragraph role="heading" id="hd_id3148488" xml-lang="en-US" level="2" l10n="U" oldref="11"><link href="text/shared/01/02220000.xhp" name="ImageMap">ImageMap</link></paragraph> +<paragraph role="heading" id="hd_id3148488" xml-lang="en-US" level="2" l10n="U"><link href="text/shared/01/02220000.xhp" name="ImageMap">ImageMap</link></paragraph> <embed href="text/shared/01/02220000.xhp#imagemaptext"/> <embed href="text/shared/01/02200000.xhp#objekt"/> </body> diff --git a/main/helpcontent2/source/text/scalc/main0104.xhp b/main/helpcontent2/source/text/scalc/main0104.xhp index 94ea28d62b..1f56cdaaeb 100644 --- a/main/helpcontent2/source/text/scalc/main0104.xhp +++ b/main/helpcontent2/source/text/scalc/main0104.xhp @@ -31,40 +31,36 @@ <body> <section id="einfuegen"> <bookmark xml-lang="en-US" branch="hid/.uno:InsertMenu" id="bm_id8230842" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3157909" role="heading" level="1" l10n="U" oldref="1"><link href="text/scalc/main0104.xhp" name="Insert">Insert</link></paragraph> -<paragraph xml-lang="en-US" id="par_id3153896" role="paragraph" l10n="CHG" oldref="2"><ahelp hid=".">The Insert menu contains commands for inserting new elements, such as cells, rows, sheets and cell names into the current sheet.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="hd_id3157909" role="heading" level="1" l10n="U"><link href="text/scalc/main0104.xhp" name="Insert">Insert</link></paragraph> +<paragraph xml-lang="en-US" id="par_id3153896" role="paragraph" l10n="CHG"><ahelp hid=".">The Insert menu contains commands for inserting new elements, such as cells, rows, sheets and cell names into the current sheet.</ahelp></paragraph> </section> <embed href="text/scalc/01/04010000.xhp#manueller"/> -<paragraph xml-lang="en-US" id="hd_id3150769" role="heading" level="2" l10n="U" oldref="3"><link href="text/scalc/01/04020000.xhp" name="Cells">Cells</link></paragraph> +<paragraph xml-lang="en-US" id="hd_id3150769" role="heading" level="2" l10n="U"><link href="text/scalc/01/04020000.xhp" name="Cells">Cells</link></paragraph> <embed href="text/scalc/01/04020000.xhp#zelleneinfuegentext"/> <embed href="text/scalc/01/04030000.xhp#zeilen"/> <embed href="text/scalc/01/04040000.xhp#spalten"/> -<paragraph xml-lang="en-US" id="hd_id3149260" role="heading" level="2" l10n="U" oldref="4"><link href="text/scalc/01/04050000.xhp" name="Sheet">Sheet</link></paragraph> +<paragraph xml-lang="en-US" id="hd_id3149260" role="heading" level="2" l10n="U"><link href="text/scalc/01/04050000.xhp" name="Sheet">Sheet</link></paragraph> <embed href="text/scalc/01/04050000.xhp#tabelleeinfuegentext"/> <embed href="text/scalc/01/04050100.xhp#sheetfromfile"/> <embed href="text/scalc/01/04090000.xhp#extdata"/> -<paragraph xml-lang="en-US" id="hd_id3153726" role="heading" level="2" l10n="U" oldref="7"><link href="text/shared/01/04100000.xhp" name="Special Character">Special Character</link></paragraph> +<paragraph xml-lang="en-US" id="hd_id3153726" role="heading" level="2" l10n="U"><link href="text/shared/01/04100000.xhp" name="Special Character">Special Character</link></paragraph> <embed href="text/shared/01/04100000.xhp#sonder"/> <embed href="text/shared/01/formatting_mark.xhp#formatting_mark"/> -<paragraph xml-lang="en-US" id="hd_id3156285" role="heading" level="2" l10n="U" -oldref="13"><link href="text/shared/02/09070000.xhp" name="Hyperlink">Hyperlink</link></paragraph> +<paragraph xml-lang="en-US" id="hd_id3156285" role="heading" level="2" l10n="U"><link href="text/shared/02/09070000.xhp" name="Hyperlink">Hyperlink</link></paragraph> <embed href="text/shared/02/09070000.xhp#hyperdiatext"/> -<paragraph xml-lang="en-US" id="hd_id3154492" role="heading" level="2" l10n="U" oldref="5"><link href="text/scalc/01/04060000.xhp" name="Function">Function</link></paragraph> +<paragraph xml-lang="en-US" id="hd_id3154492" role="heading" level="2" l10n="U"><link href="text/scalc/01/04060000.xhp" name="Function">Function</link></paragraph> <embed href="text/scalc/01/04060000.xhp#funktionsautopilottext"/> -<paragraph xml-lang="en-US" id="hd_id3154511" role="heading" level="2" l10n="U" -oldref="12"><link href="text/scalc/01/04080000.xhp" name="Function List">Function List</link></paragraph> +<paragraph xml-lang="en-US" id="hd_id3154511" role="heading" level="2" l10n="U"><link href="text/scalc/01/04080000.xhp" name="Function List">Function List</link></paragraph> <embed href="text/scalc/01/04080000.xhp#funktionslistetext"/> <embed href="text/scalc/01/04070000.xhp#namen"/> -<paragraph xml-lang="en-US" id="hd_id3145640" role="heading" level="2" l10n="U" oldref="6"><link href="text/shared/01/04050000.xhp" name="Comment">Comment</link></paragraph> +<paragraph xml-lang="en-US" id="hd_id3145640" role="heading" level="2" l10n="U"><link href="text/shared/01/04050000.xhp" name="Comment">Comment</link></paragraph> <embed href="text/shared/01/04050000.xhp#notizbearbeitentext"/> <embed href="text/shared/01/04990000.xhp#grafik"/> <embed href="text/shared/01/moviesound.xhp#moviesound"/> <embed href="text/shared/01/04150000.xhp#objekt"/> -<paragraph xml-lang="en-US" id="hd_id3146918" role="heading" level="2" l10n="U" -oldref="11"><link href="text/schart/01/wiz_chart_type.xhp" name="Chart">Chart</link></paragraph> +<paragraph xml-lang="en-US" id="hd_id3146918" role="heading" level="2" l10n="U"><link href="text/schart/01/wiz_chart_type.xhp" name="Chart">Chart</link></paragraph> <paragraph xml-lang="en-US" id="par_id0302200904002496" role="paragraph" l10n="NEW">Inserts a chart.</paragraph> -<paragraph xml-lang="en-US" id="hd_id3147003" role="heading" level="2" l10n="U" -oldref="10"><link href="text/shared/01/04160500.xhp" name="Floating Frame">Floating Frame</link></paragraph> +<paragraph xml-lang="en-US" id="hd_id3147003" role="heading" level="2" l10n="U"><link href="text/shared/01/04160500.xhp" name="Floating Frame">Floating Frame</link></paragraph> <embed href="text/shared/01/04160500.xhp#frameeinfuegentext"/> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/scalc/main0218.xhp b/main/helpcontent2/source/text/scalc/main0218.xhp index f8d8624a4a..b6a0d464d2 100644 --- a/main/helpcontent2/source/text/scalc/main0218.xhp +++ b/main/helpcontent2/source/text/scalc/main0218.xhp @@ -31,8 +31,8 @@ <body> <section id="werkzeugleiste"> <!-- removed HID HID_SC_TOOLBOX_TOOLS --> -<paragraph role="heading" id="hd_id3143268" xml-lang="en-US" level="1" l10n="CHG" oldref="1"><link href="text/scalc/main0218.xhp" name="Tools Bar">Tools Bar</link></paragraph> -<paragraph role="paragraph" id="par_id3151112" xml-lang="en-US" l10n="CHG" oldref="2"><ahelp hid="HID_SC_TOOLBOX_TOOLS">Use the Tools bar to access commonly used commands.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3143268" xml-lang="en-US" level="1" l10n="CHG"><link href="text/scalc/main0218.xhp" name="Tools Bar">Tools Bar</link></paragraph> +<paragraph role="paragraph" id="par_id3151112" xml-lang="en-US" l10n="CHG"><ahelp hid="HID_SC_TOOLBOX_TOOLS">Use the Tools bar to access commonly used commands.</ahelp></paragraph> </section> <embed href="text/scalc/02/18010000.xhp#einfuegen"/> <embed href="text/scalc/02/18010000.xhp#syeinfuegen"/> @@ -45,7 +45,7 @@ <embed href="text/scalc/01/05110000.xhp#autoformat"/> <embed href="text/scalc/01/05110000.xhp#autoformattext"/> <embed href="text/scalc/00/00000405.xhp#syautoformat"/> -<paragraph role="heading" id="hd_id3154730" xml-lang="en-US" level="2" l10n="U" oldref="6"><link href="text/scalc/02/06080000.xhp" name="Choose Themes">Choose Themes</link></paragraph> +<paragraph role="heading" id="hd_id3154730" xml-lang="en-US" level="2" l10n="U"><link href="text/scalc/02/06080000.xhp" name="Choose Themes">Choose Themes</link></paragraph> <embed href="text/scalc/02/06080000.xhp#thementext"/> <embed href="text/scalc/02/06080000.xhp#sythemen"/> <embed href="text/scalc/01/12040100.xhp#autofilter"/> diff --git a/main/helpcontent2/source/text/shared/01/06150110.xhp b/main/helpcontent2/source/text/shared/01/06150110.xhp index d669436dba..984e3241a5 100644 --- a/main/helpcontent2/source/text/shared/01/06150110.xhp +++ b/main/helpcontent2/source/text/shared/01/06150110.xhp @@ -30,26 +30,26 @@ </meta> <body> <bookmark xml-lang="en-US" branch="hid/FILTER_HID_XML_FILTER_TABPAGE_BASIC" id="bm_id4698019" localize="false"/><comment>UFI: added id, see #i63794</comment> -<paragraph role="heading" id="hd_id3158442" xml-lang="en-US" level="1" l10n="U" oldref="1"><variable id="general"><link href="text/shared/01/06150110.xhp" name="General">General</link> +<paragraph role="heading" id="hd_id3158442" xml-lang="en-US" level="1" l10n="U"><variable id="general"><link href="text/shared/01/06150110.xhp" name="General">General</link> </variable></paragraph> -<paragraph role="paragraph" id="par_id3149038" xml-lang="en-US" l10n="U" oldref="12"><ahelp hid="">Enter or edit general information for an <link href="text/shared/01/06150000.xhp" name="XML filter">XML filter</link>.</ahelp></paragraph> +<paragraph role="paragraph" id="par_id3149038" xml-lang="en-US" l10n="U"><ahelp hid="">Enter or edit general information for an <link href="text/shared/01/06150000.xhp" name="XML filter">XML filter</link>.</ahelp></paragraph> <section id="howtoget"> <embed href="text/shared/00/00000406.xhp#xmlfilteredit"/> </section> <bookmark xml-lang="en-US" branch="hid/FILTER_HID_XML_FILTER_NAME" id="bm_id3154788" localize="false"/> -<paragraph role="heading" id="hd_id3151097" xml-lang="en-US" level="2" l10n="U" oldref="2">Filter name</paragraph> -<paragraph role="paragraph" id="par_id3150838" xml-lang="en-US" l10n="U" oldref="3"><ahelp hid="HID_XML_FILTER_NAME">Enter the name that you want to display in the list box of the <emph>XML Filter Settings</emph> dialog.</ahelp> You must enter a unique name.</paragraph> +<paragraph role="heading" id="hd_id3151097" xml-lang="en-US" level="2" l10n="U">Filter name</paragraph> +<paragraph role="paragraph" id="par_id3150838" xml-lang="en-US" l10n="U"><ahelp hid="HID_XML_FILTER_NAME">Enter the name that you want to display in the list box of the <emph>XML Filter Settings</emph> dialog.</ahelp> You must enter a unique name.</paragraph> <bookmark xml-lang="en-US" branch="hid/FILTER_HID_XML_FILTER_APPLICATION" id="bm_id3144436" localize="false"/> -<paragraph role="heading" id="hd_id3149119" xml-lang="en-US" level="2" l10n="U" oldref="4">Application</paragraph> -<paragraph role="paragraph" id="par_id3149793" xml-lang="en-US" l10n="U" oldref="5"><ahelp hid="HID_XML_FILTER_APPLICATION">Select the application that you want to use with the filter.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3149119" xml-lang="en-US" level="2" l10n="U">Application</paragraph> +<paragraph role="paragraph" id="par_id3149793" xml-lang="en-US" l10n="U"><ahelp hid="HID_XML_FILTER_APPLICATION">Select the application that you want to use with the filter.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/FILTER_HID_XML_FILTER_INTERFACE_NAME" id="bm_id3152594" localize="false"/> -<paragraph role="heading" id="hd_id3149999" xml-lang="en-US" level="2" l10n="U" oldref="6">Name of file type</paragraph> -<paragraph role="paragraph" id="par_id3149549" xml-lang="en-US" l10n="U" oldref="7"><ahelp hid="HID_XML_FILTER_INTERFACE_NAME">Enter the name that you want to display in the <emph>File type</emph> box in file dialogs.</ahelp> You must enter a unique name. For import filters, the name appears in the <emph>File type</emph> box of <emph>Open</emph> dialogs. For export filters, the name appears in the <emph>File format</emph> box of <emph>Export</emph> dialogs.</paragraph> +<paragraph role="heading" id="hd_id3149999" xml-lang="en-US" level="2" l10n="U">Name of file type</paragraph> +<paragraph role="paragraph" id="par_id3149549" xml-lang="en-US" l10n="U"><ahelp hid="HID_XML_FILTER_INTERFACE_NAME">Enter the name that you want to display in the <emph>File type</emph> box in file dialogs.</ahelp> You must enter a unique name. For import filters, the name appears in the <emph>File type</emph> box of <emph>Open</emph> dialogs. For export filters, the name appears in the <emph>File format</emph> box of <emph>Export</emph> dialogs.</paragraph> <bookmark xml-lang="en-US" branch="hid/FILTER_HID_XML_FILTER_EXTENSION" id="bm_id3147557" localize="false"/> -<paragraph role="heading" id="hd_id3147834" xml-lang="en-US" level="2" l10n="U" oldref="8">File extension</paragraph> -<paragraph role="paragraph" id="par_id3147291" xml-lang="en-US" l10n="U" oldref="9"><ahelp hid="HID_XML_FILTER_EXTENSION">Enter the file extension to use when you open a file without specifying a filter. $[officename] uses the file extension to determine which filter to use.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3147834" xml-lang="en-US" level="2" l10n="U">File extension</paragraph> +<paragraph role="paragraph" id="par_id3147291" xml-lang="en-US" l10n="U"><ahelp hid="HID_XML_FILTER_EXTENSION">Enter the file extension to use when you open a file without specifying a filter. $[officename] uses the file extension to determine which filter to use.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/FILTER_HID_XML_FILTER_DESCRIPTION" id="bm_id3152551" localize="false"/> -<paragraph role="heading" id="hd_id3157863" xml-lang="en-US" level="2" l10n="U" oldref="10">Comments</paragraph> -<paragraph role="paragraph" id="par_id3146957" xml-lang="en-US" l10n="U" oldref="11"><ahelp hid="HID_XML_FILTER_DESCRIPTION">Enter a comment (optional).</ahelp></paragraph> +<paragraph role="heading" id="hd_id3157863" xml-lang="en-US" level="2" l10n="U">Comments</paragraph> +<paragraph role="paragraph" id="par_id3146957" xml-lang="en-US" l10n="U"><ahelp hid="HID_XML_FILTER_DESCRIPTION">Enter a comment (optional).</ahelp></paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/shared/02/12100100.xhp b/main/helpcontent2/source/text/shared/02/12100100.xhp index ff9b5d7997..dcfe5cd416 100644 --- a/main/helpcontent2/source/text/shared/02/12100100.xhp +++ b/main/helpcontent2/source/text/shared/02/12100100.xhp @@ -35,24 +35,24 @@ </bookmark> <bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_DLG_ORDERCRIT" id="bm_id3154788" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:OrderCrit" id="bm_id3154682" localize="false"/><section id="sortorder"> -<paragraph role="heading" id="hd_id3147000" xml-lang="en-US" level="1" l10n="U" oldref="1"><variable id="sortierung"><link href="text/shared/02/12100100.xhp" name="Sort Order">Sort Order</link> +<paragraph role="heading" id="hd_id3147000" xml-lang="en-US" level="1" l10n="U"><variable id="sortierung"><link href="text/shared/02/12100100.xhp" name="Sort Order">Sort Order</link> </variable></paragraph> -<paragraph role="paragraph" id="par_id3163829" xml-lang="en-US" l10n="U" oldref="2"><variable id="sortierentext"><ahelp hid=".uno:OrderCrit">Specifies the sort criteria for the data display.</ahelp> +<paragraph role="paragraph" id="par_id3163829" xml-lang="en-US" l10n="U"><variable id="sortierentext"><ahelp hid=".uno:OrderCrit">Specifies the sort criteria for the data display.</ahelp> </variable></paragraph> </section> <section id="howtoget"> <embed href="text/shared/00/00000450.xhp#sortieren"/> </section> -<paragraph role="paragraph" id="par_id3149549" xml-lang="en-US" l10n="U" oldref="12">While the functions <link href="text/shared/02/12010000.xhp" name="Sort in Ascending Order"><emph>Sort in Ascending Order</emph></link> and <link href="text/shared/02/12020000.xhp" name="Sort in Descending Order"><emph>Sort in Descending Order</emph></link> sort by one criterion only, you can combine several criteria in the <emph>Sort Order</emph> dialog.</paragraph> -<paragraph role="paragraph" id="par_id3145136" xml-lang="en-US" l10n="U" oldref="13">You can remove a sorting that has been performed with the <link href="text/shared/02/12040000.xhp" name="Remove Filter/Sorting"><emph>Remove Filter/Sorting</emph></link> icon.</paragraph> -<paragraph role="heading" id="hd_id3148548" xml-lang="en-US" level="2" l10n="U" oldref="4">Sorting</paragraph> -<paragraph role="paragraph" id="par_id3155941" xml-lang="en-US" l10n="U" oldref="5">Use this area to enter sorting criteria. If you enter additional sorting criteria under <emph>and then</emph>, the data matching the content of the higher-order criterion is ordered according to the next criterion.</paragraph> -<paragraph role="paragraph" id="par_id3148620" xml-lang="en-US" l10n="U" oldref="14">If you sort the field name "First name" in ascending order and the field name "last name" in descending order, all records will be sorted in ascending order by first name, and then within the first names, in descending order by last name.</paragraph> -<paragraph role="heading" id="hd_id3145345" xml-lang="en-US" level="3" l10n="U" oldref="6">Field name</paragraph> -<paragraph role="paragraph" id="par_id3159233" xml-lang="en-US" l10n="U" oldref="7"><ahelp hid=".uno:OrderCrit">Specifies the data field name whose content will determine the sort order.</ahelp></paragraph> -<paragraph role="heading" id="hd_id3150774" xml-lang="en-US" level="3" l10n="U" oldref="8">Order</paragraph> -<paragraph role="paragraph" id="par_id3149177" xml-lang="en-US" l10n="U" oldref="9"><ahelp hid=".uno:OrderCrit">Specifies the sort order (either ascending or descending).</ahelp></paragraph> -<paragraph role="heading" id="hd_id3147275" xml-lang="en-US" level="3" l10n="U" oldref="10">and then</paragraph> -<paragraph role="paragraph" id="par_id3166460" xml-lang="en-US" l10n="U" oldref="11">Specifies additional subordinate sort criteria from the other fields.</paragraph> +<paragraph role="paragraph" id="par_id3149549" xml-lang="en-US" l10n="U">While the functions <link href="text/shared/02/12010000.xhp" name="Sort in Ascending Order"><emph>Sort in Ascending Order</emph></link> and <link href="text/shared/02/12020000.xhp" name="Sort in Descending Order"><emph>Sort in Descending Order</emph></link> sort by one criterion only, you can combine several criteria in the <emph>Sort Order</emph> dialog.</paragraph> +<paragraph role="paragraph" id="par_id3145136" xml-lang="en-US" l10n="U">You can remove a sorting that has been performed with the <link href="text/shared/02/12040000.xhp" name="Remove Filter/Sorting"><emph>Remove Filter/Sorting</emph></link> icon.</paragraph> +<paragraph role="heading" id="hd_id3148548" xml-lang="en-US" level="2" l10n="U">Sorting</paragraph> +<paragraph role="paragraph" id="par_id3155941" xml-lang="en-US" l10n="U">Use this area to enter sorting criteria. If you enter additional sorting criteria under <emph>and then</emph>, the data matching the content of the higher-order criterion is ordered according to the next criterion.</paragraph> +<paragraph role="paragraph" id="par_id3148620" xml-lang="en-US" l10n="U">If you sort the field name "First name" in ascending order and the field name "last name" in descending order, all records will be sorted in ascending order by first name, and then within the first names, in descending order by last name.</paragraph> +<paragraph role="heading" id="hd_id3145345" xml-lang="en-US" level="3" l10n="U">Field name</paragraph> +<paragraph role="paragraph" id="par_id3159233" xml-lang="en-US" l10n="U"><ahelp hid=".uno:OrderCrit">Specifies the data field name whose content will determine the sort order.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3150774" xml-lang="en-US" level="3" l10n="U">Order</paragraph> +<paragraph role="paragraph" id="par_id3149177" xml-lang="en-US" l10n="U"><ahelp hid=".uno:OrderCrit">Specifies the sort order (either ascending or descending).</ahelp></paragraph> +<paragraph role="heading" id="hd_id3147275" xml-lang="en-US" level="3" l10n="U">and then</paragraph> +<paragraph role="paragraph" id="par_id3166460" xml-lang="en-US" l10n="U">Specifies additional subordinate sort criteria from the other fields.</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/shared/autopi/01100200.xhp b/main/helpcontent2/source/text/shared/autopi/01100200.xhp index dd5e7cf153..d76eee82e4 100644 --- a/main/helpcontent2/source/text/shared/autopi/01100200.xhp +++ b/main/helpcontent2/source/text/shared/autopi/01100200.xhp @@ -30,24 +30,24 @@ </meta> <body> <section id="grouping"> -<paragraph role="heading" id="hd_id3147000" xml-lang="en-US" level="1" l10n="U" oldref="7"><link href="text/shared/autopi/01100200.xhp" name="Report Wizard - Grouping">Report Wizard - Grouping</link></paragraph> -<paragraph role="paragraph" id="par_id3163829" xml-lang="en-US" l10n="U" oldref="1">You can group records in a report based on the values in one or more fields. <ahelp hid=".">Select the fields by which the resulting report will be grouped. You can group up to four fields in a report.</ahelp> When you group more than one field, $[officename] nests the groups according to their group level.</paragraph> +<paragraph role="heading" id="hd_id3147000" xml-lang="en-US" level="1" l10n="U"><link href="text/shared/autopi/01100200.xhp" name="Report Wizard - Grouping">Report Wizard - Grouping</link></paragraph> +<paragraph role="paragraph" id="par_id3163829" xml-lang="en-US" l10n="U">You can group records in a report based on the values in one or more fields. <ahelp hid=".">Select the fields by which the resulting report will be grouped. You can group up to four fields in a report.</ahelp> When you group more than one field, $[officename] nests the groups according to their group level.</paragraph> </section> <section id="howtoget"> <embed href="text/shared/00/00000401.xhp#autopilotreport"/> </section> <bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_DLGREPORT_2_GROUPING" id="bm_id3152924" localize="false"/> -<paragraph role="heading" id="hd_id3149760" xml-lang="en-US" level="2" l10n="U" oldref="2">Fields</paragraph> -<paragraph role="paragraph" id="par_id3155805" xml-lang="en-US" l10n="U" oldref="8"><ahelp hid="HID_DLGREPORT_2_GROUPING">Lists the fields from your selection on the previous page of the Wizard. To group the report by a field, select the field name, then click the <emph>></emph> button. You may select up to four levels of grouping.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3149760" xml-lang="en-US" level="2" l10n="U">Fields</paragraph> +<paragraph role="paragraph" id="par_id3155805" xml-lang="en-US" l10n="U"><ahelp hid="HID_DLGREPORT_2_GROUPING">Lists the fields from your selection on the previous page of the Wizard. To group the report by a field, select the field name, then click the <emph>></emph> button. You may select up to four levels of grouping.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_DLGREPORT_2_PREGROUPINGDEST" id="bm_id3149182" localize="false"/> -<paragraph role="heading" id="hd_id3155552" xml-lang="en-US" level="2" l10n="U" oldref="3">Groupings</paragraph> -<paragraph role="paragraph" id="par_id3155892" xml-lang="en-US" l10n="U" oldref="9"><ahelp hid="HID_DLGREPORT_2_PREGROUPINGDEST">Lists the fields by which the report will be grouped. To remove one level of grouping, select the field name, then click the <emph><</emph> button. You may select up to four levels of grouping.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3155552" xml-lang="en-US" level="2" l10n="U">Groupings</paragraph> +<paragraph role="paragraph" id="par_id3155892" xml-lang="en-US" l10n="U"><ahelp hid="HID_DLGREPORT_2_PREGROUPINGDEST">Lists the fields by which the report will be grouped. To remove one level of grouping, select the field name, then click the <emph><</emph> button. You may select up to four levels of grouping.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_DLGREPORT_2_CMDGROUP" id="bm_id3153748" localize="false"/> -<paragraph role="heading" id="hd_id3154289" xml-lang="en-US" level="2" l10n="CHG" oldref="4">></paragraph> -<paragraph role="paragraph" id="par_id3157958" xml-lang="en-US" l10n="CHG" oldref="10"><ahelp hid="HID_DLGREPORT_2_CMDGROUP">Click to move the selected field to the box that the arrow is pointing to.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3154289" xml-lang="en-US" level="2" l10n="CHG">></paragraph> +<paragraph role="paragraph" id="par_id3157958" xml-lang="en-US" l10n="CHG"><ahelp hid="HID_DLGREPORT_2_CMDGROUP">Click to move the selected field to the box that the arrow is pointing to.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/WIZARDS_HID_DLGREPORT_2_CMDUNGROUP" id="bm_id3166460" localize="false"/> -<paragraph role="heading" id="hd_id3154823" xml-lang="en-US" level="2" l10n="CHG" oldref="5"><</paragraph> -<paragraph role="paragraph" id="par_id3149811" xml-lang="en-US" l10n="CHG" oldref="11"><ahelp hid="HID_DLGREPORT_2_CMDUNGROUP">Click to move the selected field to the box that the arrow is pointing to.</ahelp></paragraph> -<paragraph role="paragraph" id="par_id3150355" xml-lang="en-US" l10n="U" oldref="6"><link href="text/shared/autopi/01100300.xhp" name="More about Report Wizard - Sort Options">More about Report Wizard - Sort Options</link></paragraph> +<paragraph role="heading" id="hd_id3154823" xml-lang="en-US" level="2" l10n="CHG"><</paragraph> +<paragraph role="paragraph" id="par_id3149811" xml-lang="en-US" l10n="CHG"><ahelp hid="HID_DLGREPORT_2_CMDUNGROUP">Click to move the selected field to the box that the arrow is pointing to.</ahelp></paragraph> +<paragraph role="paragraph" id="par_id3150355" xml-lang="en-US" l10n="U"><link href="text/shared/autopi/01100300.xhp" name="More about Report Wizard - Sort Options">More about Report Wizard - Sort Options</link></paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/shared/guide/dragdrop_fromgallery.xhp b/main/helpcontent2/source/text/shared/guide/dragdrop_fromgallery.xhp index e0fa77a86a..e913f6bb57 100644 --- a/main/helpcontent2/source/text/shared/guide/dragdrop_fromgallery.xhp +++ b/main/helpcontent2/source/text/shared/guide/dragdrop_fromgallery.xhp @@ -36,21 +36,21 @@ <bookmark_value>draw objects;dropping Gallery pictures</bookmark_value> <bookmark_value>drag and drop;from Gallery to draw objects</bookmark_value> </bookmark><comment>mw deleted "Gallery;coying..." and copied "copying;..." to Shared guide gallery_insert.xhp.</comment> -<paragraph role="heading" id="hd_id3145345" xml-lang="en-US" level="1" l10n="U" oldref="40"><variable id="dragdrop_fromgallery"><link href="text/shared/guide/dragdrop_fromgallery.xhp" name="Copying Graphics From the Gallery">Copying Graphics From the Gallery</link> +<paragraph role="heading" id="hd_id3145345" xml-lang="en-US" level="1" l10n="U"><variable id="dragdrop_fromgallery"><link href="text/shared/guide/dragdrop_fromgallery.xhp" name="Copying Graphics From the Gallery">Copying Graphics From the Gallery</link> </variable></paragraph> -<paragraph role="paragraph" id="par_id3155535" xml-lang="en-US" l10n="U" oldref="41">If you drag a graphic from the Gallery into a text, spreadsheet or presentation document, the graphic will be inserted there.</paragraph> +<paragraph role="paragraph" id="par_id3155535" xml-lang="en-US" l10n="U">If you drag a graphic from the Gallery into a text, spreadsheet or presentation document, the graphic will be inserted there.</paragraph> </section> <section id="dndfromgallery02"> -<paragraph role="paragraph" id="par_id3149762" xml-lang="en-US" l10n="U" oldref="45">If you release the graphic <emph>directly on a draw object</emph>, please note the following:</paragraph> +<paragraph role="paragraph" id="par_id3149762" xml-lang="en-US" l10n="U">If you release the graphic <emph>directly on a draw object</emph>, please note the following:</paragraph> <list type="unordered"> <listitem> -<paragraph role="listitem" id="par_id3153825" xml-lang="en-US" l10n="U" oldref="43">If you move the graphic (drag it without pressing any key, in which case no additional symbol appears next to the mouse pointer), only the attributes are copied from the graphic and applied to the draw object on which you release the mouse button.</paragraph> +<paragraph role="listitem" id="par_id3153825" xml-lang="en-US" l10n="U">If you move the graphic (drag it without pressing any key, in which case no additional symbol appears next to the mouse pointer), only the attributes are copied from the graphic and applied to the draw object on which you release the mouse button.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3153665" xml-lang="en-US" l10n="U" oldref="42">If you copy the graphic (drag it while holding down the <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, in which case a plus sign appears next to the mouse pointer), the graphic will be inserted as an object.</paragraph> +<paragraph role="listitem" id="par_id3153665" xml-lang="en-US" l10n="U">If you copy the graphic (drag it while holding down the <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, in which case a plus sign appears next to the mouse pointer), the graphic will be inserted as an object.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3154514" xml-lang="en-US" l10n="U" oldref="44">If you create a hyperlink (drag while holding down Shift and <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, in which case a linking arrow appears next to the mouse pointer), the drawing object is replaced by the graphic from the Gallery, but the position and size of the replaced draw object are retained.</paragraph> +<paragraph role="listitem" id="par_id3154514" xml-lang="en-US" l10n="U">If you create a hyperlink (drag while holding down Shift and <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, in which case a linking arrow appears next to the mouse pointer), the drawing object is replaced by the graphic from the Gallery, but the position and size of the replaced draw object are retained.</paragraph> </listitem> </list> </section> diff --git a/main/helpcontent2/source/text/shared/guide/dragdrop_table.xhp b/main/helpcontent2/source/text/shared/guide/dragdrop_table.xhp index 366d022686..33de8f9fc2 100644 --- a/main/helpcontent2/source/text/shared/guide/dragdrop_table.xhp +++ b/main/helpcontent2/source/text/shared/guide/dragdrop_table.xhp @@ -34,32 +34,32 @@ <bookmark_value>copying; sheet areas, to text documents</bookmark_value> <bookmark_value>pasting;sheet areas in text documents</bookmark_value> </bookmark><comment>mw added "pasting;"</comment> -<paragraph role="heading" id="hd_id3154927" xml-lang="en-US" level="1" l10n="U" oldref="24"><variable id="dragdrop_table"><link href="text/shared/guide/dragdrop_table.xhp" name="Copying Spreadsheet Areas to Text Documents">Copying Spreadsheet Areas to Text Documents</link> +<paragraph role="heading" id="hd_id3154927" xml-lang="en-US" level="1" l10n="U"><variable id="dragdrop_table"><link href="text/shared/guide/dragdrop_table.xhp" name="Copying Spreadsheet Areas to Text Documents">Copying Spreadsheet Areas to Text Documents</link> </variable></paragraph> <list type="ordered"> <listitem> -<paragraph role="listitem" id="par_id3155892" xml-lang="en-US" l10n="U" oldref="25">Open both the text document and the spreadsheet.</paragraph> +<paragraph role="listitem" id="par_id3155892" xml-lang="en-US" l10n="U">Open both the text document and the spreadsheet.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3147088" xml-lang="en-US" l10n="U" oldref="26">Select the sheet area you want to copy.</paragraph> +<paragraph role="listitem" id="par_id3147088" xml-lang="en-US" l10n="U">Select the sheet area you want to copy.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3149827" xml-lang="en-US" l10n="U" oldref="27">Point to the selected area and press the mouse button. Keep the mouse button pressed for a moment, then drag the area into the text document.</paragraph> -<paragraph role="listitem" id="par_id3152780" xml-lang="en-US" l10n="U" oldref="32"><switchinline select="sys"><caseinline select="WIN">If the documents are not visible next to each other, first drag the mouse pointer to the destination document button. Continue to hold down the mouse button. The document is displayed, and you can move the mouse pointer within the document. +<paragraph role="listitem" id="par_id3149827" xml-lang="en-US" l10n="U">Point to the selected area and press the mouse button. Keep the mouse button pressed for a moment, then drag the area into the text document.</paragraph> +<paragraph role="listitem" id="par_id3152780" xml-lang="en-US" l10n="U"><switchinline select="sys"><caseinline select="WIN">If the documents are not visible next to each other, first drag the mouse pointer to the destination document button. Continue to hold down the mouse button. The document is displayed, and you can move the mouse pointer within the document. </caseinline></switchinline></paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3156346" xml-lang="en-US" l10n="U" oldref="28">Once the cursor is located in the place where you want to insert the sheet area, release the mouse button. The sheet area is inserted as an OLE object.</paragraph> +<paragraph role="listitem" id="par_id3156346" xml-lang="en-US" l10n="U">Once the cursor is located in the place where you want to insert the sheet area, release the mouse button. The sheet area is inserted as an OLE object.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3154047" xml-lang="en-US" l10n="U" oldref="29">You can select and edit the OLE object at any time.</paragraph> +<paragraph role="listitem" id="par_id3154047" xml-lang="en-US" l10n="U">You can select and edit the OLE object at any time.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3149164" xml-lang="en-US" l10n="U" oldref="30">To edit the OLE object, double-click on it.</paragraph> -<paragraph role="listitem" id="par_id3155389" xml-lang="en-US" l10n="U" oldref="33">Alternatively, select the object and choose <emph>Edit - Object - Edit</emph> or choose <emph>Edit</emph> from the context menu. You edit the object in its own frame within the text document, but you see the icons and menu commands needed for spreadsheets.</paragraph> +<paragraph role="listitem" id="par_id3149164" xml-lang="en-US" l10n="U">To edit the OLE object, double-click on it.</paragraph> +<paragraph role="listitem" id="par_id3155389" xml-lang="en-US" l10n="U">Alternatively, select the object and choose <emph>Edit - Object - Edit</emph> or choose <emph>Edit</emph> from the context menu. You edit the object in its own frame within the text document, but you see the icons and menu commands needed for spreadsheets.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3154860" xml-lang="en-US" l10n="U" oldref="31">Choose <emph>Open</emph> to open the source document of the OLE object.</paragraph> +<paragraph role="listitem" id="par_id3154860" xml-lang="en-US" l10n="U">Choose <emph>Open</emph> to open the source document of the OLE object.</paragraph> </listitem> </list> <embed href="text/shared/00/00000004.xhp#related"/> diff --git a/main/helpcontent2/source/text/shared/guide/filternavigator.xhp b/main/helpcontent2/source/text/shared/guide/filternavigator.xhp index 4723d60666..44aa75236d 100644 --- a/main/helpcontent2/source/text/shared/guide/filternavigator.xhp +++ b/main/helpcontent2/source/text/shared/guide/filternavigator.xhp @@ -38,14 +38,14 @@ </variable></paragraph> <bookmark xml-lang="en-US" branch="hid/.uno:FormFilterNavigator" id="bm_id6570985" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:FormFilterNavigator" id="bm_id3149020" localize="false"/> -<paragraph role="paragraph" id="par_id3150322" xml-lang="en-US" l10n="U" oldref="13"><ahelp hid=".uno:FormFilterNavigator">To connect several filter conditions with Boolean OR, click the <emph>Filter navigation</emph> icon on the filter bar.</ahelp> The <emph>Filter navigator</emph> window appears.</paragraph> +<paragraph role="paragraph" id="par_id3150322" xml-lang="en-US" l10n="U"><ahelp hid=".uno:FormFilterNavigator">To connect several filter conditions with Boolean OR, click the <emph>Filter navigation</emph> icon on the filter bar.</ahelp> The <emph>Filter navigator</emph> window appears.</paragraph> <bookmark xml-lang="en-US" branch="hid/SVX_HID_FILTER_NAVIGATOR" id="bm_id3155767" localize="false"/> -<paragraph role="paragraph" id="par_id3153711" xml-lang="en-US" l10n="U" oldref="14"><ahelp hid="HID_FILTER_NAVIGATOR">The filter conditions that have been set appear in the <emph>Filter navigator</emph>. As soon as a filter is set, you see a blank filter entry at the bottom of the <emph>Filter navigator</emph>. You can select this entry by clicking the word "Or". Once you have selected the blank filter entry, you can enter additional filter conditions in the form. These conditions are l [...] +<paragraph role="paragraph" id="par_id3153711" xml-lang="en-US" l10n="U"><ahelp hid="HID_FILTER_NAVIGATOR">The filter conditions that have been set appear in the <emph>Filter navigator</emph>. As soon as a filter is set, you see a blank filter entry at the bottom of the <emph>Filter navigator</emph>. You can select this entry by clicking the word "Or". Once you have selected the blank filter entry, you can enter additional filter conditions in the form. These conditions are linked by Boo [...] <bookmark xml-lang="en-US" branch="hid/SVX_HID_FM_EDIT" id="bm_id3146313" localize="false"/> <bookmark xml-lang="en-US" branch="hid/SVX_HID_FM_FILTER_IS_NULL" id="bm_id3146316" localize="false"/> <bookmark xml-lang="en-US" branch="hid/SVX_HID_FM_IS_NOT_NULL" id="bm_id3149108" localize="false"/> -<paragraph role="paragraph" id="par_id3145620" xml-lang="en-US" l10n="U" oldref="15">The context menu can be called for each entry in the <emph>Filter navigator</emph>. <ahelp hid="SID_FM_FILTER_IS_NOT_NULL">You can edit the filter conditions in this area directly as text. If you wish to check if a field has content or no content, you can select the filter conditions "empty" (SQL:"Is Null") or "not empty" (SQL: "Is not Null").</ahelp> It is also possible to delete the entry by using the [...] -<paragraph role="paragraph" id="par_id3156374" xml-lang="en-US" l10n="U" oldref="16">You can move filter conditions in the <emph>Filter navigator</emph> by dragging and dropping, or use the keys <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Alt+Up Arrow or <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Alt+Down Arrow. To copy filter cond [...] +<paragraph role="paragraph" id="par_id3145620" xml-lang="en-US" l10n="U">The context menu can be called for each entry in the <emph>Filter navigator</emph>. <ahelp hid="SID_FM_FILTER_IS_NOT_NULL">You can edit the filter conditions in this area directly as text. If you wish to check if a field has content or no content, you can select the filter conditions "empty" (SQL:"Is Null") or "not empty" (SQL: "Is not Null").</ahelp> It is also possible to delete the entry by using the context menu [...] +<paragraph role="paragraph" id="par_id3156374" xml-lang="en-US" l10n="U">You can move filter conditions in the <emph>Filter navigator</emph> by dragging and dropping, or use the keys <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Alt+Up Arrow or <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Alt+Down Arrow. To copy filter conditions, drag [...] <embed href="text/shared/02/01170102.xhp#filtervorschlag"/> <embed href="text/shared/00/00000004.xhp#related"/> <embed href="text/shared/guide/data_search.xhp#data_search"/> diff --git a/main/helpcontent2/source/text/shared/guide/pageformat_max.xhp b/main/helpcontent2/source/text/shared/guide/pageformat_max.xhp index 8d573d4281..25856797f6 100644 --- a/main/helpcontent2/source/text/shared/guide/pageformat_max.xhp +++ b/main/helpcontent2/source/text/shared/guide/pageformat_max.xhp @@ -34,25 +34,25 @@ <bookmark_value>formats; maximizing page formats</bookmark_value> <bookmark_value>printers; maximum page formats</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3149180" xml-lang="en-US" level="1" l10n="U" oldref="35"><variable id="pageformat_max"><link href="text/shared/guide/pageformat_max.xhp" name="Selecting the Maximum Printable Area on a Page">Selecting the Maximum Printable Area on a Page</link> +<paragraph role="heading" id="hd_id3149180" xml-lang="en-US" level="1" l10n="U"><variable id="pageformat_max"><link href="text/shared/guide/pageformat_max.xhp" name="Selecting the Maximum Printable Area on a Page">Selecting the Maximum Printable Area on a Page</link> </variable></paragraph> -<paragraph role="paragraph" id="par_id3156426" xml-lang="en-US" l10n="U" oldref="36">Not all printers can print a paper up to its edges. Most of them leave an unprinted margin.</paragraph> -<paragraph role="paragraph" id="par_id3149182" xml-lang="en-US" l10n="U" oldref="37">$[officename] offers a semi-automatic feature that enables you to print as close to the paper's edge as is possible.</paragraph> +<paragraph role="paragraph" id="par_id3156426" xml-lang="en-US" l10n="U">Not all printers can print a paper up to its edges. Most of them leave an unprinted margin.</paragraph> +<paragraph role="paragraph" id="par_id3149182" xml-lang="en-US" l10n="U">$[officename] offers a semi-automatic feature that enables you to print as close to the paper's edge as is possible.</paragraph> <list type="unordered"> <listitem> -<paragraph role="listitem" id="par_id3159233" xml-lang="en-US" l10n="U" oldref="38">Make sure that your printer has been setup under <emph>File - Printer Settings</emph>.</paragraph> +<paragraph role="listitem" id="par_id3159233" xml-lang="en-US" l10n="U">Make sure that your printer has been setup under <emph>File - Printer Settings</emph>.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3156114" xml-lang="en-US" l10n="CHG" oldref="39">Make sure that the <emph>Web Layout</emph> in the <emph>View</emph> menu is not selected.</paragraph> +<paragraph role="listitem" id="par_id3156114" xml-lang="en-US" l10n="CHG">Make sure that the <emph>Web Layout</emph> in the <emph>View</emph> menu is not selected.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3147653" xml-lang="en-US" l10n="U" oldref="40">Select the <emph>Format - Page</emph> command, and go to the <emph>Page</emph> tab.</paragraph> +<paragraph role="listitem" id="par_id3147653" xml-lang="en-US" l10n="U">Select the <emph>Format - Page</emph> command, and go to the <emph>Page</emph> tab.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3147335" xml-lang="en-US" l10n="CHG" oldref="41">Under <emph>Margins</emph> you can define the maximum or minimum possible value for the page margins (left, right, top, and bottom). Click into the respective control, then press the Page Up or Page Down key. The preview displays a dashed line around the printable range.</paragraph> +<paragraph role="listitem" id="par_id3147335" xml-lang="en-US" l10n="CHG">Under <emph>Margins</emph> you can define the maximum or minimum possible value for the page margins (left, right, top, and bottom). Click into the respective control, then press the Page Up or Page Down key. The preview displays a dashed line around the printable range.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3145120" xml-lang="en-US" l10n="U" oldref="42">Click <emph>OK</emph> to close the dialog.</paragraph> +<paragraph role="listitem" id="par_id3145120" xml-lang="en-US" l10n="U">Click <emph>OK</emph> to close the dialog.</paragraph> </listitem> </list> <embed href="text/shared/00/00000004.xhp#related"/> @@ -60,6 +60,6 @@ <case select="WRITER"><embed href="text/swriter/guide/printing_order.xhp#printing_order"/> </case> </switch> -<paragraph role="paragraph" id="par_id3155388" xml-lang="en-US" l10n="U" oldref="43"><link href="text/shared/01/01130000.xhp" name="Printing">Printing</link></paragraph> +<paragraph role="paragraph" id="par_id3155388" xml-lang="en-US" l10n="U"><link href="text/shared/01/01130000.xhp" name="Printing">Printing</link></paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/shared/guide/text_color.xhp b/main/helpcontent2/source/text/shared/guide/text_color.xhp index 62096a477a..d2e4108c9f 100644 --- a/main/helpcontent2/source/text/shared/guide/text_color.xhp +++ b/main/helpcontent2/source/text/shared/guide/text_color.xhp @@ -35,19 +35,17 @@ <bookmark_value>colors; fonts</bookmark_value> <bookmark_value>fonts;colors</bookmark_value> </bookmark><comment>MW added two entries from text/shared/01/05020200.xhp and deleted "colors;fill format"</comment> -<paragraph xml-lang="en-US" id="hd_id3156014" role="heading" level="1" l10n="U" -oldref="42"><variable id="text_color"><link href="text/shared/guide/text_color.xhp" name="Changing the Color of Text">Changing the Color of Text</link> +<paragraph xml-lang="en-US" id="hd_id3156014" role="heading" level="1" l10n="U"><variable id="text_color"><link href="text/shared/guide/text_color.xhp" name="Changing the Color of Text">Changing the Color of Text</link> </variable></paragraph> -<paragraph xml-lang="en-US" id="par_id3150040" role="paragraph" l10n="CHG" oldref="40">Click the arrow next to the <emph>Font Color</emph> icon to activate a <link href="text/shared/00/00000001.xhp#abreissleiste" name="toolbar">toolbar</link> from which you can choose from a range of colors.</paragraph> +<paragraph xml-lang="en-US" id="par_id3150040" role="paragraph" l10n="CHG">Click the arrow next to the <emph>Font Color</emph> icon to activate a <link href="text/shared/00/00000001.xhp#abreissleiste" name="toolbar">toolbar</link> from which you can choose from a range of colors.</paragraph> <table id="tbl_id3152801"> <tablerow> <tablecell> <paragraph xml-lang="en-US" id="par_id3156410" role="paragraph" l10n="E"> -<image id="img_id3159233" src="res/commandimagelist/sc_color.png" width="0.1665in" height="0.1665in"><alt xml-lang="en-US" id="alt_id3159233">Icon</alt> -</image></paragraph> +<image id="img_id3159233" src="res/commandimagelist/sc_color.png" width="0.1665in" height="0.1665in"><alt xml-lang="en-US" id="alt_id3159233">Icon</alt></image></paragraph> </tablecell> <tablecell> -<paragraph xml-lang="en-US" id="par_id3152781" role="paragraph" l10n="U" oldref="45">Font Color</paragraph> +<paragraph xml-lang="en-US" id="par_id3152781" role="paragraph" l10n="U">Font Color</paragraph> </tablecell> </tablerow> </table> @@ -55,20 +53,19 @@ oldref="42"><variable id="text_color"><link href="text/shared/guide/text_color.x <tablerow> <tablecell> <paragraph xml-lang="en-US" id="par_id3154897" role="paragraph" l10n="E"> -<image id="img_id3150503" src="res/commandimagelist/sc_fillstyle.png" width="0.1665in" height="0.1665in"><alt xml-lang="en-US" id="alt_id3150503">Icon</alt> -</image></paragraph> +<image id="img_id3150503" src="res/commandimagelist/sc_fillstyle.png" width="0.1665in" height="0.1665in"><alt xml-lang="en-US" id="alt_id3150503">Icon</alt></image></paragraph> </tablecell> <tablecell> <bookmark xml-lang="en-US" branch="index" id="bm_id3149795"> <bookmark_value>paint can symbol</bookmark_value> </bookmark> -<paragraph xml-lang="en-US" id="par_id3149795" role="paragraph" l10n="U" oldref="41">The following only applies to <item type="productname">%PRODUCTNAME</item> Writer: If you click the icon with a short-click while no text is selected, then the mouse pointer changes its appearance and is displayed as a paint can. Use this paint can symbol with the mouse key pressed to drag across a text area. This text area takes the selected color. The function remains active for as long as the icon is [...] +<paragraph xml-lang="en-US" id="par_id3149795" role="paragraph" l10n="U">The following only applies to <item type="productname">%PRODUCTNAME</item> Writer: If you click the icon with a short-click while no text is selected, then the mouse pointer changes its appearance and is displayed as a paint can. Use this paint can symbol with the mouse key pressed to drag across a text area. This text area takes the selected color. The function remains active for as long as the icon is pressed, or [...] </tablecell> </tablerow> </table> -<paragraph xml-lang="en-US" id="par_id3145120" role="paragraph" l10n="U" oldref="46">The following applies to all modules (<item type="productname">%PRODUCTNAME</item> Writer, Calc, Draw, Impress): Select the text that is to take another color, then click the color you want on the toolbar.</paragraph> +<paragraph xml-lang="en-US" id="par_id3145120" role="paragraph" l10n="U">The following applies to all modules (<item type="productname">%PRODUCTNAME</item> Writer, Calc, Draw, Impress): Select the text that is to take another color, then click the color you want on the toolbar.</paragraph> <embed href="text/shared/00/00000004.xhp#related"/> <embed href="text/shared/guide/paintbrush.xhp#formatpaintbrush"/> -<paragraph xml-lang="en-US" id="par_id3154285" role="paragraph" l10n="U" oldref="43"><link href="text/shared/01/05020100.xhp" name="Font color">Font color</link></paragraph> +<paragraph xml-lang="en-US" id="par_id3154285" role="paragraph" l10n="U"><link href="text/shared/01/05020100.xhp" name="Font color">Font color</link></paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/shared/optionen/01010800.xhp b/main/helpcontent2/source/text/shared/optionen/01010800.xhp index 5ec0eea752..73ceb01e94 100644 --- a/main/helpcontent2/source/text/shared/optionen/01010800.xhp +++ b/main/helpcontent2/source/text/shared/optionen/01010800.xhp @@ -45,24 +45,22 @@ <bookmark_value>selection clipboard</bookmark_value> </bookmark><comment>mw corrected a typo in font lists</comment><comment>ufi: removed index entries for 3d view & dithering & optimized output, in cws aw059</comment> <bookmark xml-lang="en-US" branch="hid/CUI_HID_OFA_TP_VIEW" id="bm_id3156330" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3155341" role="heading" level="1" l10n="U" oldref="1"><link href="text/shared/optionen/01010800.xhp" name="View">View</link></paragraph> -<paragraph xml-lang="en-US" id="par_id3155630" role="paragraph" l10n="U" oldref="2"><ahelp hid="HID_OFA_TP_VIEW">Specifies view options.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="hd_id3155341" role="heading" level="1" l10n="U"><link href="text/shared/optionen/01010800.xhp" name="View">View</link></paragraph> +<paragraph xml-lang="en-US" id="par_id3155630" role="paragraph" l10n="U"><ahelp hid="HID_OFA_TP_VIEW">Specifies view options.</ahelp></paragraph> </section> <section id="howtoget"> <embed href="text/shared/00/00000406.xhp#ansicht"/> </section> <!-- removed HID OFFMGR:METRICFIELD:OFA_TP_VIEW:MF_SCALING --> <bookmark xml-lang="en-US" branch="hid/cui:MetricField:OFA_TP_VIEW:MF_WINDOWSIZE" id="bm_id7275002" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3145171" role="heading" level="3" l10n="CHG" -oldref="45">Scaling</paragraph> -<paragraph xml-lang="en-US" id="par_id3158407" role="paragraph" l10n="U" oldref="46"><ahelp hid="OFFMGR:METRICFIELD:OFA_TP_VIEW:MF_SCALING">Uses percentile scaling for font size in user interface elements, such as dialogs and icon labels.</ahelp></paragraph><comment>UFI: see OOo only feature "Icon theme switching"</comment> -<paragraph xml-lang="en-US" id="par_id3159154" role="note" l10n="CHG" oldref="67">The <emph>Scaling</emph> setting does not affect the font size of text in a document.</paragraph> +<paragraph xml-lang="en-US" id="hd_id3145171" role="heading" level="3" l10n="CHG">Scaling</paragraph> +<paragraph xml-lang="en-US" id="par_id3158407" role="paragraph" l10n="U"><ahelp hid="OFFMGR:METRICFIELD:OFA_TP_VIEW:MF_SCALING">Uses percentile scaling for font size in user interface elements, such as dialogs and icon labels.</ahelp></paragraph><comment>UFI: see OOo only feature "Icon theme switching"</comment> +<paragraph xml-lang="en-US" id="par_id3159154" role="note" l10n="CHG">The <emph>Scaling</emph> setting does not affect the font size of text in a document.</paragraph> <!-- removed HID OFFMGR_LISTBOX_OFA_TP_VIEW_LB_BIG --> <bookmark xml-lang="en-US" branch="hid/cui:ListBox:OFA_TP_VIEW:LB_ICONSIZE" id="bm_id6505935" localize="false"/> <bookmark xml-lang="en-US" branch="hid/SVX_LISTBOX_OFA_TP_VIEW_LB_ICONSIZE" id="bm_id0525200903212046" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3149123" role="heading" level="3" l10n="CHG" -oldref="112">Icon size and style</paragraph> -<paragraph xml-lang="en-US" id="par_id3153947" role="paragraph" l10n="U" oldref="113"><ahelp hid="OFFMGR_LISTBOX_OFA_TP_VIEW_LB_BIG">Specifies the display size of toolbar icons.</ahelp><switchinline select="sys"><caseinline select="WIN">The <emph>Automatic</emph> option uses the font size settings of your operating system for menus. +<paragraph xml-lang="en-US" id="hd_id3149123" role="heading" level="3" l10n="CHG">Icon size and style</paragraph> +<paragraph xml-lang="en-US" id="par_id3153947" role="paragraph" l10n="U"><ahelp hid="OFFMGR_LISTBOX_OFA_TP_VIEW_LB_BIG">Specifies the display size of toolbar icons.</ahelp><switchinline select="sys"><caseinline select="WIN">The <emph>Automatic</emph> option uses the font size settings of your operating system for menus. </caseinline></switchinline></paragraph> <bookmark xml-lang="en-US" branch="hid/cui:ListBox:OFA_TP_VIEW:LB_ICONSTYLE" id="bm_id5482039" localize="false"/> <bookmark xml-lang="en-US" branch="hid/SVX_LISTBOX_OFA_TP_VIEW_LB_ICONSTYLE" id="bm_id0525200903230259" localize="false"/> @@ -84,19 +82,16 @@ oldref="112">Icon size and style</paragraph> <!-- removed HID OFFMGR_CHECKBOX_OFA_TP_VIEW_CB_MENU_ICONS --> <!-- removed HID svx_CheckBox_OFA_TP_VIEW_CB_MENU_ICONS --> <bookmark xml-lang="en-US" branch="hid/cui:ListBox:OFA_TP_VIEW:LB_MENU_ICONS" id="bm_id052520090333263" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3156056" role="heading" level="3" l10n="CHG" -oldref="91">Icons in menus</paragraph> -<paragraph xml-lang="en-US" id="par_id3155766" role="paragraph" l10n="CHG" oldref="92"><ahelp hid="OFFMGR_CHECKBOX_OFA_TP_VIEW_CB_MENU_ICONS">Displays icons next to the corresponding menu items. Select from "Automatic", "Hide" and "Show". "Automatic" displays icons according to system settings and themes.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="hd_id3156056" role="heading" level="3" l10n="CHG">Icons in menus</paragraph> +<paragraph xml-lang="en-US" id="par_id3155766" role="paragraph" l10n="CHG"><ahelp hid="OFFMGR_CHECKBOX_OFA_TP_VIEW_CB_MENU_ICONS">Displays icons next to the corresponding menu items. Select from "Automatic", "Hide" and "Show". "Automatic" displays icons according to system settings and themes.</ahelp></paragraph> <!-- removed HID OFFMGR:CHECKBOX:OFA_TP_VIEW:CB_FONT_SHOW --> <bookmark xml-lang="en-US" branch="hid/cui:CheckBox:OFA_TP_VIEW:CB_FONT_SHOW" id="bm_id7441328" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3149262" role="heading" level="3" l10n="CHG" -oldref="63">Show preview of fonts</paragraph> -<paragraph xml-lang="en-US" id="par_id3155415" role="paragraph" l10n="CHG" oldref="64"><ahelp hid="OFFMGR:CHECKBOX:OFA_TP_VIEW:CB_FONT_SHOW">Displays the names of selectable fonts in the corresponding font, for example, fonts in the Font box on the <emph>Formatting</emph> bar.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="hd_id3149262" role="heading" level="3" l10n="CHG">Show preview of fonts</paragraph> +<paragraph xml-lang="en-US" id="par_id3155415" role="paragraph" l10n="CHG"><ahelp hid="OFFMGR:CHECKBOX:OFA_TP_VIEW:CB_FONT_SHOW">Displays the names of selectable fonts in the corresponding font, for example, fonts in the Font box on the <emph>Formatting</emph> bar.</ahelp></paragraph> <!-- removed HID OFFMGR:CHECKBOX:OFA_TP_VIEW:CB_FONT_HISTORY --> <bookmark xml-lang="en-US" branch="hid/cui:CheckBox:OFA_TP_VIEW:CB_FONT_HISTORY" id="bm_id9274880" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3151319" role="heading" level="3" l10n="CHG" -oldref="68">Show font history</paragraph> -<paragraph xml-lang="en-US" id="par_id3153513" role="paragraph" l10n="CHG" oldref="69"><ahelp hid="OFFMGR:CHECKBOX:OFA_TP_VIEW:CB_FONT_HISTORY">Lists the last five fonts that you used in the current document at the top of the list in the <emph>Font Name</emph> box on the <emph>Formatting</emph> bar.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="hd_id3151319" role="heading" level="3" l10n="CHG">Show font history</paragraph> +<paragraph xml-lang="en-US" id="par_id3153513" role="paragraph" l10n="CHG"><ahelp hid="OFFMGR:CHECKBOX:OFA_TP_VIEW:CB_FONT_HISTORY">Lists the last five fonts that you used in the current document at the top of the list in the <emph>Font Name</emph> box on the <emph>Formatting</emph> bar.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/.uno:RestoreEditingView" id="bm_id555742" localize="false"/><comment>UFI: i53104. This is still in Customize dialog</comment> <paragraph xml-lang="en-US" id="par_idN10962" role="paragraph" l10n="NEW"><ahelp hid="." visibility="hidden">Specifies whether to restore the last used document view. Many view properties valid when the document was last saved will be restored.</ahelp></paragraph> <paragraph xml-lang="en-US" id="par_idN10AC8" role="heading" level="2" l10n="NEW">Graphics output</paragraph> @@ -118,77 +113,63 @@ oldref="68">Show font history</paragraph> <paragraph xml-lang="en-US" id="par_id1019200910581220" role="paragraph" l10n="NEW"><ahelp hid=".">Select the transparency level for transparent selections. The default value is 75%. You can select values from 10% to 90%.</ahelp></paragraph> <!-- removed HID OFFMGR:LISTBOX:OFA_TP_VIEW:LB_MOUSEPOS --> <bookmark xml-lang="en-US" branch="hid/cui:ListBox:OFA_TP_VIEW:LB_MOUSEPOS" id="bm_id6703085" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3166432" role="heading" level="2" l10n="U" -oldref="47">Mouse positioning</paragraph> -<paragraph xml-lang="en-US" id="par_id3155530" role="paragraph" l10n="U" oldref="48"><ahelp hid="OFFMGR:LISTBOX:OFA_TP_VIEW:LB_MOUSEPOS">Specifies if and how the mouse pointer will be positioned in newly opened dialogs.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="hd_id3166432" role="heading" level="2" l10n="U">Mouse positioning</paragraph> +<paragraph xml-lang="en-US" id="par_id3155530" role="paragraph" l10n="U"><ahelp hid="OFFMGR:LISTBOX:OFA_TP_VIEW:LB_MOUSEPOS">Specifies if and how the mouse pointer will be positioned in newly opened dialogs.</ahelp></paragraph> <!-- removed HID OFFMGR_LISTBOX_OFA_TP_VIEW_LB_MOUSEMIDDLE --> <bookmark xml-lang="en-US" branch="hid/cui:ListBox:OFA_TP_VIEW:LB_MOUSEMIDDLE" id="bm_id5366069" localize="false"/> -<paragraph xml-lang="en-US" id="hd_id3146982" role="heading" level="2" l10n="U" -oldref="93">Middle mouse button</paragraph> -<paragraph xml-lang="en-US" id="par_id3150521" role="paragraph" l10n="U" oldref="94"><ahelp hid="OFFMGR_LISTBOX_OFA_TP_VIEW_LB_MOUSEMIDDLE">Defines the function of the middle mouse button.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="hd_id3146982" role="heading" level="2" l10n="U">Middle mouse button</paragraph> +<paragraph xml-lang="en-US" id="par_id3150521" role="paragraph" l10n="U"><ahelp hid="OFFMGR_LISTBOX_OFA_TP_VIEW_LB_MOUSEMIDDLE">Defines the function of the middle mouse button.</ahelp></paragraph> <list type="ordered"> <listitem> -<paragraph xml-lang="en-US" id="par_id3152889" role="listitem" l10n="U" oldref="97"> -<emph>Automatic scrolling</emph> - dragging while pressing the middle mouse button shifts the view.</paragraph> +<paragraph xml-lang="en-US" id="par_id3152889" role="listitem" l10n="U"><emph>Automatic scrolling</emph> - dragging while pressing the middle mouse button shifts the view.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3155810" role="listitem" l10n="U" oldref="98"> -<emph>Paste clipboard</emph> - pressing the middle mouse button inserts the contents of the "Selection clipboard" at the cursor position.</paragraph> +<paragraph xml-lang="en-US" id="par_id3155810" role="listitem" l10n="U"><emph>Paste clipboard</emph> - pressing the middle mouse button inserts the contents of the "Selection clipboard" at the cursor position.</paragraph> </listitem> </list> -<paragraph xml-lang="en-US" id="par_id3148703" role="paragraph" l10n="U" oldref="99">The "Selection clipboard" is independent of the normal clipboard that you use by <emph>Edit - Copy/Cut /Insert</emph> or the respective keyboard shortcuts. Clipboard and "Selection clipboard" can contain different contents at the same time.</paragraph> +<paragraph xml-lang="en-US" id="par_id3148703" role="paragraph" l10n="U">The "Selection clipboard" is independent of the normal clipboard that you use by <emph>Edit - Copy/Cut/Insert</emph> or the respective keyboard shortcuts. Clipboard and "Selection clipboard" can contain different contents at the same time.</paragraph> <table id="tbl_id3156197"> <tablerow> <tablecell> </tablecell> <tablecell> -<paragraph xml-lang="en-US" id="par_id3148870" role="tablehead" l10n="U" oldref="100"> -<emph>Clipboard</emph> -</paragraph> +<paragraph xml-lang="en-US" id="par_id3148870" role="tablehead" l10n="U"><emph>Clipboard</emph></paragraph> </tablecell> <tablecell> -<paragraph xml-lang="en-US" id="par_id3145076" role="tablehead" l10n="U" oldref="101"> -<emph>Selection clipboard</emph> -</paragraph> +<paragraph xml-lang="en-US" id="par_id3145076" role="tablehead" l10n="U"><emph>Selection clipboard</emph></paragraph> </tablecell> </tablerow> <tablerow> <tablecell> -<paragraph xml-lang="en-US" id="par_id3156030" role="tablecontent" l10n="U" oldref="102"> -<emph>Copy content</emph> -</paragraph> +<paragraph xml-lang="en-US" id="par_id3156030" role="tablecontent" l10n="U"><emph>Copy content</emph></paragraph> </tablecell> <tablecell> -<paragraph xml-lang="en-US" id="par_id3150110" role="tablecontent" l10n="U" oldref="103">Edit - Copy Ctrl+C.</paragraph> +<paragraph xml-lang="en-US" id="par_id3150110" role="tablecontent" l10n="U">Edit - Copy Ctrl+C.</paragraph> </tablecell> <tablecell> -<paragraph xml-lang="en-US" id="par_id3149588" role="tablecontent" l10n="U" oldref="104">Select text, table, object.</paragraph> +<paragraph xml-lang="en-US" id="par_id3149588" role="tablecontent" l10n="U">Select text, table, object.</paragraph> </tablecell> </tablerow> <tablerow> <tablecell> -<paragraph xml-lang="en-US" id="par_id3149331" role="tablecontent" l10n="U" oldref="105"> -<emph>Paste content</emph> -</paragraph> +<paragraph xml-lang="en-US" id="par_id3149331" role="tablecontent" l10n="U"><emph>Paste content</emph></paragraph> </tablecell> <tablecell> -<paragraph xml-lang="en-US" id="par_id3156337" role="tablecontent" l10n="U" oldref="106">Edit - Paste Ctrl+V pastes at the cursor position.</paragraph> +<paragraph xml-lang="en-US" id="par_id3156337" role="tablecontent" l10n="U">Edit - Paste Ctrl+V pastes at the cursor position.</paragraph> </tablecell> <tablecell> -<paragraph xml-lang="en-US" id="par_id3151127" role="tablecontent" l10n="U" oldref="107">Clicking the middle mouse button pastes at the mouse pointer position.</paragraph> +<paragraph xml-lang="en-US" id="par_id3151127" role="tablecontent" l10n="U">Clicking the middle mouse button pastes at the mouse pointer position.</paragraph> </tablecell> </tablerow> <tablerow> <tablecell> -<paragraph xml-lang="en-US" id="par_id3159206" role="tablecontent" l10n="U" oldref="108"> -<emph>Pasting into another document</emph> -</paragraph> +<paragraph xml-lang="en-US" id="par_id3159206" role="tablecontent" l10n="U"><emph>Pasting into another document</emph></paragraph> </tablecell> <tablecell> -<paragraph xml-lang="en-US" id="par_id3148974" role="tablecontent" l10n="U" oldref="109">No effect on the clipboard contents.</paragraph> +<paragraph xml-lang="en-US" id="par_id3148974" role="tablecontent" l10n="U">No effect on the clipboard contents.</paragraph> </tablecell> <tablecell> -<paragraph xml-lang="en-US" id="par_id3152870" role="tablecontent" l10n="U" oldref="110">The last marked selection is the content of the selection clipboard.</paragraph> +<paragraph xml-lang="en-US" id="par_id3152870" role="tablecontent" l10n="U">The last marked selection is the content of the selection clipboard.</paragraph> </tablecell> </tablerow> </table> diff --git a/main/helpcontent2/source/text/shared/optionen/01060600.xhp b/main/helpcontent2/source/text/shared/optionen/01060600.xhp index 86186b7fd3..c1a36139dc 100644 --- a/main/helpcontent2/source/text/shared/optionen/01060600.xhp +++ b/main/helpcontent2/source/text/shared/optionen/01060600.xhp @@ -31,26 +31,26 @@ <body> <section id="aenderungen"> <bookmark xml-lang="en-US" branch="hid/SC_HID_SCPAGE_OPREDLINE" id="bm_id3149233" localize="false"/> -<paragraph role="heading" id="hd_id3159399" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/shared/optionen/01060600.xhp" name="Changes">Changes</link></paragraph> -<paragraph role="paragraph" id="par_id3155390" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid="HID_SCPAGE_OPREDLINE">The <emph>Changes</emph> dialog specifies various options for highlighting recorded changes in documents.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3159399" xml-lang="en-US" level="1" l10n="U"><link href="text/shared/optionen/01060600.xhp" name="Changes">Changes</link></paragraph> +<paragraph role="paragraph" id="par_id3155390" xml-lang="en-US" l10n="U"><ahelp hid="HID_SCPAGE_OPREDLINE">The <emph>Changes</emph> dialog specifies various options for highlighting recorded changes in documents.</ahelp></paragraph> </section> -<paragraph role="paragraph" id="par_id3156343" xml-lang="en-US" l10n="U" oldref="13">To record changes to your work, choose <link href="text/shared/01/02230000.xhp" name="Edit - Changes"><emph>Edit - Changes</emph></link>.</paragraph> +<paragraph role="paragraph" id="par_id3156343" xml-lang="en-US" l10n="U">To record changes to your work, choose <link href="text/shared/01/02230000.xhp" name="Edit - Changes"><emph>Edit - Changes</emph></link>.</paragraph> <section id="howtoget"> <embed href="text/shared/00/00000406.xhp#exopaen"/> </section> -<paragraph role="heading" id="hd_id3152812" xml-lang="en-US" level="2" l10n="U" oldref="3">Color Definition for Changes</paragraph> -<paragraph role="paragraph" id="par_id3150792" xml-lang="en-US" l10n="CHG" oldref="4">Defines colors for recorded changes. If you select the "By author" entry, $[officename] will automatically set the color depending on the author who undertook the changes.</paragraph> +<paragraph role="heading" id="hd_id3152812" xml-lang="en-US" level="2" l10n="U">Color Definition for Changes</paragraph> +<paragraph role="paragraph" id="par_id3150792" xml-lang="en-US" l10n="CHG">Defines colors for recorded changes. If you select the "By author" entry, $[officename] will automatically set the color depending on the author who undertook the changes.</paragraph> <bookmark xml-lang="en-US" branch="hid/sc:ListBox:RID_SCPAGE_OPREDLINE:CLB_CONTENT" id="bm_id3153192" localize="false"/> -<paragraph role="heading" id="hd_id3150400" xml-lang="en-US" level="3" l10n="U" oldref="5">Changes</paragraph> -<paragraph role="paragraph" id="par_id3148451" xml-lang="en-US" l10n="U" oldref="6"><ahelp hid="SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_CONTENT">Specifies the color for changes of cell contents.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3150400" xml-lang="en-US" level="3" l10n="U">Changes</paragraph> +<paragraph role="paragraph" id="par_id3148451" xml-lang="en-US" l10n="U"><ahelp hid="SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_CONTENT">Specifies the color for changes of cell contents.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/sc:ListBox:RID_SCPAGE_OPREDLINE:CLB_REMOVE" id="bm_id3152920" localize="false"/> -<paragraph role="heading" id="hd_id3158410" xml-lang="en-US" level="3" l10n="U" oldref="7">Deletions</paragraph> -<paragraph role="paragraph" id="par_id3147084" xml-lang="en-US" l10n="U" oldref="8"><ahelp hid="SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_REMOVE">Specifies the color to highlight deletions in a document.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3158410" xml-lang="en-US" level="3" l10n="U">Deletions</paragraph> +<paragraph role="paragraph" id="par_id3147084" xml-lang="en-US" l10n="U"><ahelp hid="SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_REMOVE">Specifies the color to highlight deletions in a document.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/sc:ListBox:RID_SCPAGE_OPREDLINE:CLB_INSERT" id="bm_id3154123" localize="false"/> -<paragraph role="heading" id="hd_id3154685" xml-lang="en-US" level="3" l10n="U" oldref="9">Insertions</paragraph> -<paragraph role="paragraph" id="par_id3151383" xml-lang="en-US" l10n="CHG" oldref="10"><ahelp hid="SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_INSERT">Specifies the color to highlight insertions in a document.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3154685" xml-lang="en-US" level="3" l10n="U">Insertions</paragraph> +<paragraph role="paragraph" id="par_id3151383" xml-lang="en-US" l10n="CHG"><ahelp hid="SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_INSERT">Specifies the color to highlight insertions in a document.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/sc:ListBox:RID_SCPAGE_OPREDLINE:CLB_MOVE" id="bm_id3156422" localize="false"/> -<paragraph role="heading" id="hd_id3125863" xml-lang="en-US" level="3" l10n="U" oldref="11">Moved entries</paragraph> -<paragraph role="paragraph" id="par_id3159151" xml-lang="en-US" l10n="U" oldref="12"><ahelp hid="SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_MOVE">Specifies the color to highlight moved cell contents.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3125863" xml-lang="en-US" level="3" l10n="U">Moved entries</paragraph> +<paragraph role="paragraph" id="par_id3159151" xml-lang="en-US" l10n="U"><ahelp hid="SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_MOVE">Specifies the color to highlight moved cell contents.</ahelp></paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/swriter/01/04040000.xhp b/main/helpcontent2/source/text/swriter/01/04040000.xhp index a8cfd22d34..bc39e1a062 100644 --- a/main/helpcontent2/source/text/swriter/01/04040000.xhp +++ b/main/helpcontent2/source/text/swriter/01/04040000.xhp @@ -34,21 +34,21 @@ </bookmark><comment>UFI: added "bookmarks;inserting" index</comment> <bookmark xml-lang="en-US" branch="hid/.uno:InsertBookmark" id="bm_id7360340" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:InsertBookmark" id="bm_id3147517" localize="false"/> -<paragraph role="heading" id="hd_id3147506" xml-lang="en-US" level="1" l10n="U" oldref="1">Insert Bookmark</paragraph> -<paragraph role="paragraph" id="par_id3149806" xml-lang="en-US" l10n="U" oldref="2"><variable id="textmarkeein"><ahelp hid=".uno:InsertBookmark">Inserts a bookmark at the cursor position. You can then use the Navigator to quickly jump to the marked location at a later time.</ahelp> In an HTML document, bookmarks are converted to anchors that you can jump to from a hyperlink. +<paragraph role="heading" id="hd_id3147506" xml-lang="en-US" level="1" l10n="U">Insert Bookmark</paragraph> +<paragraph role="paragraph" id="par_id3149806" xml-lang="en-US" l10n="U"><variable id="textmarkeein"><ahelp hid=".uno:InsertBookmark">Inserts a bookmark at the cursor position. You can then use the Navigator to quickly jump to the marked location at a later time.</ahelp> In an HTML document, bookmarks are converted to anchors that you can jump to from a hyperlink. </variable></paragraph> <section id="howtoget"> <embed href="text/swriter/00/00000404.xhp#textmarkeein"/> </section> -<paragraph role="paragraph" id="par_id3153677" xml-lang="en-US" l10n="U" oldref="3">To jump to a specific bookmark, press F5 to open the <link href="text/swriter/01/02110000.xhp" name="Navigator">Navigator</link>, click the plus sign (+) next to the <emph>Bookmark</emph> entry, and then double-click the bookmark.</paragraph> -<paragraph role="paragraph" id="par_id3151308" xml-lang="en-US" l10n="U" oldref="4"><switchinline select="sys"><caseinline select="MAC"> +<paragraph role="paragraph" id="par_id3153677" xml-lang="en-US" l10n="U">To jump to a specific bookmark, press F5 to open the <link href="text/swriter/01/02110000.xhp" name="Navigator">Navigator</link>, click the plus sign (+) next to the <emph>Bookmark</emph> entry, and then double-click the bookmark.</paragraph> +<paragraph role="paragraph" id="par_id3151308" xml-lang="en-US" l10n="U"><switchinline select="sys"><caseinline select="MAC"> </caseinline><defaultinline>You can also right-click the <emph>Page Number</emph> field at the left end of the <emph>Status Bar</emph> at the bottom of the document window, and then choose the bookmark that you want to jump to.</defaultinline></switchinline></paragraph> <bookmark xml-lang="en-US" branch="hid/sw:ComboBox:DLG_INSERT_BOOKMARK:CB_BOOKMARK" id="bm_id3154200" localize="false"/> -<paragraph role="heading" id="hd_id3154188" xml-lang="en-US" level="2" l10n="U" oldref="5">Bookmarks</paragraph> -<paragraph role="paragraph" id="par_id3155178" xml-lang="en-US" l10n="U" oldref="10"><ahelp hid="SW:COMBOBOX:DLG_INSERT_BOOKMARK:CB_BOOKMARK">Type the name of the bookmark that you want to create. The lower list contains all of the bookmarks in the current document. To delete a bookmark, select it in the list, and then click <emph>Delete</emph>.</ahelp></paragraph> -<paragraph role="paragraph" id="par_id3149483" xml-lang="en-US" l10n="U" oldref="13">You cannot use the following characters in a bookmark name: / \ @ : * ? " ; , . #</paragraph> +<paragraph role="heading" id="hd_id3154188" xml-lang="en-US" level="2" l10n="U">Bookmarks</paragraph> +<paragraph role="paragraph" id="par_id3155178" xml-lang="en-US" l10n="U"><ahelp hid="SW:COMBOBOX:DLG_INSERT_BOOKMARK:CB_BOOKMARK">Type the name of the bookmark that you want to create. The lower list contains all of the bookmarks in the current document. To delete a bookmark, select it in the list, and then click <emph>Delete</emph>.</ahelp></paragraph> +<paragraph role="paragraph" id="par_id3149483" xml-lang="en-US" l10n="U">You cannot use the following characters in a bookmark name: / \ @ : * ? " ; , . #</paragraph> <bookmark xml-lang="en-US" branch="hid/sw:PushButton:DLG_INSERT_BOOKMARK:BT_DELETE" id="bm_id3149095" localize="false"/> -<paragraph role="heading" id="hd_id3149817" xml-lang="en-US" level="2" l10n="U" oldref="11">Delete</paragraph> -<paragraph role="paragraph" id="par_id3151251" xml-lang="en-US" l10n="U" oldref="12"><ahelp hid="SW:PUSHBUTTON:DLG_INSERT_BOOKMARK:BT_DELETE">To delete a bookmark, select the bookmark from the <emph>Insert Bookmark</emph> dialog and click the <emph>Delete</emph> button. No confirmation dialog will follow.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3149817" xml-lang="en-US" level="2" l10n="U">Delete</paragraph> +<paragraph role="paragraph" id="par_id3151251" xml-lang="en-US" l10n="U"><ahelp hid="SW:PUSHBUTTON:DLG_INSERT_BOOKMARK:BT_DELETE">To delete a bookmark, select the bookmark from the <emph>Insert Bookmark</emph> dialog and click the <emph>Delete</emph> button. No confirmation dialog will follow.</ahelp></paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/swriter/01/05190000.xhp b/main/helpcontent2/source/text/swriter/01/05190000.xhp index 407dff0cfa..57f4c5c33f 100644 --- a/main/helpcontent2/source/text/swriter/01/05190000.xhp +++ b/main/helpcontent2/source/text/swriter/01/05190000.xhp @@ -38,25 +38,25 @@ <bookmark xml-lang="en-US" branch="hid/.uno:SplitTable" id="bm_id3037041" localize="false"/><!-- HID added by script --> <bookmark xml-lang="en-US" branch="hid/.uno:SplitTable" id="bm_id3154654" localize="false"/> <!-- removed HID 20642 --> -<paragraph role="heading" id="hd_id3153246" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/swriter/01/05190000.xhp" name="Split Table">Split Table</link></paragraph> -<paragraph role="paragraph" id="par_id3083450" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid=".uno:SplitTable">Splits the current table into two separate tables at the cursor position.</ahelp> You can also access this command by right-clicking in a table cell.</paragraph> +<paragraph role="heading" id="hd_id3153246" xml-lang="en-US" level="1" l10n="U"><link href="text/swriter/01/05190000.xhp" name="Split Table">Split Table</link></paragraph> +<paragraph role="paragraph" id="par_id3083450" xml-lang="en-US" l10n="U"><ahelp hid=".uno:SplitTable">Splits the current table into two separate tables at the cursor position.</ahelp> You can also access this command by right-clicking in a table cell.</paragraph> </section> <section id="howtoget"> <embed href="text/swriter/00/00000405.xhp#tabauf"/> </section> -<paragraph role="heading" id="hd_id3149351" xml-lang="en-US" level="2" l10n="U" oldref="3">Mode</paragraph> +<paragraph role="heading" id="hd_id3149351" xml-lang="en-US" level="2" l10n="U">Mode</paragraph> <bookmark xml-lang="en-US" branch="hid/sw:RadioButton:DLG_SPLIT_TABLE:RB_CNTNT" id="bm_id3153002" localize="false"/> -<paragraph role="heading" id="hd_id3154554" xml-lang="en-US" level="3" l10n="U" oldref="5">Copy heading</paragraph> -<paragraph role="paragraph" id="par_id3154503" xml-lang="en-US" l10n="U" oldref="6"><ahelp hid="SW:RADIOBUTTON:DLG_SPLIT_TABLE:RB_CNTNT">Includes the first row of the original table as the first row of the second table.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3154554" xml-lang="en-US" level="3" l10n="U">Copy heading</paragraph> +<paragraph role="paragraph" id="par_id3154503" xml-lang="en-US" l10n="U"><ahelp hid="SW:RADIOBUTTON:DLG_SPLIT_TABLE:RB_CNTNT">Includes the first row of the original table as the first row of the second table.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/sw:RadioButton:DLG_SPLIT_TABLE:RB_BOX_PARA" id="bm_id3145247" localize="false"/> -<paragraph role="heading" id="hd_id3149880" xml-lang="en-US" level="3" l10n="U" oldref="7">Custom heading (apply style)</paragraph> -<paragraph role="paragraph" id="par_id3148389" xml-lang="en-US" l10n="U" oldref="8"><ahelp hid="SW:RADIOBUTTON:DLG_SPLIT_TABLE:RB_BOX_PARA">Inserts a blank header row in the second table that is formatted with the style of the first row in the original table.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3149880" xml-lang="en-US" level="3" l10n="U">Custom heading (apply style)</paragraph> +<paragraph role="paragraph" id="par_id3148389" xml-lang="en-US" l10n="U"><ahelp hid="SW:RADIOBUTTON:DLG_SPLIT_TABLE:RB_BOX_PARA">Inserts a blank header row in the second table that is formatted with the style of the first row in the original table.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/sw:RadioButton:DLG_SPLIT_TABLE:RB_BOX_NOPARA" id="bm_id3148775" localize="false"/> -<paragraph role="heading" id="hd_id3150568" xml-lang="en-US" level="3" l10n="U" oldref="9">Custom heading</paragraph> -<paragraph role="paragraph" id="par_id3149027" xml-lang="en-US" l10n="U" oldref="10"><ahelp hid="SW:RADIOBUTTON:DLG_SPLIT_TABLE:RB_BOX_NOPARA">Inserts an additional blank row in the second table.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3150568" xml-lang="en-US" level="3" l10n="U">Custom heading</paragraph> +<paragraph role="paragraph" id="par_id3149027" xml-lang="en-US" l10n="U"><ahelp hid="SW:RADIOBUTTON:DLG_SPLIT_TABLE:RB_BOX_NOPARA">Inserts an additional blank row in the second table.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/sw:RadioButton:DLG_SPLIT_TABLE:RB_BORDER" id="bm_id3147173" localize="false"/> -<paragraph role="heading" id="hd_id3153720" xml-lang="en-US" level="3" l10n="U" oldref="11">No heading</paragraph> -<paragraph role="paragraph" id="par_id3156318" xml-lang="en-US" l10n="U" oldref="12"><ahelp hid="SW:RADIOBUTTON:DLG_SPLIT_TABLE:RB_BORDER">Splits the table without copying the header row.</ahelp></paragraph> -<paragraph role="warning" id="par_id3145411" xml-lang="en-US" l10n="U" oldref="13">When you split a table that contains formulas, the formulas may be affected.</paragraph> +<paragraph role="heading" id="hd_id3153720" xml-lang="en-US" level="3" l10n="U">No heading</paragraph> +<paragraph role="paragraph" id="par_id3156318" xml-lang="en-US" l10n="U"><ahelp hid="SW:RADIOBUTTON:DLG_SPLIT_TABLE:RB_BORDER">Splits the table without copying the header row.</ahelp></paragraph> +<paragraph role="warning" id="par_id3145411" xml-lang="en-US" l10n="U">When you split a table that contains formulas, the formulas may be affected.</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/swriter/02/10070000.xhp b/main/helpcontent2/source/text/swriter/02/10070000.xhp index a1ab8ad363..ef59eaa578 100644 --- a/main/helpcontent2/source/text/swriter/02/10070000.xhp +++ b/main/helpcontent2/source/text/swriter/02/10070000.xhp @@ -35,30 +35,29 @@ <bookmark xml-lang="en-US" branch="hid/.uno:PreviewZoom" id="bm_id3145243" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:ShowMultiplePages" id="bm_id2980921" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:ShowMultiplePages" id="bm_id1781670" localize="false"/> -<paragraph role="heading" id="hd_id3147171" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/swriter/02/10070000.xhp" name="Page Preview: Multiple Pages">Page Preview: Multiple Pages</link></paragraph> -<paragraph role="paragraph" id="par_id3148771" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid=".uno:PreviewZoom">Defines the number of pages displayed on screen. Click the arrow next to the icon to open a grid to select the number of pages to be displayed as rows and columns in the preview.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3147171" xml-lang="en-US" level="1" l10n="U"><link href="text/swriter/02/10070000.xhp" name="Page Preview: Multiple Pages">Page Preview: Multiple Pages</link></paragraph> +<paragraph role="paragraph" id="par_id3148771" xml-lang="en-US" l10n="U"><ahelp hid=".uno:PreviewZoom">Defines the number of pages displayed on screen. Click the arrow next to the icon to open a grid to select the number of pages to be displayed as rows and columns in the preview.</ahelp></paragraph> </section> <section id="symassstab"> <table id="tbl_id3151189"> <tablerow> <tablecell colspan="" rowspan=""> <paragraph role="paragraph" id="par_id3152738" xml-lang="en-US" l10n="E"> -<image id="img_id3152744" src="res/commandimagelist/sc_showmultiplepages.png" width="0.222inch" height="0.222inch"><alt id="alt_id3152744" xml-lang="en-US">Icon</alt> -</image></paragraph> +<image id="img_id3152744" src="res/commandimagelist/sc_showmultiplepages.png" width="0.222inch" height="0.222inch"><alt id="alt_id3152744" xml-lang="en-US">Icon</alt></image></paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3149805" xml-lang="en-US" l10n="U" oldref="3">Page Preview: Multiple Pages</paragraph> +<paragraph role="paragraph" id="par_id3149805" xml-lang="en-US" l10n="U">Page Preview: Multiple Pages</paragraph> </tablecell> </tablerow> </table> </section> -<paragraph role="paragraph" id="par_id3154573" xml-lang="en-US" l10n="CHG" oldref="5">After clicking the <emph>Page Preview: Multiple Pages</emph> icon, the <emph>Multiple pages</emph> dialog opens. Use the two spin buttons to set the number of pages to be displayed.</paragraph> +<paragraph role="paragraph" id="par_id3154573" xml-lang="en-US" l10n="CHG">After clicking the <emph>Page Preview: Multiple Pages</emph> icon, the <emph>Multiple pages</emph> dialog opens. Use the two spin buttons to set the number of pages to be displayed.</paragraph> <bookmark xml-lang="en-US" branch="hid/sw:NumericField:DLG_PAGEPREVIEW_ZOOM:ED_ROW" id="bm_id3155183" localize="false"/> -<paragraph role="heading" id="hd_id3149695" xml-lang="en-US" level="3" l10n="U" oldref="6">Rows</paragraph> -<paragraph role="paragraph" id="par_id3149483" xml-lang="en-US" l10n="U" oldref="7"><ahelp hid="SW:NUMERICFIELD:DLG_PAGEPREVIEW_ZOOM:ED_ROW">Defines the number of rows of pages.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3149695" xml-lang="en-US" level="3" l10n="U">Rows</paragraph> +<paragraph role="paragraph" id="par_id3149483" xml-lang="en-US" l10n="U"><ahelp hid="SW:NUMERICFIELD:DLG_PAGEPREVIEW_ZOOM:ED_ROW">Defines the number of rows of pages.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/sw:NumericField:DLG_PAGEPREVIEW_ZOOM:ED_COL" id="bm_id3149095" localize="false"/> -<paragraph role="heading" id="hd_id3143274" xml-lang="en-US" level="3" l10n="U" oldref="8">Columns</paragraph> -<paragraph role="paragraph" id="par_id3149102" xml-lang="en-US" l10n="U" oldref="9"><ahelp hid="SW:NUMERICFIELD:DLG_PAGEPREVIEW_ZOOM:ED_COL">Defines the number of pages shown in columns.</ahelp></paragraph> -<paragraph role="paragraph" id="par_id3149822" xml-lang="en-US" l10n="CHG" oldref="10">The settings you choose in the dialog can also be set using the mouse: Click the arrow next to the <emph>Page Preview: Multiple Pages</emph> icon. Now move the mouse over the desired number of rows and columns.</paragraph> +<paragraph role="heading" id="hd_id3143274" xml-lang="en-US" level="3" l10n="U">Columns</paragraph> +<paragraph role="paragraph" id="par_id3149102" xml-lang="en-US" l10n="U"><ahelp hid="SW:NUMERICFIELD:DLG_PAGEPREVIEW_ZOOM:ED_COL">Defines the number of pages shown in columns.</ahelp></paragraph> +<paragraph role="paragraph" id="par_id3149822" xml-lang="en-US" l10n="CHG">The settings you choose in the dialog can also be set using the mouse: Click the arrow next to the <emph>Page Preview: Multiple Pages</emph> icon. Now move the mouse over the desired number of rows and columns.</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/swriter/02/19030000.xhp b/main/helpcontent2/source/text/swriter/02/19030000.xhp index 431ca2b366..1528dba9f4 100644 --- a/main/helpcontent2/source/text/swriter/02/19030000.xhp +++ b/main/helpcontent2/source/text/swriter/02/19030000.xhp @@ -30,41 +30,40 @@ </meta> <body> <section id="einfuegen"> -<paragraph role="heading" id="hd_id3147167" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/swriter/02/19030000.xhp" name="Insert">Insert</link></paragraph> -<paragraph role="paragraph" id="par_id3145241" xml-lang="en-US" l10n="CHG" oldref="2">Click the arrow next to the icon to open a toolbar with various functions for inserting graphics, tables, documents, and special characters.</paragraph> +<paragraph role="heading" id="hd_id3147167" xml-lang="en-US" level="1" l10n="U"><link href="text/swriter/02/19030000.xhp" name="Insert">Insert</link></paragraph> +<paragraph role="paragraph" id="par_id3145241" xml-lang="en-US" l10n="CHG">Click the arrow next to the icon to open a toolbar with various functions for inserting graphics, tables, documents, and special characters.</paragraph> </section> <table id="tbl_id3150761"> <tablerow> <tablecell colspan="" rowspan=""> <paragraph role="paragraph" id="par_id3151171" xml-lang="en-US" l10n="E"> -<image id="img_id3151178" src="res/commandimagelist/sc_grid.png" width="0.222inch" height="0.222inch"><alt id="alt_id3151178" xml-lang="en-US">Icon</alt> -</image></paragraph> +<image id="img_id3151178" src="res/commandimagelist/sc_grid.png" width="0.222inch" height="0.222inch"><alt id="alt_id3151178" xml-lang="en-US">Icon</alt></image></paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3149801" xml-lang="en-US" l10n="U" oldref="4">Insert</paragraph> +<paragraph role="paragraph" id="par_id3149801" xml-lang="en-US" l10n="U">Insert</paragraph> </tablecell> </tablerow> </table> -<paragraph role="paragraph" id="par_id3155898" xml-lang="en-US" l10n="U" oldref="6">You can select the following functions:</paragraph> -<paragraph role="heading" id="hd_id3149689" xml-lang="en-US" level="2" l10n="U" oldref="13"><link href="text/swriter/01/04130000.xhp" name="Insert single-column frame manually">Insert single-column frame manually</link></paragraph> +<paragraph role="paragraph" id="par_id3155898" xml-lang="en-US" l10n="U">You can select the following functions:</paragraph> +<paragraph role="heading" id="hd_id3149689" xml-lang="en-US" level="2" l10n="U"><link href="text/swriter/01/04130000.xhp" name="Insert single-column frame manually">Insert single-column frame manually</link></paragraph> <embed href="text/swriter/01/04130000.xhp#syrahmentext"/> <embed href="text/swriter/00/00000404.xhp#syrahmen"/> -<paragraph role="heading" id="hd_id3143278" xml-lang="en-US" level="2" l10n="U" oldref="7"><link href="text/shared/01/04140000.xhp" name="From File">From File</link></paragraph> +<paragraph role="heading" id="hd_id3143278" xml-lang="en-US" level="2" l10n="U"><link href="text/shared/01/04140000.xhp" name="From File">From File</link></paragraph> <embed href="text/shared/01/04140000.xhp#grafiktext"/> <embed href="text/shared/00/00000404.xhp#sygrafik"/> -<paragraph role="heading" id="hd_id3149104" xml-lang="en-US" level="2" l10n="U" oldref="8"><link href="text/swriter/01/04150000.xhp" name="Insert Table">Insert Table</link></paragraph> +<paragraph role="heading" id="hd_id3149104" xml-lang="en-US" level="2" l10n="U"><link href="text/swriter/01/04150000.xhp" name="Insert Table">Insert Table</link></paragraph> <embed href="text/swriter/01/04150000.xhp#tabelletext"/> <embed href="text/swriter/00/00000404.xhp#sytabelle"/> -<paragraph role="heading" id="hd_id3151259" xml-lang="en-US" level="2" l10n="U" oldref="9"><link href="text/swriter/01/04190000.xhp" name="Insert Document">Insert Document</link></paragraph> +<paragraph role="heading" id="hd_id3151259" xml-lang="en-US" level="2" l10n="U"><link href="text/swriter/01/04190000.xhp" name="Insert Document">Insert Document</link></paragraph> <embed href="text/swriter/01/04190000.xhp#datei"/> <embed href="text/swriter/00/00000404.xhp#syeinfdatei"/> -<paragraph role="heading" id="hd_id3153643" xml-lang="en-US" level="2" l10n="U" oldref="10"><link href="text/shared/01/04100000.xhp" name="Insert Special Character">Insert Special Character</link></paragraph> +<paragraph role="heading" id="hd_id3153643" xml-lang="en-US" level="2" l10n="U"><link href="text/shared/01/04100000.xhp" name="Insert Special Character">Insert Special Character</link></paragraph> <embed href="text/shared/01/04100000.xhp#sonder"/> <embed href="text/shared/00/00000404.xhp#sysonder"/> -<paragraph role="heading" id="hd_id3152766" xml-lang="en-US" level="2" l10n="U" oldref="14"><link href="text/swriter/01/04020000.xhp" name="Insert Section">Insert Section</link></paragraph> +<paragraph role="heading" id="hd_id3152766" xml-lang="en-US" level="2" l10n="U"><link href="text/swriter/01/04020000.xhp" name="Insert Section">Insert Section</link></paragraph> <embed href="text/swriter/01/04020000.xhp#bereich"/> <embed href="text/swriter/00/00000404.xhp#sybereich"/> -<paragraph role="heading" id="hd_id3145774" xml-lang="en-US" level="2" l10n="U" oldref="12"><link href="text/swriter/01/04040000.xhp" name="Insert Bookmark">Insert Bookmark</link></paragraph> +<paragraph role="heading" id="hd_id3145774" xml-lang="en-US" level="2" l10n="U"><link href="text/swriter/01/04040000.xhp" name="Insert Bookmark">Insert Bookmark</link></paragraph> <embed href="text/swriter/01/04040000.xhp#textmarkeein"/> <embed href="text/swriter/00/00000404.xhp#sytextmarke"/> </body>