Lines Matching refs:DropListBox_Impl
229 void DropListBox_Impl::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()
240 sal_Int8 DropListBox_Impl::AcceptDrop( const AcceptDropEvent& rEvt ) in AcceptDrop()
263 sal_Int8 DropListBox_Impl::ExecuteDrop( const ExecuteDropEvent& rEvt ) in ExecuteDrop()
285 PostUserEvent( LINK( this, DropListBox_Impl, OnAsyncExecuteDrop ), 0 ); in ExecuteDrop()
302 IMPL_LINK( DropListBox_Impl, OnAsyncExecuteDrop, SvLBoxEntry*, EMPTYARG ) in IMPL_LINK() argument
309 IMPL_LINK( DropListBox_Impl, OnAsyncExecuteError, void*, NOTINTERESTEDIN ) in IMPL_LINK() argument
318 long DropListBox_Impl::Notify( NotifyEvent& rNEvt ) in Notify()
360 : DropListBox_Impl(pParent->GetWindow(), nWinBits, pParent) in SfxActionListBox()
370 DropListBox_Impl(pParent->GetWindow(), rResId, pParent) in SfxActionListBox()
550 class StyleTreeListBox_Impl : public DropListBox_Impl
652 nRet = DropListBox_Impl::Notify( rNEvt ); in Notify()
731 DropListBox_Impl(pParent->GetWindow(), nWinStyle, pParent), in StyleTreeListBox_Impl()