From 8a560f1347dfcf3f181bb827845fd33d1b22eddb Mon Sep 17 00:00:00 2001 From: Rafael Lima Date: Fri, 7 Jan 2022 20:16:26 +0100 Subject: tdf#145060 Create help page for the Find toolbar Change-Id: Ifad2102915236ffe2098b1aae15d3e5c39bb2921 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/128079 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- AllLangHelp_shared.mk | 1 + source/auxiliary/scalc.tree | 1 + source/auxiliary/sdraw.tree | 1 + source/auxiliary/simpress.tree | 1 + source/auxiliary/swriter.tree | 1 + source/text/scalc/main0200.xhp | 3 ++ source/text/sdraw/main0200.xhp | 3 ++ source/text/shared/find_toolbar.xhp | 94 +++++++++++++++++++++++++++++++++++++ source/text/simpress/main0200.xhp | 3 ++ source/text/swriter/main0200.xhp | 3 ++ 10 files changed, 111 insertions(+) create mode 100644 source/text/shared/find_toolbar.xhp diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk index d6687da3d8..77c368560c 100644 --- a/AllLangHelp_shared.mk +++ b/AllLangHelp_shared.mk @@ -761,6 +761,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/guide/xsltfilter \ helpcontent2/source/text/shared/guide/xsltfilter_create \ helpcontent2/source/text/shared/guide/xsltfilter_distribute \ + helpcontent2/source/text/shared/find_toolbar \ helpcontent2/source/text/shared/main0108 \ helpcontent2/source/text/shared/main0201 \ helpcontent2/source/text/shared/main0204 \ diff --git a/source/auxiliary/scalc.tree b/source/auxiliary/scalc.tree index 97a11ee049..849f2a82f8 100644 --- a/source/auxiliary/scalc.tree +++ b/source/auxiliary/scalc.tree @@ -43,6 +43,7 @@ Toolbars + Find Bar Formatting Bar Drawing Object Properties Bar Text Formatting Bar diff --git a/source/auxiliary/sdraw.tree b/source/auxiliary/sdraw.tree index 381fb48660..a1d7784b44 100644 --- a/source/auxiliary/sdraw.tree +++ b/source/auxiliary/sdraw.tree @@ -33,6 +33,7 @@ Toolbars Drawing Bar + Find Bar Options Bar Standard Bar Form Navigation Bar diff --git a/source/auxiliary/simpress.tree b/source/auxiliary/simpress.tree index 9ba7121c93..0712bd4c90 100644 --- a/source/auxiliary/simpress.tree +++ b/source/auxiliary/simpress.tree @@ -42,6 +42,7 @@ Toolbars + Find Bar Line and Filling Bar Text Formatting Bar Slide View Bar diff --git a/source/auxiliary/swriter.tree b/source/auxiliary/swriter.tree index 30ff7be48e..4f8168608e 100644 --- a/source/auxiliary/swriter.tree +++ b/source/auxiliary/swriter.tree @@ -44,6 +44,7 @@ Toolbars + Find Bar Formatting Bar Image Bar Table Bar diff --git a/source/text/scalc/main0200.xhp b/source/text/scalc/main0200.xhp index 6f0f04cc4c..d7ed89cfff 100644 --- a/source/text/scalc/main0200.xhp +++ b/source/text/scalc/main0200.xhp @@ -48,6 +48,9 @@
+
+ +
diff --git a/source/text/sdraw/main0200.xhp b/source/text/sdraw/main0200.xhp index 18881cafc0..2bc13c5b4c 100644 --- a/source/text/sdraw/main0200.xhp +++ b/source/text/sdraw/main0200.xhp @@ -37,6 +37,9 @@
+
+ +
diff --git a/source/text/shared/find_toolbar.xhp b/source/text/shared/find_toolbar.xhp new file mode 100644 index 0000000000..f42674ce3a --- /dev/null +++ b/source/text/shared/find_toolbar.xhp @@ -0,0 +1,94 @@ + + + + + + + Find Bar + /text/shared/find_toolbar.xhp + + + + + + Find toolbar + + + + +
+

Find Bar

+ The Find toolbar can be used to quickly search the contents of %PRODUCTNAME documents. +
+ Use the shortcut CommandCtrl + F to quickly open the Find toolbar. + +

Find Text

+ Enter the text to be searched in the document. Press Enter to perform the search. + +

Find Previous

+ Moves the cursor and selects the previous match of the search text. + + + + +Find Previous Icon + + + + Find Previous Icon + + +
+ +

Find Next

+ Moves the cursor and selects the next match of the search text. + + + + +Find Next Icon + + + + Find Next Icon + + +
+ +

Find All

+ Highlights all matches in the document. + +

Match Case

+ Choose this option to perform case-sensitive search. + + + +

Formatted Display

+ Performs the search considering the formatted value in a cell. +
+
+ +

Find and Replace

+ Opens the Find and Replace dialog, which provides more options for searching the document. + + + + +Find and Replace Icon + + + + Find and Replace Icon + + +
+ + +
diff --git a/source/text/simpress/main0200.xhp b/source/text/simpress/main0200.xhp index 1cf7a7b6c1..88020488b5 100644 --- a/source/text/simpress/main0200.xhp +++ b/source/text/simpress/main0200.xhp @@ -37,6 +37,9 @@
+
+ +
diff --git a/source/text/swriter/main0200.xhp b/source/text/swriter/main0200.xhp index 1bf698dcdc..e8d9b7e20a 100644 --- a/source/text/swriter/main0200.xhp +++ b/source/text/swriter/main0200.xhp @@ -39,6 +39,9 @@
+
+ +
-- cgit