Lines Matching refs:aRect

498     Rectangle aRect;  in GetPosSizePixel()  local
501 aRect = Rectangle( pWrapper->GetPosPixel(), pWrapper->GetSizePixel() ); in GetPosSizePixel()
503 return aRect; in GetPosSizePixel()
623 Rectangle aRect; in GetDragRect() local
626 aRect = Rectangle( 1,1, GetOutputSizePixel().Width()-1, 2+POPUP_DRAGHEIGHT ); in GetDragRect()
630 aRect.Top() = height - 3 - POPUP_DRAGHEIGHT; in GetDragRect()
631 aRect.Bottom() = aRect.Top() + 1 + POPUP_DRAGHEIGHT; in GetDragRect()
634 return aRect; in GetDragRect()
656 Rectangle aRect( aPt, GetOutputSizePixel() ); in DrawBorder() local
659 Region aClipRgn( aRect ); in DrawBorder()
668 DrawRect( aRect ); in DrawBorder()
674 DrawRect( aRect ); in DrawBorder()
686 Rectangle aRect( GetDragRect() ); in DrawGrip() local
687 aRect.nTop += POPUP_DRAGBORDER; in DrawGrip()
688 aRect.nBottom -= POPUP_DRAGBORDER; in DrawGrip()
689 aRect.nLeft+=3; in DrawGrip()
690 aRect.nRight-=3; in DrawGrip()
694 Erase( aRect ); in DrawGrip()
695 DrawSelectionBackground( aRect, 2, sal_False, sal_True, sal_False ); in DrawGrip()
701 DrawRect( aRect ); in DrawGrip()
713 aRect.nLeft+=2; aRect.nRight-=2; in DrawGrip()
715 aRect.nTop+=2; in DrawGrip()
716 aRect.nBottom = aRect.nTop; in DrawGrip()
718 DrawLine( aRect.TopLeft(), aRect.TopRight(), aLineInfo ); in DrawGrip()
722 aRect.nTop++; aRect.nBottom++; in DrawGrip()
724 DrawLine( aRect.TopLeft(), aRect.TopRight(), aLineInfo ); in DrawGrip()
730 aRect.nTop++; in DrawGrip()
731 aRect.nBottom = aRect.nTop; in DrawGrip()
734 while( width >= aRect.getWidth() ) in DrawGrip()
737 width = aRect.getWidth(); in DrawGrip()
739 aRect.nLeft = (aRect.nLeft + aRect.nRight - width) / 2; in DrawGrip()
740 aRect.nRight = aRect.nLeft + width; in DrawGrip()
745 DrawRect( aRect ); in DrawGrip()
746 aRect.nTop+=2; in DrawGrip()
747 aRect.nBottom+=2; in DrawGrip()
766 Rectangle aRect( aPt, GetOutputSizePixel() ); in Paint() local
767 DrawWallpaper( aRect, Wallpaper( GetSettings().GetStyleSettings().GetFaceGradientColor() ) ); in Paint()
1074 Rectangle aRect( rRect ); in EndDocking() local
1087 mpFloatWin->SetOutputSizePixel( aRect.GetSize() ); in EndDocking()
1088 mpFloatWin->SetPosPixel( aRect.TopLeft() ); in EndDocking()
1093 Point aPos = aRect.TopLeft(); in EndDocking()
1095 GetWindow()->SetPosSizePixel( aPos, aRect.GetSize() ); in EndDocking()
1102 EndDockingData data( aRect, IsFloatingMode(), IsDockingCanceled() ); in EndDocking()