Searched refs:nScrollOffsRef (Results 1 – 1 of 1) sorted by relevance
809 long nScrollOffsRef = (aVisArea.GetWidth() * OL_SCROLL_HOROFFSET) / 100; in ImpScrollLeft() local810 if ( !nScrollOffsRef ) in ImpScrollLeft()811 nScrollOffsRef = 1; in ImpScrollLeft()812 if ( nScrollOffsRef > nMaxScrollOffs ) in ImpScrollLeft()813 nScrollOffsRef = nMaxScrollOffs; in ImpScrollLeft()816 Scroll( -nScrollOffsRef, 0 ); in ImpScrollLeft()832 long nScrollOffsRef = (aVisArea.GetWidth() * OL_SCROLL_HOROFFSET) / 100; in ImpScrollRight() local833 if ( !nScrollOffsRef ) in ImpScrollRight()834 nScrollOffsRef = 1; in ImpScrollRight()835 if ( nScrollOffsRef > nMaxScrollOffs ) in ImpScrollRight()[all …]