Lines Matching refs:DialogListBox
31 DialogListBox::DialogListBox( Window* pParent, WinBits nWinStyle ) : in DialogListBox() function in sd::DialogListBox
39 Link aLink( LINK( this, DialogListBox, ScrollBarHdl ) ); in DialogListBox()
50 DialogListBox::~DialogListBox() in ~DialogListBox()
60 void DialogListBox::SetChildWindow( Window* pChild, const Size& rMinSize ) in SetChildWindow()
73 void DialogListBox::GetFocus() in GetFocus()
81 ::Window* DialogListBox::GetPreferredKeyInputWindow() in GetPreferredKeyInputWindow()
91 void DialogListBox::Resize() in Resize()
100 IMPL_LINK( DialogListBox, ScrollBarHdl, ScrollBar*, EMPTYARG ) in IMPL_LINK() argument
108 void DialogListBox::ImplCheckScrollBars() in ImplCheckScrollBars()
167 void DialogListBox::ImplInitScrollBars() in ImplInitScrollBars()
193 void DialogListBox::ImplResizeControls() in ImplResizeControls()
245 void DialogListBox::ImplResizeChild() in ImplResizeChild()
270 void DialogListBox::StateChanged( StateChangedType nType ) in StateChanged()
317 long DialogListBox::Notify( NotifyEvent& rNEvt ) in Notify()