Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/querydesign/
H A DJoinTableView.cxx621 Rectangle aRowRect( Point(0,0), aOutSize ); in SetDefaultTabWinPosSize() local
622 aRowRect.Top() = nRow * ( TABWIN_SPACING_Y + TABWIN_HEIGHT_STD ); in SetDefaultTabWinPosSize()
623 aRowRect.Bottom() = (nRow+1) * ( TABWIN_SPACING_Y + TABWIN_HEIGHT_STD ); in SetDefaultTabWinPosSize()
636 ( (aOtherTabWinRect.Top()>aRowRect.Top()) && (aOtherTabWinRect.Top()<aRowRect.Bottom()) ) || in SetDefaultTabWinPosSize()
637 ( (aOtherTabWinRect.Bottom()>aRowRect.Top()) && (aOtherTabWinRect.Bottom()<aRowRect.Bottom()) ) in SetDefaultTabWinPosSize()
649 if( (aNewPos.X()+TABWIN_WIDTH_STD)<aRowRect.Right() ) in SetDefaultTabWinPosSize()
651 aNewPos.Y() = aRowRect.Top() + TABWIN_SPACING_Y; in SetDefaultTabWinPosSize()
656 if( (aRowRect.Bottom()+aRowRect.GetHeight()) > aOutSize.Height() ) in SetDefaultTabWinPosSize()
/trunk/main/svtools/source/brwbox/
H A Dbrwbox2.cxx968 Rectangle aRowRect( Point( _rRect.TopLeft().X(), aPos.Y() ), in ImplPaintData() local
970 PaintRow( _rOut, aRowRect ); in ImplPaintData()
980 _rOut.DrawRect( aRowRect ); in ImplPaintData()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx2940 ::Rectangle aRowRect( GetRowRectPixel( nRow, sal_True ) ); in Command()
2941 executeRowContextMenu( nRow, aRowRect.LeftCenter() ); in Command()

Completed in 57 milliseconds