Lines Matching refs:aDragRight
640 OTableFieldDescRef aDragRight = new OTableFieldDesc(); in InsertJoinConnection() local
642 eOk != ( eErrorCode = FillDragInfo(_pView,pNode->getChild(2),aDragRight))) in InsertJoinConnection()
650 insertConnection(_pView,_eJoinType,aDragLeft,aDragRight); in InsertJoinConnection()
652 insertConnection(_pView,_eJoinType,aDragRight,aDragLeft); in InsertJoinConnection()
655 insertConnection(_pView,_eJoinType,aDragLeft,aDragRight); in InsertJoinConnection()
1701 OTableFieldDescRef aDragRight = new OTableFieldDesc(); in ComparisonPredicate() local
1703 eOk != ( eErrorCode = FillDragInfo(_pView,pCondition->getChild(2),aDragRight))) in ComparisonPredicate()
1708 static_cast<OQueryTableWindow*>(aDragRight->GetTabWindow()), in ComparisonPredicate()
2000 OTableFieldDescRef aDragRight = new OTableFieldDesc(); in InsertJoin() local
2001 aDragRight->SetTabWindow(pRightWindow); in InsertJoin()
2002 aDragRight->SetTable(pRightWindow->GetTableName()); in InsertJoin()
2003 aDragRight->SetAlias(pRightWindow->GetAliasName()); in InsertJoin()
2005 insertConnection(_pView,eJoinType,aDragLeft,aDragRight,bNatural); in InsertJoin()