Age | Commit message (Collapse) | Author | Files | Lines |
|
The TextBkgnd cell can have any value from 0 through 24, or 255.
The values 0 and 255 (visTxtBlklOpaque) both indicate a transparent text background.
In previous implementation if:
<Cell N='TextBkgnd' V='0'/>
were specified, the value was taken from colors.
With this implementation, if V='0' then background is not displayed, according
to documentation.
Change-Id: I32831ef58a5ea11e6fcc6f1fccda8618817f3af4
Reviewed-on: https://gerrit.libreoffice.org/c/libvisio/+/174712
Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
Tested-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
|
|
With previous implementation readFillStyleLst method
is saving all colours into first element: m_fillStyleLst[0]
It was causing that only last colour was present.
This commit is fixing that issue, by increasing iterator.
Change-Id: Ib77463c582874967e255ef91c0380fd880b8418e
Reviewed-on: https://gerrit.libreoffice.org/c/libvisio/+/174698
Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
Tested-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
|
|
Implemented the reading of simple solid fills from the fill styles list
in a theme. And it's use with the quick style fill matrix value.
Change-Id: I658340f73ced475bbc8999b4d09c4666fd50dea5
Reviewed-on: https://gerrit.libreoffice.org/c/libvisio/+/163580
Tested-by: Miklos Vajna <vmiklos@collabora.com>
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
|
|
Change-Id: I95815a3f19c612a2926ea1d80f07abbaba1f5595
|
|
Change-Id: I3c3f143b97df19227e274a1591471faa3dd3ed5f
Reviewed-on: https://gerrit.libreoffice.org/76779
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
|
|
Change-Id: Ic5e6cf0afe62e92fba1503a1a3540eb50800dc3c
|
|
To make the code easier to read, because this means the remaining zeros
all mean numbers.
Change-Id: I677df217aae81e15496d47a93daaab633d8b903f
|
|
Change-Id: I873a476e8428c8c3ca0a45d721d5ba3b300a33b4
|
|
Change-Id: If2de16033a921443025f582431c4a4b03a9e7145
|
|
Change-Id: I41a37b02f72e5c8d42e636b54627716add60e70f
|
|
Change-Id: Ib9eb9e02b678bc892b4cefd9fb793a06b2302879
|
|
Change-Id: Ifc79cf5d91a262fb4d51d13d9d183164ccc24f07
|
|
Change-Id: I4843762646c204d5c898d0f0dea503196a1e414a
|
|
Change-Id: I2d6b5a72c6c2764793992d1ca6363c831fa425b0
|
|
Change-Id: Ie5e7b86799fda82611edf299952a8508efd7dc5f
|
|
Change-Id: I9cad20e93dad4ae59000b823e5919b777dfcb221
|
|
Change-Id: I68cc109a7583067dd375db5a98b291b5c3a20b4b
|
|
Change-Id: I6a17a8e0e435b4de87e0017bddb5d16f6b1a543d
|
|
Change-Id: I6c0d63b47f361b030481f58a6788b2ff4b0ee5be
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|