1. 12 Mar, 2014 38 kayıt (commit)
  2. 11 Mar, 2014 2 kayıt (commit)
    • Michael Stahl's avatar
      rhbz#1075124: writerfilter: fix tables with negative left margin · 76aa23c5
      Michael Stahl yazdı
      SvxBoxItem::nLeftDist is unsigned; the bugdoc sets a very large value
      due to wrap-around which causes the table content not to be displayed.
      
      DomainMapperTableHandler::endTableGetTableStyle() tweaks the
      rInfo.nLeftBorderDistance by adding half the border line width to it,
      which makes it positive; at that point the value has already been used
      to init table::TableBorderDistances, so move that downward so it gets
      the positive value too.
      
      Change-Id: Ied2331b93f2e95845d7e8b2cc06e89e1ab24296e
      76aa23c5
    • Takeshi Abe's avatar
      Avoid possible resource leaks by boost::scoped_array · de660901
      Takeshi Abe yazdı
      Change-Id: I5a73d3410262c830795c8b132227fcff5f5127e3
      de660901