Lines Matching refs:aOutputArWin
432 Rectangle aOutputArWin = pEditView->GetOutputArea(); in ImpPaintDDCursor() local
438 aStartPointWin.X() += aOutputArWin.Left(); in ImpPaintDDCursor()
439 aStartPointWin.Y() = aOutputArWin.Top(); in ImpPaintDDCursor()
441 aEndPointWin.Y() = aOutputArWin.Bottom(); in ImpPaintDDCursor()
457 aStartPointWin.X() = aOutputArWin.Left(); in ImpPaintDDCursor()
459 aEndPointWin.X() = aOutputArWin.Right(); in ImpPaintDDCursor()
790 Rectangle aOutputArWin = pEditView->GetOutputArea(); in ImpDragScroll() local
791 if ( aPosWin.X() <= aOutputArWin.Left() + nDDScrollLRBorderWidthWin) in ImpDragScroll()
793 else if( aPosWin.X() >= aOutputArWin.Right()- nDDScrollLRBorderWidthWin) in ImpDragScroll()
795 else if( aPosWin.Y() <= aOutputArWin.Top() + nDDScrollTBBorderWidthWin) in ImpDragScroll()
797 else if(aPosWin.Y() >= aOutputArWin.Bottom() - nDDScrollTBBorderWidthWin) in ImpDragScroll()