diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-11-21 14:51:19 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-11-21 17:07:12 +0100 |
commit | c2146f0ddc2dff0b5b4b3bb488ecb98513984b64 (patch) | |
tree | 000d6ae100855aa3d0ba2ac55ea6ec194ab582c6 | |
parent | a3d7af3041f516c5185e103b62ad7093ab93cd77 (diff) |
tdf#138389 update Number Recognition help and improve indexinglibreoffice-7-1-branch-point
+ add paragraph to indicate the setting applies globally
* update to <h1>,<relatedtopics>,<menuitem> (in updated paragraph)
Change-Id: I30fe10e25258801740e815bfafa8d622ffa74784
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/106232
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
-rw-r--r-- | source/text/swriter/guide/number_date_conv.xhp | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/source/text/swriter/guide/number_date_conv.xhp b/source/text/swriter/guide/number_date_conv.xhp index 82714d401d..1dc2e5ac8a 100644 --- a/source/text/swriter/guide/number_date_conv.xhp +++ b/source/text/swriter/guide/number_date_conv.xhp @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <helpdocument version="1.0"> - <!-- * This file is part of the LibreOffice project. * @@ -19,7 +18,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - <meta> <topic id="textswriterguidenumber_date_convxml" indexer="include" status="PUBLISH"> <title xml-lang="en-US" id="tit">Turning Number Recognition On or Off in Tables</title> @@ -27,18 +25,21 @@ </topic> </meta> <body> -<bookmark xml-lang="en-US" branch="index" id="bm_id3156383"><bookmark_value>numbers; automatic recognition in text tables</bookmark_value> +<bookmark xml-lang="en-US" branch="index" id="bm_id3156383"> + <bookmark_value>numbers; automatic recognition in text tables</bookmark_value> <bookmark_value>tables; number recognition</bookmark_value> + <bookmark_value>tables; date formatting</bookmark_value> <bookmark_value>dates;formatting automatically in tables</bookmark_value> <bookmark_value>recognition;numbers</bookmark_value> -</bookmark><comment>MW added "recognition;"</comment> -<paragraph xml-lang="en-US" id="hd_id3156383" role="heading" level="1"><variable id="number_date_conv"><link href="text/swriter/guide/number_date_conv.xhp" name="Turning Number Recognition On or Off in Tables">Turning Number Recognition On or Off in Tables</link> -</variable></paragraph> +</bookmark> +<h1 xml-lang="en-US" id="hd_id3156383"><variable id="number_date_conv"><link href="text/swriter/guide/number_date_conv.xhp" name="Turning Number Recognition On or Off in Tables">Turning Number Recognition On or Off in Tables</link> +</variable></h1> <paragraph xml-lang="en-US" id="par_id3155179" role="paragraph">$[officename] can automatically format dates that you have entered into a table, according to the regional settings specified in your operating system.</paragraph> <paragraph xml-lang="en-US" id="par_id3149966" role="paragraph">Do one of the following:</paragraph> <list type="unordered"> <listitem> - <paragraph xml-lang="en-US" id="par_id3155919" role="listitem">Right-click in a table cell and choose <item type="menuitem">Number recognition</item>. When this feature is on, a check mark is displayed in front of the <item type="menuitem">Number recognition</item> command.</paragraph> + <paragraph xml-lang="en-US" id="par_id3155919" role="listitem">Choose <menuitem>Table > Number recognition</menuitem>.</paragraph> + <paragraph role="listitem" id="par_id531605970858214">When this feature is on, a check mark is displayed in front of the <menuitem>Number recognition</menuitem> command.</paragraph> </listitem> </list> <list type="unordered"> @@ -46,7 +47,9 @@ <paragraph xml-lang="en-US" id="par_id3155527" role="listitem">Choose <switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <item type="menuitem">%PRODUCTNAME Writer - Table</item>, and select or clear the <item type="menuitem">Number recognition</item> check box.</paragraph> </listitem> </list> - <embed href="text/shared/00/00000004.xhp#related"/> - <paragraph xml-lang="en-US" id="par_id3153415" role="paragraph"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01040500.xhp" name="Text Document - Table">%PRODUCTNAME Writer - Table</link></paragraph> +<paragraph role="paragraph" id="par_id781605970689063">This feature applies globally to all tables in all documents. When enabled, typing a date into a table cell will result in automatic formatting. Enabling and disabling this feature does not change existing data formatting.</paragraph> +<section id="relatedtopics"> +<paragraph xml-lang="en-US" id="par_id3153415" role="paragraph"><switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01040500.xhp" name="Text Document - Table">%PRODUCTNAME Writer - Table</link></paragraph> +</section> </body> </helpdocument>
\ No newline at end of file |