1. 02 Şub, 2013 22 kayıt (commit)
  2. 01 Şub, 2013 18 kayıt (commit)
    • Kohei Yoshida's avatar
      bnc#801152: Scan all columns to determine the first data row. · 28b7359e
      Kohei Yoshida yazdı
      When scanning the entire data range in an attempt to determine where
      the first data row is, we shouldn't stop at the first column.  We should
      scan all data columns to make sure we pick the lowest value row
      position among all columns.
      
      Change-Id: I693ec169857b181c6b4237efcba3fa6a46eaa531
      28b7359e
    • Luboš Luňák's avatar
      vcl before xo · 1a04fbd3
      Luboš Luňák yazdı
      fixes circular vcl<->xo dependency
      
      Change-Id: I5a9eb1f48044a2d43901b40f695ea2a93c70388e
      1a04fbd3
    • Luboš Luňák's avatar
      Revert "temporarily disable the xmloff/vcl dependency" · eb70a6e1
      Luboš Luňák yazdı
      This reverts commit 7bce8c2e.
      eb70a6e1
    • Petr Mladek's avatar
      logerrit: print logerrit help with --help · 7d88c35c
      Petr Mladek yazdı
      It printed help of the plain gerrit tool which always confused me :-)
      
      Change-Id: Ied81688ada4b536486d998709230fc24fa3c9b62
      7d88c35c
    • Petr Mladek's avatar
      use correct default values for the splash progressbar · 8d12a195
      Petr Mladek yazdı
      they are not longer forced from configure
      
      Change-Id: I8ea37b7233138de2900caf231762eefec0ba6563
      8d12a195
    • Lennard's avatar
      fix position correction for flipped shapes · 454cd820
      Lennard yazdı
      This complements change a9fc1456
      The Translation-compensation of that fix didn't work for flipped shapes.
      Also, vertically flipped shapes made problems.
      Also 360 °C = 0°C (drawingml.hxx)
      I didn't dare to fix it earlier because there is some problem with the selection frames.
      But that is an import bug, not caused by some export stuff!
      This import bug makes the manipulation rectangles around the shapes flipped & turning in the wrong direction, perhaps due to
      CroftCro$oft clockwisification!
      
      Change-Id: I05aa036d31cd5d9a8b194897b3d92ec12d6d2c61
      Signed-off-by: 's avatarLennard <Wasserthal@nefkom.net>
      Reviewed-on: https://gerrit.libreoffice.org/1250Reviewed-by: 's avatarPetr Mladek <pmladek@suse.cz>
      Tested-by: 's avatarPetr Mladek <pmladek@suse.cz>
      454cd820
    • Stephan Bergmann's avatar
      -Wc++11-narrowing · e8e263de
      Stephan Bergmann yazdı
      Change-Id: I044033ca41dea75dc438bc3989d067fc8e70b9fc
      e8e263de
    • Luboš Luňák's avatar
      temporarily disable the xmloff/vcl dependency · 7bce8c2e
      Luboš Luňák yazdı
      As far as I can tell, there is not circular dependency, but make
      complains, and only when invoked from toplevel, not from tail_build.
      Looks like gbuild problem, but do a hackish change to make
      unbreak clean compilation, for now.
      
      Change-Id: I445ba343f9eaa988c60c288bf5fc1c5d1c7b67a5
      7bce8c2e
    • Luboš Luňák's avatar
      fix build from tail_build · 4a35d824
      Luboš Luňák yazdı
      gb_Side is set either from toplevel Makefile or from any module Makefile,
      but not when starting build from tail_build
      
      Change-Id: I4df6eb221f5b778ce3c0234251f8dbbb56645028
      4a35d824
    • Stephan Bergmann's avatar
      Skip broken character bounds checks on Mac OS X · 42f1f1f5
      Stephan Bergmann yazdı
      ...where for whatever reason (TODO: investigate) they keep failing at least with
      my local Mac OS X 10.7 build at
      toolkit.AccessibleFixedText::com::sun::star::accessibility::XAccessibleText:
      
      LOG> getCharacterBounds(-1)
      LOG> Expected exception
      LOG> getCharacterBounds(8)
      LOG> Expected exception
      LOG> getCharacterBounds(0)
      LOG> Text at this place: F
      LOG> Character bounds outside component
      LOG> Character rect: 1, 3, 6, 11
      LOG> Component rect: 0, 22, 100, 12
      LOG> getCharacterBounds(1)
      LOG> Text at this place: x
      LOG> Character bounds outside component
      LOG> Character rect: 6, 6, 10, 8
      LOG> Component rect: 0, 22, 100, 12
      LOG> getCharacterBounds(2)
      LOG> Text at this place: e
      LOG> Character bounds outside component
      LOG> Character rect: 15, 6, 7, 8
      LOG> Component rect: 0, 22, 100, 12
      LOG> getCharacterBounds(3)
      LOG> Text at this place: d
      LOG> Character bounds outside component
      LOG> Character rect: 22, 3, 7, 11
      LOG> Component rect: 0, 22, 100, 12
      LOG> getCharacterBounds(4)
      LOG> Text at this place: T
      LOG> Character bounds outside component
      LOG> Character rect: 30, 3, 8, 11
      LOG> Component rect: 0, 22, 100, 12
      LOG> getCharacterBounds(5)
      LOG> Text at this place: e
      LOG> Character bounds outside component
      LOG> Character rect: 39, 6, 7, 8
      LOG> Component rect: 0, 22, 100, 12
      LOG> getCharacterBounds(6)
      LOG> Text at this place: x
      LOG> Character bounds outside component
      LOG> Character rect: 45, 6, 10, 8
      LOG> Component rect: 0, 22, 100, 12
      
      Change-Id: I690ffc773b53e0f19536605e3cb89280bc98c19a
      42f1f1f5
    • Stephan Bergmann's avatar
      Increase test timeout · ba0b7bca
      Stephan Bergmann yazdı
      ...it now matches the duration of another nearby timeout in the code, and it
      happened to cause a parallel "make check" to sometimes fail on a slow MacBook.
      
      Change-Id: If8bddb82a05c46637fdc2fcc3373411fcb37a466
      ba0b7bca
    • Stephan Bergmann's avatar
      No need for aliases here · 6f8caab7
      Stephan Bergmann yazdı
      Change-Id: I29dcc26eb13222ef4348ab3281a19b2e6f8c46f2
      6f8caab7
    • Luboš Luňák's avatar
      move implementation class to a non-public header · c2d14df7
      Luboš Luňák yazdı
      Change-Id: I61731f472405e46828204ffb1cacf1c9e6a9b5bf
      c2d14df7
    • Luboš Luňák's avatar
      one more config_host/ breakage · 36e6f222
      Luboš Luňák yazdı
      36e6f222
    • Takeshi Abe's avatar
      Drop useless member variables · 6bf2f666
      Takeshi Abe yazdı
      Change-Id: Ib933d150d5d82383d23619857b2797a63be28626
      6bf2f666
    • Luboš Luňák's avatar
      rename a class to something that gives at least some idea of what it does · f337125b
      Luboš Luňák yazdı
      Change-Id: I574c523d37d54a05aa79d2ccf52e0727e1a1d744
      f337125b
    • Luboš Luňák's avatar
      basic support for embedded fonts in odt (fdo#42195) · 989d0953
      Luboš Luňák yazdı
      There are still places that should be improved a bit, but this works.
      
      Change-Id: Ieb7947a294ec95b6fd8cec2e8c4bc731e2594c42
      989d0953
    • Luboš Luňák's avatar
      one more config/ -> config_host/ fix after the rename · 5ceaa68c
      Luboš Luňák yazdı
      Change-Id: I347790e1ca2ee6a27303d3644aa1459ff76ba4b0
      5ceaa68c