summaryrefslogtreecommitdiffstats
path: root/include/editeng
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2015-09-20 19:27:09 +0200
committerMiklos Vajna <vmiklos@collabora.com>2021-11-16 15:40:36 +0100
commit84b817130a1b19591c3add9af5db0f42af64be68 (patch)
treea49ca569a5bcbef7c09e1f9c76ba883303618352 /include/editeng
parentRelated tdf#139031: add missing colons (diff)
downloadcore-84b817130a1b19591c3add9af5db0f42af64be68.tar.gz
core-84b817130a1b19591c3add9af5db0f42af64be68.zip
Support reading back theme color from an ooxml document
ooxml supports theme colors and tint/shade value that additionally changed the theme color. Read back which theme color + tint/shade value was applied in the resulting color and add this attributes as properties to be used by writer. In sidebar theme panel the changing the theme colors now doesn't takes this into account and changes the colors correctly. [ Miklos: left out the Wrtier bits for now, focusing on Impress first. ] (cherry picked from commit 16a0a2089e8572a35a36a7e649703893ecd06299, from the feature/themesupport2 branch) Change-Id: I8e0d62ec8c0534e603fb1e5fb000dcf84aea5da2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125304 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/unoprnms.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/editeng/unoprnms.hxx b/include/editeng/unoprnms.hxx
index 4f1d4ad4b0e1..97aaa77dd86a 100644
--- a/include/editeng/unoprnms.hxx
+++ b/include/editeng/unoprnms.hxx
@@ -22,6 +22,8 @@
#define UNO_NAME_CHAR_COLOR "CharColor"
+#define UNO_NAME_CHAR_COLOR_THEME "CharColorTheme"
+#define UNO_NAME_CHAR_COLOR_TINT_OR_SHADE "CharColorTintOrShade"
#define UNO_NAME_CHAR_HEIGHT "CharHeight"
#define UNO_NAME_CHAR_POSTURE "CharPosture"
#define UNO_NAME_CHAR_SHADOWED "CharShadowed"