Home
last modified time | relevance | path

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 Dtablespage.hxx56 DECL_LINK(OnTreeEntryChecked, const weld::TreeView::iter_col&, void);
H A Dtablespage.cxx70 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 Dtablespage.hxx59 DECL_LINK(OnTreeEntryChecked, const row_col&, void);
H A Dtablespage.cxx84 rWidget.connect_toggled(LINK(this, OTableSubscriptionPage, OnTreeEntryChecked)); in OTableSubscriptionPage()
347 IMPL_LINK_NOARG(OTableSubscriptionPage, OnTreeEntryChecked, const row_col&, void) in IMPL_LINK_NOARG() argument