Searched refs:getReferencingTable (Results 1 – 13 of 13) sorted by relevance
89 (pMyData->getReferencingTable() == pCompData->getReferencingTable()) && in operator ==()94 ( (pMyData->getReferencingTable() == pCompData->getReferencedTable()) && in operator ==()95 (pMyData->getReferencedTable() == pCompData->getReferencingTable()) && in operator ==()
212 String sFirstWinName = m_pConnData->getReferencingTable()->GetWinName();315 …Sequence< ::rtl::OUString> aSeq = m_pConnData->getReferencingTable()->getColumns()->getElementName…
391 String strTabExistenceTest = pTabConnData->getReferencingTable()->GetWinName(); in ReSync()764 …ndow* pSourceWin = static_cast< OQueryTableWindow*>((*pMap)[pData->getReferencingTable()->GetWinNa… in createNewConnection()
155 TTableWindowData::value_type pRef = GetData()->getReferencingTable(); in GetSourceWin()
429 ( pData == pTabConn->GetData()->getReferencingTable()) || in RemoveTabWin()
227 …Sequence< ::rtl::OUString> aSeq = aInfoData->getReferencingTable()->getColumns()->getElementNames(… in insertConnection()
196 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::OTableListBoxControl734 return m_pRC_Tables->getData()->getReferencingTable(); in getReferencingTable()
101 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()
468 if ( !existsTable((*aConnDataIter)->getReferencingTable()->GetComposedName(),bCase) ) in mergeData()470 m_vTableData.push_back((*aConnDataIter)->getReferencingTable()); in mergeData()
168 ::rtl::OUString strTabExistenceTest = pTabConnData->getReferencingTable()->GetTableName(); in ReSync()
97 TTableWindowData::value_type getReferencingTable() const;
94 … inline TTableWindowData::value_type getReferencingTable() const { return m_pReferencingTable; } in getReferencingTable() function in dbaui::OTableConnectionData
61 …sal_Bool IsSourcePrimKey() const { return checkPrimaryKey(getReferencingTable()->getTable(),JTCS_F… in IsSourcePrimKey()
Completed in 85 milliseconds