1. 16 Kas, 2016 36 kayıt (commit)
  2. 15 Kas, 2016 4 kayıt (commit)
    • Khaled Hosny's avatar
      tdf#103784: Shift the upright glyphs like old code · 84f644ee
      Khaled Hosny yazdı
      It turns out we actually need the horizontal shift, so re-enable it.
      
      Change-Id: If9d16276f0f56b518c6bedc2fcbbd3d8746d8d5d
      84f644ee
    • Khaled Hosny's avatar
      Fix thinko in previous commit · 26ac0e16
      Khaled Hosny yazdı
      Negative descender means the glyph is above the baseline and no shift
      should happen.
      
      Change-Id: I0ee3575051e47f16c64db4e85c0b8a390029567f
      26ac0e16
    • Eike Rathke's avatar
      tdf#96475 PutFormulaCell: any other cell than formula is utter nonsense · c4820366
      Eike Rathke yazdı
      This is called only if a cell has the table:formula attribute and that *is* a
      formula cell and nothing else. In fact in ODFF the initial leading '=' is not
      mandatory, so attempting to set a different cell type if it is not present is
      wrong.
      
      Commit 62ec7f9e introduced that, which at that
      time may have been necessary, but doubtful..
      
      Additionally, ScFormulaCell::CompileXML() that tries to group formulas had to
      be adpated to not rely on the presence of a leading '='. Luckily there was an
      assert..
      
      These changes enable loading of "error cell" formulas that were stored without
      a leading '=' if they originated from a paste special with only values, which
      maintains an error result as error formula.
      
      Change-Id: I43394de108066a24b792eec958b19f51f990403b
      c4820366
    • Eike Rathke's avatar
      tdf#96475 sort error result between text and empty cell · c802fb24
      Eike Rathke yazdı
      Error results weren't handled at all and sorted same as numeric 0, which
      due to "stable sort" resulted in arbitrary looking sort order if 0
      values or results where included.
      
      Change-Id: Ib7c516b57ea92bc5b813f448d9c2bb5491e43940
      c802fb24