This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push: new 599e6873bc Remove 'oldref' entries (work in progress) 599e6873bc is described below commit 599e6873bc62f30650acd72614b3173cc1e17af8 Author: mseidel <msei...@apache.org> AuthorDate: Sat Sep 7 21:32:49 2024 +0200 Remove 'oldref' entries (work in progress) --- .../source/text/sbasic/shared/03080501.xhp | 29 +++++++++++----------- .../source/text/sbasic/shared/03130700.xhp | 28 ++++++++++----------- .../helpcontent2/source/text/scalc/01/06030000.xhp | 6 ++--- .../source/text/shared/01/02230000.xhp | 14 +++++------ .../source/text/shared/02/06100000.xhp | 10 ++++---- .../source/text/shared/guide/linestyle_define.xhp | 16 ++++++------ .../source/text/swriter/01/04120220.xhp | 18 +++++++------- 7 files changed, 60 insertions(+), 61 deletions(-) diff --git a/main/helpcontent2/source/text/sbasic/shared/03080501.xhp b/main/helpcontent2/source/text/sbasic/shared/03080501.xhp index 8935347a16..620ab45503 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03080501.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03080501.xhp @@ -33,23 +33,22 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3159201"> <bookmark_value>Fix function</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3159201" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03080501.xhp" name="Fix Function [Runtime]">Fix Function [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3149346" xml-lang="en-US" l10n="U" oldref="2">Returns the integer value of a numeric expression by removing the fractional part of the number.</paragraph> +<paragraph role="heading" id="hd_id3159201" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03080501.xhp" name="Fix Function [Runtime]">Fix Function [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3149346" xml-lang="en-US" l10n="U">Returns the integer value of a numeric expression by removing the fractional part of the number.</paragraph> </section> -<paragraph role="heading" id="hd_id3155419" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> -<paragraph role="paragraph" id="par_id3156152" xml-lang="en-US" l10n="U" oldref="4">Fix (Expression)</paragraph> -<paragraph role="heading" id="hd_id3154923" xml-lang="en-US" level="2" l10n="U" oldref="5">Return value:</paragraph> -<paragraph role="paragraph" id="par_id3148947" xml-lang="en-US" l10n="U" oldref="6">Double</paragraph> -<paragraph role="heading" id="hd_id3154760" xml-lang="en-US" level="2" l10n="U" oldref="7">Parameters:</paragraph> -<paragraph role="paragraph" id="par_id3149457" xml-lang="en-US" l10n="U" oldref="8"> -<emph>Expression:</emph> Numeric expression that you want to return the integer value for.</paragraph> +<paragraph role="heading" id="hd_id3155419" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="paragraph" id="par_id3156152" xml-lang="en-US" l10n="U">Fix (Expression)</paragraph> +<paragraph role="heading" id="hd_id3154923" xml-lang="en-US" level="2" l10n="U">Return value:</paragraph> +<paragraph role="paragraph" id="par_id3148947" xml-lang="en-US" l10n="U">Double</paragraph> +<paragraph role="heading" id="hd_id3154760" xml-lang="en-US" level="2" l10n="U">Parameters:</paragraph> +<paragraph role="paragraph" id="par_id3149457" xml-lang="en-US" l10n="U"><emph>Expression:</emph> Numeric expression that you want to return the integer value for.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#errorcode"/> <embed href="text/sbasic/shared/00000003.xhp#err5"/> -<paragraph role="heading" id="hd_id3150447" xml-lang="en-US" level="2" l10n="U" oldref="9">Example:</paragraph> -<paragraph role="paragraph" id="par_id3153193" xml-lang="en-US" l10n="U" oldref="10">sub ExampleFix</paragraph> -<paragraph role="paragraph" id="par_id3156214" xml-lang="en-US" l10n="U" oldref="11">Print Fix(3.14159) REM returns 3.</paragraph> -<paragraph role="paragraph" id="par_id3154217" xml-lang="en-US" l10n="U" oldref="12">Print Fix(0) REM returns 0.</paragraph> -<paragraph role="paragraph" id="par_id3145786" xml-lang="en-US" l10n="CHG" oldref="13">Print Fix(-3.14159) REM returns -3.</paragraph> -<paragraph role="paragraph" id="par_id3153188" xml-lang="en-US" l10n="U" oldref="14">end sub</paragraph> +<paragraph role="heading" id="hd_id3150447" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="paragraph" id="par_id3153193" xml-lang="en-US" l10n="U">sub ExampleFix</paragraph> +<paragraph role="paragraph" id="par_id3156214" xml-lang="en-US" l10n="U">Print Fix(3.14159) REM returns 3.</paragraph> +<paragraph role="paragraph" id="par_id3154217" xml-lang="en-US" l10n="U">Print Fix(0) REM returns 0.</paragraph> +<paragraph role="paragraph" id="par_id3145786" xml-lang="en-US" l10n="CHG">Print Fix(-3.14159) REM returns -3.</paragraph> +<paragraph role="paragraph" id="par_id3153188" xml-lang="en-US" l10n="U">end sub</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/sbasic/shared/03130700.xhp b/main/helpcontent2/source/text/sbasic/shared/03130700.xhp index 6cd598af25..e0a0233710 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03130700.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03130700.xhp @@ -33,22 +33,22 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3147143"> <bookmark_value>GetSystemTicks function</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3147143" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03130700.xhp" name="GetSystemTicks Function [Runtime]">GetSystemTicks Function [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3153750" xml-lang="en-US" l10n="U" oldref="2">Returns the number of system ticks provided by the operating system. You can use this function to optimize certain processes.</paragraph> +<paragraph role="heading" id="hd_id3147143" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03130700.xhp" name="GetSystemTicks Function [Runtime]">GetSystemTicks Function [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3153750" xml-lang="en-US" l10n="U">Returns the number of system ticks provided by the operating system. You can use this function to optimize certain processes.</paragraph> </section> -<paragraph role="heading" id="hd_id3153311" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> -<paragraph role="paragraph" id="par_id3147242" xml-lang="en-US" l10n="U" oldref="4">GetSystemTicks()</paragraph> -<paragraph role="heading" id="hd_id3149233" xml-lang="en-US" level="2" l10n="U" oldref="5">Return value:</paragraph> -<paragraph role="paragraph" id="par_id3149762" xml-lang="en-US" l10n="U" oldref="6">Long</paragraph> +<paragraph role="heading" id="hd_id3153311" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="paragraph" id="par_id3147242" xml-lang="en-US" l10n="U">GetSystemTicks()</paragraph> +<paragraph role="heading" id="hd_id3149233" xml-lang="en-US" level="2" l10n="U">Return value:</paragraph> +<paragraph role="paragraph" id="par_id3149762" xml-lang="en-US" l10n="U">Long</paragraph> <embed href="text/sbasic/shared/00000003.xhp#errorcode"/> <embed href="text/sbasic/shared/00000003.xhp#err5"/> -<paragraph role="heading" id="hd_id3156152" xml-lang="en-US" level="2" l10n="U" oldref="7">Example:</paragraph> -<paragraph role="paragraph" id="par_id3148943" xml-lang="en-US" l10n="U" oldref="8">Sub ExampleWait</paragraph> -<paragraph role="paragraph" id="par_id3146795" xml-lang="en-US" l10n="U" oldref="9">Dim lTick As Long</paragraph> -<paragraph role="paragraph" id="par_id3145069" xml-lang="en-US" l10n="U" oldref="10">lTick = GetSystemTicks()</paragraph> -<paragraph role="paragraph" id="par_id3147560" xml-lang="en-US" l10n="U" oldref="11">wait 2000</paragraph> -<paragraph role="paragraph" id="par_id3149655" xml-lang="en-US" l10n="U" oldref="12">lTick = (GetSystemTicks() - lTick)</paragraph> -<paragraph role="paragraph" id="par_id3154938" xml-lang="en-US" l10n="U" oldref="13">MsgBox "" & lTick & " Ticks" ,0,"The pause lasted"</paragraph> -<paragraph role="paragraph" id="par_id3150542" xml-lang="en-US" l10n="U" oldref="14">End Sub</paragraph> +<paragraph role="heading" id="hd_id3156152" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="paragraph" id="par_id3148943" xml-lang="en-US" l10n="U">Sub ExampleWait</paragraph> +<paragraph role="paragraph" id="par_id3146795" xml-lang="en-US" l10n="U">Dim lTick As Long</paragraph> +<paragraph role="paragraph" id="par_id3145069" xml-lang="en-US" l10n="U">lTick = GetSystemTicks()</paragraph> +<paragraph role="paragraph" id="par_id3147560" xml-lang="en-US" l10n="U">wait 2000</paragraph> +<paragraph role="paragraph" id="par_id3149655" xml-lang="en-US" l10n="U">lTick = (GetSystemTicks() - lTick)</paragraph> +<paragraph role="paragraph" id="par_id3154938" xml-lang="en-US" l10n="U">MsgBox "" & lTick & " Ticks" ,0,"The pause lasted"</paragraph> +<paragraph role="paragraph" id="par_id3150542" xml-lang="en-US" l10n="U">End Sub</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/scalc/01/06030000.xhp b/main/helpcontent2/source/text/scalc/01/06030000.xhp index 905d060868..a58622a402 100644 --- a/main/helpcontent2/source/text/scalc/01/06030000.xhp +++ b/main/helpcontent2/source/text/scalc/01/06030000.xhp @@ -37,13 +37,13 @@ <bookmark_value>Formula Auditing,see Detective</bookmark_value> <bookmark_value>Detective</bookmark_value> </bookmark><comment>MW added "Detective" and a cross-reference</comment> -<paragraph xml-lang="en-US" id="hd_id3151245" role="heading" level="1" l10n="U" oldref="1"><link href="text/scalc/01/06030000.xhp" name="Detective">Detective</link></paragraph> -<paragraph xml-lang="en-US" id="par_id3151211" role="paragraph" l10n="U" oldref="2">This command activates the Spreadsheet Detective. With the Detective, you can trace the dependencies from the current formula cell to the cells in the spreadsheet.</paragraph> +<paragraph xml-lang="en-US" id="hd_id3151245" role="heading" level="1" l10n="U"><link href="text/scalc/01/06030000.xhp" name="Detective">Detective</link></paragraph> +<paragraph xml-lang="en-US" id="par_id3151211" role="paragraph" l10n="U">This command activates the Spreadsheet Detective. With the Detective, you can trace the dependencies from the current formula cell to the cells in the spreadsheet.</paragraph> </section> <section id="howtoget"> <embed href="text/scalc/00/00000406.xhp#exdektv"/> </section> -<paragraph xml-lang="en-US" id="par_id3150447" role="paragraph" l10n="U" oldref="3">Once you have defined a trace, you can point with the mouse cursor to the trace. The mouse cursor will change its shape. Double-click the trace with this cursor to select the referenced cell at the end of the trace. <comment>If you define an icon in the spreadsheet, you can put your cursor on it. It will change into a magnifying glass with reference arrows. Double-click the visible icon to select the cell [...] +<paragraph xml-lang="en-US" id="par_id3150447" role="paragraph" l10n="U">Once you have defined a trace, you can point with the mouse cursor to the trace. The mouse cursor will change its shape. Double-click the trace with this cursor to select the referenced cell at the end of the trace. <comment>If you define an icon in the spreadsheet, you can put your cursor on it. It will change into a magnifying glass with reference arrows. Double-click the visible icon to select the cell at the fur [...] <embed href="text/scalc/01/06030100.xhp#spurzumvorgaenger"/> <embed href="text/scalc/01/06030200.xhp#spurzumvorgaengerentfernen"/> <embed href="text/scalc/01/06030300.xhp#spurzumnachfolger"/> diff --git a/main/helpcontent2/source/text/shared/01/02230000.xhp b/main/helpcontent2/source/text/shared/01/02230000.xhp index 75a7ddaea0..18a343b6ed 100644 --- a/main/helpcontent2/source/text/shared/01/02230000.xhp +++ b/main/helpcontent2/source/text/shared/01/02230000.xhp @@ -31,31 +31,31 @@ <body> <section id="aenderungen"> <bookmark xml-lang="en-US" branch="hid/.uno:ChangesMenu" id="bm_id8352305" localize="false"/> -<paragraph role="heading" id="hd_id3152952" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/shared/01/02230000.xhp" name="Changes">Changes</link></paragraph> -<paragraph role="paragraph" id="par_id3145759" xml-lang="en-US" l10n="CHG" oldref="2"><ahelp hid=".">Lists the commands that are available for tracking changes in your file.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3152952" xml-lang="en-US" level="1" l10n="U"><link href="text/shared/01/02230000.xhp" name="Changes">Changes</link></paragraph> +<paragraph role="paragraph" id="par_id3145759" xml-lang="en-US" l10n="CHG"><ahelp hid=".">Lists the commands that are available for tracking changes in your file.</ahelp></paragraph> </section> <section id="howtoget"> <embed href="text/shared/00/00000402.xhp#aenderungen"/> </section> <embed href="text/shared/01/02230100.xhp#aufzeichnen"/> <embed href="text/shared/01/02230150.xhp#red_protect"/> -<paragraph role="heading" id="hd_id3154894" xml-lang="en-US" level="2" l10n="U" oldref="7"><switchinline select="appl"><caseinline select="WRITER"><link href="text/shared/01/02230200.xhp" name="Show">Show</link> +<paragraph role="heading" id="hd_id3154894" xml-lang="en-US" level="2" l10n="U"><switchinline select="appl"><caseinline select="WRITER"><link href="text/shared/01/02230200.xhp" name="Show">Show</link> </caseinline></switchinline></paragraph> <switch select="appl"> <case select="WRITER"><embed href="text/shared/01/02230200.xhp#text"/> </case> </switch> -<paragraph role="heading" id="hd_id3154184" xml-lang="en-US" level="2" l10n="U" oldref="8"><switchinline select="appl"><caseinline select="CALC"><link href="text/shared/01/02230200.xhp" name="Show">Show</link> +<paragraph role="heading" id="hd_id3154184" xml-lang="en-US" level="2" l10n="U"><switchinline select="appl"><caseinline select="CALC"><link href="text/shared/01/02230200.xhp" name="Show">Show</link> </caseinline></switchinline></paragraph> <switch select="appl"> <case select="CALC"><embed href="text/shared/01/02230200.xhp#text"/> </case> </switch> -<paragraph role="heading" id="hd_id3153527" xml-lang="en-US" level="2" l10n="U" oldref="4"><link href="text/shared/01/02230400.xhp" name="Accept or Reject">Accept or Reject</link></paragraph> +<paragraph role="heading" id="hd_id3153527" xml-lang="en-US" level="2" l10n="U"><link href="text/shared/01/02230400.xhp" name="Accept or Reject">Accept or Reject</link></paragraph> <embed href="text/shared/01/02230400.xhp#redlining"/> -<paragraph role="heading" id="hd_id3145072" xml-lang="en-US" level="2" l10n="U" oldref="3"><link href="text/shared/01/02230300.xhp" name="Comment">Comment</link></paragraph> +<paragraph role="heading" id="hd_id3145072" xml-lang="en-US" level="2" l10n="U"><link href="text/shared/01/02230300.xhp" name="Comment">Comment</link></paragraph> <embed href="text/shared/01/02230300.xhp#kommentartext"/> -<paragraph role="heading" id="hd_id3150694" xml-lang="en-US" level="2" l10n="U" oldref="5"><link href="text/shared/01/02230500.xhp" name="Merge Document">Merge Document</link></paragraph> +<paragraph role="heading" id="hd_id3150694" xml-lang="en-US" level="2" l10n="U"><link href="text/shared/01/02230500.xhp" name="Merge Document">Merge Document</link></paragraph> <embed href="text/shared/01/02230500.xhp#dokzus"/> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/shared/02/06100000.xhp b/main/helpcontent2/source/text/shared/02/06100000.xhp index f4f830b82f..a220bbea4d 100644 --- a/main/helpcontent2/source/text/shared/02/06100000.xhp +++ b/main/helpcontent2/source/text/shared/02/06100000.xhp @@ -34,13 +34,13 @@ <bookmark xml-lang="en-US" branch="hid/.uno:OutlineUp" id="bm_id3154094" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:MoveUp" id="bm_id41658" localize="false"/><!-- HID added by script --> <bookmark xml-lang="en-US" branch="hid/.uno:MoveUp" id="bm_id3148520" localize="false"/> -<paragraph role="heading" id="hd_id3144740" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/shared/02/06100000.xhp" name="Move Up">Move Up</link></paragraph> -<paragraph role="paragraph" id="par_id3109850" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid=".uno:MoveUp">Positions the selected paragraph before the one above it.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3144740" xml-lang="en-US" level="1" l10n="U"><link href="text/shared/02/06100000.xhp" name="Move Up">Move Up</link></paragraph> +<paragraph role="paragraph" id="par_id3109850" xml-lang="en-US" l10n="U"><ahelp hid=".uno:MoveUp">Positions the selected paragraph before the one above it.</ahelp></paragraph> </section> -<paragraph role="paragraph" id="par_id3149283" xml-lang="en-US" l10n="CHG" oldref="5">If you have numbered paragraphs and click the <emph>Move Up</emph> icon, the numbers will be adjusted to the current order. <switchinline select="appl"><caseinline select="WRITER">The <emph>Move Up</emph> icon is only visible when the cursor is positioned in a bulleted or numbered list. +<paragraph role="paragraph" id="par_id3149283" xml-lang="en-US" l10n="CHG">If you have numbered paragraphs and click the <emph>Move Up</emph> icon, the numbers will be adjusted to the current order. <switchinline select="appl"><caseinline select="WRITER">The <emph>Move Up</emph> icon is only visible when the cursor is positioned in a bulleted or numbered list. </caseinline></switchinline><switchinline select="appl"><caseinline select="IMPRESS">The <emph>Move Up</emph> icon appears on the <emph>Text Formatting</emph> Bar when you use the outline view. </caseinline></switchinline></paragraph> -<paragraph role="paragraph" id="par_id3155555" xml-lang="en-US" l10n="U" oldref="4">This function can be called by pressing <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Up Arrow.</paragraph> +<paragraph role="paragraph" id="par_id3155555" xml-lang="en-US" l10n="U">This function can be called by pressing <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Up Arrow.</paragraph> <section id="syhochschieben"> <table id="tbl_id3155535"> <tablerow> @@ -50,7 +50,7 @@ </image></paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3147243" xml-lang="en-US" l10n="U" oldref="3">Move Up</paragraph> +<paragraph role="paragraph" id="par_id3147243" xml-lang="en-US" l10n="U">Move Up</paragraph> </tablecell> </tablerow> </table> diff --git a/main/helpcontent2/source/text/shared/guide/linestyle_define.xhp b/main/helpcontent2/source/text/shared/guide/linestyle_define.xhp index cca6460147..af687c5384 100644 --- a/main/helpcontent2/source/text/shared/guide/linestyle_define.xhp +++ b/main/helpcontent2/source/text/shared/guide/linestyle_define.xhp @@ -33,29 +33,29 @@ <bookmark_value>line styles;defining</bookmark_value> <bookmark_value>defining;line styles</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3153825" xml-lang="en-US" level="1" l10n="U" oldref="9"><variable id="linestyle_define"><link href="text/shared/guide/linestyle_define.xhp" name="Defining Line Styles">Defining Line Styles</link> +<paragraph role="heading" id="hd_id3153825" xml-lang="en-US" level="1" l10n="U"><variable id="linestyle_define"><link href="text/shared/guide/linestyle_define.xhp" name="Defining Line Styles">Defining Line Styles</link> </variable></paragraph> <list type="ordered"> <listitem> -<paragraph role="listitem" id="par_id3153880" xml-lang="en-US" l10n="U" oldref="10">Select a line drawing object in a document.</paragraph> +<paragraph role="listitem" id="par_id3153880" xml-lang="en-US" l10n="U">Select a line drawing object in a document.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3155419" xml-lang="en-US" l10n="CHG" oldref="14">Choose <emph>Format - </emph><switchinline select="appl"><caseinline select="WRITER"><emph>Drawing Object</emph> - +<paragraph role="listitem" id="par_id3155419" xml-lang="en-US" l10n="CHG">Choose <emph>Format - </emph><switchinline select="appl"><caseinline select="WRITER"><emph>Drawing Object</emph> - </caseinline><caseinline select="CALC"><emph>Graphic - </emph> </caseinline></switchinline> <item type="menuitem"/> <emph>Line</emph> and click the <emph>Line Styles</emph> tab.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3155449" xml-lang="en-US" l10n="U" oldref="15">Specify the line options that you want.</paragraph> -<paragraph role="note" id="par_id3150791" xml-lang="en-US" l10n="U" oldref="16">To specify the length of the line as a percentage of the line width, select <emph>Fit to line width</emph>.</paragraph> +<paragraph role="listitem" id="par_id3155449" xml-lang="en-US" l10n="U">Specify the line options that you want.</paragraph> +<paragraph role="note" id="par_id3150791" xml-lang="en-US" l10n="U">To specify the length of the line as a percentage of the line width, select <emph>Fit to line width</emph>.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3152920" xml-lang="en-US" l10n="CHG" oldref="12">Click <emph>Add</emph>.</paragraph> +<paragraph role="listitem" id="par_id3152920" xml-lang="en-US" l10n="CHG">Click <emph>Add</emph>.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3145606" xml-lang="en-US" l10n="CHG" oldref="17">Enter a name for the line style and click <emph>OK</emph>.</paragraph> -<paragraph role="note" id="par_id3149202" xml-lang="en-US" l10n="U" oldref="13">To save the line style in a custom line style list, click the <emph>Save Line Styles</emph> icon.</paragraph> +<paragraph role="listitem" id="par_id3145606" xml-lang="en-US" l10n="CHG">Enter a name for the line style and click <emph>OK</emph>.</paragraph> +<paragraph role="note" id="par_id3149202" xml-lang="en-US" l10n="U">To save the line style in a custom line style list, click the <emph>Save Line Styles</emph> icon.</paragraph> </listitem> <listitem> <paragraph role="listitem" id="par_idN10671" xml-lang="en-US" l10n="NEW">Click <emph>Close</emph> to close the dialog.</paragraph> diff --git a/main/helpcontent2/source/text/swriter/01/04120220.xhp b/main/helpcontent2/source/text/swriter/01/04120220.xhp index f97be9cbe4..a4a3e97059 100644 --- a/main/helpcontent2/source/text/swriter/01/04120220.xhp +++ b/main/helpcontent2/source/text/swriter/01/04120220.xhp @@ -31,18 +31,18 @@ <body> <section id="eintraege"> <bookmark branch="hid/SW_HID_TP_TOX_ENTRY" xml-lang="en-US" id="bm_id3145824"/> -<paragraph id="hd_id3149349" role="heading" level="1" oldref="1" l10n="U" xml-lang="en-US"><link href="text/swriter/01/04120220.xhp" name="Entries (indexes/tables)">Entries (indexes/tables)</link></paragraph> -<paragraph l10n="U" role="paragraph" id="par_id3154504" xml-lang="en-US" oldref="2"><ahelp visibility="visible" hid="HID_TP_TOX_ENTRY">Specify the format of the index or table entries. The appearance of this tab changes to reflect the type of index that you selected on the <link href="text/swriter/01/04120210.xhp" name="Index/Table">Index/Table</link> tab.</ahelp></paragraph> +<paragraph id="hd_id3149349" role="heading" level="1" l10n="U" xml-lang="en-US"><link href="text/swriter/01/04120220.xhp" name="Entries (indexes/tables)">Entries (indexes/tables)</link></paragraph> +<paragraph l10n="U" role="paragraph" id="par_id3154504" xml-lang="en-US"><ahelp visibility="visible" hid="HID_TP_TOX_ENTRY">Specify the format of the index or table entries. The appearance of this tab changes to reflect the type of index that you selected on the <link href="text/swriter/01/04120210.xhp" name="Index/Table">Index/Table</link> tab.</ahelp></paragraph> </section> <section id="howtoget"> <embed href="text/swriter/00/00000404.xhp#verz3"/> </section> -<paragraph id="hd_id3148770" role="heading" level="2" oldref="4" l10n="U" xml-lang="en-US"><link href="text/swriter/01/04120221.xhp" name="Table of Contents">Table of Contents</link></paragraph> -<paragraph id="hd_id3147564" role="heading" level="2" oldref="5" l10n="U" xml-lang="en-US"><link href="text/swriter/01/04120222.xhp" name="Alphabetical Index">Alphabetical Index</link></paragraph> -<paragraph id="hd_id3151188" role="heading" level="2" oldref="6" l10n="U" xml-lang="en-US"><link href="text/swriter/01/04120223.xhp" name="Illustration Index">Illustration Index</link></paragraph> -<paragraph id="hd_id3150761" role="heading" level="2" oldref="7" l10n="U" xml-lang="en-US"><link href="text/swriter/01/04120224.xhp" name="Index of Tables">Index of Tables</link></paragraph> -<paragraph id="hd_id3153517" role="heading" level="2" oldref="8" l10n="U" xml-lang="en-US"><link href="text/swriter/01/04120225.xhp" name="User-Defined">User-Defined</link></paragraph> -<paragraph id="hd_id3151175" role="heading" level="2" oldref="9" l10n="U" xml-lang="en-US"><link href="text/swriter/01/04120226.xhp" name="Table of Objects">Table of Objects</link></paragraph> -<paragraph id="hd_id3147506" role="heading" level="2" oldref="10" l10n="U" xml-lang="en-US"><link href="text/swriter/01/04120227.xhp" name="Bibliography">Bibliography</link></paragraph> +<paragraph id="hd_id3148770" role="heading" level="2" l10n="U" xml-lang="en-US"><link href="text/swriter/01/04120221.xhp" name="Table of Contents">Table of Contents</link></paragraph> +<paragraph id="hd_id3147564" role="heading" level="2" l10n="U" xml-lang="en-US"><link href="text/swriter/01/04120222.xhp" name="Alphabetical Index">Alphabetical Index</link></paragraph> +<paragraph id="hd_id3151188" role="heading" level="2" l10n="U" xml-lang="en-US"><link href="text/swriter/01/04120223.xhp" name="Illustration Index">Illustration Index</link></paragraph> +<paragraph id="hd_id3150761" role="heading" level="2" l10n="U" xml-lang="en-US"><link href="text/swriter/01/04120224.xhp" name="Index of Tables">Index of Tables</link></paragraph> +<paragraph id="hd_id3153517" role="heading" level="2" l10n="U" xml-lang="en-US"><link href="text/swriter/01/04120225.xhp" name="User-Defined">User-Defined</link></paragraph> +<paragraph id="hd_id3151175" role="heading" level="2" l10n="U" xml-lang="en-US"><link href="text/swriter/01/04120226.xhp" name="Table of Objects">Table of Objects</link></paragraph> +<paragraph id="hd_id3147506" role="heading" level="2" l10n="U" xml-lang="en-US"><link href="text/swriter/01/04120227.xhp" name="Bibliography">Bibliography</link></paragraph> </body> </helpdocument>