summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/searchresults.hxx
diff options
context:
space:
mode:
authorheiko tietze <tietze.heiko@gmail.com>2019-05-07 14:17:48 +0200
committerHeiko Tietze <tietze.heiko@gmail.com>2019-05-17 10:45:01 +0200
commit019c6ae2ee20a5923055c261abdd22575b69299b (patch)
tree9c360dfac8b292ac375d589ccecc714f4508a6fb /sc/source/ui/inc/searchresults.hxx
parent5187d3ae495a07373a12fd5980c9269bc8ce3f8f (diff)
Resolves tdf#87965 - Make 'Search Results' dialog optional
* Option introduced at Tools > Options > Calc > View (Windows) * Convenience checkbox added to the dialog Change-Id: Ic30fb302e61e77b0eefacd504f61f955bcf6e595 Reviewed-on: https://gerrit.libreoffice.org/71910 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
Diffstat (limited to 'sc/source/ui/inc/searchresults.hxx')
-rw-r--r--sc/source/ui/inc/searchresults.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/inc/searchresults.hxx b/sc/source/ui/inc/searchresults.hxx
index ff092f897b48..bbc734803c2b 100644
--- a/sc/source/ui/inc/searchresults.hxx
+++ b/sc/source/ui/inc/searchresults.hxx
@@ -27,8 +27,10 @@ class SearchResultsDlg : public SfxDialogController
ScDocument* mpDoc;
std::unique_ptr<weld::TreeView> mxList;
std::unique_ptr<weld::Label> mxSearchResults;
+ std::unique_ptr<weld::CheckButton> mxShowDialog;
DECL_LINK(ListSelectHdl, weld::TreeView&, void);
+ DECL_STATIC_LINK(SearchResultsDlg, OnShowToggled, weld::ToggleButton&, void);
public:
SearchResultsDlg(SfxBindings* _pBindings, weld::Window* pParent);
virtual ~SearchResultsDlg() override;