Searched refs:aOutputArWin (Results 1 – 1 of 1) sorted by relevance
432 Rectangle aOutputArWin = pEditView->GetOutputArea(); in ImpPaintDDCursor() local438 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() local791 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()[all …]
Completed in 18 milliseconds