https://bugs.documentfoundation.org/show_bug.cgi?id=152406

--- Comment #40 from Patrick Luby <plub...@neooffice.org> ---
(In reply to Telesto from comment #39)
> (In reply to Patrick Luby from comment #38)
> This mentions a scroll timer
> https://opengrok.libreoffice.org/xref/core/sc/source/ui/view/tabview.
> cxx?r=0908c7c1#236

Thank you for the hint. Unfortunately, scroll wheel events never trigger
starting that timer. But, I did find that vcl/source/window/winproc.cxx sends
all scroll wheel events to Writer, Calc, etc. as a "CommandEventId::Wheel". By
grepping that event ID in the source code in the sc directory, I found the Calc
handler: ScTabView::ScrollCommand() in the same file as the timer you found.

I'll start walking throught the ScTabView::ScrollCommand() code and post again
when I find something.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to