1. 09 Agu, 2014 32 kayıt (commit)
  2. 08 Agu, 2014 8 kayıt (commit)
    • Michael Stahl's avatar
      vcl: don't throw misleading exceptions on every failed access · 4d635dca
      Michael Stahl yazdı
      During the build different instances of gengal will create a temp file
      called "instdir/share/config/cdefghij.klm", and enumerate the
      directories in instdir/share/config; it may happen that the enumeration
      sees the temp file, and it is removed before fetchFileStatus is called,
      resulting in E_NOENT rc and the exception.
      
      The FileIsValidIconTheme() should be able to handle most errors here.
      
      (regression from 60954a8a)
      
      Change-Id: Id9361a37b8569d01509efcc8cda2bc17e9eabcd8
      4d635dca
    • Miklos Vajna's avatar
      DOCX export: handle date SDT on paragraphs · ea258e38
      Miklos Vajna yazdı
      Date SDT's are normally imported as form controls, while most other SDT
      types are just custom properties on regular text portions or paragraphs.
      
      However, given that form controls are not supported in headers/footers,
      in that case even date SDT's are just custom properties. So support such
      properties on paragraphs in the exporter to properly roundtrip date
      SDT's in headers/footers.
      
      Change-Id: I19eb73a3673e387a7b8780756ce7426a1851e796
      ea258e38
    • Miklos Vajna's avatar
      Unused optional elements · 3f02b29b
      Miklos Vajna yazdı
      The scripts parsing this file don't care if an element is optional or
      not, so why bother.
      
      Change-Id: I0860c9209347d6fab83e1faf2867db4de94216ac
      3f02b29b
    • Michael Stahl's avatar
      warning C4101: 'e': unreferenced local variable · f1227224
      Michael Stahl yazdı
      Change-Id: Ieaea27df421c939da895723485770830ac15c873
      f1227224
    • Stephan Bergmann's avatar
      qsort and bsearch need different kinds of callback functions · b866f861
      Stephan Bergmann yazdı
      Change-Id: I4a661434c3a51169ec14336bb39a1d2ceeb139ad
      b866f861
    • Stephan Bergmann's avatar
      Missing test dependencies · 5631661e
      Stephan Bergmann yazdı
      Change-Id: I7ea8f2b02b66a15e86e20948536c34017d6a3999
      5631661e
    • Kohei Yoshida's avatar
      bnc#885548: Write test for this. · f20dac7d
      Kohei Yoshida yazdı
      Change-Id: Ifbd4502a5e49dfbb60301b935291ed0ce65da706
      f20dac7d
    • Luboš Luňák's avatar
      fix image dragging inside a document · b4f775da
      Luboš Luňák yazdı
      Testcase is a document with a table and a wrap-through anchored-to-character
      image below it. Dragging the image up to be anchored to a place in a cell
      and positioned partially on top of the table does not actually change
      the image position if the image was below the table before the drag,
      but changes when the table was above. In the faulty case,
      SwToCntntAnchoredObjectPosition::CalcPosition() returns prematurely
      because of paragraph portion information not existing at that point
      (interestingly, the problem is also fixed simply by commenting out the return).
      
      This basically reverts 9b87346b . I'm unable
      to check the original problem as the bugreport references a web page that
      no longer exists. So if that one still exists, it'll need to be handled
      whenever somebody runs into a way of reproducing it.
      
      Change-Id: Id354237dace3179b94768146ec1a599cc3d49146
      b4f775da