1. 20 Tem, 2015 8 kayıt (commit)
  2. 19 Tem, 2015 23 kayıt (commit)
  3. 18 Tem, 2015 5 kayıt (commit)
    • Michael Stahl's avatar
      sw: DOCX export: *really* fix non-well-formed XML with hyperlink/ruby · c2c51fa5
      Michael Stahl yazdı
      Turns out that 84ea33ef did not actually
      fix the problem; it was merely good enough to fool the asserts in
      FastSaxSerializer that were not yet adapted to the funky maMarkStack.
      
      The problem is that the StartRuby()/EndRuby() call StartRun()/EndRun()
      and that really messes up the mark stack.  Prevent that by first ending
      the run before starting new one in StartRuby(), and then starting a new
      run after ending the ruby-base one in EndRuby().
      
      The hints handled in SwWW8AttrIter::OutAttrWithRange() are sorted in the
      right way for this to work (i.e. the EndRuby() will be the last call for
      any given position).
      
      This apparently causes an additional <w:r/> empty element to be written,
      not sure if that causes any issues but at least the output is
      well-formed for fdo82849-1.odt.
      
      Change-Id: I28ffd029246310ff0e405b0674aef8e724700d4d
      c2c51fa5
    • Michael Stahl's avatar
      sax: convert MergeMarksEnum to enum class · 0a0f9d71
      Michael Stahl yazdı
      This should detect if a MergeMarks value is erroneously passed as tag.
      
      Change-Id: I7b855a661f182136824cf25f2174a9bcce8ff3d1
      0a0f9d71
    • Michael Stahl's avatar
      sax, sw: try to make that maMarkStack easier to understand · 2842c5cf
      Michael Stahl yazdı
      In DocxAttributeOutput it's not at all obvious which mark() is supposed
      to be ended by which mergeTopMarks(), so add an extra parameter to the
      FastSaxSerializer functions and verify with an assertion that a LIFO
      order is maintained.
      
      Change-Id: I5a421e2fb11f15343147417fe0b9b23642c70721
      2842c5cf
    • Maxim Monastirsky's avatar
      Convert SdTbxControl to the generic controller · 7352a7c1
      Maxim Monastirsky yazdı
      And remove the now unused stuff from SfxToolBoxControl.
      
      Change-Id: I8805ba96a5dc41076d9cb8d887759a578a33526d
      7352a7c1
    • Tomaž Vajngerl's avatar
      tdf#91495 don't change tree entry height when preview is disabled · 9f75bad2
      Tomaž Vajngerl yazdı
      Change-Id: Ic707f4407bb3aef5f2a7b9d13a0340c6d9afb3fe
      9f75bad2
  4. 17 Tem, 2015 4 kayıt (commit)