Lines Matching refs:m_lmbRightTable
498 , m_lmbRightTable( this, ResId(LB_RIGHT_TABLE,*_rResId.GetResMgr())) in DBG_NAME()
506 m_pRC_Tables->SetZOrder(&m_lmbRightTable, WINDOW_ZORDER_BEHIND); in DBG_NAME()
512 m_lmbRightTable.SetSelectHdl(aLink); in DBG_NAME()
538 m_lmbRightTable.InsertEntry(aIter->first); in fillListBoxes()
566 m_lmbRightTable.RemoveEntry(m_strCurrentLeft); in fillListBoxes()
571 m_lmbRightTable.SelectEntry(m_strCurrentRight); in fillListBoxes()
587 pOther = &m_lmbRightTable; in IMPL_LINK()
621 m_lmbRightTable.InsertEntry(m_strCurrentLeft); in IMPL_LINK()
623 m_lmbRightTable.RemoveEntry(strSelected); in IMPL_LINK()
628 …OJoinTableView::OTableWindowMap::const_iterator aIter = m_pTableMap->find(m_lmbRightTable.GetSelec… in IMPL_LINK()
684 fillEntryAndDisable(m_lmbRightTable,_pConnectionData->getReferencedTable()->GetWinName()); in fillAndDisable()
698 _pTableSeparator->SetZOrder(&m_lmbRightTable, WINDOW_ZORDER_BEHIND); in lateUIInit()