Home
last modified time | relevance | path

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

/aoo41x/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx647 …OQueryTableWindow* pLeftWindow = static_cast<OQueryTableView*>(_pView->getTableView())->FindTable(… in InsertJoinConnection() local
649 if ( pLeftWindow == aDragLeft->GetTabWindow() ) in InsertJoinConnection()
1989 …OQueryTableWindow* pLeftWindow = static_cast<OQueryTableView*>(_pView->getTableView())->FindTable(… in InsertJoin() local
1991 OSL_ENSURE(pLeftWindow && pRightWindow,"Table Windows could not be found!"); in InsertJoin()
1992 if ( !pLeftWindow || !pRightWindow ) in InsertJoin()
1996 aDragLeft->SetTabWindow(pLeftWindow); in InsertJoin()
1997 aDragLeft->SetTable(pLeftWindow->GetTableName()); in InsertJoin()
1998 aDragLeft->SetAlias(pLeftWindow->GetAliasName()); in InsertJoin()

Completed in 26 milliseconds