Home
last modified time | relevance | path

Searched refs:pSourceWin (Results 1 – 5 of 5) sorted by relevance

/trunk/main/dbaccess/source/ui/querydesign/
H A DConnectionLine.cxx216 const OTableWindow* pSourceWin = m_pTabConn->GetSourceWin(); in GetBoundingRect() local
220 …if( pSourceWin == pDestWin || Abs(m_aSourceConnPos.X() - m_aDestConnPos.X()) > Abs(m_aSourceDescrL… in GetBoundingRect()
249 const OTableWindow* pSourceWin = m_pTabConn->GetSourceWin(); in RecalcLine() local
252 if( !pSourceWin || !pDestWin ) in RecalcLine()
255 …SvLBoxEntry* pSourceEntry = pSourceWin->GetListBox()->GetEntryFromText( GetData()->GetSourceFieldN… in RecalcLine()
263 …aSourceCenter.X() = pSourceWin->GetPosPixel().X() + (long)( 0.5*pSourceWin->GetSizePixel().Width()… in RecalcLine()
267 const OTableWindow* pSecondWin = pSourceWin; in RecalcLine()
274 pFirstWin = pSourceWin; in RecalcLine()
290 calcPointsYValue(pSourceWin,pSourceEntry,m_aSourceConnPos,m_aSourceDescrLinePos); in RecalcLine()
H A DQTableConnectionData.cxx144 OQueryTableWindow* pSourceWin = static_cast<OQueryTableWindow*>(rDragLeft->GetTabWindow()); in InitFromDrag() local
146 OSL_ENSURE(pSourceWin,"NO Source window found!"); in InitFromDrag()
148 m_pReferencingTable = pSourceWin->GetData(); in InitFromDrag()
H A DQueryTableView.cxx690 OQueryTableWindow* pSourceWin = static_cast< OQueryTableWindow*>(jxdSource.pListBox->GetTabWin()); in AddConnection() local
697 OTableConnection* pConn = GetTabConn(pSourceWin,pDestWin,true); in AddConnection()
701 …OQueryTableConnectionData* pNewConnectionData = new OQueryTableConnectionData(pSourceWin->GetData(… in AddConnection()
764 …OQueryTableWindow* pSourceWin = static_cast< OQueryTableWindow*>((*pMap)[pData->getReferencingTabl… in createNewConnection() local
767 OTableConnection* pConn = GetTabConn(pSourceWin,pDestWin,true); in createNewConnection()
H A DSelectionBrowseBox.cxx1663 OQueryTableWindow* pSourceWin = static_cast<OQueryTableWindow*>(jxdSource.pListBox->GetTabWin()); in InsertField() local
1664 if (!pSourceWin) in InsertField()
1673 OTableFieldDescRef aInfo = new OTableFieldDesc(pSourceWin->GetTableName(),aFieldName); in InsertField()
1674 aInfo->SetTabWindow(pSourceWin); in InsertField()
1677 aInfo->SetAlias(pSourceWin->GetAliasName()); in InsertField()
/trunk/main/dbaccess/source/ui/relationdesign/
H A DRelationTableView.cxx199 OTableWindow* pSourceWin = jxdSource.pListBox->GetTabWin(); in AddConnection() local
207 if((pFirst->GetSourceWin() == pSourceWin && pFirst->GetDestWin() == pDestWin) || in AddConnection()
208 (pFirst->GetSourceWin() == pDestWin && pFirst->GetDestWin() == pSourceWin)) in AddConnection()
216 …TTableConnectionData::value_type pTabConnData(new ORelationTableConnectionData(pSourceWin->GetData… in AddConnection()
224 …const Reference< XNameAccess> xPrimaryKeyColumns = getPrimaryKeyColumns_throw(pSourceWin->GetData(… in AddConnection()

Completed in 44 milliseconds