Searched refs:ListBoxCellController (Results 1 – 7 of 7) sorted by relevance
43 TYPEINIT1(ListBoxCellController, CellController);202 ListBoxCellController::ListBoxCellController(ListBoxControl* pWin) in ListBoxCellController() function in svt::ListBoxCellController208 sal_Bool ListBoxCellController::MoveAllowed(const KeyEvent& rEvt) const in MoveAllowed()232 sal_Bool ListBoxCellController::IsModified() const in IsModified()238 void ListBoxCellController::ClearModified() in ClearModified()244 void ListBoxCellController::SetModifyHdl(const Link& rLink) in SetModifyHdl()
57 class DbaMouseDownListBoxController : public ListBoxCellController65 :ListBoxCellController(_pParent) in DbaMouseDownListBoxController()108 … ListBoxCellController::SetModifyHdl(LINK(this, DbaMouseDownListBoxController, OnMultiplexModify)); in implCheckLinks()110 ListBoxCellController::SetModifyHdl(Link()); in implCheckLinks()
375 friend class ListBoxCellController;387 class SVT_DLLPUBLIC ListBoxCellController : public CellController class392 ListBoxCellController(ListBoxControl* pParent);
513 return new ListBoxCellController(m_pTableCell); in GetController()517 return new ListBoxCellController(m_pOrderCell); in GetController()519 return new ListBoxCellController(m_pFunctionCell); in GetController()
374 return new ListBoxCellController( m_pListCell.get() ); in GetController()
477 return new ListBoxCellController( pTypeCell ); in GetController()
2671 return new ListBoxCellController((ListBoxControl*)m_pWindow); in CreateController()2921 xController = new ListBoxCellController((ListBoxControl*)m_pWindow); in CreateController()
Completed in 140 milliseconds