diff options
author | AhmedHamed <ahmedhamed3699@gmail.com> | 2024-07-05 21:41:26 +0300 |
---|---|---|
committer | Andreas Heinisch <andreas.heinisch@yahoo.de> | 2024-09-03 09:59:16 +0200 |
commit | d05e0be5f4ab2bdb31d6cf14528a9a8ee5ac965c (patch) | |
tree | 1dc8194db01b3376bc7adddfe0d56abefaf926f3 /sc/uiconfig/scalc | |
parent | 5b0256f30ee154edb28b999bc4faba2453fc32b8 (diff) |
tdf#161543 Enhance the searching functionality in FD & FW
Change-Id: I1a21595228f886c942ae46d90e41705443d31550
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170073
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
Tested-by: Jenkins
Diffstat (limited to 'sc/uiconfig/scalc')
-rw-r--r-- | sc/uiconfig/scalc/ui/functionpanel.ui | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/sc/uiconfig/scalc/ui/functionpanel.ui b/sc/uiconfig/scalc/ui/functionpanel.ui index 671aa7149270..f2bade14020e 100644 --- a/sc/uiconfig/scalc/ui/functionpanel.ui +++ b/sc/uiconfig/scalc/ui/functionpanel.ui @@ -145,7 +145,7 @@ <object class="GtkBox"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="orientation">vertical</property> + <property name="orientation">horizontal</property> <property name="spacing">6</property> <child> <object class="GtkEntry" id="search"> @@ -166,6 +166,26 @@ <property name="position">1</property> </packing> </child> + <child> + <object class="GtkCheckButton" id="similaritysearch"> + <property name="label" translatable="yes" context="functionpanel|similaritysearch">Similar</property> + <property name="visible">True</property> + <property name="can-focus">True</property> + <property name="receives-default">False</property> + <property name="use-underline">True</property> + <property name="draw-indicator">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="similaritysearch-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="functionpanel|extended_tip|similaritysearch">Search and Sort functions by similarity</property> + </object> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">2</property> + </packing> + </child> </object> <packing> <property name="left-attach">0</property> |