diff options
author | Balazs Varga <balazs.varga991@gmail.com> | 2018-10-31 08:43:47 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-11-05 12:29:55 +0100 |
commit | 1351d5b97fd3e07c2bac1b7659726809bcb1c28d (patch) | |
tree | 3e0576c2d2a4e62e3fc36b75d9e8a92244f95dbf /oox/source/token | |
parent | b0da1ca2d7a426ff13f39b21362fbcd5c0580c24 (diff) |
tdf#108104 OOXML Import: Fix Hatch fill in Charts
Sets an explicit fill hatch, or creates a named fill hatch
and stored in a global container. With this patch the
SUPPORTED MS Office hatch styles by LibreOffice, or the custom
LibreOffice hatches will be appeared correctly instead of the
previous display as horizontal lines in LibreOffice.
(The background color of the hatch styles are not imported correcty,
but that is another BUG.)
Change-Id: Ifda9dc805dd08f58db10b35f40d7f511a8614f77
Reviewed-on: https://gerrit.libreoffice.org/62681
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'oox/source/token')
-rw-r--r-- | oox/source/token/properties.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/oox/source/token/properties.txt b/oox/source/token/properties.txt index 86dd843d12b7..1b06aa741d94 100644 --- a/oox/source/token/properties.txt +++ b/oox/source/token/properties.txt @@ -171,6 +171,7 @@ FillColor FillGradient FillGradientName FillHatch +FillHatchName FillStyle FillTransparence FillTransparenceGradient @@ -202,6 +203,7 @@ GapwidthSequence GenerateVbaEvents Geometry3D GradientName +HatchName Graphic GraphicBitmap GraphicColorMode |