diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-11-21 23:11:25 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-11-30 19:32:49 +0100 |
commit | ac90f2c26437ee2a8710531d73a9fcd4b31f346b (patch) | |
tree | e5ed031b38cf5211499560379cb41807c8df359c /source/text/swriter/02 | |
parent | f6efeaae23a7f7265f3b28ed8d2745a95c072797 (diff) |
tdf#138389 improve the "guide" page for number recognition in Writer tables
( swriter/guide/number_date_conv.xhp )
This page referred only to "date" formatting, but it applies
for all numbers. This has been elaborated in this guide page.
( shared/optionen/01040500.xhp ) (Tools>Options>LibreOffice>Table)
* make correction in how "Number Recognition" is explained
+ add section to embed into Table menu
+ add section to embed into swriter/guide/number_date_conv.xhp
* change "Repeat on each page" to <h4>
* update to <h1>,<h2>,some <h3>,<note>
( shared/01/05020300.xhp ) (Format Numbers)
* update labels
"Use thouands separator" --> "Thousands separator"
"Negative numbers in red" --> "Negative numbers red"
( swriter/02/04250000.xhp ) (Sum)
* correction of command sequence to activate number recognition
* update to <h1>, image size to 1cm
- remove colspan="" rowspan="" from <tablecell>
( swriter/01/04150000.xhp ) (Insert Table)
* correction about position of <embed> to "Related topics"
* update to <h1>,<relatedtopics>
( text/swriter/guide/auto_off.xhp )
* update to <h1>,<h2>,<relatedtopics>
Change-Id: I1af252a0218b9cf586cb757cf1aa5d9668a1bf5a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/106234
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'source/text/swriter/02')
-rw-r--r-- | source/text/swriter/02/04250000.xhp | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/source/text/swriter/02/04250000.xhp b/source/text/swriter/02/04250000.xhp index 6a6f7bd3f2..85ae869610 100644 --- a/source/text/swriter/02/04250000.xhp +++ b/source/text/swriter/02/04250000.xhp @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> - - +<helpdocument version="1.0"> <!-- * This file is part of the LibreOffice project. * @@ -18,8 +17,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="textswriter0204250000xml" indexer="include" status="PUBLISH"> <title id="tit" xml-lang="en-US">Sum</title> @@ -32,21 +30,20 @@ <body> <section id="summe"> <bookmark xml-lang="en-US" branch="hid/.uno:AutoSum" id="bm_id4305427" localize="false"/> -<paragraph role="heading" id="hd_id3143232" xml-lang="en-US" level="1"><link href="text/swriter/02/04250000.xhp" name="Sum">Sum</link></paragraph> +<h1 id="hd_id3143232" xml-lang="en-US"><link href="text/swriter/02/04250000.xhp" name="Sum">Sum</link></h1> <paragraph role="paragraph" id="par_id3146899" xml-lang="en-US"><ahelp hid=".uno:AutoSum">Activates the sum function. Note that the cursor must be in the cell where you want the sum to appear.</ahelp></paragraph> </section> <paragraph role="paragraph" id="par_id3154504" xml-lang="en-US"> -<item type="productname">%PRODUCTNAME</item> recognizes the cell range for the sum function as long as the cells are filled with numbers. Prior to entering the data, you must enable the <emph>Number Recognition</emph> in the context menu of the table.</paragraph> +%PRODUCTNAME recognizes the cell range for the sum function as long as the cells are filled with numbers. Prior to entering the data, you must choose <menuitem>Table > Number Recognition</menuitem> to enable this feature.</paragraph> <paragraph role="paragraph" id="par_id3148771" xml-lang="en-US">Click <emph>Apply</emph> to accept the sum formula as it appears in the entry line.</paragraph> <section id="sysumme"> <table id="tbl_id3149286"> <tablerow> -<tablecell colspan="" rowspan=""> +<tablecell> <paragraph role="paragraph" id="par_id3145418" xml-lang="en-US"> -<image id="img_id3147512" src="cmd/sc_autosum.png" width="0.222inch" height="0.222inch"><alt id="alt_id3147512" xml-lang="en-US">Icon</alt> - </image></paragraph> +<image id="img_id3147512" src="cmd/sc_autosum.png" width="1cm" height="1cm"><alt id="alt_id3147512" xml-lang="en-US">Icon</alt></image></paragraph> </tablecell> -<tablecell colspan="" rowspan=""> +<tablecell> <paragraph role="paragraph" id="par_id3150750" xml-lang="en-US">Sum</paragraph> </tablecell> </tablerow> |