Lines Matching refs:mnScrollLines
774 aEvent.mnScrollLines = nDeltaZ;
775 if( aEvent.mnScrollLines == 0 )
776 aEvent.mnScrollLines = 1;
832 aEvent.mnScrollLines = SAL_WHEELMOUSE_EVENT_PAGESCROLL;
842 aEvent.mnScrollLines = SAL_WHEELMOUSE_EVENT_PAGESCROLL;
892 aEvent.mnScrollLines = fabs(dX) / WHEEL_EVENT_FACTOR;
893 if( aEvent.mnScrollLines == 0 )
894 aEvent.mnScrollLines = 1;
905 aEvent.mnScrollLines = fabs(dY) / WHEEL_EVENT_FACTOR;
906 if( aEvent.mnScrollLines == 0 )
907 aEvent.mnScrollLines = 1;