Searched refs:SetDeselectHdl (Results 1 – 9 of 9) sorted by relevance
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/ui/dlg/ |
H A D | AddField.cxx | 180 m_pListBox->SetDeselectHdl(LINK( this, OAddFieldWindow, OnSelectHdl ) ); in OAddFieldWindow()
|
H A D | Navigator.cxx | 244 SetDeselectHdl(LINK(this, NavigatorTree, OnEntrySelDesel)); in NavigatorTree()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/toolkit/ |
H A D | treelistbox.hxx | 407 …void SetDeselectHdl( const Link<SvTreeListBox*,void>& rNewHdl ) {aDeselectHdl=rNewHdl; } in SetDeselectHdl() function in SvTreeListBox
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/ |
H A D | treelistbox.hxx | 426 …void SetDeselectHdl( const Link<SvTreeListBox*,void>& rNewHdl ) {aDeselectHdl=rNewHdl; } in SetDeselectHdl() function in SvTreeListBox
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/controls/tree/ |
H A D | treecontrolpeer.cxx | 1417 SetDeselectHdl( LINK(this, UnoTreeListBoxImpl, OnSelectionChangeHdl) ); in UnoTreeListBoxImpl()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/uno/ |
H A D | treecontrolpeer.cxx | 1408 SetDeselectHdl( LINK(this, UnoTreeListBoxImpl, OnSelectionChangeHdl) ); in UnoTreeListBoxImpl()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/app/ |
H A D | salvtables.cxx | 3402 m_xTreeView->SetDeselectHdl(LINK(this, SalInstanceTreeView, DeSelectHdl)); in SalInstanceTreeView() 4530 m_xTreeView->SetDeselectHdl(Link<SvTreeListBox*, void>()); in ~SalInstanceTreeView() 4739 m_xIconView->SetDeselectHdl(LINK(this, SalInstanceIconView, DeSelectHdl)); in SalInstanceIconView() 4931 m_xIconView->SetDeselectHdl(Link<SvTreeListBox*, void>()); in ~SalInstanceIconView()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/form/ |
H A D | navigatortree.cxx | 155 SetDeselectHdl(LINK(this, NavigatorTree, OnEntrySelDesel)); in NavigatorTree()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/app/ |
H A D | salvtables.cxx | 3715 m_xTreeView->SetDeselectHdl(LINK(this, SalInstanceTreeView, DeSelectHdl)); in SalInstanceTreeView() 4971 m_xTreeView->SetDeselectHdl(Link<SvTreeListBox*, void>()); in ~SalInstanceTreeView() 5223 m_xIconView->SetDeselectHdl(LINK(this, SalInstanceIconView, DeSelectHdl)); in SalInstanceIconView() 5466 m_xIconView->SetDeselectHdl(Link<SvTreeListBox*, void>()); in ~SalInstanceIconView()
|