Home
last modified time | relevance | path

Searched refs:getTableConnections (Results 1 – 9 of 9) sorted by relevance

/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindowAccess.cxx251 …::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()
H A DJAccess.cxx88 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()
H A DQueryTableView.cxx344 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()
H A DTableWindowTitle.cxx187 const ::std::vector<OTableConnection*>* pConns = pView->getTableConnections(); in MouseButtonDown()
H A DConnectionLineAccess.cxx123 const ::std::vector<OTableConnection*>* pVec = m_pLine->GetParent()->getTableConnections(); in getAccessibleIndexInParent()
H A DJoinTableView.cxx1094 ::std::vector<OTableConnection*>::const_iterator OJoinTableView::getTableConnections(const OTableWi… in getTableConnections() function in OJoinTableView
1111 return getTableConnections(pFrom) != m_vTableConnection.end(); in ExistsAConn()
H A DQueryDesignView.cxx568 …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()
/trunk/main/dbaccess/source/ui/inc/
H A DJoinTableView.hxx193 …const ::std::vector<OTableConnection*>* getTableConnections() const { return &m_vTableConnection; } in getTableConnections() function in dbaui::OJoinTableView
203 …::std::vector<OTableConnection*>::const_iterator getTableConnections(const OTableWindow* _pFromWin…
/trunk/main/dbaccess/source/ui/relationdesign/
H A DRelationTableView.cxx202 ::std::vector<OTableConnection*>::const_iterator aIter = getTableConnections()->begin(); in AddConnection()
203 ::std::vector<OTableConnection*>::const_iterator aEnd = getTableConnections()->end(); in AddConnection()

Completed in 65 milliseconds