Lines Matching refs:OTableWindowListBox

62 OJoinExchangeData::OJoinExchangeData(OTableWindowListBox* pBox)   in OJoinExchangeData()
72 DBG_NAME(OTableWindowListBox) in DBG_NAME() argument
74 OTableWindowListBox::OTableWindowListBox( OTableWindow* pParent ) in DBG_NAME()
82 DBG_CTOR(OTableWindowListBox,NULL); in DBG_NAME()
84 SetDoubleClickHdl( LINK(this, OTableWindowListBox, OnDoubleClick) ); in DBG_NAME()
92 void OTableWindowListBox::dragFinished( ) in dragFinished()
99 m_nUiEvent = Application::PostUserEvent(LINK(this, OTableWindowListBox, LookForUiHdl)); in dragFinished()
103 OTableWindowListBox::~OTableWindowListBox() in ~OTableWindowListBox()
105 DBG_DTOR(OTableWindowListBox,NULL); in ~OTableWindowListBox()
116 SvLBoxEntry* OTableWindowListBox::GetEntryFromText( const String& rEntryText ) in GetEntryFromText()
152 void OTableWindowListBox::NotifyScrolled() in NotifyScrolled()
158 void OTableWindowListBox::NotifyEndScroll() in NotifyEndScroll()
169 long OTableWindowListBox::PreNotify(NotifyEvent& rNEvt) in PreNotify()
203 IMPL_LINK( OTableWindowListBox, ScrollUpHdl, SvTreeListBox*, /*pBox*/ )
221 IMPL_LINK( OTableWindowListBox, ScrollDownHdl, SvTreeListBox*, /*pBox*/ )
239 void OTableWindowListBox::StartDrag( sal_Int8 /*nAction*/, const Point& /*rPosPixel*/ ) in StartDrag()
257 sal_Int8 OTableWindowListBox::AcceptDrop( const AcceptDropEvent& _rEvt ) in AcceptDrop()
288 m_aScrollTimer.SetTimeoutHdl( LINK(this, OTableWindowListBox, ScrollUpHdl) ); in AcceptDrop()
298 m_aScrollTimer.SetTimeoutHdl( LINK(this, OTableWindowListBox, ScrollDownHdl) ); in AcceptDrop()
323 IMPL_LINK( OTableWindowListBox, LookForUiHdl, void *, /*EMPTY_ARG*/)
330 IMPL_LINK( OTableWindowListBox, DropHdl, void *, /*EMPTY_ARG*/)
349 sal_Int8 OTableWindowListBox::ExecuteDrop( const ExecuteDropEvent& _rEvt ) in ExecuteDrop()
359 m_nDropEvent = Application::PostUserEvent(LINK(this, OTableWindowListBox, DropHdl)); in ExecuteDrop()
367 void OTableWindowListBox::LoseFocus() in LoseFocus()
375 void OTableWindowListBox::GetFocus() in GetFocus()
395 IMPL_LINK( OTableWindowListBox, OnDoubleClick, SvTreeListBox *, /*pBox*/ )
406 void OTableWindowListBox::Command(const CommandEvent& rEvt) in Command()