diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-09-28 19:06:29 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-09-29 02:46:33 +0200 |
commit | 59e38b61f4aecf25633770d24ac60fc7d3210705 (patch) | |
tree | 19f92c1e1c57d86301249a5e194e3b75cbb304b6 /source/text/shared | |
parent | 1c93d4ba6e0b516918ff22c8cdcbc9b808a491ad (diff) |
tdf#155876 Calc UI - Tools menu review
+ Refactor
Change-Id: I7bafaf32d0ae4561bafff7d2f42ee3256452ec66
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157389
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/shared')
-rw-r--r-- | source/text/shared/01/06040000.xhp | 18 | ||||
-rw-r--r-- | source/text/shared/main_tools.xhp | 13 |
2 files changed, 24 insertions, 7 deletions
diff --git a/source/text/shared/01/06040000.xhp b/source/text/shared/01/06040000.xhp index 1579f832c1..d1a09aeb0c 100644 --- a/source/text/shared/01/06040000.xhp +++ b/source/text/shared/01/06040000.xhp @@ -20,23 +20,27 @@ <meta> <topic id="textshared0106040000xml" indexer="include"> - <title xml-lang="en-US" id="tit">AutoCorrect</title> + <title id="tit">AutoCorrect</title> <filename>/text/shared/01/06040000.xhp</filename> </topic> </meta> <body> - <bookmark xml-lang="en-US" branch="index" id="bm_id3153391"> + <bookmark branch="index" id="bm_id3153391"> <bookmark_value>AutoCorrect function;switching on and off</bookmark_value> <bookmark_value>AutoComplete, see also AutoCorrect/AutoInput</bookmark_value> </bookmark> - <bookmark xml-lang="en-US" branch="hid/.uno:AutoCorrectDlg" id="bm_id1521736" localize="false"/> - <h1 id="hd_id3153391">AutoCorrect</h1> - <paragraph id="par_id3150838" role="paragraph" xml-lang="en-US"><variable id="autoko"><ahelp hid=".uno:AutoCorrectDlg">Sets the options for automatically replacing text as you type.</ahelp></variable></paragraph> + <bookmark branch="hid/.uno:AutoCorrectDlg" id="bm_id1521736" localize="false"/> + + <section id="autocorrectdlg"> + <h1 id="hd_id3153391"><variable id="h1"><link href="text/shared/01/06040000.xhp#autocorrect">AutoCorrect Options</link></variable></h1> + <paragraph id="par_id3150838" role="paragraph"><variable id="autoko"><ahelp hid=".uno:AutoCorrectDlg">Sets the options for automatically replacing text as you type.</ahelp></variable></paragraph> + </section> + <section id="howtoget"> <embed href="text/shared/00/00000406.xhp#autokorr"/> </section> - <paragraph id="par_id3147261" role="paragraph" xml-lang="en-US">To apply an AutoCorrect rule, enter the predefined text in the document and press the <widget>Spacebar</widget>.</paragraph> + <paragraph id="par_id3147261" role="paragraph">To apply an AutoCorrect rule, enter the predefined text in the document and press the <widget>Spacebar</widget>.</paragraph> <switch select="appl"> <case select="WRITER"> <note id="par_id791632159942582">To turn off AutoCorrect in %PRODUCTNAME Writer choose <menuitem>Tools - AutoCorrect - While Typing</menuitem>. Refer to the help page <link href="text/swriter/guide/auto_off.xhp">Turning Off AutoCorrect</link> to learn more about deactivating AutoCorrect in %PRODUCTNAME Writer.</note> @@ -62,7 +66,7 @@ <switch select="appl"> <case select="WRITER"> <section id="relatedtopics"> - <paragraph id="par_id3146137" role="paragraph" xml-lang="en-US"><link href="text/swriter/01/05150200.xhp">AutoCorrect</link></paragraph> + <paragraph id="par_id3146137" role="paragraph"><link href="text/swriter/01/05150200.xhp">AutoCorrect</link></paragraph> </section> </case> </switch> diff --git a/source/text/shared/main_tools.xhp b/source/text/shared/main_tools.xhp index 23f93e4e6c..272e2b7299 100644 --- a/source/text/shared/main_tools.xhp +++ b/source/text/shared/main_tools.xhp @@ -66,6 +66,19 @@ <embed href="text/swriter/01/06100000.xhp#sorttable"/> </case> <case select="CALC"> + <embed href="text/shared/01/06040000.xhp#autocorrectdlg"/> + <embed href="text/scalc/01/06130000.xhp#autoinput"/> + <embed href="text/shared/01/02220000.xhp#imagemap"/> + <embed href="text/shared/01/RedactDoc.xhp#redact"/> + <embed href="text/shared/01/AutoRedactDoc.xhp#autoredact"/> + <embed href="text/scalc/01/06040000.xhp#goalseek"/> + <embed href="text/scalc/01/solver.xhp#solverhead"/> + <embed href="text/scalc/01/06030000.xhp#detective"/> + <embed href="text/scalc/01/06050000.xhp#scenarios"/> + <embed href="text/shared/menu/forms.xhp#forms_submenu_Head"/> + <embed href="text/scalc/01/shared_spreadsheet.xhp#shared_spreadsheet_head"/> + <embed href="text/shared/01/Protect.xhp#protect_sheet"/> + <embed href="text/scalc/01/06060200.xhp#protectstructure"/> </case> <case select="IMPRESS"> </case> |