diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-02-19 16:48:55 +0100 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2021-02-19 18:44:04 +0100 |
commit | 9b39373c0559094e6b8b47cd740a7d5ddeb6a107 (patch) | |
tree | eee9f5682631f9d2182bc2a85096f67c447e4211 /source | |
parent | 07062a1f83cff429a389101a7781632827c8a7a0 (diff) |
tdf#139667 update insert "Page Count", including numbering style
( swriter/02/18030400.xhp )
* basic description for this command has not been changed
since first commit in 2004. Updated to appropriate form.
+ add <relatedtopics> section and one link
* use renamed German id from swriter/00/00000404.xhp
* update to <h1>
( swriter/00/00000404.xhp )
* rename one German id
Change-Id: If62ea45a52d9856e3ce42096c93ae60782040d33
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/111180
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Tested-by: Jenkins
Diffstat (limited to 'source')
-rw-r--r-- | source/text/swriter/00/00000404.xhp | 2 | ||||
-rw-r--r-- | source/text/swriter/02/18030400.xhp | 13 |
2 files changed, 8 insertions, 7 deletions
diff --git a/source/text/swriter/00/00000404.xhp b/source/text/swriter/00/00000404.xhp index 82fda57f67..26cd000430 100644 --- a/source/text/swriter/00/00000404.xhp +++ b/source/text/swriter/00/00000404.xhp @@ -39,7 +39,7 @@ <paragraph role="paragraph" id="par_id3149053" xml-lang="en-US"><variable id="feldbefehldatum">Choose <menuitem>Insert - Field - Date</menuitem></variable></paragraph> <paragraph role="paragraph" id="par_id3151393" xml-lang="en-US"><variable id="feldbefehluhrzeit">Choose <menuitem>Insert - Field - Time</menuitem></variable></paragraph> <paragraph role="paragraph" id="par_id3146325" xml-lang="en-US"><variable id="feldbefehlseitennummer">Choose <menuitem>Insert - Field - Page Number</menuitem></variable></paragraph> -<paragraph role="paragraph" id="par_id3149356" xml-lang="en-US"><variable id="feldbefehlseitenanzahl">Choose <menuitem>Insert - Field - Page Count</menuitem></variable></paragraph> +<paragraph role="paragraph" id="par_id3149356" xml-lang="en-US"><variable id="pagecount_field">Choose <menuitem>Insert - Field - Page Count</menuitem></variable></paragraph> <paragraph role="paragraph" id="par_id3153003" xml-lang="en-US"><variable id="feldbefehlthema">Choose <menuitem>Insert - Field - Subject</menuitem></variable></paragraph> <paragraph role="paragraph" id="par_id3150016" xml-lang="en-US"><variable id="feldbefehltitel">Choose <menuitem>Insert - Field - Title</menuitem></variable></paragraph> <paragraph role="paragraph" id="par_id3150564" xml-lang="en-US"><variable id="feldbefehlautor">Choose <menuitem>Insert - Field - First Author</menuitem></variable></paragraph> diff --git a/source/text/swriter/02/18030400.xhp b/source/text/swriter/02/18030400.xhp index 79e21c63db..7891c3e249 100644 --- a/source/text/swriter/02/18030400.xhp +++ b/source/text/swriter/02/18030400.xhp @@ -1,6 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> - - <!-- * This file is part of the LibreOffice project. * @@ -18,7 +16,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - + <helpdocument version="1.0"> <meta> <topic id="textswriter0218030400xml" indexer="include" status="PUBLISH"> @@ -32,12 +30,15 @@ <body> <section id="seitenzahl"> <bookmark xml-lang="en-US" branch="hid/.uno:InsertPageCountField" id="bm_id3154501" localize="false"/> -<paragraph role="heading" id="hd_id3145828" xml-lang="en-US" level="1"><link href="text/swriter/02/18030400.xhp" name="Page Count">Page Count</link></paragraph> +<h1 id="hd_id3145828" xml-lang="en-US"><link href="text/swriter/02/18030400.xhp" name="Page Count">Page Count</link></h1> <paragraph role="paragraph" id="par_id3148772" xml-lang="en-US"><ahelp hid=".uno:InsertPageCountField">Inserts as a field the total number of pages in the document.</ahelp></paragraph> </section> <section id="howtoget"> - <embed href="text/swriter/00/00000404.xhp#feldbefehlseitenanzahl"/> + <embed href="text/swriter/00/00000404.xhp#pagecount_field"/> +</section> +<paragraph role="paragraph" id="par_id3149294" xml-lang="en-US">The format of the field inserted using the <emph>Page Count</emph> command can be modified using the <link href="text/swriter/01/02140000.xhp" name="Edit - Field"><menuitem>Edit - Fields</menuitem></link> command.</paragraph> +<section id="relatedtopics"> +<paragraph role="paragraph" id="par_id291613751393995"><link href="text/swriter/01/04090001.xhp" name="Document">Document Statistics Fields</link></paragraph> </section> -<paragraph role="paragraph" id="par_id3149294" xml-lang="en-US">If you wish to have the page number formatted with a different numbering style, choose <emph>Insert - Field - More Fields</emph> to insert the required field, and specify the settings in the <link href="text/swriter/01/04090000.xhp" name="Field"><emph>Field</emph></link> dialog. The format of the field inserted using the <emph>Page Number</emph> command can also be modified using the <link href="text/swriter/01/02140000.xhp" name="Edit - Field"><emph>Edit - Field</emph></link> command.</paragraph> </body> </helpdocument> |