sd theme: add UI (area dialog) for shape fill color
commit5dd4802c73dac4c3bd5c609562ce994d3b51e6a9
authorMiklos Vajna <vmiklos@collabora.com>
Wed, 30 Mar 2022 17:57:10 +0000 (30 19:57 +0200)
committerMiklos Vajna <vmiklos@collabora.com>
Thu, 31 Mar 2022 09:43:41 +0000 (31 11:43 +0200)
treef95e35fb52309884563a69c6c3b5c9c38a0a8d10
parent6c0dca63cd93c393b12bdbd2ce777c275a9279ff
sd theme: add UI (area dialog) for shape fill color

SvxColorTabPage::FillItemSet() has to produce a color item that has the
theme index, which means SvxColorTabPage::SelectValSetHdl_Impl() has to
change the current color to an svx::NamedThemedColor.

The rest is just fallout from this, now that the current color has
theming metadata.

Change-Id: If0018c651239ba74f45745e69e41ff7040ac9b97
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132327
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
cui/qa/uitest/tabpages/tpcolor.py [new file with mode: 0644]
cui/source/inc/cuitabarea.hxx
cui/source/tabpages/tpcolor.cxx