Searched refs:GetDestWin (Results 1 – 8 of 8) sorted by relevance
217 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()
556 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 …]
1000 pWin = pConn->GetDestWin(); in DeselectConn()1020 OTableWindow* pConnDest = pConn->GetDestWin(); in SelectConn()1362 && ( (pData->GetDestWin() == pRhs) in GetTabConn()1367 && ( (pData->GetDestWin() == pLhs) in GetTabConn()
164 OTableWindow* OTableConnection::GetDestWin() const in GetDestWin() function in dbaui::OTableConnection
224 aSeq[1] = m_pLine->GetDestWin()->GetAccessible(); in getRelation()
1100 …Window*>(pTemp->GetSourceWin()) || pFrom == static_cast< OQueryTableWindow*>(pTemp->GetDestWin()))) in ExistsAVisitedConn()
95 OTableWindow* GetDestWin() const;105 return (_pTable == GetSourceWin() || _pTable == GetDestWin()); in isTableConnection()
207 if((pFirst->GetSourceWin() == pSourceWin && pFirst->GetDestWin() == pDestWin) || in AddConnection()208 (pFirst->GetSourceWin() == pDestWin && pFirst->GetDestWin() == pSourceWin)) in AddConnection()
Completed in 55 milliseconds