Home
last modified time | relevance | path

Searched refs:aDeselectHdl (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/toolkit/
H A Dtreelistbox.hxx199 Link<SvTreeListBox*,void> aDeselectHdl; member in SvTreeListBox
407 …void SetDeselectHdl( const Link<SvTreeListBox*,void>& rNewHdl ) {aDeselectHdl=rNewHdl; } in SetDeselectHdl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dtreelistbox.hxx201 Link<SvTreeListBox*,void> aDeselectHdl; member in SvTreeListBox
426 …void SetDeselectHdl( const Link<SvTreeListBox*,void>& rNewHdl ) {aDeselectHdl=rNewHdl; } in SetDeselectHdl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/treelist/
H A Dtreelistbox.cxx449 aDeselectHdl.Call( this ); in DeselectHdl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/treelist/
H A Dtreelistbox.cxx467 aDeselectHdl.Call( this ); in DeselectHdl()