Searched refs:aRowRect (Results 1 – 3 of 3) sorted by relevance
621 Rectangle aRowRect( Point(0,0), aOutSize ); in SetDefaultTabWinPosSize() local622 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()
968 Rectangle aRowRect( Point( _rRect.TopLeft().X(), aPos.Y() ), in ImplPaintData() local970 PaintRow( _rOut, aRowRect ); in ImplPaintData()980 _rOut.DrawRect( aRowRect ); in ImplPaintData()
2940 ::Rectangle aRowRect( GetRowRectPixel( nRow, sal_True ) ); in Command()2941 executeRowContextMenu( nRow, aRowRect.LeftCenter() ); in Command()
Completed in 29 milliseconds