Lines Matching refs:OQueryTableWindow

232 						const OQueryTableWindow& _rSource,  in addConnections()
233 const OQueryTableWindow& _rDest, in addConnections()
420 return new OQueryTableWindow(this,_pData); in createWindow()
560 OQueryTableWindow* pNewTabWin = static_cast<OQueryTableWindow*>(createWindow(pNewTabWinData)); in AddTabWin()
629 OQueryTableWindow* pTabWinTmp = static_cast<OQueryTableWindow*>(aIter->second); in AddTabWin()
636 …addConnections( this, *pNewTabWin, *static_cast<OQueryTableWindow*>(aIter->second), xFKeyColumns ); in AddTabWin()
647 OQueryTableWindow* pTabWinTmp = static_cast<OQueryTableWindow*>(aIter->second); in AddTabWin()
690 OQueryTableWindow* pSourceWin = static_cast< OQueryTableWindow*>(jxdSource.pListBox->GetTabWin()); in AddConnection()
691 OQueryTableWindow* pDestWin = static_cast< OQueryTableWindow*>(jxdDest.pListBox->GetTabWin()); in AddConnection()
764OQueryTableWindow* pSourceWin = static_cast< OQueryTableWindow*>((*pMap)[pData->getReferencingTabl… in createNewConnection()
765OQueryTableWindow* pDestWin = static_cast< OQueryTableWindow*>((*pMap)[pData->getReferencedTable(… in createNewConnection()
810 OQueryTableWindow* OQueryTableView::FindTable(const String& rAliasName) in FindTable()
817 return static_cast<OQueryTableWindow*>(aIter->second); in FindTable()
830 if(static_cast<OQueryTableWindow*>(aIter->second)->ExistsField(rFieldName, rInfo)) in FindTableFromField()
873 pUndoAction->SetTabWin(static_cast< OQueryTableWindow*>(pTabWin)); in RemoveTabWin()
876 HideTabWin(static_cast< OQueryTableWindow*>(pTabWin), pUndoAction); in RemoveTabWin()
886 …ation aHint(TabWinsChangeNotification::AT_REMOVED_WIN, static_cast< OQueryTableWindow*>(pTabWin)->… in RemoveTabWin()
929 void OQueryTableView::HideTabWin( OQueryTableWindow* pTabWin, OQueryTabWinUndoAct* pUndoAction ) in HideTabWin()
1003 sal_Bool OQueryTableView::ShowTabWin( OQueryTableWindow* pTabWin, OQueryTabWinUndoAct* pUndoAction,… in ShowTabWin()
1088 sal_Bool OQueryTableView::ExistsAVisitedConn(const OQueryTableWindow* pFrom) const in ExistsAVisitedConn()
1100 …(pFrom == static_cast< OQueryTableWindow*>(pTemp->GetSourceWin()) || pFrom == static_cast< OQueryT… in ExistsAVisitedConn()