Searched refs:ndY (Results 1 – 4 of 4) sorted by relevance
902 Pair ImpEditView::Scroll( long ndX, long ndY, sal_uInt8 nRangeCheck ) in Scroll() argument905 if ( !ndX && !ndY ) in Scroll()921 aNewVisArea.Top() -= ndY; in Scroll()922 aNewVisArea.Bottom() -= ndY; in Scroll()946 aNewVisArea.Left() -= ndY; in Scroll()947 aNewVisArea.Right() -= ndY; in Scroll()
477 Pair EditView::Scroll( long ndX, long ndY, sal_uInt8 nRangeCheck ) in Scroll() argument481 return pImpEditView->Scroll( ndX, ndY, nRangeCheck ); in Scroll()
346 Pair Scroll( long ndX, long ndY, sal_uInt8 nRangeCheck = RGCHK_NEG );
1077 void TextView::Scroll( long ndX, long ndY ) in Scroll() argument1081 if ( !ndX && !ndY ) in Scroll()1087 aNewStartPos.Y() -= ndY; in Scroll()
Completed in 65 milliseconds