Searched refs:OnTreeEntryChecked (Results 1 – 4 of 4) sorted by relevance
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/dlg/ |
H A D | tablespage.hxx | 56 DECL_LINK(OnTreeEntryChecked, const weld::TreeView::iter_col&, void);
|
H A D | tablespage.cxx | 70 rWidget.connect_toggled(LINK(this, OTableSubscriptionPage, OnTreeEntryChecked)); in OTableSubscriptionPage() 329 …IMPL_LINK(OTableSubscriptionPage, OnTreeEntryChecked, const weld::TreeView::iter_col&, rRowCol, vo… in IMPL_LINK() argument
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/dlg/ |
H A D | tablespage.hxx | 59 DECL_LINK(OnTreeEntryChecked, const row_col&, void);
|
H A D | tablespage.cxx | 84 rWidget.connect_toggled(LINK(this, OTableSubscriptionPage, OnTreeEntryChecked)); in OTableSubscriptionPage() 347 IMPL_LINK_NOARG(OTableSubscriptionPage, OnTreeEntryChecked, const row_col&, void) in IMPL_LINK_NOARG() argument
|