diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-07-23 14:22:51 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-07-23 22:37:17 +0200 |
commit | f5fd4936ad7e7519167668724ad85506b95f8acb (patch) | |
tree | 07a5d78a11fcba39334eaa43c73127def985646e /source/text/shared/01/05010000.xhp | |
parent | 4e091684b48a7aed1778e8c72bfd92eb31f43177 (diff) |
tdf#155875 Tab'd UI cmds Writer/Format in Help(4)
+ refactoring
+ Writer Format menu (part 4)
Change-Id: I5d478579b726918b1f0df95a7dce41683dc117ff
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/154813
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/shared/01/05010000.xhp')
-rw-r--r-- | source/text/shared/01/05010000.xhp | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/source/text/shared/01/05010000.xhp b/source/text/shared/01/05010000.xhp index 2c916da5ab..f11c99a9a6 100644 --- a/source/text/shared/01/05010000.xhp +++ b/source/text/shared/01/05010000.xhp @@ -1,7 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> - - - <!-- * This file is part of the LibreOffice project. * @@ -22,13 +19,13 @@ <helpdocument version="1.0"> <meta> <topic id="textshared0105010000xml" indexer="include" status="PUBLISH"> -<title id="tit" xml-lang="en-US">Clear Direct Formatting</title> +<title id="tit">Clear Direct Formatting</title> <filename>/text/shared/01/05010000.xhp</filename> </topic> </meta> <body> <section id="standard"> -<bookmark xml-lang="en-US" branch="index" id="bm_id3157959"> +<bookmark branch="index" id="bm_id3157959"> <bookmark_value>formatting; undoing when writing</bookmark_value> <bookmark_value>paragraph;clear direct formatting</bookmark_value> <bookmark_value>format;clear direct formatting</bookmark_value> @@ -38,25 +35,25 @@ <bookmark_value>cells;resetting formats</bookmark_value> </bookmark> <comment>MW changed "formats;" to "formatting;"</comment> -<bookmark xml-lang="en-US" branch="hid/.uno:ResetAttributes" id="bm_id2958684" localize="false"/> -<bookmark xml-lang="en-US" branch="hid/.uno:SetDefault" id="bm_id3244018" localize="false"/> -<bookmark xml-lang="en-US" branch="hid/.uno:StandardTextAttributes" id="bm_id2575480" localize="false"/> +<bookmark branch="hid/.uno:ResetAttributes" id="bm_id2958684" localize="false"/> +<bookmark branch="hid/.uno:SetDefault" id="bm_id3244018" localize="false"/> +<bookmark branch="hid/.uno:StandardTextAttributes" id="bm_id2575480" localize="false"/> <h1 id="hd_id3153391"><link href="text/shared/01/05010000.xhp">Clear Direct Formatting</link></h1> -<paragraph role="paragraph" id="par_id3145829" xml-lang="en-US"><ahelp hid=".">Removes direct formatting from the selection.</ahelp></paragraph> +<paragraph role="paragraph" id="par_id3145829"><ahelp hid=".">Removes direct formatting from the selection.</ahelp></paragraph> </section> -<paragraph role="paragraph" id="par_id3147261" xml-lang="en-US"><switchinline select="appl"><caseinline select="CHART"> +<paragraph role="paragraph" id="par_id3147261"><switchinline select="appl"><caseinline select="CHART"> </caseinline><defaultinline>Direct formatting is formatting that you applied without using styles, such as setting bold typeface by clicking the <emph>Bold</emph> icon.</defaultinline></switchinline></paragraph> <section id="howtoget"> <embed href="text/shared/00/00040500.xhp#standard"/> </section> <switch select="appl"> - <case select="CALC"></case> - <case select="IMPRESS"></case> - <case select="DRAW"></case> + <case select="CALC"/> + <case select="IMPRESS"/> + <case select="DRAW"/> <default> <note id="par_id671594846326658">Applied styles (paragraph, character, and other types) are not affected by <emph>Clear Direct Formatting</emph>, only direct formatting applied on top of the styles. To remove formatting applied by a character or paragraph style, reapply the corresponding <emph>Default</emph> style.</note> - <tip id="par_id3157959" xml-lang="en-US">To stop applying a direct format, such as underlining, while you type new text at the end of a line, press <keycode>Shift+Ctrl+X</keycode>.</tip> + <tip id="par_id3157959">To stop applying a direct format, such as underlining, while you type new text at the end of a line, press <keycode>Shift+Ctrl+X</keycode>.</tip> <note id="par_id91619108534060">Bullets and numbering are properties of lists. <emph>Clear Direct Formatting</emph> does not clear directly formatted bullets and numbering found in a paragraph. To remove the bullet and numbering applied directly to a paragraph, use the <emph>Toggle Unordered List</emph>, the <emph>Toggle Ordered List</emph> or the <emph>No List</emph> icons on the Formatting toolbar.</note> </default> |