- 03 Ara, 2014 40 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I749d78d115f641b2ac18cd6eb483c69a22ee210c
-
Stephan Bergmann yazdı
Change-Id: Ida05d4cb97ace166472ee9f256065e4c420c3a7a
-
Stephan Bergmann yazdı
Change-Id: I726fc6429a2eb7827d09d04584fd0b725e78f650
-
Stephan Bergmann yazdı
Change-Id: I36c8a01bcfe15978882ca6306b4cca291357bc8f
-
Stephan Bergmann yazdı
...assuming the delayLoadHook in cli_ure/source/native/native_bootstrap.cxx is no longer necessary and loading of cppuhelper from the program dir cannot fail regardless in whatever scenario the cli_cppuhelper library itself is loaded. Change-Id: I13f32b327bca4cce9780864f5e57cdad3860afe5
-
Miklos Vajna yazdı
Change-Id: I0b889a5a19842a1daa150777241119a373923b02
-
Daniel Sikeler yazdı
Change-Id: Ia71942a7789a2c4358a4cc2b9744cddaa4544eef Reviewed-on: https://gerrit.libreoffice.org/13289Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Jan Holesovsky yazdı
Change-Id: I3b6e870dc5bcbc227b2ab02c0e622abd3f8c9a98
-
galbarnissan yazdı
Change-Id: Id4476a041eb539d0b9c1227070289d34a939c6f6 Reviewed-on: https://gerrit.libreoffice.org/13288Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Change-Id: I82a0a45961ea3f0ceca7dab67c8736b5e1205bb0
-
Change-Id: I410ac2d10ec2e498d9d8444e5584bfb14727c90b
-
Change-Id: Ia86b67e92985eeb4fb2a5f6cd74c65fab2ac5566
-
Change-Id: I2f8b11a3f7cb8872a1d8f6eeeae8ce3f30223496
-
Matúš Kukan yazdı
Change-Id: I5790deb9ab5af6f8678c964af5321264d3bce733
-
Change-Id: Ifce8903ce75b1d2ff6acfd717c689f8893d80802
-
Change-Id: If253a4c0a1f64b1cc54e0079d4455abf39620ac0
-
Change-Id: I561a8142f986aca89e796ce2c4a0902fae41f9e6
-
Tor Lillqvist yazdı
Change-Id: I45f1077c744e20a369a73bf0b83c8dba04ddcda7
-
Tor Lillqvist yazdı
Change-Id: Ide6dc06d33faea795272d9d32fc028ac8d023c5a
-
Tor Lillqvist yazdı
Change-Id: Id492b1b6b9d534276c155b1e46953d098ce8b969
-
Michael Stahl yazdı
Change-Id: Idf3a1eb821b3b938f1bdd04bf449ade190703ab3
-
Michael Stahl yazdı
Change-Id: Iceef908e8cc1e7a2849398bd2d9e6e7cb1a9e9c9
-
Michael Stahl yazdı
Change-Id: Idd54bd4fd87cd138a2daf363bd692440a01e2624
-
Michael Stahl yazdı
Change-Id: I03e43d35efb813f985b93bc05c3b50c4462f9111
-
Michael Stahl yazdı
Change-Id: I46c168946c51f1c8064f5902aa97fb0c5b7a3934
-
Jan Holesovsky yazdı
2 years ago this was a hot topic on UX-advise :-) - let's see if people are more happy with hiding them by default now. Change-Id: If4946538232c7579f7ce03d4947360645fb4967d
-
Jan Holesovsky yazdı
Change-Id: Id27bb0435d00f2026ff8c82ed246ca67947e9e42
-
Jan Holesovsky yazdı
Change-Id: Ie1cc5817a5b75f129791da450105ffee07438900
-
Caolán McNamara yazdı
Change-Id: Ic62291a61f6f4c055255f644df5f5e02fe6d0801
-
Stephan Bergmann yazdı
Change-Id: I8335a9fb08c09a95e98bbc8f8727bd2a28332d42
-
Bjoern Michaelsen yazdı
Change-Id: Iab8b2e3d9e85d715de6ca973fd1c541c837bf6f3
-
Noel Grandin yazdı
Change-Id: Ic48a59c209e77382a0e431a5502c24a62407334b
-
Noel Grandin yazdı
Change-Id: I759f55218538c8d39018626f14e78cd56341d44b
-
Tobias Madl yazdı
Change-Id: I80fe0108c2d27b72d2fadc23032cf2b52c3193a6 Reviewed-on: https://gerrit.libreoffice.org/13268Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Bjoern Michaelsen yazdı
Change-Id: Ibaff13e84f186616259ba9bbf9224bbe2d30c5d6
-
Bjoern Michaelsen yazdı
Change-Id: I22ee641e7d07fa7c0cae7a4b36ce61dbed62b31f
-
Bjoern Michaelsen yazdı
Change-Id: Idf72c16318735d6b3ef7f421aceacc225a7697bf
-
Miklos Vajna yazdı
Change-Id: Ic2cc6507390edfd0bc5a38b655a3b652fd5ec33e
-
David Ostrovsky yazdı
Change-Id: I59d6f1401cdfc37c0949cc9d439cb7ff52857079 Reviewed-on: https://gerrit.libreoffice.org/13286Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Stephan Bergmann <sbergman@redhat.com>
-
David Ostrovsky yazdı
On Windows x64 long is only 32-bit (while on other x64 platforms it is typically 64-bit), but sal_uLong is not a typedef for unsigned long, but rather for sal_uIntPtr, which in turn is large enough to take recast pointer values (i.e., always 64-bit on 64-bit platforms). sal_uLong was introduced as a "temporary helper type" to ease transition from the old tools/solar.h types ("ULONG" etc.), but in the long run it should be remove from the code base, and places that now use sal_uLong analysed to use more appropriate types. As short term solution, cast to sal_uLong fixes it. Change-Id: I2169b7858517313616007a8fb2acc5c7d0487719 Reviewed-on: https://gerrit.libreoffice.org/13232Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Stephan Bergmann <sbergman@redhat.com>
-