Searched refs:getTableConnections (Results 1 – 9 of 9) sorted by relevance
251 …::std::vector<OTableConnection*>::const_iterator aIter = pView->getTableConnections(m_pTable) + nI… in getRelation()253 aRet.TargetSet[0] = getParentChild(aIter - pView->getTableConnections()->begin()); in getRelation()272 const ::std::vector<OTableConnection*>* pConnectionList = pView->getTableConnections(); in getRelationByType()274 ::std::vector<OTableConnection*>::const_iterator aIter = pView->getTableConnections(m_pTable); in getRelationByType()
88 nChildCount = m_pTableView->GetTabWinCount() + m_pTableView->getTableConnections()->size(); in getAccessibleChildCount()107 else if( size_t(i - nTableWindowCount) < m_pTableView->getTableConnections()->size() ) in getAccessibleChild()108 aRet = (*m_pTableView->getTableConnections())[i - nTableWindowCount]->GetAccessible(); in getAccessibleChild()
344 DBG_ASSERT((getTableConnections()->size()==0) && (GetTabWinMap()->size()==0), in ReSync()429 const ::std::vector<OTableConnection*>* pConnections = getTableConnections(); in NotifyTabConnection()966 const ::std::vector<OTableConnection*>* pTabConList = getTableConnections(); in HideTabWin()1091 const ::std::vector<OTableConnection*>* pList = getTableConnections(); in ExistsAVisitedConn()
187 const ::std::vector<OTableConnection*>* pConns = pView->getTableConnections(); in MouseButtonDown()
123 const ::std::vector<OTableConnection*>* pVec = m_pLine->GetParent()->getTableConnections(); in getAccessibleIndexInParent()
1094 ::std::vector<OTableConnection*>::const_iterator OJoinTableView::getTableConnections(const OTableWi… in getTableConnections() function in OJoinTableView1111 return getTableConnections(pFrom) != m_vTableConnection.end(); in ExistsAConn()
568 …st ::std::vector<OTableConnection*>* pConnections = pEntryConn->GetParent()->getTableConnections(); in GetNextJoin()1133 …ction*>::const_iterator aConIter = aRIter->second->getTableView()->getTableConnections(aRIter->sec… in GenerateFromClause()2963 const ::std::vector<OTableConnection*>* pConnList = m_pTableView->getTableConnections(); in getStatement()
193 …const ::std::vector<OTableConnection*>* getTableConnections() const { return &m_vTableConnection; } in getTableConnections() function in dbaui::OJoinTableView203 …::std::vector<OTableConnection*>::const_iterator getTableConnections(const OTableWindow* _pFromWin…
202 ::std::vector<OTableConnection*>::const_iterator aIter = getTableConnections()->begin(); in AddConnection()203 ::std::vector<OTableConnection*>::const_iterator aEnd = getTableConnections()->end(); in AddConnection()
Completed in 89 milliseconds