- 11 Mar, 2017 7 kayıt (commit)
-
-
dennisroczek yazdı
Change-Id: I6fab05c05c8f79607b75429f32be0497b54b3cb7 Reviewed-on: https://gerrit.libreoffice.org/35059Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Julien Nabet <serval2412@yahoo.fr>
-
Zdeněk Crhonek yazdı
Change-Id: I69f0144006e4ed226e8b158c0cc9f60dda0a9184 Reviewed-on: https://gerrit.libreoffice.org/35060Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Zdenek Crhonek <zcrhonek@gmail.com>
-
Andrea Gelmini yazdı
Change-Id: Ic54e808956e5cf4e8079942c0ff799f802cd4b6c Reviewed-on: https://gerrit.libreoffice.org/35053Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Jochen Nitschke yazdı
use OUStringLiteral to store format names. just create ResMgr, no need to check if its gone. Change-Id: Ie3e33bc70b975d8ee49f47dcf23737ca56652f1a Reviewed-on: https://gerrit.libreoffice.org/35007Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Andrea Gelmini yazdı
Change-Id: I19d30a1ef4236dbe0a0053dad67a5ba7b1586fc8 Reviewed-on: https://gerrit.libreoffice.org/35054Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Johnny_M <klasse@partyheld.de> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Justin Luth yazdı
Since this test round-trips well, move it to ooxmlexport Change-Id: I95038e27a5779687152cca2bd31fe5719cac65b6 Reviewed-on: https://gerrit.libreoffice.org/35034Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Justin Luth <justin_luth@sil.org>
-
Khaled Hosny yazdı
Change-Id: Ia78492ce4b30dc46004037448c613de1ff07c601 Reviewed-on: https://gerrit.libreoffice.org/35065Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Jenkins <ci@libreoffice.org>
-
- 10 Mar, 2017 33 kayıt (commit)
-
-
Zdeněk Crhonek yazdı
Change-Id: I9014e068576d68613da6a70526dcb5b8e278e3f1 Reviewed-on: https://gerrit.libreoffice.org/35027Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Zdenek Crhonek <zcrhonek@gmail.com>
-
Khaled Hosny yazdı
We want to always prefer Graphite shaping when supported by the font, which is also what HarfBuzz does by default. Change-Id: I6670fc03b8e6b3d7e07e1b8e0062880524da1655 Reviewed-on: https://gerrit.libreoffice.org/35046Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Khaled Hosny <khaledhosny@eglug.org>
-
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>
-