diff options
author | jlorber <jlorber@linagora.com> | 2025-02-26 10:38:59 +0100 |
---|---|---|
committer | Jim Raykowski <raykowj@gmail.com> | 2025-03-19 01:15:40 +0100 |
commit | 4957d832c76598e78a57324dad5b4de7345a33e2 (patch) | |
tree | 966a64a54dd1a850eb54b0fb2a089758c47d52eb /sw/uiconfig | |
parent | 1c4c24042cbe0ede59513d30a676442f7f238b62 (diff) |
tdf#163616 add Match Diacritics to the find bar
Trying to replicate the behaviour implemented
in the search dialog, while trying to respect
the previous logic for search bar which
ignores diacritics and kashida if CTL font
is enabled.
In my opinion, the new checkbox should be the
only parameter ruling whether the search
should match diacritics or not, but we
can still ignore kashida if CTL font is
enabled.
Change-Id: I1b88be26dd80a1ebbcf78c32ade7d5a289e0766c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182212
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/sglobal/toolbar/findbar.xml | 1 | ||||
-rw-r--r-- | sw/uiconfig/sweb/toolbar/findbar.xml | 1 | ||||
-rw-r--r-- | sw/uiconfig/swriter/toolbar/findbar.xml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sw/uiconfig/sglobal/toolbar/findbar.xml b/sw/uiconfig/sglobal/toolbar/findbar.xml index 15a29ac85162..31a9f96f9718 100644 --- a/sw/uiconfig/sglobal/toolbar/findbar.xml +++ b/sw/uiconfig/sglobal/toolbar/findbar.xml @@ -24,6 +24,7 @@ <toolbar:toolbaritem xlink:href=".uno:DownSearch"/> <toolbar:toolbaritem xlink:href=".uno:FindAll"/> <toolbar:toolbaritem xlink:href=".uno:MatchCase"/> + <toolbar:toolbaritem xlink:href=".uno:MatchDiacritics"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:SearchDialog"/> <toolbar:toolbarseparator/> diff --git a/sw/uiconfig/sweb/toolbar/findbar.xml b/sw/uiconfig/sweb/toolbar/findbar.xml index 7c71a1ac2756..95f31f687a78 100644 --- a/sw/uiconfig/sweb/toolbar/findbar.xml +++ b/sw/uiconfig/sweb/toolbar/findbar.xml @@ -24,6 +24,7 @@ <toolbar:toolbaritem xlink:href=".uno:DownSearch"/> <toolbar:toolbaritem xlink:href=".uno:FindAll"/> <toolbar:toolbaritem xlink:href=".uno:MatchCase"/> + <toolbar:toolbaritem xlink:href=".uno:MatchDiacritics"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:SearchDialog"/> <toolbar:toolbarseparator/> diff --git a/sw/uiconfig/swriter/toolbar/findbar.xml b/sw/uiconfig/swriter/toolbar/findbar.xml index e77af94f2954..7124dc2e6696 100644 --- a/sw/uiconfig/swriter/toolbar/findbar.xml +++ b/sw/uiconfig/swriter/toolbar/findbar.xml @@ -24,6 +24,7 @@ <toolbar:toolbaritem xlink:href=".uno:DownSearch"/> <toolbar:toolbaritem xlink:href=".uno:FindAll"/> <toolbar:toolbaritem xlink:href=".uno:MatchCase"/> + <toolbar:toolbaritem xlink:href=".uno:MatchDiacritics"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:SearchDialog"/> <toolbar:toolbarseparator/> |