1. 02 Kas, 2015 1 kayıt (commit)
    • Mark Hung's avatar
      Fix tdf#93438 Impress generate abnormal style when copy-pasting · 52f3eb47
      Mark Hung yazdı
      from Writer with Chinese UI. When user configure UI language as
      Chinese, style names are also translated. However when Copy-pasting
      from Writer to Impress ( select RTF fromat with paste-special),
      Chinese (unicode) style names are borken into multiparts, where
      some of them are empty string. Neither deleting the abnormal
      style nor saving the file can be achieved. The only remedy is to
      remove style with emtpy name with macro. With this patch:
      1) Catch NoSuchElementException and ignores it, so
         user still has chance saving file.
      2) Make sure style has valid number before inserting it.
      3) Prevent text breaking into multiple tokens by handling  ucN in
       ScanText().
      
      Change-Id: I417f70b81c23ac63c175cc13c548068873d13a38
      Reviewed-on: https://gerrit.libreoffice.org/18148Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarNorbert Thiebaud <nthiebaud@gmail.com>
      Reviewed-on: https://gerrit.libreoffice.org/19685
      52f3eb47
  2. 01 Kas, 2015 1 kayıt (commit)
  3. 30 Eki, 2015 9 kayıt (commit)
  4. 29 Eki, 2015 1 kayıt (commit)
  5. 28 Eki, 2015 6 kayıt (commit)
  6. 27 Eki, 2015 10 kayıt (commit)
  7. 26 Eki, 2015 1 kayıt (commit)
  8. 24 Eki, 2015 7 kayıt (commit)
  9. 23 Eki, 2015 3 kayıt (commit)
  10. 22 Eki, 2015 1 kayıt (commit)
    • Eike Rathke's avatar
      Resolves: tdf#91453 use configuration of text to number conversion · 0c8d1c04
      Eike Rathke yazdı
      ... also in arithmetic matrix operations.
      
      (combination of 4 commits):
      
      move ConvertStringToValue() implementation from ScInterpreter to ScGlobal
      
      In preparation of matrix calculations to use string conversion
      configuration and UI markers for cells containing strings that could be
      numeric values.
      
      Change-Id: Ifa9e45853dded249fa741c050ae1f106365f99ea
      (cherry picked from commit 329496c1)
      
      add half decoupled ScInterpreter::ConvertStringToValue()
      
      ... for back calls of ScMatrix in preparation of tdf#91453
      
      Change-Id: Ife94d1675c1bc7c5611586e3f352ff69264469d7
      (cherry picked from commit 6516d5e2)
      
      Resolves: tdf#91453 use configuration of text to number conversion
      
      ... also in arithmetic matrix operations.
      
      Change-Id: Ia00054d0af383e225d9d40b59da2dc28a817b65a
      (cherry picked from commit 466a20ef)
      
      Resolves: tdf#91453 use configuration of text to number conversion
      
      ... also in arithmetic matrix operations if both operands are matrix.
      
      Change-Id: I84609656b166b4e059d9496a5ed732a96e731164
      (cherry picked from commit 778d03b5)
      Reviewed-on: https://gerrit.libreoffice.org/19172Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
      Tested-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
      0c8d1c04