Age | Commit message (Collapse) | Author |
|
Change-Id: Ia78492ce4b30dc46004037448c613de1ff07c601
Reviewed-on: https://gerrit.libreoffice.org/35065
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Jenkins <ci@libreoffice.org>
|
|
Change-Id: I9014e068576d68613da6a70526dcb5b8e278e3f1
Reviewed-on: https://gerrit.libreoffice.org/35027
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
|
|
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/35046
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
|
|
roundsig( ,15) breaks some buildbots
Change-Id: I53715a698d20df78458056c3a90db8e88116e77c
Reviewed-on: https://gerrit.libreoffice.org/35049
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
|
|
Change-Id: Icba12a6218086079a7d5538f7263bccb1f2ee1b0
|
|
Change-Id: If03837dff5d7db6907f13c32ce05a74e4a0b7b55
|
|
Change-Id: I147b68882d99b8712625178e5206ea7c0f5f7401
|
|
Change-Id: I6f0c06491cf3c09d97b637d7456debd1e3decbcd
|
|
This replaces f764d67da42caa71fd5e02146b1ca32680ae2f6e 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
|
|
our qa tests already include such, so this isn't right
Change-Id: I86fb02bf353fb5b228db915f04db6e36cfb40c51
|
|
Change-Id: I88e44e637e2ac93b4deed42a2d0f94b0a973c995
|
|
Change-Id: I2c7f607f05b07b7ec5453758910fdcb7f27ae697
|
|
Change-Id: I13eb327673af451cc81d4134ec8fedb33702c0ac
|
|
Change-Id: I07c13c354df1d7f523b08a39f2ed3f008051f7aa
|
|
Change-Id: I73814e38437f83f8aa7b87addc285e82f7357bea
|
|
Change-Id: I4040ebbf7b21905b950f4af36012bc83aebaa320
|
|
Change-Id: I750bee7241e36b5c5fe9075cb3ce606f2b9bbd5e
Reviewed-on: https://gerrit.libreoffice.org/35042
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|
|
- 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/34986
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
|
|
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/34985
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
|
|
Change-Id: I68d6cca1b359aa8fba42663bddb1107c31102415
|
|
Though only the closing 0-character and the following check excludes that,
dbgutil asserts.
Change-Id: Ife1299042a60f6f058c4cf58b406d1cc022786a7
|
|
Change-Id: I4f6e6e8e77cdabe593bca5719b6ef38aeecc5da7
|
|
to avoid super slow polygon math
Change-Id: I30ef0afe96d9863df27ef7a4e7f7e8e7af36f8c1
|
|
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/35012
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Justin Luth <justin_luth@sil.org>
|
|
Change-Id: Id5d1a1b8dd6d4e78bef9d09ab68d1e7daf7e1bd5
|
|
Change-Id: Ib4920d6537437fe060c453f249fa7f8da230bfc7
|
|
Change-Id: I72e187203843803e7a4e76346d484f22a5cc8823
|
|
Change-Id: Icbe4491b45a8fcf7f5cc005c9394e660efc0691b
|
|
Not needed since commit 0649622956431e0a1955cb80d1175025401ab5e5
(loplugin:unusedmethods, 2017-02-21).
Change-Id: I5e8699174202c17309198e541dc904dc1b47a534
Reviewed-on: https://gerrit.libreoffice.org/35031
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
|
|
Change-Id: I97489090476cd884a122a4b36d3ac62ca86fd886
Reviewed-on: https://gerrit.libreoffice.org/29608
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
|
|
Change-Id: I6fa8dd999af7e00d6236a1ead5f8bb519f2d128d
|
|
Change-Id: Id3167d1eb3f058543ab7596008012d51b3d242b7
|
|
Change-Id: Ibf23114885c49163d50b3249db8788770fe74352
|
|
Change-Id: I5d9ffc56d0fd17a337c08ac0be97ccf92c2f2e35
Reviewed-on: https://gerrit.libreoffice.org/34871
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
|
|
Change-Id: I67899789b0a51a3a04c2085cbab8c0ed62903413
Reviewed-on: https://gerrit.libreoffice.org/35030
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
|
|
instead of pushing it to the stack. This spares some pops.
Change-Id: I9fc987ebf851ff6387e347a2878ff01f482d8f7f
Reviewed-on: https://gerrit.libreoffice.org/35029
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
|
|
Change-Id: I73fa2c6d3658e10728492c9766acef1eaadc5ca1
|
|
forgot to remove this unused member
Change-Id: I596d9f95284d1e27c2ca86e4c1ee75fc38cb7fce
|
|
Change-Id: Id3723d0242711ba9b5450bb69b2ea09e614c90f6
Reviewed-on: https://gerrit.libreoffice.org/35014
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: Ied2b1a8b0eb0aa9e7e48d1445677c8536f6388c8
|
|
Change-Id: I22b40a76c296efdfb59786edb37a8d5380a03777
Reviewed-on: https://gerrit.libreoffice.org/35015
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
|
|
Change-Id: I1975bfcdc8436f2b05e2fab2a4c9c09838330b30
Reviewed-on: https://gerrit.libreoffice.org/33520
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Rosemary Sebastian <rosemaryseb8@gmail.com>
|
|
Change-Id: Iba6abafeaa2542fc94b76a642ddb0eb5b70b572d
|
|
Change-Id: Ieee5cb5792535185ef09c3775072ed739fb0e4b0
|
|
Change-Id: I2eb3da9d378cd8fdace5ccd644f501f5119f6698
|
|
Change-Id: I95e3d7ac5c78aa18dabcdcff19ec1844e45aee3c
|
|
Change-Id: I006ffdf5c8c751e7e07b133716022e2a9b154478
Reviewed-on: https://gerrit.libreoffice.org/34034
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I74514993ca1cbeb1a7e7bf1ba121b28ce9dab2f3
|
|
Change-Id: Ibe073f071b120b61738b7e813a14824248f1fcfc
|
|
... so things actually work like intended and creation of caption objects
doesn't silently fail. Well, it does SAL_WARN or OSL_ENSURE but that's never
displayed unless a test fails.
Change-Id: Ibf4cc075cc3d6dadbe8f6208b2949310124b5749
|