Home
last modified time | relevance | path

Searched refs:GetSourceWin (Results 1 – 8 of 8) sorted by relevance

/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx252 if(pConn->GetSourceWin() == _aDragRight->GetTabWindow()) in insertConnection()
553 OQueryTableWindow* pEntryTabFrom = static_cast<OQueryTableWindow*>(pEntryConn->GetSourceWin()); in GetNextJoin()
560 else if(pEntryTabTo == pEntryConn->GetSourceWin()) in GetNextJoin()
574 …if(!pNext->IsVisited() && (pNext->GetSourceWin() == pEntryTabTo || pNext->GetDestWin() == pEntryTa… in GetNextJoin()
576 …pNext->GetSourceWin() == pEntryTabTo ? static_cast<OQueryTableWindow*>(pNext->GetDestWin()) : stat… in GetNextJoin()
587 OQueryTableWindow* pEntryTabFrom = static_cast<OQueryTableWindow*>(pEntryConn->GetSourceWin()); in GetNextJoin()
594 …Next->GetSourceWin() == pEntryTabFrom ? static_cast<OQueryTableWindow*>(pNext->GetDestWin()) : sta… in GetNextJoin()
1111 if ( aConnectionCount.find((*aIter)->GetSourceWin()) == aConnectionCount.end() ) in GenerateFromClause()
1114 aConnectionCount[(*aIter)->GetSourceWin()]++; in GenerateFromClause()
1137 if(!pEntryConn->IsVisited() && pEntryConn->GetSourceWin() == aRIter->second ) in GenerateFromClause()
[all …]
H A DConnectionLine.cxx216 const OTableWindow* pSourceWin = m_pTabConn->GetSourceWin(); in GetBoundingRect()
249 const OTableWindow* pSourceWin = m_pTabConn->GetSourceWin(); in RecalcLine()
375 return GetTextPos(m_pTabConn->GetSourceWin(),m_aSourceConnPos,m_aSourceDescrLinePos); in GetSourceTextPos()
H A DJoinTableView.cxx996 OTableWindow* pWin = pConn->GetSourceWin(); in DeselectConn()
1019 OTableWindow* pConnSource = pConn->GetSourceWin(); in SelectConn()
1361 if ( ( (pData->GetSourceWin() == pLhs) in GetTabConn()
1366 || ( (pData->GetSourceWin() == pRhs) in GetTabConn()
H A DQueryTableView.cxx735 if(pConn->GetSourceWin() == pDestWin) in AddConnection()
1100 …(pFrom == static_cast< OQueryTableWindow*>(pTemp->GetSourceWin()) || pFrom == static_cast< OQueryT… in ExistsAVisitedConn()
H A DTableConnection.cxx153 OTableWindow* OTableConnection::GetSourceWin() const in GetSourceWin() function in dbaui::OTableConnection
H A DConnectionLineAccess.cxx223 aSeq[0] = m_pLine->GetSourceWin()->GetAccessible(); in getRelation()
/trunk/main/dbaccess/source/ui/inc/
H A DTableConnection.hxx94 OTableWindow* GetSourceWin() const;
105 return (_pTable == GetSourceWin() || _pTable == GetDestWin()); in isTableConnection()
/trunk/main/dbaccess/source/ui/relationdesign/
H A DRelationTableView.cxx207 if((pFirst->GetSourceWin() == pSourceWin && pFirst->GetDestWin() == pDestWin) || in AddConnection()
208 (pFirst->GetSourceWin() == pDestWin && pFirst->GetDestWin() == pSourceWin)) in AddConnection()

Completed in 43 milliseconds