1. 28 Eki, 2014 8 kayıt (commit)
    • Takeshi Abe's avatar
      sal_Int16 as the underlying type of WindowBorderStyle · 95ca9030
      Takeshi Abe yazdı
      because g++ 4.7.2 generates [-Werror=type-limits] as follows:
      > [build CXX] vcl/source/window/settings.cxx
      > [build CXX] vcl/source/window/paint.cxx
      > [build CXX] vcl/source/window/resource.cxx
      > [build CXX] vcl/source/window/accel.cxx
      > [build CXX] vcl/source/window/accmgr.cxx
      > [build CXX] vcl/source/window/brdwin.cxx
      > [build CXX] vcl/source/window/accessibility.cxx
      > [build CXX] vcl/source/window/legacyaccessibility.cxx
      > [build CXX] vcl/source/window/clipping.cxx
      > [build CXX] vcl/source/window/stacking.cxx
      > [build CXX] vcl/source/window/debug.cxx
      > [build CXX] vcl/source/window/globalization.cxx
      > [build CXX] vcl/source/window/btndlg.cxx
      > [build CXX] vcl/source/window/builder.cxx
      > [build CXX] vcl/source/window/cmdevt.cxx
      > [build CXX] vcl/source/window/cursor.cxx
      > [build CXX] vcl/source/window/debugevent.cxx
      > [build CXX] vcl/source/window/decoview.cxx
      > In file included from /home/tabe/core/include/rsc/rsc-vcl-shared-types.hxx:24:0,
      >                  from /home/tabe/core/include/vcl/keycodes.hxx:23,
      >                  from /home/tabe/core/include/vcl/keycod.hxx:26,
      >                  from /home/tabe/core/vcl/inc/svdata.hxx:35,
      >                  from /home/tabe/core/vcl/source/window/brdwin.cxx:21:
      > /home/tabe/core/include/o3tl/typed_flags_set.hxx: In instantiation of 'typename o3tl::typed_flags<T>::Wrap operator&(E, E) [with E = WindowBorderStyle; typename o3tl::typed_flags<T>::Wrap = o3tl::is_typed_flags<WindowBorderStyle, 12339>::Wrap]':
      > /home/tabe/core/vcl/source/window/brdwin.cxx:1027:44:   required from here
      > /home/tabe/core/include/o3tl/typed_flags_set.hxx:105:5: error: comparison is always true due to limited range of data type [-Werror=type-limits]
      > /home/tabe/core/include/o3tl/typed_flags_set.hxx:106:5: error: comparison is always true due to limited range of data type [-Werror=type-limits]
      > cc1plus: all warnings being treated as errors
      > make[1]: *** [/home/tabe/build/workdir/CxxObject/vcl/source/window/brdwin.o] Error 1
      > make[1]: *** Waiting for unfinished jobs....
      > make: *** [vcl.all] Error 2
      > tabe@thunk:~/build$
      
      Cf. a6b01d01
      
      Change-Id: Ic596eaf886d9aebb8a5b8636b5b90d5935aeadaf
      95ca9030
    • Noel Grandin's avatar
      fdo#84938: replace TIMEF_ constants with enum · 17a99a90
      Noel Grandin yazdı
      Change-Id: Ia6aa4e21fef46b20d1d8996d2f15855b8ba1776e
      Reviewed-on: https://gerrit.libreoffice.org/12114Tested-by: 's avatarLibreOffice gerrit bot <gerrit@libreoffice.org>
      Reviewed-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
      17a99a90
    • Noel Grandin's avatar
      loplugin: cstylecast · 282e9544
      Noel Grandin yazdı
      Change-Id: I42cd0be78478536322357ca7a03cf30e624b1afc
      282e9544
    • Noel Grandin's avatar
      loplugin: cstylecast · 223a5b75
      Noel Grandin yazdı
      Change-Id: Icc349df0cb3ce45a0985c7c3c27be24ef81e8705
      223a5b75
    • Noel Grandin's avatar
      loplugin: cstylecast · 788e9b9f
      Noel Grandin yazdı
      Change-Id: Ib0c5e17c9fba4b876b22c2a6d636d4fd19f3a280
      788e9b9f
    • Noel Grandin's avatar
      loplugin: cstylecast · d9026e13
      Noel Grandin yazdı
      Change-Id: I47adf8a3fc72b4a043724ac40f3637b8dc3878be
      d9026e13
    • Noel Grandin's avatar
      loplugin: cstylecast · 1e21c775
      Noel Grandin yazdı
      Change-Id: I287dcb0ca728747ec91b5c3cdd986e60998e3928
      1e21c775
    • Yousuf Philips's avatar
      TANGO: add new icons for page break, line spacing, comment, and footnote · 14a2cfc2
      Yousuf Philips yazdı
      Change-Id: I222c7df70543de344af73fbc3c8f7e8dae77b196
      Reviewed-on: https://gerrit.libreoffice.org/12118Reviewed-by: 's avatarMatthew Francis <mjay.francis@gmail.com>
      Tested-by: 's avatarMatthew Francis <mjay.francis@gmail.com>
      14a2cfc2
  2. 27 Eki, 2014 32 kayıt (commit)