1. 06 May, 2015 38 kayıt (commit)
  2. 05 May, 2015 2 kayıt (commit)
    • Michael Stahl's avatar
      sw: make SplitRedline() a little more readable · 6a37faaf
      Michael Stahl yazdı
      Change-Id: Icd99c8d98ae4c5cd6c6552a929c28ad0f096c214
      6a37faaf
    • Michael Stahl's avatar
      sw: fix crash due to redlines on tables on ooo121112-2.docx · c4cf8576
      Michael Stahl yazdı
      Problem is that after import there are SwRangeRedline that start in the
      first cell of a table and end in the paragraph following the table.
      
      There are <w:del> elements covering every individual paragraph in the
      table; all of these are merged into one SwRangeRedline.
      
      This could possibly be fixed in writerfilter by buffering the
      m_pParaMarkerRedline until after convertToTable() to prevent the
      merging, but perhaps it's better to fix it in SwXText::convertToTable().
      
      Change-Id: I853ae624fffedb59a48bd90decb0973bf33beb68
      c4cf8576