1. 09 Agu, 2014 36 kayıt (commit)
  2. 08 Agu, 2014 4 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