Lines Matching refs:aOld
419 Rectangle aOld(GetSnapRect()); in NbcSetSnapRect() local
421 long nDivX=aOld.Right()-aOld.Left(); in NbcSetSnapRect()
423 long nDivY=aOld.Bottom()-aOld.Top(); in NbcSetSnapRect()
429 NbcResize(aOld.TopLeft(),aX,aY); in NbcSetSnapRect()
431 if (rRect.Left()!=aOld.Left() || rRect.Top()!=aOld.Top()) { in NbcSetSnapRect()
432 NbcMove(Size(rRect.Left()-aOld.Left(),rRect.Top()-aOld.Top())); in NbcSetSnapRect()
554 Rectangle aOld(GetSnapRect()); in SetSnapRect() local
556 long nDivX=aOld.Right()-aOld.Left(); in SetSnapRect()
558 long nDivY=aOld.Bottom()-aOld.Top(); in SetSnapRect()
564 Resize(aOld.TopLeft(),aX,aY); in SetSnapRect()
566 if (rRect.Left()!=aOld.Left() || rRect.Top()!=aOld.Top()) { in SetSnapRect()
567 Move(Size(rRect.Left()-aOld.Left(),rRect.Top()-aOld.Top())); in SetSnapRect()