diff options
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/SpellDialog.hxx | 2 | ||||
-rw-r--r-- | cui/source/inc/autocdlg.hxx | 2 | ||||
-rw-r--r-- | cui/source/inc/cfg.hxx | 2 | ||||
-rw-r--r-- | cui/source/inc/cfgutil.hxx | 5 | ||||
-rw-r--r-- | cui/source/inc/cuigaldlg.hxx | 2 | ||||
-rw-r--r-- | cui/source/inc/dbregister.hxx | 2 | ||||
-rw-r--r-- | cui/source/inc/hlmarkwn.hxx | 2 | ||||
-rw-r--r-- | cui/source/inc/insdlg.hxx | 2 | ||||
-rw-r--r-- | cui/source/inc/linkdlg.hxx | 2 | ||||
-rw-r--r-- | cui/source/inc/macroass.hxx | 2 | ||||
-rw-r--r-- | cui/source/inc/macropg.hxx | 2 | ||||
-rw-r--r-- | cui/source/inc/numfmt.hxx | 2 | ||||
-rw-r--r-- | cui/source/inc/optlingu.hxx | 2 | ||||
-rw-r--r-- | cui/source/inc/optpath.hxx | 2 | ||||
-rw-r--r-- | cui/source/inc/pastedlg.hxx | 2 | ||||
-rw-r--r-- | cui/source/inc/tabstpge.hxx | 2 | ||||
-rw-r--r-- | cui/source/inc/thesdlg.hxx | 2 | ||||
-rw-r--r-- | cui/source/inc/treeopt.hxx | 1 |
18 files changed, 18 insertions, 20 deletions
diff --git a/cui/source/inc/SpellDialog.hxx b/cui/source/inc/SpellDialog.hxx index 65de78342f7e..b38880ee5869 100644 --- a/cui/source/inc/SpellDialog.hxx +++ b/cui/source/inc/SpellDialog.hxx @@ -171,7 +171,7 @@ private: std::unique_ptr<weld::CustomWeld> m_xSentenceEDWeld; DECL_LINK(ChangeHdl, weld::Button&, void); - DECL_LINK(DoubleClickChangeHdl, weld::TreeView&, void); + DECL_LINK(DoubleClickChangeHdl, weld::TreeView&, bool); DECL_LINK(ChangeAllHdl, weld::Button&, void); DECL_LINK(IgnoreAllHdl, weld::Button&, void); DECL_LINK(IgnoreHdl, weld::Button&, void); diff --git a/cui/source/inc/autocdlg.hxx b/cui/source/inc/autocdlg.hxx index dbf437dfbe5a..3254573a6d3a 100644 --- a/cui/source/inc/autocdlg.hxx +++ b/cui/source/inc/autocdlg.hxx @@ -114,7 +114,7 @@ class OfaSwAutoFmtOptionsPage : public SfxTabPage DECL_LINK(SelectHdl, weld::TreeView&, void); DECL_LINK(EditHdl, weld::Button&, void); - DECL_LINK(DoubleClickEditHdl, weld::TreeView&, void); + DECL_LINK(DoubleClickEditHdl, weld::TreeView&, bool); void CreateEntry(const OUString& rTxt, sal_uInt16 nCol); diff --git a/cui/source/inc/cfg.hxx b/cui/source/inc/cfg.hxx index e360d79f096e..8163387f13e9 100644 --- a/cui/source/inc/cfg.hxx +++ b/cui/source/inc/cfg.hxx @@ -408,7 +408,7 @@ protected: DECL_LINK(MoveHdl, weld::Button&, void); DECL_LINK(SelectFunctionHdl, weld::TreeView&, void); - DECL_LINK(FunctionDoubleClickHdl, weld::TreeView&, void); + DECL_LINK(FunctionDoubleClickHdl, weld::TreeView&, bool); DECL_LINK(SelectSaveInLocation, weld::ComboBox&, void); DECL_LINK(SelectElementHdl, weld::ComboBox&, void); DECL_LINK(ImplUpdateDataHdl, Timer*, void); diff --git a/cui/source/inc/cfgutil.hxx b/cui/source/inc/cfgutil.hxx index 331a59a21d8d..e930c24ac3ec 100644 --- a/cui/source/inc/cfgutil.hxx +++ b/cui/source/inc/cfgutil.hxx @@ -111,7 +111,7 @@ public: CuiConfigFunctionListBox(std::unique_ptr<weld::TreeView> xTreeView); void set_sensitive(bool bSensitive) { m_xTreeView->set_sensitive(bSensitive); } void connect_changed(const Link<weld::TreeView&, void>& rLink) { m_xTreeView->connect_changed(rLink); } - void connect_row_activated(const Link<weld::TreeView&, void>& rLink) { m_xTreeView->connect_row_activated(rLink); } + void connect_row_activated(const Link<weld::TreeView&, bool>& rLink) { m_xTreeView->connect_row_activated(rLink); } void freeze() { m_xTreeView->freeze(); } void thaw() { m_xTreeView->thaw(); } void append(const OUString& rId, const OUString& rStr, const weld::TreeIter* pParent = nullptr) @@ -208,7 +208,6 @@ class CuiConfigGroupListBox OUString MapCommand2UIName(const OUString& sCommand); DECL_LINK(ExpandingHdl, const weld::TreeIter&, bool); - DECL_LINK(OpenCurrentHdl, weld::TreeView&, void); public: CuiConfigGroupListBox(std::unique_ptr<weld::TreeView> xTreeView); @@ -250,7 +249,7 @@ class SvxScriptSelectorDialog : public weld::GenericDialogController DECL_LINK(ClickHdl, weld::Button&, void); DECL_LINK(SelectHdl, weld::TreeView&, void); - DECL_LINK(FunctionDoubleClickHdl, weld::TreeView&, void); + DECL_LINK(FunctionDoubleClickHdl, weld::TreeView&, bool); void UpdateUI(); diff --git a/cui/source/inc/cuigaldlg.hxx b/cui/source/inc/cuigaldlg.hxx index 35142bf1c935..f472d283b2fd 100644 --- a/cui/source/inc/cuigaldlg.hxx +++ b/cui/source/inc/cuigaldlg.hxx @@ -256,7 +256,7 @@ class TPGalleryThemeProperties : public SfxTabPage DECL_LINK(ClickTakeAllHdl, weld::Button&, void); DECL_LINK(SelectFoundHdl, weld::TreeView&, void); DECL_LINK(SelectFileTypeHdl, weld::ComboBox&, void); - DECL_LINK(DClickFoundHdl, weld::TreeView&, void); + DECL_LINK(DClickFoundHdl, weld::TreeView&, bool); DECL_LINK(PreviewTimerHdl, Timer*, void); DECL_LINK(DialogClosedHdl, css::ui::dialogs::DialogClosedEvent*, void); diff --git a/cui/source/inc/dbregister.hxx b/cui/source/inc/dbregister.hxx index 06ea7809cb8b..e1bc2f6b1a28 100644 --- a/cui/source/inc/dbregister.hxx +++ b/cui/source/inc/dbregister.hxx @@ -42,7 +42,7 @@ namespace svx DECL_LINK( NewHdl, weld::Button&, void ); DECL_LINK( EditHdl, weld::Button&, void ); DECL_LINK( DeleteHdl, weld::Button&, void ); - DECL_LINK( PathBoxDoubleClickHdl, weld::TreeView&, void); + DECL_LINK( PathBoxDoubleClickHdl, weld::TreeView&, bool); DECL_LINK( PathSelect_Impl, weld::TreeView&, void); diff --git a/cui/source/inc/hlmarkwn.hxx b/cui/source/inc/hlmarkwn.hxx index aa03d4da4ddf..9dd566a74a6c 100644 --- a/cui/source/inc/hlmarkwn.hxx +++ b/cui/source/inc/hlmarkwn.hxx @@ -53,7 +53,7 @@ protected: int FillTree( const css::uno::Reference< css::container::XNameAccess >& xLinks, const weld::TreeIter* pParentEntry =nullptr ); DECL_LINK( ClickApplyHdl_Impl, weld::Button&, void ); - DECL_LINK( DoubleClickApplyHdl_Impl, weld::TreeView&, void ); + DECL_LINK( DoubleClickApplyHdl_Impl, weld::TreeView&, bool ); DECL_LINK( ClickCloseHdl_Impl, weld::Button&, void ); public: diff --git a/cui/source/inc/insdlg.hxx b/cui/source/inc/insdlg.hxx index 50f14987b492..7c17022edcde 100644 --- a/cui/source/inc/insdlg.hxx +++ b/cui/source/inc/insdlg.hxx @@ -63,7 +63,7 @@ class SvInsertOleDlg : public InsertObjectDialog_Impl std::unique_ptr<weld::CheckButton> m_xCbFilelink; std::unique_ptr<weld::CheckButton> m_xCbAsIcon; - DECL_LINK(DoubleClickHdl, weld::TreeView&, void); + DECL_LINK(DoubleClickHdl, weld::TreeView&, bool); DECL_LINK(BrowseHdl, weld::Button&, void); DECL_LINK(RadioHdl, weld::Button&, void); bool IsCreateNew() const override { return m_xRbNewObject->get_active(); } diff --git a/cui/source/inc/linkdlg.hxx b/cui/source/inc/linkdlg.hxx index 5ef41e9b05e1..90d51aba828e 100644 --- a/cui/source/inc/linkdlg.hxx +++ b/cui/source/inc/linkdlg.hxx @@ -58,7 +58,7 @@ class SvBaseLinksDlg : public weld::GenericDialogController ScopedVclPtr<VirtualDevice> m_xVirDev; DECL_LINK( LinksSelectHdl, weld::TreeView&, void ); - DECL_LINK( LinksDoubleClickHdl, weld::TreeView&, void ); + DECL_LINK( LinksDoubleClickHdl, weld::TreeView&, bool ); DECL_LINK( AutomaticClickHdl, weld::Button&, void ); DECL_LINK( ManualClickHdl, weld::Button&, void ); DECL_LINK( UpdateNowClickHdl, weld::Button&, void); diff --git a/cui/source/inc/macroass.hxx b/cui/source/inc/macroass.hxx index 2069cc4c2ea7..d4403686c237 100644 --- a/cui/source/inc/macroass.hxx +++ b/cui/source/inc/macroass.hxx @@ -38,7 +38,7 @@ class SfxMacroTabPage final : public SfxTabPage DECL_LINK(SelectGroup_Impl, weld::TreeView&, void); DECL_LINK(SelectMacro_Impl, weld::TreeView&, void); - DECL_LINK(AssignDeleteHdl_Impl, weld::TreeView&, void); + DECL_LINK(AssignDeleteHdl_Impl, weld::TreeView&, bool); DECL_LINK(AssignDeleteClickHdl_Impl, weld::Button&, void); void AssignDeleteHdl(const weld::Widget*); DECL_LINK( TimeOut_Impl, Timer*, void ); diff --git a/cui/source/inc/macropg.hxx b/cui/source/inc/macropg.hxx index c761e19423b7..3ffb8afa49a9 100644 --- a/cui/source/inc/macropg.hxx +++ b/cui/source/inc/macropg.hxx @@ -56,7 +56,7 @@ class SvxMacroTabPage_ : public SfxTabPage { DECL_LINK( SelectEvent_Impl, weld::TreeView&, void ); DECL_LINK( AssignDeleteHdl_Impl, weld::Button&, void ); - DECL_LINK( DoubleClickHdl_Impl, weld::TreeView&, void ); + DECL_LINK( DoubleClickHdl_Impl, weld::TreeView&, bool ); static void GenericHandler_Impl( SvxMacroTabPage_* pThis, const weld::Button* pBtn ); diff --git a/cui/source/inc/numfmt.hxx b/cui/source/inc/numfmt.hxx index 5d68d4082ae9..9a493371731e 100644 --- a/cui/source/inc/numfmt.hxx +++ b/cui/source/inc/numfmt.hxx @@ -132,7 +132,7 @@ private: bool Click_Impl(weld::Button& rIB); // Handler DECL_LINK(LostFocusHdl_Impl, weld::Widget&, void); - DECL_LINK(DoubleClickHdl_Impl, weld::TreeView&, void); + DECL_LINK(DoubleClickHdl_Impl, weld::TreeView&, bool); DECL_LINK(SelFormatListBoxHdl_Impl, weld::ComboBox&, void); DECL_LINK(SelFormatTreeListBoxHdl_Impl, weld::TreeView&, void); DECL_LINK(SelFormatClickHdl_Impl, weld::Button&, void); diff --git a/cui/source/inc/optlingu.hxx b/cui/source/inc/optlingu.hxx index 37b3f0900f2e..1571ae8a243d 100644 --- a/cui/source/inc/optlingu.hxx +++ b/cui/source/inc/optlingu.hxx @@ -123,7 +123,7 @@ private: DECL_LINK( SelectHdl_Impl, weld::TreeView&, void ); DECL_LINK( ClickHdl_Impl, weld::Button&, void ); - DECL_LINK( BoxDoubleClickHdl_Impl, weld::TreeView&, void ); + DECL_LINK( BoxDoubleClickHdl_Impl, weld::TreeView&, bool ); typedef std::pair<int, int> row_col; DECL_LINK( ModulesBoxCheckButtonHdl_Impl, const row_col&, void ); DECL_LINK( DicsBoxCheckButtonHdl_Impl, const row_col&, void ); diff --git a/cui/source/inc/optpath.hxx b/cui/source/inc/optpath.hxx index 5dea8c1f201a..cc3d67b42a05 100644 --- a/cui/source/inc/optpath.hxx +++ b/cui/source/inc/optpath.hxx @@ -45,7 +45,7 @@ private: void ChangeCurrentEntry( const OUString& _rFolder ); DECL_LINK(PathHdl_Impl, weld::Button&, void); - DECL_LINK(DoubleClickPathHdl_Impl, weld::TreeView&, void); + DECL_LINK(DoubleClickPathHdl_Impl, weld::TreeView&, bool); DECL_LINK(StandardHdl_Impl, weld::Button&, void); DECL_LINK(PathSelect_Impl, weld::TreeView&, void); diff --git a/cui/source/inc/pastedlg.hxx b/cui/source/inc/pastedlg.hxx index ff66beca7c5a..565101d7fe19 100644 --- a/cui/source/inc/pastedlg.hxx +++ b/cui/source/inc/pastedlg.hxx @@ -43,7 +43,7 @@ class SvPasteObjectDialog : public weld::GenericDialogController void SelectObject(); DECL_LINK(SelectHdl, weld::TreeView&, void); - DECL_LINK(DoubleClickHdl, weld::TreeView&, void); + DECL_LINK(DoubleClickHdl, weld::TreeView&, bool); public: SvPasteObjectDialog(weld::Window* pParent); diff --git a/cui/source/inc/tabstpge.hxx b/cui/source/inc/tabstpge.hxx index a49d0e99095a..6c9e63b109b8 100644 --- a/cui/source/inc/tabstpge.hxx +++ b/cui/source/inc/tabstpge.hxx @@ -133,7 +133,7 @@ private: DECL_LINK(FillTypeCheckHdl_Impl, weld::ToggleButton&, void); DECL_LINK(TabTypeCheckHdl_Impl, weld::ToggleButton&, void); - DECL_LINK(SelectHdl_Impl, weld::TreeView&, void); + DECL_LINK(SelectHdl_Impl, weld::TreeView&, bool); DECL_LINK(ModifyHdl_Impl, weld::ComboBox&, void); DECL_LINK(ReformatHdl_Impl, weld::Widget&, void); DECL_LINK(GetFillCharHdl_Impl, weld::Widget&, void); diff --git a/cui/source/inc/thesdlg.hxx b/cui/source/inc/thesdlg.hxx index 46af0be49cfd..65c4050cc4d3 100644 --- a/cui/source/inc/thesdlg.hxx +++ b/cui/source/inc/thesdlg.hxx @@ -54,7 +54,7 @@ public: DECL_LINK( LanguageHdl_Impl, weld::ComboBox&, void ); DECL_LINK( WordSelectHdl_Impl, weld::ComboBox&, void ); DECL_LINK( AlternativesSelectHdl_Impl, weld::TreeView&, void ); - DECL_LINK( AlternativesDoubleClickHdl_Impl, weld::TreeView&, void ); + DECL_LINK( AlternativesDoubleClickHdl_Impl, weld::TreeView&, bool ); DECL_LINK( SelectFirstHdl_Impl, void*, void ); DECL_LINK( ReplaceEditHdl_Impl, weld::Entry&, void ); DECL_LINK( ModifyTimer_Hdl, Timer *, void ); diff --git a/cui/source/inc/treeopt.hxx b/cui/source/inc/treeopt.hxx index 1042b68877e3..aa6f7f5b0a02 100644 --- a/cui/source/inc/treeopt.hxx +++ b/cui/source/inc/treeopt.hxx @@ -159,7 +159,6 @@ private: void ApplyOptions( bool deactivate ); - DECL_STATIC_LINK(OfaTreeOptionsDialog, ExpandCollapseHdl_Impl, weld::TreeView&, void); DECL_LINK(ShowPageHdl_Impl, weld::TreeView&, void); DECL_LINK(BackHdl_Impl, weld::Button&, void); DECL_LINK(ApplyHdl_Impl, weld::Button&, void); |