Home
last modified time | relevance | path

Searched refs:SetUserDrawHdl (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/vcl/inc/
H A Dilstbox.hxx362 void SetUserDrawHdl( const Link& rLink ) { maUserDrawHdl = rLink; } in SetUserDrawHdl() function in ImplListBoxWindow
504 void SetUserDrawHdl( const Link& rLink ) { maLBWindow.SetUserDrawHdl( rLink ); } in SetUserDrawHdl() function in ImplListBox
630 void SetUserDrawHdl( const Link& rLink ) { maUserDrawHdl = rLink; } in SetUserDrawHdl() function in ImplWin
/AOO42X/main/vcl/source/control/
H A Dlstbox.cxx152 mpImplWin->SetUserDrawHdl( LINK( this, ListBox, ImplUserDrawHdl ) ); in ImplInit()
172 mpImplLB->SetUserDrawHdl( LINK( this, ListBox, ImplUserDrawHdl ) ); in ImplInit()
H A Dcombobox.cxx214 mpImplLB->SetUserDrawHdl( LINK( this, ComboBox, ImplUserDrawHdl ) ); in ImplInit()