Home
last modified time | relevance | path

Searched refs:GetTabWindow (Results 1 – 9 of 9) sorted by relevance

/trunk/main/dbaccess/source/ui/querydesign/
H A DTableConnection.cxx156 OTableWindow* pRet = m_pParent->GetTabWindow( pRef->GetWinName() ); in GetSourceWin()
159 pRet = m_pParent->GetTabWindow( pRef->GetComposedName() ); in GetSourceWin()
167 OTableWindow* pRet = m_pParent->GetTabWindow( pRef->GetWinName() ); in GetDestWin()
170 pRet = m_pParent->GetTabWindow( pRef->GetComposedName() ); in GetDestWin()
H A DQTableConnectionData.cxx144 OQueryTableWindow* pSourceWin = static_cast<OQueryTableWindow*>(rDragLeft->GetTabWindow()); in InitFromDrag()
145 OQueryTableWindow* pDestWin = static_cast<OQueryTableWindow*>(rDragRight->GetTabWindow()); in InitFromDrag()
H A DQueryDesignView.cxx211 …nn(static_cast<OTableWindow*>(_aDragLeft->GetTabWindow()),static_cast<OTableWindow*>(_aDragRight-> in insertConnection()
252 if(pConn->GetSourceWin() == _aDragRight->GetTabWindow()) in insertConnection()
649 if ( pLeftWindow == aDragLeft->GetTabWindow() ) in InsertJoinConnection()
1707 … _pView->getTableView()->GetTabConn(static_cast<OQueryTableWindow*>(aDragLeft->GetTabWindow()), in ComparisonPredicate()
1708 static_cast<OQueryTableWindow*>(aDragRight->GetTabWindow()), in ComparisonPredicate()
3124 OQueryTableWindow* pWin = static_cast<OQueryTableWindow*>(pEntry->GetTabWindow()); in getPredicateTreeFromEntry()
H A DTableFieldDescription.cxx101 m_pTabWindow = rRS.GetTabWindow(); in operator =()
H A DSelectionBrowseBox.cxx671 if ( !_pEntry->GetTabWindow() ) in fillColumnRef()
681 OQueryTableWindow* pEntryTab = static_cast<OQueryTableWindow*>(_pEntry->GetTabWindow()); in fillColumnRef()
697 pEntryTab = static_cast<OQueryTableWindow*>(_pEntry->GetTabWindow()); in fillColumnRef()
H A DJoinTableView.cxx331 OTableWindow* OJoinTableView::GetTabWindow( const String& rName ) in GetTabWindow() function in OJoinTableView
/trunk/main/dbaccess/source/ui/inc/
H A DTableFieldDescription.hxx120 Window* GetTabWindow() const { return m_pTabWindow;} in GetTabWindow() function in dbaui::OTableFieldDesc
H A DJoinTableView.hxx182 OTableWindow* GetTabWindow( const String& rName );
/trunk/main/dbaccess/source/ui/relationdesign/
H A DRelationTableView.cxx442 OTableWindow* pTableWindow = GetTabWindow(sName); in _elementRemoved()

Completed in 83 milliseconds