Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uiview/
H A Dviewport.cxx627 Point aAlPt( AlignToPixel( aPt ) ); in PhyPageUp() local
631 if( aPt.Y() != aAlPt.Y() ) in PhyPageUp()
632 aAlPt.Y() += 3 * GetEditWin().PixelToLogic( Size( 0, 1 ) ).Height(); in PhyPageUp()
633 SetVisArea( aAlPt ); in PhyPageUp()
648 Point aAlPt( AlignToPixel( aPt ) ); in PhyPageDown() local
651 if( aPt.Y() != aAlPt.Y() ) in PhyPageDown()
652 aAlPt.Y() += 3 * GetEditWin().PixelToLogic( Size( 0, 1 ) ).Height(); in PhyPageDown()
653 SetVisArea( aAlPt ); in PhyPageDown()

Completed in 14 milliseconds