Searched refs:pLeftWindow (Results 1 – 1 of 1) sorted by relevance
647 …OQueryTableWindow* pLeftWindow = static_cast<OQueryTableView*>(_pView->getTableView())->FindTable(… in InsertJoinConnection() local649 if ( pLeftWindow == aDragLeft->GetTabWindow() ) in InsertJoinConnection()1989 …OQueryTableWindow* pLeftWindow = static_cast<OQueryTableView*>(_pView->getTableView())->FindTable(… in InsertJoin() local1991 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 35 milliseconds