Lines Matching refs:m_pRC_Tables
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()
668 m_pRC_Tables->DeactivateCell(); in NotifyCellChange()
669 …m_pRC_Tables->RowInserted(m_pRC_Tables->GetRowCount(), pLines->size() - static_cast<sal_uInt32>(m_… in NotifyCellChange()
670 m_pRC_Tables->ActivateCell(); in NotifyCellChange()
689 m_pRC_Tables->Init(_pConnData); in Init()
699 m_pRC_Tables->SetZOrder(_pTableSeparator, WINDOW_ZORDER_BEHIND); in lateUIInit()
714 m_pRC_Tables->SetPosSizePixel( aDlgPoint, aDlgSize ); in lateUIInit()
715 m_pRC_Tables->Show(); in lateUIInit()
722 m_pRC_Tables->lateInit(); in lateInit()
727 sal_Bool bRet = m_pRC_Tables->SaveModified(); in SaveModified()
728 m_pRC_Tables->getData()->normalizeLines(); in SaveModified()
734 return m_pRC_Tables->getData()->getReferencingTable(); in getReferencingTable()
740 PostUserEvent(LINK(m_pRC_Tables, ORelationControl, AsynchDeactivate)); in enableRelation()
741 m_pRC_Tables->Enable(_bEnable); in enableRelation()