Lines Matching refs:OTableListBoxControl

96 		friend class OTableListBoxControl;
101 OTableListBoxControl* m_pBoxControl;
116 …ORelationControl( OTableListBoxControl* pParent,const OJoinTableView::OTableWindowMap* _pTableMap …
165 …ORelationControl::ORelationControl( OTableListBoxControl* pParent ,const OJoinTableView::OTableWin… in DBG_NAME()
483 static_cast<OTableListBoxControl*>(GetParent())->NotifyCellChange(); in CellModified()
487 DBG_NAME(OTableListBoxControl) in DBG_NAME() argument
491 OTableListBoxControl::OTableListBoxControl( Window* _pParent in DBG_NAME()
510 Link aLink(LINK(this, OTableListBoxControl, OnTableChanged)); in DBG_NAME()
515 DBG_CTOR(OTableListBoxControl,NULL); in DBG_NAME()
518 OTableListBoxControl::~OTableListBoxControl() in ~OTableListBoxControl()
523 DBG_DTOR(OTableListBoxControl,NULL); in ~OTableListBoxControl()
526 void OTableListBoxControl::fillListBoxes() in fillListBoxes()
576 IMPL_LINK( OTableListBoxControl, OnTableChanged, ListBox*, pListBox ) in IMPL_LINK() argument
659 void OTableListBoxControl::NotifyCellChange() in NotifyCellChange()
681 …void OTableListBoxControl::fillAndDisable(const TTableConnectionData::value_type& _pConnectionData) in fillAndDisable()
687 void OTableListBoxControl::Init(const TTableConnectionData::value_type& _pConnData) in Init()
692 void OTableListBoxControl::lateUIInit(Window* _pTableSeparator) in lateUIInit()
720 void OTableListBoxControl::lateInit() in lateInit()
725 sal_Bool OTableListBoxControl::SaveModified() in SaveModified()
732 TTableWindowData::value_type OTableListBoxControl::getReferencingTable() const in getReferencingTable()
737 void OTableListBoxControl::enableRelation(bool _bEnable) in enableRelation()