Searched refs:SetUserDrawHdl (Results 1 – 3 of 3) sorted by relevance
362 void SetUserDrawHdl( const Link& rLink ) { maUserDrawHdl = rLink; } in SetUserDrawHdl() function in ImplListBoxWindow504 void SetUserDrawHdl( const Link& rLink ) { maLBWindow.SetUserDrawHdl( rLink ); } in SetUserDrawHdl() function in ImplListBox630 void SetUserDrawHdl( const Link& rLink ) { maUserDrawHdl = rLink; } in SetUserDrawHdl() function in ImplWin
152 mpImplWin->SetUserDrawHdl( LINK( this, ListBox, ImplUserDrawHdl ) ); in ImplInit()172 mpImplLB->SetUserDrawHdl( LINK( this, ListBox, ImplUserDrawHdl ) ); in ImplInit()
216 mpImplLB->SetUserDrawHdl( LINK( this, ComboBox, ImplUserDrawHdl ) ); in ImplInit()
Completed in 26 milliseconds