Home
last modified time | relevance | path

Searched refs:aOutputArWin (Results 1 – 1 of 1) sorted by relevance

/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx432 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()
[all …]

Completed in 24 milliseconds