diff options
author | Bartosz Kosiorek <gang65@poczta.onet.pl> | 2017-11-25 09:51:58 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-11-28 19:48:18 +0100 |
commit | 51a1fb0beb813624b5bc3255a889f9d630ccb0d4 (patch) | |
tree | e82e4870d18060e3a6074f1300d6782955ff6554 /store/source | |
parent | 9914ca04ac6a63f14adcd0fe58b2be44b84ee15f (diff) |
tdf#113271 Fix order of color's attributes import.
The order of import color is very important in case of more than one color attributes was provided.
This order (theme -> rgb -> indexed -> auto) is not documented
and was gathered experimentally based on MS Excel 2013.
Information about <fonts>:
https://msdn.microsoft.com/en-us/library/documentformat.openxml.spreadsheet.fonts(v=office.14).aspx
Information about font:
https://msdn.microsoft.com/en-us/library/ff531892(v=office.12).aspx
https://msdn.microsoft.com/en-us/library/documentformat.openxml.spreadsheet.font(v=office.14).aspx
More information about color class:
https://msdn.microsoft.com/en-us/library/documentformat.openxml.spreadsheet.color(v=office.14).aspx
https://msdn.microsoft.com/en-us/library/ff532831(v=office.12).aspx
Example:
With indexed auto, colour, rgb and them,
<color auto="1" theme="1" rgb="FFFFFF" indexed="62" />
The priority is as follows:
1. theme
2. rgb
3. indexed
4. auto
Change-Id: I7bb5ab7d7b7a52091f0130fd6f21bac44eca7408
Reviewed-on: https://gerrit.libreoffice.org/45266
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'store/source')
0 files changed, 0 insertions, 0 deletions