diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2021-12-06 02:20:46 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2021-12-06 15:45:35 +0100 |
commit | 8406139062d9ffe1daed32aefe4e261c6c55d63e (patch) | |
tree | 04ff33f69df6818378cac47e6561e0913f2ef951 /cppcanvas/qa | |
parent | e55723c0ba4172bf6ee80fda49b069fd441a0c90 (diff) |
process broadcasts for adjacent cells together (tdf#119083)
The problem in tdf#119083 is that it sets up listening for the range
of cells used by VLOOKUP, and when adding a new column changes all
those cells, it results in repeated SfxHintId::ScDataChanged
broadcasts to the cells with the VLOOKUP formula. This commit
makes ScHint include a row count, making it possible to group
adjacent rows for SfxHintId::ScDataChanged together and send
notifications just once for the range.
Change-Id: Ib3439de58a2b1e5e8f01b037a62608e38b8e9125
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126395
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'cppcanvas/qa')
0 files changed, 0 insertions, 0 deletions