diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2023-07-28 12:10:24 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2023-08-01 08:15:24 +0200 |
commit | 5e34a25aa7f58b37a2303aef9318bbe5a9af5d37 (patch) | |
tree | 9092f05a8ec262512611e88ee21b346ac12ca165 /include | |
parent | b543463f639ecee793484e8b419147d565a53d52 (diff) |
sc: Add import/export ODF support for border complex colors
ODF Import and export support for border {left,right,top,bottom}
complex colors. In addition round-trip test was extended with the
border use case.
Change-Id: I1d14690272c06e8ffcfcd483eb7f688ca5bb1e5d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155014
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/xmltoken.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index 3cc97405e511..5c929137cad6 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -354,15 +354,19 @@ namespace xmloff::token { XML_BOOLEAN_VALUE, XML_BORDER, XML_BORDER_BOTTOM, + XML_BORDER_BOTTOM_COMPLEX_COLOR, XML_BORDER_COLOR, XML_BORDER_LEFT, + XML_BORDER_LEFT_COMPLEX_COLOR, XML_BORDER_LINE_WIDTH, XML_BORDER_LINE_WIDTH_BOTTOM, XML_BORDER_LINE_WIDTH_LEFT, XML_BORDER_LINE_WIDTH_RIGHT, XML_BORDER_LINE_WIDTH_TOP, XML_BORDER_RIGHT, + XML_BORDER_RIGHT_COMPLEX_COLOR, XML_BORDER_TOP, + XML_BORDER_TOP_COMPLEX_COLOR, XML_BOTH, XML_BOTTOM, XML_BOTTOM_LEFT, |