Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/querydesign/
H A DConnectionLine.cxx217 const OTableWindow* pDestWin = m_pTabConn->GetDestWin(); in GetBoundingRect()
250 const OTableWindow* pDestWin = m_pTabConn->GetDestWin(); in RecalcLine()
380 return GetTextPos(m_pTabConn->GetDestWin(),m_aDestConnPos,m_aDestDescrLinePos); in GetDestTextPos()
H A DQueryDesignView.cxx556 else if(pEntryTabTo == pEntryConn->GetDestWin()) in GetNextJoin()
574 …if(!pNext->IsVisited() && (pNext->GetSourceWin() == pEntryTabTo || pNext->GetDestWin() == pEntryTa… in GetNextJoin()
576 …GetSourceWin() == pEntryTabTo ? static_cast<OQueryTableWindow*>(pNext->GetDestWin()) : static_cast… in GetNextJoin()
592 …if(!pNext->IsVisited() && (pNext->GetSourceWin() == pEntryTabFrom || pNext->GetDestWin() == pEntry… in GetNextJoin()
594 …tSourceWin() == pEntryTabFrom ? static_cast<OQueryTableWindow*>(pNext->GetDestWin()) : static_cast… in GetNextJoin()
1115 if ( aConnectionCount.find((*aIter)->GetDestWin()) == aConnectionCount.end() ) in GenerateFromClause()
1116 …aConnectionCount.insert(::std::map<OTableWindow*,sal_Int32>::value_type((*aIter)->GetDestWin(),0)); in GenerateFromClause()
1118 aConnectionCount[(*aIter)->GetDestWin()]++; in GenerateFromClause()
1140 …GetNextJoin(_xConnection,pEntryConn,static_cast<OQueryTableWindow*>(pEntryConn->GetDestWin()),aJoi… in GenerateFromClause()
1146 … OQueryTableWindow* pEntryTabTo = static_cast<OQueryTableWindow*>(pEntryConn->GetDestWin()); in GenerateFromClause()
[all …]
H A DJoinTableView.cxx1000 pWin = pConn->GetDestWin(); in DeselectConn()
1020 OTableWindow* pConnDest = pConn->GetDestWin(); in SelectConn()
1362 && ( (pData->GetDestWin() == pRhs) in GetTabConn()
1367 && ( (pData->GetDestWin() == pLhs) in GetTabConn()
H A DTableConnection.cxx164 OTableWindow* OTableConnection::GetDestWin() const in GetDestWin() function in dbaui::OTableConnection
H A DConnectionLineAccess.cxx224 aSeq[1] = m_pLine->GetDestWin()->GetAccessible(); in getRelation()
H A DQueryTableView.cxx1100 …Window*>(pTemp->GetSourceWin()) || pFrom == static_cast< OQueryTableWindow*>(pTemp->GetDestWin()))) in ExistsAVisitedConn()
/trunk/main/dbaccess/source/ui/inc/
H A DTableConnection.hxx95 OTableWindow* GetDestWin() 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 65 milliseconds