sc: add "updateValues" method to conditional format list
commit1751877e646667793dd3593dff95665790100b69
authorHenry Castro <hcastro@collabora.com>
Thu, 11 May 2023 20:07:10 +0000 (11 16:07 -0400)
committerAron Budea <aron.budea@collabora.com>
Wed, 24 May 2023 17:26:04 +0000 (24 19:26 +0200)
tree2ebd500ebf9799ca7222cfe97951cbbe4c18a194
parentc7d2580885673fa73253ee8878c8730f0263d3fa
sc: add "updateValues" method to conditional format list

When copying a range cells to a clipboard, if exists a
color scale conditional format from different ranges,
it should update the min and max values, otherwise
the color scale conditional format could not calculate
min and max values due to limiting range cell copied.

Signed-off-by: Henry Castro <hcastro@collabora.com>
Change-Id: I660e18090a60b99ddf2b55ce1f713fd41121290e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151685
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
sc/inc/colorscale.hxx
sc/inc/conditio.hxx
sc/source/core/data/colorscale.cxx
sc/source/core/data/conditio.cxx
sc/source/core/data/table2.cxx