diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2022-05-04 20:23:16 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-05-05 08:07:49 +0200 |
commit | 0c13e4768c3c7937c2fd71675c86ff8a0ca3fe50 (patch) | |
tree | 6aa75104a6644dac7354156c2dc0beff68013aaa /schema | |
parent | 574018db41b9be7619bddda098c6068efdc2886a (diff) |
sd theme: add ODP import/export for shape fill color effects
Map a themed color with effects to:
<style:graphic-properties draw:fill-color="..." loext:fill-theme-color="..." loext:fill-color-lum-mod="..." loext:fill-color-lum-off="...">
Change-Id: I18d8ddf8d6050ef468a8d67a9e797a576f682e85
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133843
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'schema')
-rw-r--r-- | schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng index 511f31629eb4..cc9db62a04a3 100644 --- a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng +++ b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng @@ -1762,13 +1762,23 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1. <rng:ref name="color"/> </rng:attribute> </rng:optional> - <!-- TODO no proposal for theme color of shape fill --> + <!-- TODO(vmiklos) no proposal for theme color of shape fill --> <rng:optional> <rng:attribute name="loext:fill-theme-color"> <rng:ref name="theme-color"/> </rng:attribute> </rng:optional> <rng:optional> + <rng:attribute name="loext:fill-color-lum-mod"> + <rng:ref name="zeroToHundredPercent"/> + </rng:attribute> + </rng:optional> + <rng:optional> + <rng:attribute name="loext:fill-color-lum-off"> + <rng:ref name="zeroToHundredPercent"/> + </rng:attribute> + </rng:optional> + <rng:optional> <rng:attribute name="draw:secondary-fill-color"> <rng:ref name="color"/> </rng:attribute> @@ -2264,7 +2274,7 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1. <rng:ref name="zeroToHundredPercent"/> </rng:attribute> </rng:optional> - <!-- TODO no proposal for theme color of shape text --> + <!-- TODO(vmiklos) no proposal for theme color of shape text --> <rng:optional> <rng:attribute name="loext:theme-color"> <rng:ref name="theme-color"/> @@ -3084,7 +3094,7 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1. <rng:ref name="office-forms"/> </rng:optional> <rng:optional> - <!-- TODO no proposal for defining a theme --> + <!-- TODO(vmiklos) no proposal for defining a theme --> <rng:ref name="loext-theme"/> </rng:optional> <rng:zeroOrMore> |