Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/querydesign/
H A Dquerydlg.hxx72 EJoinType eJoinType;
85 void setJoinType(EJoinType _eNewJoinType);
93 EJoinType GetJoinType() const { return eJoinType; }; in GetJoinType()
H A DQTableConnectionData.hxx48 EJoinType m_eJoinType;
87 EJoinType GetJoinType() const { return m_eJoinType; }; in GetJoinType()
88 void SetJoinType(const EJoinType& eJT) { m_eJoinType = eJT; }; in SetJoinType()
H A Dquerydlg.cxx214 const EJoinType eOldJoinType = eJoinType;
354 void DlgQryJoin::setJoinType(EJoinType _eNewJoinType) in setJoinType()
H A DQueryDesignView.cxx208 …void insertConnection(const OQueryDesignView* _pView,const EJoinType& _eJoinType,OTableFieldDescRe… in insertConnection()
606 const EJoinType& _eJoinType, in InsertJoinConnection()
1945 EJoinType eJoinType = INNER_JOIN; in InsertJoin()
/trunk/main/dbaccess/source/ui/inc/
H A DQEnumTypes.hxx57 enum EJoinType enum

Completed in 324 milliseconds