Searched refs:nScrollOffsRef (Results 1 – 1 of 1) sorted by relevance
810 if ( !nScrollOffsRef ) in ImpScrollLeft()811 nScrollOffsRef = 1; in ImpScrollLeft()816 Scroll( -nScrollOffsRef, 0 ); in ImpScrollLeft()833 if ( !nScrollOffsRef ) in ImpScrollRight()834 nScrollOffsRef = 1; in ImpScrollRight()839 Scroll( nScrollOffsRef, 0 ); in ImpScrollRight()863 if ( !nScrollOffsRef ) in ImpScrollDown()864 nScrollOffsRef = 1; in ImpScrollDown()887 if ( !nScrollOffsRef ) in ImpScrollUp()888 nScrollOffsRef = 1; in ImpScrollUp()[all …]
Completed in 28 milliseconds