1. 22 Eki, 2013 7 kayıt (commit)
    • Miklos Vajna's avatar
      boost::optional default ctor uses boost::none already · 8b5f059e
      Miklos Vajna yazdı
      Change-Id: I14b1a0987f18acab2f309ba423a4f31dd34211f5
      8b5f059e
    • Stephan Bergmann's avatar
      Copy fbembed library to instdir · b0f00d38
      Stephan Bergmann yazdı
      Change-Id: I2923ec4c5f0516fb3048622dc3e74692ef7a5959
      b0f00d38
    • Michael Meeks's avatar
      fixup ScDocFunc OUString changes. · e847e675
      Michael Meeks yazdı
      Change-Id: I2f319d9e168b2ba950c5d831163e946b52b76137
      e847e675
    • Adam Co's avatar
      fdo#44689: fix for specific case of page restart-value 0 · c2ccd20c
      Adam Co yazdı
      This bug fix is for roundtripping a DOCX that has
      a specific 'start value' for the page numbers.
      In most cases LO imports it ok.
      However - until now - Word allowed you to start page number
      from 0, while LO only allowed starting page numbers from 1.
      This was because the 'start value' was stored in an 'unsigned int',
      and the value '0' was used to mark 'there is no start value'.
      This patch changes the way the 'start value' is stored
      from 'unsigned int' to 'optional unsigned int'.
      This way - if there is no value applied - the variable will hold NULL.
      However - if a value is set - it can be 0 or more.
      This meant also tweaking all the places that used to get this value,
      so that now they handle an 'optional uint', instead of a 'uint'.
      
      Conflicts:
      	sw/source/ui/inc/break.hxx
      	sw/source/ui/inc/wrtsh.hxx
      	sw/source/ui/shells/textsh1.cxx
      	sw/source/ui/utlui/uitool.cxx
      	sw/source/ui/wrtsh/wrtsh1.cxx
      
      Change-Id: I6ad9d90e03b42c58eed2271477df43c20ad6f20a
      Reviewed-on: https://gerrit.libreoffice.org/5681
      c2ccd20c
    • Stephan Bergmann's avatar
      Improve test assertion · 30823bce
      Stephan Bergmann yazdı
      Change-Id: If1f41f9c25600199ba4fb8c2f75ddd7c8ce8c8b3
      30823bce
    • Markus Mohrhard's avatar
      missing dependency on mdds · 0dab391b
      Markus Mohrhard yazdı
      0dab391b
    • Thomas Arnhold's avatar
      fdo#68849 add some header guards · d6b80337
      Thomas Arnhold yazdı
      Change-Id: I1cd598fba94e337c2ccad68a4a888743aeb292f0
      d6b80337
  2. 21 Eki, 2013 33 kayıt (commit)