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 64cb6b0e5e Remove 'oldref' entries (work in progress) 64cb6b0e5e is described below commit 64cb6b0e5e477f2e0f79696763a97a6f7e95af06 Author: mseidel <msei...@apache.org> AuthorDate: Sat Nov 2 13:03:35 2024 +0100 Remove 'oldref' entries (work in progress) --- .../source/text/sbasic/shared/03020408.xhp | 26 ++++++++++---------- .../source/text/sbasic/shared/03100400.xhp | 28 +++++++++++----------- .../source/text/scalc/guide/datapilot_tipps.xhp | 10 ++++---- .../source/text/shared/01/04140000.xhp | 16 ++++++------- .../source/text/shared/02/01110000.xhp | 6 ++--- .../source/text/shared/02/06060000.xhp | 8 +++---- .../source/text/swriter/guide/calculate.xhp | 10 ++++---- .../source/text/swriter/guide/subscript.xhp | 14 +++++------ 8 files changed, 59 insertions(+), 59 deletions(-) diff --git a/main/helpcontent2/source/text/sbasic/shared/03020408.xhp b/main/helpcontent2/source/text/sbasic/shared/03020408.xhp index f67bf75158..287a9a5ac8 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03020408.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03020408.xhp @@ -33,22 +33,22 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3153126"> <bookmark_value>FileLen 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/03020408.xhp" name="FileLen-Function [Runtime]">FileLen Function [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3145068" xml-lang="en-US" l10n="U" oldref="2">Returns the length of a file in bytes.</paragraph> +<paragraph role="heading" id="hd_id3153126" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03020408.xhp" name="FileLen-Function [Runtime]">FileLen Function [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3145068" xml-lang="en-US" l10n="U">Returns the length of a file in bytes.</paragraph> </section> -<paragraph role="heading" id="hd_id3159414" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> -<paragraph role="code" id="par_id3149656" xml-lang="en-US" l10n="U" oldref="4">FileLen (Text As String)</paragraph> -<paragraph role="heading" id="hd_id3148798" xml-lang="en-US" level="2" l10n="U" oldref="5">Return value:</paragraph> -<paragraph role="paragraph" id="par_id3156282" xml-lang="en-US" l10n="U" oldref="6">Long</paragraph> -<paragraph role="heading" id="hd_id3150768" 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"> +<paragraph role="heading" id="hd_id3159414" xml-lang="en-US" level="2" l10n="U">Syntax:</paragraph> +<paragraph role="code" id="par_id3149656" xml-lang="en-US" l10n="U">FileLen (Text As String)</paragraph> +<paragraph role="heading" id="hd_id3148798" xml-lang="en-US" level="2" l10n="U">Return value:</paragraph> +<paragraph role="paragraph" id="par_id3156282" xml-lang="en-US" l10n="U">Long</paragraph> +<paragraph role="heading" id="hd_id3150768" 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 contains an unambiguous file specification. You can also use <link href="text/sbasic/shared/00000002.xhp" name="URL notation">URL notation</link>.</paragraph> -<paragraph role="paragraph" id="par_id3150439" xml-lang="en-US" l10n="U" oldref="9">This function determines the length of a file. If the FileLen function is called for an open file, it returns the file length before it was opened. To determine the current file length of an open file, use the Lof function.</paragraph> +<paragraph role="paragraph" id="par_id3150439" xml-lang="en-US" l10n="U">This function determines the length of a file. If the FileLen function is called for an open file, it returns the file length before it was opened. To determine the current file length of an open file, use the Lof function.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#errorcode"/> <embed href="text/sbasic/shared/00000003.xhp#err5"/> -<paragraph role="heading" id="hd_id3163710" xml-lang="en-US" level="2" l10n="U" oldref="10">Example:</paragraph> -<paragraph role="code" id="par_id3159154" xml-lang="en-US" l10n="U" oldref="11">Sub ExampleFileLen</paragraph> -<paragraph role="code" id="par_id3145271" xml-lang="en-US" l10n="U" oldref="12">msgbox FileLen("C:\autoexec.bat")</paragraph> -<paragraph role="code" id="par_id3145749" xml-lang="en-US" l10n="U" oldref="13">end sub</paragraph> +<paragraph role="heading" id="hd_id3163710" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="code" id="par_id3159154" xml-lang="en-US" l10n="U">Sub ExampleFileLen</paragraph> +<paragraph role="code" id="par_id3145271" xml-lang="en-US" l10n="U">msgbox FileLen("C:\autoexec.bat")</paragraph> +<paragraph role="code" id="par_id3145749" xml-lang="en-US" l10n="U">end sub</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/sbasic/shared/03100400.xhp b/main/helpcontent2/source/text/sbasic/shared/03100400.xhp index 4ea233ef37..b9dd3ff08f 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03100400.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03100400.xhp @@ -33,23 +33,23 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3153750"> <bookmark_value>CDbl function</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3153750" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03100400.xhp" name="CDbl Function [Runtime]">CDbl Function [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_id3149233" xml-lang="en-US" l10n="U" oldref="2">Converts any numerical expression or string expression to a double type.</paragraph> +<paragraph role="heading" id="hd_id3153750" xml-lang="en-US" level="1" l10n="U"><link href="text/sbasic/shared/03100400.xhp" name="CDbl Function [Runtime]">CDbl Function [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_id3149233" xml-lang="en-US" l10n="U">Converts any numerical expression or string expression to a double type.</paragraph> </section> -<paragraph role="heading" id="hd_id3149516" 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">CDbl (Expression)</paragraph> -<paragraph role="heading" id="hd_id3153061" xml-lang="en-US" level="2" l10n="U" oldref="5">Return value</paragraph> -<paragraph role="paragraph" id="par_id3145068" 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_id3153897" xml-lang="en-US" l10n="U" oldref="8"> +<paragraph role="heading" id="hd_id3149516" xml-lang="en-US" level="2" l10n="U">Syntax</paragraph> +<paragraph role="paragraph" id="par_id3156152" xml-lang="en-US" l10n="U">CDbl (Expression)</paragraph> +<paragraph role="heading" id="hd_id3153061" xml-lang="en-US" level="2" l10n="U">Return value</paragraph> +<paragraph role="paragraph" id="par_id3145068" 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_id3153897" xml-lang="en-US" l10n="U"> <emph>Expression:</emph> Any string or numeric expression that you want to convert. To convert a string expression, the number must be entered as normal text ("123.5") using the default number format of your operating system.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#errorcode"/> <embed href="text/sbasic/shared/00000003.xhp#err5"/> -<paragraph role="heading" id="hd_id3148797" xml-lang="en-US" level="2" l10n="U" oldref="9">Example:</paragraph> -<paragraph role="paragraph" id="par_id3154217" xml-lang="en-US" l10n="U" oldref="10">Sub ExampleCountryConvert</paragraph> -<paragraph role="paragraph" id="par_id3147229" xml-lang="en-US" l10n="U" oldref="11">Msgbox CDbl(1234.5678)</paragraph> -<paragraph role="paragraph" id="par_id3151042" xml-lang="en-US" l10n="U" oldref="12">Msgbox CInt(1234.5678)</paragraph> -<paragraph role="paragraph" id="par_id3150616" xml-lang="en-US" l10n="U" oldref="13">Msgbox CLng(1234.5678)</paragraph> -<paragraph role="paragraph" id="par_id3153969" xml-lang="en-US" l10n="U" oldref="14">end sub</paragraph> +<paragraph role="heading" id="hd_id3148797" xml-lang="en-US" level="2" l10n="U">Example:</paragraph> +<paragraph role="paragraph" id="par_id3154217" xml-lang="en-US" l10n="U">Sub ExampleCountryConvert</paragraph> +<paragraph role="paragraph" id="par_id3147229" xml-lang="en-US" l10n="U">Msgbox CDbl(1234.5678)</paragraph> +<paragraph role="paragraph" id="par_id3151042" xml-lang="en-US" l10n="U">Msgbox CInt(1234.5678)</paragraph> +<paragraph role="paragraph" id="par_id3150616" xml-lang="en-US" l10n="U">Msgbox CLng(1234.5678)</paragraph> +<paragraph role="paragraph" id="par_id3153969" xml-lang="en-US" l10n="U">end sub</paragraph> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/scalc/guide/datapilot_tipps.xhp b/main/helpcontent2/source/text/scalc/guide/datapilot_tipps.xhp index d5cd99dadb..46825b0dd3 100644 --- a/main/helpcontent2/source/text/scalc/guide/datapilot_tipps.xhp +++ b/main/helpcontent2/source/text/scalc/guide/datapilot_tipps.xhp @@ -33,12 +33,12 @@ <bookmark_value>pivot table function; preventing data overwriting</bookmark_value> <bookmark_value>output ranges of pivot tables</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3148663" xml-lang="en-US" level="1" l10n="U" oldref="19"><variable id="datapilot_tipps"><link href="text/scalc/guide/datapilot_tipps.xhp" name="Selecting Pivot Table Output Ranges">Selecting Pivot Table Output Ranges</link> +<paragraph role="heading" id="hd_id3148663" xml-lang="en-US" level="1" l10n="U"><variable id="datapilot_tipps"><link href="text/scalc/guide/datapilot_tipps.xhp" name="Selecting Pivot Table Output Ranges">Selecting Pivot Table Output Ranges</link> </variable></paragraph> -<paragraph role="paragraph" id="par_id3154123" xml-lang="en-US" l10n="U" oldref="20">Click the button <emph>More</emph> in the <emph>Pivot Table</emph> dialog. The dialog will be extended.</paragraph> -<paragraph role="paragraph" id="par_id3153771" xml-lang="en-US" l10n="U" oldref="21">You can select a named range in which the pivot table is to be created, from the <emph>Results to</emph> box. If the results range does not have a name, enter the coordinates of the upper left cell of the range into the field to the right of the <emph>Results to</emph> box. You can also click on the appropriate cell to have the coordinates entered accordingly.</paragraph> -<paragraph role="paragraph" id="par_id3146974" xml-lang="en-US" l10n="U" oldref="23">If you mark the <emph>Ignore empty rows</emph> check box, they will not be taken into account when the pivot table is created.</paragraph> -<paragraph role="paragraph" id="par_id3145273" xml-lang="en-US" l10n="U" oldref="24">If the <emph>Identify categories</emph> check box is marked, the categories will be identified by their headings and assigned accordingly when the pivot table is created.</paragraph> +<paragraph role="paragraph" id="par_id3154123" xml-lang="en-US" l10n="U">Click the button <emph>More</emph> in the <emph>Pivot Table</emph> dialog. The dialog will be extended.</paragraph> +<paragraph role="paragraph" id="par_id3153771" xml-lang="en-US" l10n="U">You can select a named range in which the pivot table is to be created, from the <emph>Results to</emph> box. If the results range does not have a name, enter the coordinates of the upper left cell of the range into the field to the right of the <emph>Results to</emph> box. You can also click on the appropriate cell to have the coordinates entered accordingly.</paragraph> +<paragraph role="paragraph" id="par_id3146974" xml-lang="en-US" l10n="U">If you mark the <emph>Ignore empty rows</emph> check box, they will not be taken into account when the pivot table is created.</paragraph> +<paragraph role="paragraph" id="par_id3145273" xml-lang="en-US" l10n="U">If the <emph>Identify categories</emph> check box is marked, the categories will be identified by their headings and assigned accordingly when the pivot table is created.</paragraph> <section id="relatedtopics"> <embed href="text/scalc/guide/datapilot.xhp#datapilot"/> <embed href="text/scalc/guide/datapilot_createtable.xhp#datapilot_createtable"/> diff --git a/main/helpcontent2/source/text/shared/01/04140000.xhp b/main/helpcontent2/source/text/shared/01/04140000.xhp index 11e0694b22..d68bbb368f 100644 --- a/main/helpcontent2/source/text/shared/01/04140000.xhp +++ b/main/helpcontent2/source/text/shared/01/04140000.xhp @@ -31,24 +31,24 @@ <body> <bookmark xml-lang="en-US" branch="hid/.uno:InsertGraphic" id="bm_id9945896" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:InsertGraphic" id="bm_id3150278" localize="false"/> -<paragraph role="heading" id="hd_id3154350" xml-lang="en-US" level="1" l10n="CHG" oldref="1"><link href="text/shared/01/04140000.xhp" name="Inserting Pictures">Inserting Pictures</link></paragraph> -<paragraph role="paragraph" id="par_id3159411" xml-lang="en-US" l10n="CHG" oldref="2"><variable id="grafiktext"><ahelp hid=".uno:InsertGraphic">Inserts a picture into the current document.</ahelp> +<paragraph role="heading" id="hd_id3154350" xml-lang="en-US" level="1" l10n="CHG"><link href="text/shared/01/04140000.xhp" name="Inserting Pictures">Inserting Pictures</link></paragraph> +<paragraph role="paragraph" id="par_id3159411" xml-lang="en-US" l10n="CHG"><variable id="grafiktext"><ahelp hid=".uno:InsertGraphic">Inserts a picture into the current document.</ahelp> </variable></paragraph> <section id="howtoget"> <embed href="text/shared/00/00000404.xhp#grafik"/> </section> <embed href="text/shared/guide/insert_bitmap.xhp#insert_bitmap"/> <bookmark xml-lang="en-US" branch="hid/SVT_HID_FILEOPEN_IMAGE_TEMPLATE" id="bm_id3150902" localize="false"/> -<paragraph role="heading" id="hd_id3149760" xml-lang="en-US" level="2" l10n="U" oldref="17">Style</paragraph> -<paragraph role="paragraph" id="par_id3154398" xml-lang="en-US" l10n="U" oldref="18"><ahelp hid="HID_FILEOPEN_IMAGE_TEMPLATE">Select the frame style for the graphic.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3149760" xml-lang="en-US" level="2" l10n="U">Style</paragraph> +<paragraph role="paragraph" id="par_id3154398" xml-lang="en-US" l10n="U"><ahelp hid="HID_FILEOPEN_IMAGE_TEMPLATE">Select the frame style for the graphic.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/SVX_HID_OFA_HYPERLINK_URL_TXT" id="bm_id3157991" localize="false"/> <bookmark xml-lang="en-US" branch="hid/SVT_HID_FILEDLG_LINK_CB" id="bm_id3152542" localize="false"/> -<paragraph role="heading" id="hd_id3150789" xml-lang="en-US" level="2" l10n="U" oldref="6">Link</paragraph> -<paragraph role="paragraph" id="par_id3153750" xml-lang="en-US" l10n="U" oldref="7"><ahelp hid="HID_FILEDLG_LINK_CB">Inserts the selected graphic file as a link.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3150789" xml-lang="en-US" level="2" l10n="U">Link</paragraph> +<paragraph role="paragraph" id="par_id3153750" xml-lang="en-US" l10n="U"><ahelp hid="HID_FILEDLG_LINK_CB">Inserts the selected graphic file as a link.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/HID_IMPGRF_CB_PREVIEW" id="bm_id3148548" localize="false"/> <bookmark xml-lang="en-US" branch="hid/SVT_HID_FILEDLG_PREVIEW_CB" id="bm_id3147043" localize="false"/> -<paragraph role="heading" id="hd_id3155805" xml-lang="en-US" level="2" l10n="U" oldref="8">Preview</paragraph> -<paragraph role="paragraph" id="par_id3153311" xml-lang="en-US" l10n="U" oldref="9"><ahelp hid="HID_FILEDLG_PREVIEW_CB">Displays a preview of the selected graphic file.</ahelp></paragraph> +<paragraph role="heading" id="hd_id3155805" xml-lang="en-US" level="2" l10n="U">Preview</paragraph> +<paragraph role="paragraph" id="par_id3153311" xml-lang="en-US" l10n="U"><ahelp hid="HID_FILEDLG_PREVIEW_CB">Displays a preview of the selected graphic file.</ahelp></paragraph> <embed href="text/shared/00/00000001.xhp#vorschau"/> </body> </helpdocument> diff --git a/main/helpcontent2/source/text/shared/02/01110000.xhp b/main/helpcontent2/source/text/shared/02/01110000.xhp index c00a7389e4..d6f01076d4 100644 --- a/main/helpcontent2/source/text/shared/02/01110000.xhp +++ b/main/helpcontent2/source/text/shared/02/01110000.xhp @@ -36,10 +36,10 @@ </bookmark> <bookmark xml-lang="en-US" branch="hid/.uno:PrintDefault" id="bm_id2956606" localize="false"/><!-- HID added by script --> <bookmark xml-lang="en-US" branch="hid/.uno:PrintDefault" id="bm_id3144436" localize="false"/> -<paragraph role="heading" id="hd_id3153539" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/shared/02/01110000.xhp" name="Print File Directly">Print File Directly</link></paragraph> -<paragraph role="paragraph" id="par_id3154398" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid=".uno:PrintDefault">Click the <emph>Print File Directly</emph> icon to print the active document with the current default print settings.</ahelp> These can be found in the <emph>Printer Setup</emph> dialog, which you can call with the <link href="text/shared/01/01140000.xhp" name="Printer Settings"><emph>Printer Settings</emph></link> menu command.</paragraph> +<paragraph role="heading" id="hd_id3153539" xml-lang="en-US" level="1" l10n="U"><link href="text/shared/02/01110000.xhp" name="Print File Directly">Print File Directly</link></paragraph> +<paragraph role="paragraph" id="par_id3154398" xml-lang="en-US" l10n="U"><ahelp hid=".uno:PrintDefault">Click the <emph>Print File Directly</emph> icon to print the active document with the current default print settings.</ahelp> These can be found in the <emph>Printer Setup</emph> dialog, which you can call with the <link href="text/shared/01/01140000.xhp" name="Printer Settings"><emph>Printer Settings</emph></link> menu command.</paragraph> </section> -<paragraph role="paragraph" id="par_id3147275" xml-lang="en-US" l10n="CHG" oldref="3"><switchinline select="appl"><caseinline select="WRITER">If you select text or a graphic and click the <emph>Print File Direct</emph> icon, you are prompted to print the selection or the document. +<paragraph role="paragraph" id="par_id3147275" xml-lang="en-US" l10n="CHG"><switchinline select="appl"><caseinline select="WRITER">If you select text or a graphic and click the <emph>Print File Direct</emph> icon, you are prompted to print the selection or the document. </caseinline></switchinline></paragraph> <embed href="text/shared/00/00000401.xhp#sydrucken"/> <switch select="sys"> diff --git a/main/helpcontent2/source/text/shared/02/06060000.xhp b/main/helpcontent2/source/text/shared/02/06060000.xhp index 86853285f7..50966b24d3 100644 --- a/main/helpcontent2/source/text/shared/02/06060000.xhp +++ b/main/helpcontent2/source/text/shared/02/06060000.xhp @@ -34,11 +34,11 @@ <bookmark xml-lang="en-US" branch="hid/.uno:OutlineLeft" id="bm_id3154094" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:IncrementLevel" id="bm_id8156328" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:IncrementLevel" id="bm_id3154863" localize="false"/> -<paragraph role="heading" id="hd_id3159225" xml-lang="en-US" level="1" l10n="CHG" oldref="1"><switchinline select="appl"><caseinline select="WRITER"><link href="text/shared/02/06060000.xhp" name="Promote One Level">Promote One Level</link> +<paragraph role="heading" id="hd_id3159225" xml-lang="en-US" level="1" l10n="CHG"><switchinline select="appl"><caseinline select="WRITER"><link href="text/shared/02/06060000.xhp" name="Promote One Level">Promote One Level</link> </caseinline><defaultinline><link href="text/shared/02/06060000.xhp" name="Promote">Promote</link></defaultinline></switchinline></paragraph> -<paragraph role="paragraph" id="par_id3149999" xml-lang="en-US" l10n="U" oldref="2"><ahelp hid=".uno:IncrementLevel">Moves the selected paragraph up one level in the numbering or bullets hierarchy.</ahelp></paragraph> +<paragraph role="paragraph" id="par_id3149999" xml-lang="en-US" l10n="U"><ahelp hid=".uno:IncrementLevel">Moves the selected paragraph up one level in the numbering or bullets hierarchy.</ahelp></paragraph> </section> -<paragraph role="paragraph" id="par_id3149205" xml-lang="en-US" l10n="CHG" oldref="4"><switchinline select="appl"><caseinline select="WRITER">The <emph>Promote One Level</emph> icon is on the <emph>Bullets and Numbering</emph> bar, which appears when the cursor is positioned on a numbering or bullets item. +<paragraph role="paragraph" id="par_id3149205" xml-lang="en-US" l10n="CHG"><switchinline select="appl"><caseinline select="WRITER">The <emph>Promote One Level</emph> icon is on the <emph>Bullets and Numbering</emph> bar, which appears when the cursor is positioned on a numbering or bullets item. </caseinline><caseinline select="IMPRESS">The <emph>Promote</emph> icon is on the <emph>Text Formatting</emph> bar, which appears when working in the outline view. </caseinline></switchinline></paragraph> <section id="syhochstufen"> @@ -50,7 +50,7 @@ </image></paragraph> </tablecell> <tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3146958" xml-lang="en-US" l10n="CHG" oldref="3"><switchinline select="appl"><caseinline select="WRITER">Promote One Level +<paragraph role="paragraph" id="par_id3146958" xml-lang="en-US" l10n="CHG"><switchinline select="appl"><caseinline select="WRITER">Promote One Level </caseinline><defaultinline>Promote</defaultinline></switchinline></paragraph> </tablecell> </tablerow> diff --git a/main/helpcontent2/source/text/swriter/guide/calculate.xhp b/main/helpcontent2/source/text/swriter/guide/calculate.xhp index 6d3ac2c8c2..e6df7c5810 100644 --- a/main/helpcontent2/source/text/swriter/guide/calculate.xhp +++ b/main/helpcontent2/source/text/swriter/guide/calculate.xhp @@ -34,18 +34,18 @@ <bookmark_value>formulas; calculating in text</bookmark_value> <bookmark_value>references;in Writer tables</bookmark_value> </bookmark><comment>mw deleted "formula bar in text"</comment> -<paragraph xml-lang="en-US" id="hd_id3149909" role="heading" level="1" l10n="U" oldref="1"><variable id="calculate"><link href="text/swriter/guide/calculate.xhp" name="Calculating in Text Documents">Calculating in Text Documents</link> +<paragraph xml-lang="en-US" id="hd_id3149909" role="heading" level="1" l10n="U"><variable id="calculate"><link href="text/swriter/guide/calculate.xhp" name="Calculating in Text Documents">Calculating in Text Documents</link> </variable></paragraph> -<paragraph xml-lang="en-US" id="par_id3149949" role="paragraph" l10n="U" oldref="2">You can insert a calculation directly into a text document or into a text table.</paragraph> +<paragraph xml-lang="en-US" id="par_id3149949" role="paragraph" l10n="U">You can insert a calculation directly into a text document or into a text table.</paragraph> <list type="ordered"> <listitem> -<paragraph xml-lang="en-US" id="par_id3149972" role="listitem" l10n="U" oldref="3">Click in the document where you want to insert the calculation, and then press F2. If you are in a table cell, type an equals sign =.</paragraph> +<paragraph xml-lang="en-US" id="par_id3149972" role="listitem" l10n="U">Click in the document where you want to insert the calculation, and then press F2. If you are in a table cell, type an equals sign =.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3155547" role="listitem" l10n="U" oldref="10">Type the calculation that you want to insert, for example, <item type="literal">=10000/12</item>, and then press Enter.</paragraph> +<paragraph xml-lang="en-US" id="par_id3155547" role="listitem" l10n="U">Type the calculation that you want to insert, for example, <item type="literal">=10000/12</item>, and then press Enter.</paragraph> </listitem> </list> -<paragraph xml-lang="en-US" id="par_id3155565" role="paragraph" l10n="U" oldref="11">You can also click the <item type="menuitem">Formula</item> icon on the <item type="menuitem">Formula Bar</item>, and then choose a function for your formula.</paragraph> +<paragraph xml-lang="en-US" id="par_id3155565" role="paragraph" l10n="U">You can also click the <item type="menuitem">Formula</item> icon on the <item type="menuitem">Formula Bar</item>, and then choose a function for your formula.</paragraph> <paragraph xml-lang="en-US" id="par_id8316904" role="note" l10n="NEW">To reference cells in a Writer text table, enclose the cell address or the cell range in angle brackets. For example, to reference cell A1 from another cell, enter =<A1> into the cell.</paragraph> <embed href="text/shared/00/00000004.xhp#related"/> <embed href="text/swriter/main0214.xhp#releistename"/> diff --git a/main/helpcontent2/source/text/swriter/guide/subscript.xhp b/main/helpcontent2/source/text/swriter/guide/subscript.xhp index 356cbfbf5d..d966a990e7 100644 --- a/main/helpcontent2/source/text/swriter/guide/subscript.xhp +++ b/main/helpcontent2/source/text/swriter/guide/subscript.xhp @@ -35,27 +35,27 @@ <bookmark_value>subscript text</bookmark_value> <bookmark_value>characters;subscript and superscript</bookmark_value> </bookmark> -<paragraph xml-lang="en-US" id="hd_id3155174" role="heading" level="1" l10n="U" oldref="1"><variable id="subscript"><link href="text/swriter/guide/subscript.xhp" name="Making Text Superscript or Subscript">Making Text Superscript or Subscript</link> +<paragraph xml-lang="en-US" id="hd_id3155174" role="heading" level="1" l10n="U"><variable id="subscript"><link href="text/swriter/guide/subscript.xhp" name="Making Text Superscript or Subscript">Making Text Superscript or Subscript</link> </variable></paragraph> <list type="ordered"> <listitem> -<paragraph xml-lang="en-US" id="par_id3155917" role="listitem" l10n="U" oldref="2">Select the text that you want to make superscript or subscript.</paragraph> +<paragraph xml-lang="en-US" id="par_id3155917" role="listitem" l10n="U">Select the text that you want to make superscript or subscript.</paragraph> </listitem> <listitem> -<paragraph xml-lang="en-US" id="par_id3155865" role="listitem" l10n="U" oldref="28">Do one of the following:</paragraph> +<paragraph xml-lang="en-US" id="par_id3155865" role="listitem" l10n="U">Do one of the following:</paragraph> </listitem> </list> <comment>somehow the following list disappeared, see issue 112471, and this remained: (list type="unordered"/) (replaced brackets) </comment> <list type="unordered"> <listitem> -<paragraph role="listitem" id="par_id3149829" xml-lang="en-US" l10n="U" oldref="4">Choose <emph>Format - Character - Position</emph>, and then select <emph>Superscript</emph> or <emph>Subscript</emph>.</paragraph> +<paragraph role="listitem" id="par_id3149829" xml-lang="en-US" l10n="U">Choose <emph>Format - Character - Position</emph>, and then select <emph>Superscript</emph> or <emph>Subscript</emph>.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3156111" xml-lang="en-US" l10n="U" oldref="3">Press <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+P to make the text superscript, and <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+B to make the text subscript.</paragraph> +<paragraph role="listitem" id="par_id3156111" xml-lang="en-US" l10n="U">Press <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+P to make the text superscript, and <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+B to make the text subscript.</paragraph> </listitem> </list> <embed href="text/shared/00/00000004.xhp#related"/> -<paragraph xml-lang="en-US" id="par_id3153416" role="paragraph" l10n="U" oldref="26"><link href="text/shared/01/05020500.xhp" name="Format - Character - Position">Format - Character - Position</link></paragraph> -<paragraph xml-lang="en-US" id="par_id3154705" role="paragraph" l10n="U" oldref="27"><link href="text/shared/01/06040200.xhp" name="Tools - AutoCorrect - Replace">Tools - AutoCorrect - Replace</link></paragraph> +<paragraph xml-lang="en-US" id="par_id3153416" role="paragraph" l10n="U"><link href="text/shared/01/05020500.xhp" name="Format - Character - Position">Format - Character - Position</link></paragraph> +<paragraph xml-lang="en-US" id="par_id3154705" role="paragraph" l10n="U"><link href="text/shared/01/06040200.xhp" name="Tools - AutoCorrect - Replace">Tools - AutoCorrect - Replace</link></paragraph> </body> </helpdocument>