1. 20 Kas, 2016 8 kayıt (commit)
  2. 19 Kas, 2016 22 kayıt (commit)
  3. 18 Kas, 2016 10 kayıt (commit)
    • Tamás Zolnai's avatar
      tdf#104015: PPTX import: Title shape does not inherit fill properties · 8d613870
      Tamás Zolnai yazdı
      ...from slide master.
      The problem caused by that PPTX files contains not a
      one-level master slide set, but has two levels: one
      called slide master, other called slide layout.
      Slide layout inherit properties from slide master and
      normal slide inherit propetries from slide layout.
      Bug appeared because, slide layout inherited properties
      were not forwarded to the normal slide.
      
      Change-Id: I587582498cf4315087f9a576c1b7fc41ee23e2fd
      Reviewed-on: https://gerrit.libreoffice.org/30969Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarTamás Zolnai <tamas.zolnai@collabora.com>
      8d613870
    • Caolán McNamara's avatar
      coverity#1394416 ensure there's enough data to read · 9745d292
      Caolán McNamara yazdı
      Change-Id: I9d2cf2e566dd10243a0ca72e6a9278bd2eaed57b
      9745d292
    • Michael Stahl's avatar
      sd: assert SfxPoolItem::operator== · 2345e465
      Michael Stahl yazdı
      Remove the defensive programming here.
      
      Change-Id: I27e89fe6e28ee3c0c2821083d825859d10f79bb0
      2345e465
    • Michael Stahl's avatar
      editeng: assert SfxPoolItem::operator== · 36620616
      Michael Stahl yazdı
      Change-Id: Ia6c6f4f5af1e3a803b464ab410558984c3861a65
      36620616
    • Michael Stahl's avatar
      svl: assert SfxPoolItem::operator== · 5781a709
      Michael Stahl yazdı
      Change-Id: Ia293c498682dd2ac86b15a74f06fd1ab389f9ba6
      5781a709
    • Michael Stahl's avatar
      svx: assert SfxPoolItem::operator== · 70840f46
      Michael Stahl yazdı
      Change-Id: I7a5898f0dffb4d25b6e1bb916b3c6b36374f9912
      70840f46
    • Michael Stahl's avatar
      sax: these are for XMLSchema-2 duration/date/dateTime, not "ISO" · e5992129
      Michael Stahl yazdı
      ISO 8601 is a little more lenient in its lexical representation.
      
      Change-Id: I92834a2a1d3c0c37203c13d17e8ae42a1cfe9e1c
      e5992129
    • Tor Lillqvist's avatar
      The PDF tests require HAVE_FEATURE_PDFIMPORT · 1d643825
      Tor Lillqvist yazdı
      Change-Id: Iac3d2206388fde23d2f3d7a05b23978851cf2800
      1d643825
    • Stephan Bergmann's avatar
      Avoid division by zero · 66da98c9
      Stephan Bergmann yazdı
      ...as happens during CppunitTest_sd_dialogs_test when displaying
      modules/simpress/ui/headerfootertab.ui:
      
      > sd/source/ui/dlg/headerfooterdlg.cxx:782:63: runtime error: division by zero
      >     #0 0x7f270dc78b7f in sd::PresLayoutPreview::Paint(OutputDevice&, Rectangle const&) sd/source/ui/dlg/headerfooterdlg.cxx:782:63
      >     #1 0x7f274a56bb53 in PaintHelper::DoPaint(vcl::Region const*) vcl/source/window/paint.cxx:307:24
      >     #2 0x7f274a57be32 in vcl::Window::ImplCallPaint(vcl::Region const*, unsigned short) vcl/source/window/paint.cxx:613:17
      >     #3 0x7f274a577eee in PaintHelper::~PaintHelper() vcl/source/window/paint.cxx:547:30
      >     #4 0x7f274a57c305 in vcl::Window::ImplCallPaint(vcl::Region const*, unsigned short) vcl/source/window/paint.cxx:619:1
      >     #5 0x7f274a577eee in PaintHelper::~PaintHelper() vcl/source/window/paint.cxx:547:30
      >     #6 0x7f274a57c305 in vcl::Window::ImplCallPaint(vcl::Region const*, unsigned short) vcl/source/window/paint.cxx:619:1
      >     #7 0x7f274a589f0d in vcl::Window::Update() vcl/source/window/paint.cxx:1310:24
      >     #8 0x7f274b908d23 in ImplHandlePaint(vcl::Window*, Rectangle const&, bool) vcl/source/window/winproc.cxx:1593:18
      >     #9 0x7f274b8f9092 in ImplWindowFrameProc(vcl::Window*, SalEvent, void const*) vcl/source/window/winproc.cxx:2437:13
      >     #10 0x7f272e3c8662 in SalFrame::CallCallback(SalEvent, void const*) const vcl/inc/salframe.hxx:276:33
      
      Change-Id: I2868a8b0a726544c9edbaab62a8929badf6d3845
      66da98c9
    • Stephan Bergmann's avatar
      Missing XComponent.dispose calls in screenshot tests · 14af38f4
      Stephan Bergmann yazdı
      Change-Id: I5df25a16303719593d40f08d1e7c15e4636a2d02
      14af38f4