Home
last modified time | relevance | path

Searched refs:getReferencingTable (Results 1 – 13 of 13) sorted by relevance

/trunk/main/dbaccess/source/ui/querydesign/
H A DQTableConnection.cxx89 (pMyData->getReferencingTable() == pCompData->getReferencingTable()) && in operator ==()
94 ( (pMyData->getReferencingTable() == pCompData->getReferencedTable()) && in operator ==()
95 (pMyData->getReferencedTable() == pCompData->getReferencingTable()) && in operator ==()
H A Dquerydlg.cxx212 String sFirstWinName = m_pConnData->getReferencingTable()->GetWinName();
315 …Sequence< ::rtl::OUString> aSeq = m_pConnData->getReferencingTable()->getColumns()->getElementName…
H A DQueryTableView.cxx391 String strTabExistenceTest = pTabConnData->getReferencingTable()->GetWinName(); in ReSync()
764 …ndow* pSourceWin = static_cast< OQueryTableWindow*>((*pMap)[pData->getReferencingTable()->GetWinNa… in createNewConnection()
H A DTableConnection.cxx155 TTableWindowData::value_type pRef = GetData()->getReferencingTable(); in GetSourceWin()
H A DJoinTableView.cxx429 ( pData == pTabConn->GetData()->getReferencingTable()) || in RemoveTabWin()
H A DQueryDesignView.cxx227 …Sequence< ::rtl::OUString> aSeq = aInfoData->getReferencingTable()->getColumns()->getElementNames(… in insertConnection()
/trunk/main/dbaccess/source/ui/control/
H A DRelationControl.cxx196 m_xSourceDef = m_pConnData->getReferencingTable()->getTable(); in lateInit()
201 InsertDataColumn( SOURCE_COLUMN, m_pConnData->getReferencingTable()->GetWinName(), 100); in lateInit()
306 if ( m_pConnData->getReferencingTable() != m_pBoxControl->getReferencingTable() ) in getColumnIdent()
683 fillEntryAndDisable(m_lmbLeftTable,_pConnectionData->getReferencingTable()->GetWinName()); in fillAndDisable()
732 TTableWindowData::value_type OTableListBoxControl::getReferencingTable() const in getReferencingTable() function in dbaui::OTableListBoxControl
734 return m_pRC_Tables->getData()->getReferencingTable(); in getReferencingTable()
/trunk/main/dbaccess/source/ui/relationdesign/
H A DRTableConnectionData.cxx101 Reference< XIndexAccess> xKeys = getReferencingTable()->getKeys(); in DropRelation()
261 && (lhs.getReferencingTable() == rhs.getReferencingTable()) in operator ==()
293 Reference<XPropertySet> xTableProp(getReferencingTable()->getTable()); in Update()
294 Reference< XIndexAccess> xKeys ( getReferencingTable()->getKeys()); in Update()
H A DRelationController.cxx468 if ( !existsTable((*aConnDataIter)->getReferencingTable()->GetComposedName(),bCase) ) in mergeData()
470 m_vTableData.push_back((*aConnDataIter)->getReferencingTable()); in mergeData()
H A DRelationTableView.cxx168 ::rtl::OUString strTabExistenceTest = pTabConnData->getReferencingTable()->GetTableName(); in ReSync()
/trunk/main/dbaccess/source/ui/inc/
H A DRelationControl.hxx97 TTableWindowData::value_type getReferencingTable() const;
H A DTableConnectionData.hxx94 … inline TTableWindowData::value_type getReferencingTable() const { return m_pReferencingTable; } in getReferencingTable() function in dbaui::OTableConnectionData
H A DRTableConnectionData.hxx61 …sal_Bool IsSourcePrimKey() const { return checkPrimaryKey(getReferencingTable()->getTable(),JTCS_F… in IsSourcePrimKey()

Completed in 66 milliseconds