Searched refs:m_pRC_Tables (Results 1 – 2 of 2) sorted by relevance
503 m_pRC_Tables = new ORelationControl( this,m_pTableMap ); in DBG_NAME()504 m_pRC_Tables->SetHelpId(HID_RELDLG_KEYFIELDS); in DBG_NAME()505 m_pRC_Tables->Init( ); in DBG_NAME()506 m_pRC_Tables->SetZOrder(&m_lmbRightTable, WINDOW_ZORDER_BEHIND); in DBG_NAME()520 ORelationControl* pTemp = m_pRC_Tables; in ~OTableListBoxControl()521 m_pRC_Tables = NULL; in ~OTableListBoxControl()559 m_pRC_Tables->setWindowTables(pInitialLeft,pInitialRight); in fillListBoxes()653 m_pRC_Tables->setWindowTables(pLeft,pRight); in IMPL_LINK()662 TTableConnectionData::value_type pConnData = m_pRC_Tables->getData(); in NotifyCellChange()666 if ( pLines->size() >= static_cast<sal_uInt32>(m_pRC_Tables->GetRowCount()) ) in NotifyCellChange()[all …]
53 ORelationControl* m_pRC_Tables; member in dbaui::OTableListBoxControl