Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/querydesign/
H A Dquerydlg.cxx217 const long nJoinType = reinterpret_cast<long>(m_pJoinControl->aLB_JoinType.GetEntryData(nPos)); variable
219 switch ( nJoinType )
359 long nJoinType = 0; in setJoinType() local
364 nJoinType = ID_INNER_JOIN; in setJoinType()
367 nJoinType = ID_LEFT_JOIN; in setJoinType()
370 nJoinType = ID_RIGHT_JOIN; in setJoinType()
373 nJoinType = ID_FULL_JOIN; in setJoinType()
376 nJoinType = ID_CROSS_JOIN; in setJoinType()
383 if ( nJoinType == reinterpret_cast<long>(m_pJoinControl->aLB_JoinType.GetEntryData(i)) ) in setJoinType()
/trunk/main/canvas/source/directx/
H A Ddx_canvashelper.cxx84 Gdiplus::LineJoin gdiJoinFromJoin( sal_Int8 nJoinType ) in gdiJoinFromJoin() argument
86 switch( nJoinType ) in gdiJoinFromJoin()
/trunk/main/canvas/source/vcl/
H A Dcanvashelper.cxx75 basegfx::B2DLineJoin b2DJoineFromJoin( sal_Int8 nJoinType ) in b2DJoineFromJoin() argument
77 switch( nJoinType ) in b2DJoineFromJoin()

Completed in 33 milliseconds