Home
last modified time | relevance | path

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

/AOO41X/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx640 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()
[all …]