Home
last modified time | relevance | path

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

/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx479 Point aPosWin = pEditView->GetWindow()->PixelToLogic( rPosPixel ); in ImpGetInsertionPara() local
482 long nParaYOffs = aPosWin.Y() - aParaPosWin.Y(); in ImpGetInsertionPara()
789 Point aPosWin = pEditView->GetWindow()->PixelToLogic( rPosPix ); 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()

Completed in 34 milliseconds