- 10 Mar, 2017 39 kayıt (commit)
-
-
Zdeněk Crhonek yazdı
roundsig( ,15) breaks some buildbots Change-Id: I53715a698d20df78458056c3a90db8e88116e77c Reviewed-on: https://gerrit.libreoffice.org/35049Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Zdenek Crhonek <zcrhonek@gmail.com>
-
Eike Rathke yazdı
Change-Id: Icba12a6218086079a7d5538f7263bccb1f2ee1b0
-
Caolán McNamara yazdı
Change-Id: If03837dff5d7db6907f13c32ce05a74e4a0b7b55
-
Caolán McNamara yazdı
Change-Id: I147b68882d99b8712625178e5206ea7c0f5f7401
-
Stephan Bergmann yazdı
Change-Id: I6f0c06491cf3c09d97b637d7456debd1e3decbcd
-
Michael Stahl yazdı
This replaces f764d67d with a better fix, no point in littering the makefiles with manual dependencies when we can just avoid the problem in one place with a tiny performance cost. Change-Id: Ic7e91ee4c99deb12a9544cf691c0995de6ae2bad
-
Caolán McNamara yazdı
our qa tests already include such, so this isn't right Change-Id: I86fb02bf353fb5b228db915f04db6e36cfb40c51
-
Stephan Bergmann yazdı
Change-Id: I88e44e637e2ac93b4deed42a2d0f94b0a973c995
-
Caolán McNamara yazdı
Change-Id: I2c7f607f05b07b7ec5453758910fdcb7f27ae697
-
Tor Lillqvist yazdı
Change-Id: I13eb327673af451cc81d4134ec8fedb33702c0ac
-
Stephan Bergmann yazdı
Change-Id: I07c13c354df1d7f523b08a39f2ed3f008051f7aa
-
Caolán McNamara yazdı
Change-Id: I73814e38437f83f8aa7b87addc285e82f7357bea
-
Caolán McNamara yazdı
Change-Id: I4040ebbf7b21905b950f4af36012bc83aebaa320
-
Andras Timar yazdı
Change-Id: I750bee7241e36b5c5fe9075cb3ce606f2b9bbd5e Reviewed-on: https://gerrit.libreoffice.org/35042Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Andras Timar <andras.timar@collabora.com>
-
Bjoern Michaelsen yazdı
- instead of keeping vcl resources in a rtl::Static - these are shared owned by all EditEngines - they let go of them when disposed - thus, this should prevent VclPtrs to leak beyond dispose() Change-Id: Ic6198c19d0ff9c09ecdea377d07807f08711d6a0 Reviewed-on: https://gerrit.libreoffice.org/34986Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com>
-
Bjoern Michaelsen yazdı
In an ideal world, by the time we reach DeInitVCL() there should be neither non-null VclPtr nor EditEngine instances around. This fixes the former for those VclPtrs owned by EditEngines, by disposing them when SfxApplication is dying. The goal is -- for now -- to not have any non-null VclPtrs around by DeInitVCL(), so we can e.g. assert() on that to pick up regressions. Should we one day have all EditEngines accounted for with proper smart pointers that get torn down before DeInitVCL(), the Dispose() introduced here might be removed again. Change-Id: I47b17f7fd31fce2ac5fd6f6b146d356d7d07e677 Reviewed-on: https://gerrit.libreoffice.org/34985Reviewed-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com>
-
Eike Rathke yazdı
Change-Id: I68d6cca1b359aa8fba42663bddb1107c31102415
-
Eike Rathke yazdı
Though only the closing 0-character and the following check excludes that, dbgutil asserts. Change-Id: Ife1299042a60f6f058c4cf58b406d1cc022786a7
-
Eike Rathke yazdı
Change-Id: I4f6e6e8e77cdabe593bca5719b6ef38aeecc5da7
-
Caolán McNamara yazdı
to avoid super slow polygon math Change-Id: I30ef0afe96d9863df27ef7a4e7f7e8e7af36f8c1
-
Justin Luth yazdı
Visually, this unit test round-trips terribly. During round-tripping, the 3 columns (related to textsections) in the very first section get transferred into the pagedesc. Thus the first section is "lost". For some unknown reason, another section is added later on. So, cummulatively, the section count remained the same, but whatever fixes these two situations will also affect the section count. However, it should work fine as an import only test. There ARE three sections in MSWord after all. Change-Id: I1973977f5c5a45189896b10cacd757600e7684db Reviewed-on: https://gerrit.libreoffice.org/35012Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Justin Luth <justin_luth@sil.org>
-
Caolán McNamara yazdı
Change-Id: Id5d1a1b8dd6d4e78bef9d09ab68d1e7daf7e1bd5
-
Caolán McNamara yazdı
Change-Id: Ib4920d6537437fe060c453f249fa7f8da230bfc7
-
Caolán McNamara yazdı
Change-Id: I72e187203843803e7a4e76346d484f22a5cc8823
-
Tor Lillqvist yazdı
Change-Id: Icbe4491b45a8fcf7f5cc005c9394e660efc0691b
-
Miklos Vajna yazdı
Not needed since commit 06496229 (loplugin:unusedmethods, 2017-02-21). Change-Id: I5e8699174202c17309198e541dc904dc1b47a534 Reviewed-on: https://gerrit.libreoffice.org/35031Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Mike Kaganski yazdı
Change-Id: I97489090476cd884a122a4b36d3ac62ca86fd886 Reviewed-on: https://gerrit.libreoffice.org/29608Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Tor Lillqvist <tml@collabora.com>
-
Caolán McNamara yazdı
Change-Id: I6fa8dd999af7e00d6236a1ead5f8bb519f2d128d
-
Caolán McNamara yazdı
Change-Id: Id3167d1eb3f058543ab7596008012d51b3d242b7
-
Caolán McNamara yazdı
Change-Id: Ibf23114885c49163d50b3249db8788770fe74352
-
Zdeněk Crhonek yazdı
Change-Id: I5d9ffc56d0fd17a337c08ac0be97ccf92c2f2e35 Reviewed-on: https://gerrit.libreoffice.org/34871Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Zdenek Crhonek <zcrhonek@gmail.com>
-
Vitaliy Anderson yazdı
Change-Id: I67899789b0a51a3a04c2085cbab8c0ed62903413 Reviewed-on: https://gerrit.libreoffice.org/35030Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Mike Kaganski <mike.kaganski@collabora.com>
-
Takeshi Abe yazdı
instead of pushing it to the stack. This spares some pops. Change-Id: I9fc987ebf851ff6387e347a2878ff01f482d8f7f Reviewed-on: https://gerrit.libreoffice.org/35029Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Takeshi Abe <tabe@fixedpoint.jp>
-
Caolán McNamara yazdı
Change-Id: I73fa2c6d3658e10728492c9766acef1eaadc5ca1
-
Caolán McNamara yazdı
forgot to remove this unused member Change-Id: I596d9f95284d1e27c2ca86e4c1ee75fc38cb7fce
-
Stephan Bergmann yazdı
Change-Id: Id3723d0242711ba9b5450bb69b2ea09e614c90f6 Reviewed-on: https://gerrit.libreoffice.org/35014Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: Ied2b1a8b0eb0aa9e7e48d1445677c8536f6388c8
-
Zdeněk Crhonek yazdı
Change-Id: I22b40a76c296efdfb59786edb37a8d5380a03777 Reviewed-on: https://gerrit.libreoffice.org/35015Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Zdenek Crhonek <zcrhonek@gmail.com>
-
Rosemary Sebastian yazdı
Change-Id: I1975bfcdc8436f2b05e2fab2a4c9c09838330b30 Reviewed-on: https://gerrit.libreoffice.org/33520Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Rosemary Sebastian <rosemaryseb8@gmail.com>
-
- 09 Mar, 2017 1 kayıt (commit)
-
-
Eike Rathke yazdı
Change-Id: Iba6abafeaa2542fc94b76a642ddb0eb5b70b572d
-