Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/querydesign/
H A Dquerydlg.cxx107 ,eJoinType(static_cast<OQueryTableConnectionData*>(_pData.get())->GetJoinType()) in DBG_NAME()
161 setJoinType(eJoinType); in DBG_NAME()
187 …atic_cast<OQueryTableConnectionData*>(m_pConnData.get())->isNatural() && eJoinType != CROSS_JOIN ); in DBG_NAME()
214 const EJoinType eOldJoinType = eJoinType;
225 eJoinType = INNER_JOIN;
229 eJoinType = LEFT_JOIN;
234 eJoinType = RIGHT_JOIN;
242 eJoinType = FULL_JOIN;
247 eJoinType = CROSS_JOIN;
260 m_pJoinControl->m_aCBNatural.Enable(eJoinType != CROSS_JOIN);
[all …]
H A Dquerydlg.hxx72 EJoinType eJoinType; member in dbaui::DlgQryJoin
93 EJoinType GetJoinType() const { return eJoinType; }; in GetJoinType()
H A DQueryDesignView.cxx1945 EJoinType eJoinType = INNER_JOIN; in InsertJoin() local
1958 eJoinType = INNER_JOIN; in InsertJoin()
1966 eJoinType = LEFT_JOIN; in InsertJoin()
1968 eJoinType = RIGHT_JOIN; in InsertJoin()
1970 eJoinType = FULL_JOIN; in InsertJoin()
1974 …if ( InsertJoinConnection(_pView,pNode->getChild(4)->getChild(1), eJoinType,pNode->getChild(0),pRi… in InsertJoin()
1980 eJoinType = CROSS_JOIN; in InsertJoin()
1986 if ( eJoinType == CROSS_JOIN || bNatural ) in InsertJoin()
2005 insertConnection(_pView,eJoinType,aDragLeft,aDragRight,bNatural); in InsertJoin()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx91 SvtGraphicStroke::JoinType eJoinType; member
145 SvtGraphicStroke::JoinType eJoinType; member in PSWriter
205 … SvtGraphicStroke::JoinType eJoinType, SvtGraphicStroke::DashArray& rDashArray );
384 eJoinType = SvtGraphicStroke::joinMiter; in WritePS()
1040 pGS->eJoinType = eJoinType; in ImplWriteActions()
1070 eJoinType = pGS->eJoinType; in ImplWriteActions()
2395 if ( eJoinType != eJoin ) in ImplWriteLineInfo()
2397 eJoinType = eJoin; in ImplWriteLineInfo()
2398 ImplWriteLong( (sal_Int32)eJoinType, PS_SPACE ); in ImplWriteLineInfo()
2401 if ( eJoinType == SvtGraphicStroke::joinMiter ) in ImplWriteLineInfo()