- 28 Eki, 2014 28 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I92ff023ea2a8503d7c4799921c644aa011685ae2
-
Caolán McNamara yazdı
Change-Id: I8b84466f8bb277c30df4340849b17506eddd4f21
-
Caolán McNamara yazdı
Change-Id: I605861dd741b1899924c0079b931da418be5d647
-
Caolán McNamara yazdı
Change-Id: I0f8b49bb43d88549ba90db63ce7041e6d5e0fe64
-
Caolán McNamara yazdı
Change-Id: Iec4c69e7fea727cc507506b9570f1f6d0c20a70f
-
Caolán McNamara yazdı
Change-Id: I09087bb872446d426e3556a64745d3faad254f9b
-
Caolán McNamara yazdı
Change-Id: I20584d87d9cea6dcc4bb27fbeca5261453166ba5
-
Caolán McNamara yazdı
Change-Id: Ic328c8a68fac462c402b70f85093cd8b14d2882d
-
Caolán McNamara yazdı
Change-Id: If3963e0ae2c6477eb074e89f411c22a82d339634
-
Matthew J. Francis yazdı
Change-Id: Icfac94022ee026ad8e9d9d5298e5cc7fbd7121be Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Yousuf Philips yazdı
Change-Id: Iab3f148258204fefc667e94307adfa0537364ac9 Reviewed-on: https://gerrit.libreoffice.org/12125Reviewed-by:
Matthew Francis <mjay.francis@gmail.com> Tested-by:
Matthew Francis <mjay.francis@gmail.com>
-
Stephan Bergmann yazdı
Change-Id: I080474c3930d634ff1cf1c8bfd0f51a3ca537992
-
Noel Grandin yazdı
from commits 8583da1e "java: remove unused fields" 68cd011c "java: reduce scope, make some methods private" da677dfd "java: reduce scope, make fields private" e701b3f7 "java: reduce scope, make constants private" Change-Id: I7fe0381c0e17b41bad2e4256c5511fe1f7863498
-
Noel Grandin yazdı
Change-Id: I6478f8f2ead1d87365f84aacdfef2bdcccd61248
-
Noel Grandin yazdı
Change-Id: Iea8643dfa472a663023afb57654fccdda85ca601
-
Noel Grandin yazdı
Change-Id: I5689435a2522e5df64c3798457e4dd2355730236
-
Yousuf Philips yazdı
Change-Id: I8bb6582cc0e5bac390c18308fea8e647d5a0526d Reviewed-on: https://gerrit.libreoffice.org/12098Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by:
Matthew Francis <mjay.francis@gmail.com> Tested-by:
Matthew Francis <mjay.francis@gmail.com>
-
Stephan Bergmann yazdı
Change-Id: Iccaf452a16e1971afbca9c7af330d8ab3aa7318d
-
Miklos Vajna yazdı
In particular, if push/pop is done in DocxAttributeOutput, then this can be used in DocxExport as well in the future. Change-Id: If1302c7ccc3842ffd0b48149a3173ee864176bb5
-
Yousuf Philips yazdı
Change-Id: If1c5ec13bc145f2cd71c0d87bf81fb2f170a8294 Reviewed-on: https://gerrit.libreoffice.org/12112Reviewed-by:
Matthew Francis <mjay.francis@gmail.com> Tested-by:
Matthew Francis <mjay.francis@gmail.com>
-
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
-
Noel Grandin yazdı
Change-Id: Ia6aa4e21fef46b20d1d8996d2f15855b8ba1776e Reviewed-on: https://gerrit.libreoffice.org/12114Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
Change-Id: I42cd0be78478536322357ca7a03cf30e624b1afc
-
Noel Grandin yazdı
Change-Id: Icc349df0cb3ce45a0985c7c3c27be24ef81e8705
-
Noel Grandin yazdı
Change-Id: Ib0c5e17c9fba4b876b22c2a6d636d4fd19f3a280
-
Noel Grandin yazdı
Change-Id: I47adf8a3fc72b4a043724ac40f3637b8dc3878be
-
Noel Grandin yazdı
Change-Id: I287dcb0ca728747ec91b5c3cdd986e60998e3928
-
Yousuf Philips yazdı
Change-Id: I222c7df70543de344af73fbc3c8f7e8dae77b196 Reviewed-on: https://gerrit.libreoffice.org/12118Reviewed-by:
Matthew Francis <mjay.francis@gmail.com> Tested-by:
Matthew Francis <mjay.francis@gmail.com>
-
- 27 Eki, 2014 12 kayıt (commit)
-
-
Change-Id: If457f9e090a4ef3a5b2b8e4f09ce0b5e3b3d04ec Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Stephan Bergmann yazdı
(and consequently fix the argument type of one assert invocation) Change-Id: I8bf5f024cc104a3885f7b9bf6ed63b9f6259d47b
-
Stephan Bergmann yazdı
(/usr/include/sys/stat.h annotates __lxstat params as __nonnull) Change-Id: I4297c4a05f54bc35688b65dd1ddcdeb7bc7fc37b
-
Stephan Bergmann yazdı
Change-Id: Iea1b6354764db0a22976b3de49bf3e22ccb7243e
-
Juergen Funk yazdı
Change-Id: I3c8db72a84f2a68f1f68a0be1b21e2454707d84a Reviewed-on: https://gerrit.libreoffice.org/12068Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Stephan Bergmann yazdı
Change-Id: I1902c73a72f29e948e479a2ae4776f2dff77b2b5
-
Kohei Yoshida yazdı
Change-Id: I789da5d81e6211ed8f5fae1e293833bde5ce375b
-
Kohei Yoshida yazdı
When the reference update on sort is turned off. Change-Id: I547dd1525a638dd447fe331e22583af4a7947308
-
David Tardon yazdı
Btw, th unanounced byte-swapping of valuse in the input array in writeArray seems a bit dubious to me... It could too easily cause unintentional memory damage. I just hope it is always called either with data that is not used after that anymore or with a copy of the data. Change-Id: Ica0e9ea16cd101fe87d7e0a8fa696911769e0654
-
Miklos Vajna yazdı
Change-Id: I0f2ebc9cbad16534b50083cc6d13ee042c2ff869
-
Kohei Yoshida yazdı
Change-Id: I2a0567c2872b503ceb3740127b6b58b1d1789690
-
Kohei Yoshida yazdı
Change-Id: I6e01c160f77599dfa4a2e55b60e23d256184c822
-