Lines Matching refs:aPixRect
346 Rectangle aPixRect(rTargetDevice.LogicToPixel(aBlankRect)); in ImpPaintOutlinerView() local
368 …const basegfx::B2DRange aRange(aPixRect.Left(), aPixRect.Top(), aPixRect.Right(), aPixRect.Bottom(… in ImpPaintOutlinerView()
407 Rectangle aPixRect(pWin->LogicToPixel(aBlankRect)); in ImpInvalidateOutlinerView() local
410 aPixRect.Left()--; in ImpInvalidateOutlinerView()
411 aPixRect.Top()--; in ImpInvalidateOutlinerView()
412 aPixRect.Right()++; in ImpInvalidateOutlinerView()
413 aPixRect.Bottom()++; in ImpInvalidateOutlinerView()
422 if (aPixRect.Left ()<-a) aPixRect.Left()=-a; in ImpInvalidateOutlinerView()
423 if (aPixRect.Top ()<-a) aPixRect.Top ()=-a; in ImpInvalidateOutlinerView()
424 if (aPixRect.Right ()>nMaxX) aPixRect.Right ()=nMaxX; in ImpInvalidateOutlinerView()
425 if (aPixRect.Bottom()>nMaxY) aPixRect.Bottom()=nMaxY; in ImpInvalidateOutlinerView()
428 Rectangle aOuterPix(aPixRect); in ImpInvalidateOutlinerView()