1. 28 Mar, 2014 36 kayıt (commit)
  2. 27 Mar, 2014 4 kayıt (commit)
    • Stephan Bergmann's avatar
      Work around MSC "'override' cannot be used with 'inline'" bug · a85145a3
      Stephan Bergmann yazdı
      Change-Id: I16b931a3383794e646ab71011510926e49da3599
      a85145a3
    • Stephan Bergmann's avatar
      Work around MSC "'override' cannot be used with 'inline'" bug · 891e9807
      Stephan Bergmann yazdı
      Change-Id: Ib84508c7617610ff81d3ec29bc5130048e4cecd3
      891e9807
    • Luboš Luňák's avatar
      write (no)wrap of text only for custom shapes to .pptx (fdo#71961) · b3b84348
      Luboš Luňák yazdı
      Apparently checking the TextWordWrap property in DrawingML::WriteText()
      gives false by default for objects that do not have it set, which happens
      to be everything except for custom shapes, which seem to be the only ones
      to actually obey it. So all normal text would be exported as nowrap to .pptx
      and read back as custom shape that has non-wrapping text.
      
      I tried to make the property return true (which is what it should be in practice),
      but that appears to be an exercise in futility, or I'm not mad enough to follow
      the complicated property sets and whatnot. So just write it out only for custom
      shapes. UNO purists, if any, are welcome to change the dynamic_cast to something
      UNO-better if they manage without an ambiguous base class error.
      
      Change-Id: I3ed906285fde88d902ac9c801986a82a7515638b
      b3b84348
    • Stephan Bergmann's avatar
      SAL_OVERRIDE, Mac OS X sd redux · 65db69dd
      Stephan Bergmann yazdı
      Change-Id: I9b2959bf77fc79bba2f4abb09681872f6d3a4300
      65db69dd