Searched refs:pDestWin (Results 1 – 4 of 4) sorted by relevance
217 const OTableWindow* pDestWin = m_pTabConn->GetDestWin(); in GetBoundingRect() local220 …if( pSourceWin == pDestWin || Abs(m_aSourceConnPos.X() - m_aDestConnPos.X()) > Abs(m_aSourceDescrL… in GetBoundingRect()250 const OTableWindow* pDestWin = m_pTabConn->GetDestWin(); in RecalcLine() local252 if( !pSourceWin || !pDestWin ) in RecalcLine()256 …SvLBoxEntry* pDestEntry = pDestWin->GetListBox()->GetEntryFromText( GetData()->GetDestFieldName() … in RecalcLine()264 aDestCenter.X() = pDestWin->GetPosPixel().X() + (long)( 0.5*pDestWin->GetSizePixel().Width() ); in RecalcLine()266 const OTableWindow* pFirstWin = pDestWin; in RecalcLine()275 pSecondWin = pDestWin; in RecalcLine()294 calcPointsYValue(pDestWin,pDestEntry,m_aDestConnPos,m_aDestDescrLinePos); in RecalcLine()
145 OQueryTableWindow* pDestWin = static_cast<OQueryTableWindow*>(rDragRight->GetTabWindow()); in InitFromDrag() local147 OSL_ENSURE(pDestWin,"NO Dest window found!"); in InitFromDrag()149 m_pReferencedTable = pDestWin->GetData(); in InitFromDrag()
691 OQueryTableWindow* pDestWin = static_cast< OQueryTableWindow*>(jxdDest.pListBox->GetTabWin()); in AddConnection() local697 OTableConnection* pConn = GetTabConn(pSourceWin,pDestWin,true); in AddConnection()701 …ta* pNewConnectionData = new OQueryTableConnectionData(pSourceWin->GetData(), pDestWin->GetData()); in AddConnection()735 if(pConn->GetSourceWin() == pDestWin) in AddConnection()765 …OQueryTableWindow* pDestWin = static_cast< OQueryTableWindow*>((*pMap)[pData->getReferencedTable(… in createNewConnection() local767 OTableConnection* pConn = GetTabConn(pSourceWin,pDestWin,true); in createNewConnection()
200 OTableWindow* pDestWin = jxdDest.pListBox->GetTabWin(); in AddConnection() local207 if((pFirst->GetSourceWin() == pSourceWin && pFirst->GetDestWin() == pDestWin) || in AddConnection()208 (pFirst->GetSourceWin() == pDestWin && pFirst->GetDestWin() == pSourceWin)) in AddConnection()217 pDestWin->GetData())); in AddConnection()
Completed in 26 milliseconds