diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2023-10-25 18:23:06 +0200 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2023-10-28 21:31:16 +0200 |
commit | 50abd90d739410ed34de5e7cd9c4308dc75f9ab6 (patch) | |
tree | b085c71389e7c7604b47ee63b0f6921a033eb903 /sc/sdi | |
parent | 7269df74824bdea31b9d42d1e2d77b77e702b3ab (diff) |
Introduce easy to apply cond format styles
UNO commands for Data bars and Color scale conditional
formatting now can be called with parameter to apply
few predefined themes.
In the future it could be moved somewhere so it could
be configured from the UI maybe...
Change-Id: I080709709fcc0886dcaf6050a6c1ae621b6728c9
(cherry picked from commit c8d4a99082269c7008df5765232a93d19e7a3d84)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158539
Tested-by: Jenkins
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/scalc.sdi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi index 4da6e21b162e..614293cc90bb 100644 --- a/sc/sdi/scalc.sdi +++ b/sc/sdi/scalc.sdi @@ -787,7 +787,7 @@ SfxVoidItem CurrentConditionalFormatDialog SID_OPENDLG_CURRENTCONDFRMT SfxVoidItem ColorScaleFormatDialog SID_OPENDLG_COLORSCALE -() +(SfxInt16Item IconSet FN_PARAM_1) [ AutoUpdate = FALSE, FastCall = FALSE, @@ -805,7 +805,7 @@ SfxVoidItem ColorScaleFormatDialog SID_OPENDLG_COLORSCALE SfxVoidItem DataBarFormatDialog SID_OPENDLG_DATABAR -() +(SfxInt16Item IconSet FN_PARAM_1) [ AutoUpdate = FALSE, FastCall = FALSE, |