Searched refs:aPosWin (Results 1 – 1 of 1) sorted by relevance
479 Point aPosWin = pEditView->GetWindow()->PixelToLogic( rPosPixel ); in ImpGetInsertionPara() local482 long nParaYOffs = aPosWin.Y() - aParaPosWin.Y(); in ImpGetInsertionPara()789 Point aPosWin = pEditView->GetWindow()->PixelToLogic( rPosPix ); 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()797 else if(aPosWin.Y() >= aOutputArWin.Bottom() - nDDScrollTBBorderWidthWin) in ImpDragScroll()
Completed in 25 milliseconds