Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/querydesign/
H A DJoinTableView.cxx633 Rectangle aOtherTabWinRect( pOtherTabWin->GetPosPixel(), pOtherTabWin->GetSizePixel() ); in SetDefaultTabWinPosSize() local
636 ( (aOtherTabWinRect.Top()>aRowRect.Top()) && (aOtherTabWinRect.Top()<aRowRect.Bottom()) ) || in SetDefaultTabWinPosSize()
637 ( (aOtherTabWinRect.Bottom()>aRowRect.Top()) && (aOtherTabWinRect.Bottom()<aRowRect.Bottom()) ) in SetDefaultTabWinPosSize()
642 if( aOtherTabWinRect.Right()>aNewPos.X() ) in SetDefaultTabWinPosSize()
643 aNewPos.X() = aOtherTabWinRect.Right() + TABWIN_SPACING_X; in SetDefaultTabWinPosSize()

Completed in 20 milliseconds