diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-02-16 17:22:29 -0300 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-02-18 12:31:37 +0100 |
commit | 04eab5c5e9782cc901262135c68f394f1b3fd163 (patch) | |
tree | f6ae96f1f7a152755c8194dcabbc424209c4d7f3 | |
parent | 3e86799f1b1e957e442a23022bc12cc25bb0c8a6 (diff) |
tdf#147362 Add bookmark for italic autocorrect function
Add also bookmark index for undeline, bold, strikeout.
Change-Id: I6f5ebde77ffbc95b3a1e3758994e734be8f616c7
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/130053
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | source/text/shared/01/06040100.xhp | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/source/text/shared/01/06040100.xhp b/source/text/shared/01/06040100.xhp index 9c791c9b47..ca1b2a2ee3 100644 --- a/source/text/shared/01/06040100.xhp +++ b/source/text/shared/01/06040100.xhp @@ -31,8 +31,6 @@ <bookmark_value>words; automatically replacing</bookmark_value> <bookmark_value>abbreviation replacement</bookmark_value> <bookmark_value>capital letters; AutoCorrect function</bookmark_value> - <bookmark_value>bold; AutoFormat function</bookmark_value> - <bookmark_value>underlining; AutoFormat function</bookmark_value> <bookmark_value>spaces; ignoring double</bookmark_value> <bookmark_value>numbering; using automatically</bookmark_value> <bookmark_value>paragraphs; numbering automatically</bookmark_value> @@ -76,10 +74,20 @@ <paragraph xml-lang="en-US" id="par_id5240028" role="note">The first letter in a Calc cell will never be capitalized automatically.<comment>see i78661</comment></paragraph> </case> </switch> +<bookmark xml-lang="en-US" branch="index" id="bm_id811645041244683"> +<bookmark_value>bold; AutoFormat function</bookmark_value> +<bookmark_value>bold; using * when typing</bookmark_value> +<bookmark_value>underlining; AutoFormat function</bookmark_value> +<bookmark_value>underlining; using _ when typing</bookmark_value> +<bookmark_value>italic; AutoFormat function</bookmark_value> +<bookmark_value>italic; using / when typing</bookmark_value> +<bookmark_value>strikeout; AutoFormat function</bookmark_value> +<bookmark_value>strikeout; using - when typing</bookmark_value> +</bookmark> <h3 xml-lang="en-US" id="hd_id3145072">Automatic *bold*, /italic/, -strikeout- and _underline_</h3> <paragraph xml-lang="en-US" id="par_id3153577" role="paragraph">Automatically applies bold, italic, strikethrough or underline formatting to text enclosed by asterisks (*), slashes (/), hyphens (-), and underscores (_), respectively. These characters disappear after the formatting is applied.</paragraph> <paragraph xml-lang="en-US" id="par_id3153127" role="note">This feature does not work if the formatting characters <item type="literal">* / - _</item> are entered with an <link href="text/shared/00/00000005.xhp#IME" name="Input Method Editor">Input Method Editor</link>.</paragraph> - <h3 xml-lang="en-US" id="hd_id3150275">URL Recognition</h3> +<h3 xml-lang="en-US" id="hd_id3150275">URL Recognition</h3> <paragraph xml-lang="en-US" id="par_id3158430" role="paragraph">Automatically creates a hyperlink when you type a <link href="text/shared/00/00000002.xhp#url" name="URL">URL</link>.</paragraph> <comment>UFI: moved "replace 1st" to Localized Options tab page, cws cbosdo01</comment> <h3 xml-lang="en-US" id="hd_id3148473">Replace Dashes<comment>UFI: changed switches, added table, #61325#</comment></h3><comment>UFI: see i73558 for name: not the dashes are replaced but the hyphens (or even better the minus signs)</comment> |