diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-06-27 19:25:25 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-06-28 14:51:44 +0200 |
commit | 8871d41ec6b31d722e3de27742605ff270cd33e1 (patch) | |
tree | a0d3407c55a4469792ee73865f35c6aa8259e58c | |
parent | 68b34cc91fa64ca5f0356c9d867bff1b51e848c9 (diff) |
tdf#144055 Fix Find & Replace Help page
Removed switch for Writer
Change-Id: I9d2c1a303ab5c2afdda75fd7403341bd2be97390
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136516
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/shared/guide/find_attributes.xhp | 29 |
1 files changed, 11 insertions, 18 deletions
diff --git a/source/text/shared/guide/find_attributes.xhp b/source/text/shared/guide/find_attributes.xhp index 666f87b48c..51b640cc49 100644 --- a/source/text/shared/guide/find_attributes.xhp +++ b/source/text/shared/guide/find_attributes.xhp @@ -1,6 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> - - <!-- * This file is part of the LibreOffice project. * @@ -18,7 +16,6 @@ * 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="textsharedguidefind_attributesxhp" indexer="include" status="PUBLISH"> @@ -30,23 +27,24 @@ </history> </meta> <body> -<switch select="appl"> -<case select="WRITER"> + <bookmark xml-lang="en-US" branch="index" id="bm_id5681020"><bookmark_value>fonts;finding</bookmark_value> <bookmark_value>font attributes;finding</bookmark_value> <bookmark_value>text attributes;finding</bookmark_value> <bookmark_value>attributes; finding</bookmark_value> +<bookmark_value>Find & Replace;attributes</bookmark_value> <bookmark_value>finding; attributes</bookmark_value> <bookmark_value>resetting;Find & Replace mode</bookmark_value> </bookmark> -<paragraph role="heading" id="par_idN10663" xml-lang="en-US" level="1"><variable id="find_attributes"><link href="text/shared/guide/find_attributes.xhp">Searching for Attributes</link> -</variable></paragraph> +<h1 id="par_idN10663"><variable id="find_attributes"><link href="text/shared/guide/find_attributes.xhp">Searching for Attributes</link> +</variable></h1> +<paragraph role="paragraph" id="par_id6837672" xml-lang="en-US">Searching for attributes is available in the Find & Replace dialog for text documents.</paragraph> <paragraph role="paragraph" id="par_idN10681" xml-lang="en-US">You can search for text with attributes that are applied either by direct formatting or by styles. For example, if you search for the <emph>Font</emph> attribute, all instances of text that do not use the default font are found. All text that has a directly coded font attribute, and all text where a style switches the font attribute, are found.</paragraph> -<paragraph role="tip" id="par_idN10688" xml-lang="en-US">If you want to find text with any font by name, click the <emph>Format</emph> button in the <link href="text/shared/01/02100000.xhp">Find & Replace</link> dialog of %PRODUCTNAME Writer.</paragraph> -<paragraph role="note" id="par_idN1069D" xml-lang="en-US">After you select the attributes that you want to search for, the <emph>Paragraph Styles</emph> box in the <emph>Other options</emph> area of the %PRODUCTNAME Writer <emph>Find & Replace </emph>dialog changes to <emph>Including Styles</emph>.</paragraph> -<paragraph role="note" id="par_idN106B0" xml-lang="en-US">If you want to search for text in which attributes were set by using direct formatting and styles, select the <emph>Including Styles</emph> box.</paragraph> -<paragraph role="note" id="par_idN106B7" xml-lang="en-US">The search criteria for attributes are listed below the <emph>Find</emph> box.</paragraph> -<paragraph role="heading" id="par_idN106BE" xml-lang="en-US" level="2">To search for all font changes</paragraph> +<tip id="par_idN10688">If you want to find text with any font by name, click the <emph>Format</emph> button in the <link href="text/shared/01/02100000.xhp">Find & Replace</link> dialog of %PRODUCTNAME Writer.</tip> +<note id="par_idN1069D">After you select the attributes that you want to search for, the <emph>Paragraph Styles</emph> box in the <emph>Other options</emph> area of the %PRODUCTNAME Writer <emph>Find & Replace </emph>dialog changes to <emph>Including Styles</emph>.</note> +<note id="par_idN106B0">If you want to search for text in which attributes were set by using direct formatting and styles, select the <emph>Including Styles</emph> box.</note> +<note id="par_idN106B7">The search criteria for attributes are listed below the <emph>Find</emph> box.</note> +<h2 id="par_idN106BE">To search for all font changes</h2> <list type="ordered"> <listitem> <paragraph role="paragraph" id="par_idN106C5" xml-lang="en-US">Choose <emph>Edit - Find & Replace</emph>.</paragraph> @@ -66,7 +64,7 @@ </listitem> </list> <paragraph role="paragraph" id="par_idN106FB" xml-lang="en-US">All places where a font change was applied, either directly or by assigning an appropriate style, are found.</paragraph> -<paragraph role="heading" id="par_idN106FE" xml-lang="en-US" level="2">To reset the Find & Replace mode</paragraph> +<h2 id="par_idN106FE">To reset the Find & Replace mode</h2> <paragraph role="paragraph" id="par_idN10702" xml-lang="en-US">To stop searching for the current attributes, reset the <emph>Find & Replace</emph> dialog to normal mode.</paragraph> <list type="unordered"> <listitem> @@ -76,10 +74,5 @@ <section id="relatedtopics"> <paragraph role="paragraph" id="par_idN1071E" xml-lang="en-US"><link href="text/shared/01/02100000.xhp">Find & Replace</link> dialog</paragraph> </section> -</case> -<default> -<paragraph role="paragraph" id="par_id6837672" xml-lang="en-US">Searching for attributes is available in the Find & Replace dialog for text documents.</paragraph> -</default> -</switch> </body> </helpdocument> |