1. 07 Haz, 2016 36 kayıt (commit)
  2. 06 Haz, 2016 4 kayıt (commit)
    • Damjan Jovanovic's avatar
      #i124867#: jpg options shows initially wrong estimated file size · b3f1afc2
      Damjan Jovanovic yazdı
      File main/svtools/source/filter/exportdialog.cxx
      
      ExportDialog::GetGraphicStream() creates the compressed file from which the
      file size is obtained, calling GetFilterData() to obtain the properties used
      to save it. GetFilterData() returns image properties, like JPEG colormode
      and quality, PNG compression/interlacing/translucence, BMP color and RLE
      coding, etc. In the case of JPEG, the quality is read from
      maSbCompression.GetThumbPos().
      
      The problem is that in ExportDialog::updateControls(),
      maSbCompression.SetThumbPos() is called AFTER GetGraphicStream(), meaning
      the stream is created with the old thumb position.
      
      This patches it to call GetGraphicStream() later, immediately before using
      that stream, so that its properties such as compression are updated first
      and the size is calculated correctly.
      
      Reported by: myspaces at hotmail dot fr
      Patch by: me
      
      (cherry picked from commit 48cf17d5)
      b3f1afc2
    • Eike Rathke's avatar
      Resolves: tdf#35247 introduce a locale independent numeric field filter · f88f6bcf
      Eike Rathke yazdı
      ... that tries to match a locale independent query string.
      
      Going via string queries is likely only necessary for the ugly
      alternative "fieldname[member]" syntax, if it is actually unnecessary
      for the field1,item1,... syntax needs to be evaluated and if so a
      distinct GetPivotData() function evaluating numeric contraints as well
      could be introduced.
      
      Change-Id: I2c1fc81c1022b0bba5eef8d86c0c815bb6e31f2d
      Reviewed-on: https://gerrit.libreoffice.org/25975Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
      f88f6bcf
    • David Tardon's avatar
      use smaller hammer · 82f93bff
      David Tardon yazdı
      Change-Id: I97c7cd945806265e1d447744d1b0531f14d637a6
      82f93bff
    • David Tardon's avatar
      there is no image list in firebird · 0df28a37
      David Tardon yazdı
      Change-Id: Ic7060ae60b5f11220c922da2ce7fc3183fdf2f61
      0df28a37