1. 14 Ara, 2015 2 kayıt (commit)
    • Justin Luth's avatar
      tdf#91083 - .doc: emulate table kept-with-next not splitting · 4ec0cc07
      Justin Luth yazdı
      An .odt table can “keep with next paragraph”.  This means that the entire
      table may shift to the next page and all the rows will keep together as
      the table attempts to stay on the same page as the following paragraph.
      There is no “keep with next” property for .doc tables, but each row CAN
      be kept with the following one.  When exporting an .odt file to .doc,
      setting each row like this will keep the text flow similar to the
      original .odt's layout.
      
      This commit only hinders the table from splitting - it does not actually
      affect keeping with the following paragraph.
      
      This functionality already exists in the code, but was broken
      by a variable that “changed meaning” almost as soon as the
      functionality was introduced.
      
      A followup commit will deal with "full page" situations when the kept
      sections are too large to fit on a single page and so the table should
      split instead of start a new page. The only situation that can't be
      handled nicely is a single table kept-with-next that spans more than
      one page. Such tables ought not be marked as keep-with-next anyway.
      
      Change-Id: I401772b3fa2e329b7b0890e67639cbca8c845206
      Reviewed-on: https://gerrit.libreoffice.org/20217Reviewed-by: 's avatarJustin Luth <justin_luth@sil.org>
      Tested-by: 's avatarJustin Luth <justin_luth@sil.org>
      4ec0cc07
    • Michael Meeks's avatar
      Fix drawTransformedBitmap for NULL pAlphaBitmap. · 63feac2a
      Michael Meeks yazdı
      Change-Id: Iff1a0eb8e4b112b874813023551a797320ac0ad5
      63feac2a
  2. 13 Ara, 2015 38 kayıt (commit)