1. 29 Ara, 2018 2 kayıt (commit)
    • Justin Luth's avatar
      tdf#47471 odfexport: use stylename if autostyle missing. · 43836a58
      Justin Luth yazdı
      My guess is the autoStylePool can be invalidated by some events
      (like clearing all attributes), and if nothing is done that
      re-creates the autostyle, then Find() returns an empty string.
      
      The normal case when all attributes are reset is that since
      there are no attributes, it doesn't bother looking for the
      AutoStyle, and just sticks with the given "parent" style.
      However, some attributes (like lists) aren't reset, and
      in those cases the autoPool didn't exist, and yet it still
      looked for something, returning an empty string when
      nothing was found.
      
      If there is a style, but autostyle returns nothing, then it
      should be safe to always use the given style. There are two
      more areas with similar coding that I will change in separate
      commits. (However, note that bug 90221 shows that an empty
      autostyle might not be exactly like the given style).
      
      Change-Id: I6a3d7b1608160f555004ca9cf1c93ec301177288
      Reviewed-on: https://gerrit.libreoffice.org/65616
      Tested-by: Jenkins
      Reviewed-by: 's avatarJustin Luth <justin_luth@sil.org>
      43836a58
    • andreas kainz's avatar
      tdf#119249 Breeze Point markers be semi-transparent · 17875c59
      andreas kainz yazdı
      Change-Id: I22c5923e4d0f6cbfc004e40fdcb20e317e61205d
      Reviewed-on: https://gerrit.libreoffice.org/65693
      Tested-by: Jenkins
      Reviewed-by: 's avatarandreas_kainz <kainz.a@gmail.com>
      17875c59
  2. 28 Ara, 2018 37 kayıt (commit)
  3. 27 Ara, 2018 1 kayıt (commit)