summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-11If these *_MD5SUM are not used, why keep them?Khaled Hosny
Change-Id: Ia78492ce4b30dc46004037448c613de1ff07c601 Reviewed-on: https://gerrit.libreoffice.org/35065 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Jenkins <ci@libreoffice.org>
2017-03-10add VBA COS function test caseZdeněk Crhonek
Change-Id: I9014e068576d68613da6a70526dcb5b8e278e3f1 Reviewed-on: https://gerrit.libreoffice.org/35027 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
2017-03-10tdf#106466: Use graphite2 shaper firstKhaled Hosny
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>
2017-03-10bessel* functions tests roundsig(15->12)Zdeněk Crhonek
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>
2017-03-10Resolves: tdf#106459 3D reference can't be handled as vector referenceEike Rathke
Change-Id: Icba12a6218086079a7d5538f7263bccb1f2ee1b0
2017-03-10ofz: min action has to be >= 4Caolán McNamara
Change-Id: If03837dff5d7db6907f13c32ce05a74e4a0b7b55
2017-03-10mnFormerPos is unusedCaolán McNamara
Change-Id: I147b68882d99b8712625178e5206ea7c0f5f7401
2017-03-10Propagate integer type mismatch out of ToolBox::ImplFindItemPosStephan Bergmann
Change-Id: I6f0c06491cf3c09d97b637d7456debd1e3decbcd
2017-03-10gpgme: change gb_LinkTarget__use_gpgmepp to depend on packageMichael Stahl
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
2017-03-10min valid jpeg len is less than 512Caolán McNamara
our qa tests already include such, so this isn't right Change-Id: I86fb02bf353fb5b228db915f04db6e36cfb40c51
2017-03-10The previous commit wasn't really thought throughStephan Bergmann
Change-Id: I88e44e637e2ac93b4deed42a2d0f94b0a973c995
2017-03-10improve scopingCaolán McNamara
Change-Id: I2c7f607f05b07b7ec5453758910fdcb7f27ae697
2017-03-10Fix comment to match realityTor Lillqvist
Change-Id: I13eb327673af451cc81d4134ec8fedb33702c0ac
2017-03-10loplugin:loopvartoosmallStephan Bergmann
Change-Id: I07c13c354df1d7f523b08a39f2ed3f008051f7aa
2017-03-10ensure SfxApplication exists for editeng testCaolán McNamara
Change-Id: I73814e38437f83f8aa7b87addc285e82f7357bea
2017-03-10ofz#799 stop decompressing if the file is truncatedCaolán McNamara
Change-Id: I4040ebbf7b21905b950f4af36012bc83aebaa320
2017-03-10remove empty strings, transex3 gave a warningAndras Timar
Change-Id: I750bee7241e36b5c5fe9075cb3ce606f2b9bbd5e Reviewed-on: https://gerrit.libreoffice.org/35042 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2017-03-10tdf#99352: create editeng::SharedVclRessourcesBjoern Michaelsen
- 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>
2017-03-10tdf#99352: dispose EditEngines when SfxApp diesBjoern Michaelsen
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>
2017-03-10guard against a (theoretical?) endless loop of blanks onlyEike Rathke
Change-Id: I68d6cca1b359aa8fba42663bddb1107c31102415
2017-03-10prevent string access out of boundsEike Rathke
Though only the closing 0-character and the following check excludes that, dbgutil asserts. Change-Id: Ife1299042a60f6f058c4cf58b406d1cc022786a7
2017-03-10string access out of boundsEike Rathke
Change-Id: I4f6e6e8e77cdabe593bca5719b6ef38aeecc5da7
2017-03-10ofz#797 truncate broken polygon to amount readCaolán McNamara
to avoid super slow polygon math Change-Id: I30ef0afe96d9863df27ef7a4e7f7e8e7af36f8c1
2017-03-10ooxmlexport: move tdf103931 unit test to ooxmlimportJustin Luth
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>
2017-03-10ofz#787 avoid bmp oomCaolán McNamara
Change-Id: Id5d1a1b8dd6d4e78bef9d09ab68d1e7daf7e1bd5
2017-03-10ofz#786 avoid svm oomCaolán McNamara
Change-Id: Ib4920d6537437fe060c453f249fa7f8da230bfc7
2017-03-10ofz#782 oom in xbmCaolán McNamara
Change-Id: I72e187203843803e7a4e76346d484f22a5cc8823
2017-03-10CosmeticsTor Lillqvist
Change-Id: Icbe4491b45a8fcf7f5cc005c9394e660efc0691b
2017-03-10xmlsecurity: remove unused XMLEncryptionTemplateImplMiklos Vajna
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>
2017-03-10tdf#103058: Implement OpenDocuments ActiveX controlMike Kaganski
Change-Id: I97489090476cd884a122a4b36d3ac62ca86fd886 Reviewed-on: https://gerrit.libreoffice.org/29608 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com>
2017-03-10ofz#798 oomCaolán McNamara
Change-Id: I6fa8dd999af7e00d6236a1ead5f8bb519f2d128d
2017-03-10ofz#801 avoid oomCaolán McNamara
Change-Id: Id3167d1eb3f058543ab7596008012d51b3d242b7
2017-03-10shuffle this around a littleCaolán McNamara
Change-Id: Ibf23114885c49163d50b3249db8788770fe74352
2017-03-10tests of ADDIN functions / replace ROUND with ROUNDSIGZdeněk Crhonek
Change-Id: I5d9ffc56d0fd17a337c08ac0be97ccf92c2f2e35 Reviewed-on: https://gerrit.libreoffice.org/34871 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
2017-03-10tdf#106047 Fix case-insensitive search in autofilterVitaliy Anderson
Change-Id: I67899789b0a51a3a04c2085cbab8c0ed62903413 Reviewed-on: https://gerrit.libreoffice.org/35030 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2017-03-10starmath: Return SmGlyphSpecialNode from DoGlyphSpecial()Takeshi Abe
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>
2017-03-10coverity#1402149 Unchecked dynamic_castCaolán McNamara
Change-Id: I73fa2c6d3658e10728492c9766acef1eaadc5ca1
2017-03-10coverity#1402152 Uninitialized pointer fieldCaolán McNamara
forgot to remove this unused member Change-Id: I596d9f95284d1e27c2ca86e4c1ee75fc38cb7fce
2017-03-10Clean up, using printf instead of echoStephan Bergmann
Change-Id: Id3723d0242711ba9b5450bb69b2ea09e614c90f6 Reviewed-on: https://gerrit.libreoffice.org/35014 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-03-10cid#1402150: Try to silence false positive reportStephan Bergmann
Change-Id: Ied2b1a8b0eb0aa9e7e48d1445677c8536f6388c8
2017-03-10add EFFECT function test caseZdeněk Crhonek
Change-Id: I22b40a76c296efdfb59786edb37a8d5380a03777 Reviewed-on: https://gerrit.libreoffice.org/35015 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
2017-03-10Implement export and import of author field in fixed formatRosemary Sebastian
Change-Id: I1975bfcdc8436f2b05e2fab2a4c9c09838330b30 Reviewed-on: https://gerrit.libreoffice.org/33520 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Rosemary Sebastian <rosemaryseb8@gmail.com>
2017-03-09finally turn this into a hard assertEike Rathke
Change-Id: Iba6abafeaa2542fc94b76a642ddb0eb5b70b572d
2017-03-09it's raining drawing layersEike Rathke
Change-Id: Ieee5cb5792535185ef09c3775072ed739fb0e4b0
2017-03-09ofz#502 negative indexCaolán McNamara
Change-Id: I2eb3da9d378cd8fdace5ccd644f501f5119f6698
2017-03-09connectivity: warning C4389: '==' : signed/unsigned mismatchMichael Stahl
Change-Id: I95e3d7ac5c78aa18dabcdcff19ec1844e45aee3c
2017-03-09ofz#574 sanitize png palette indexesCaolán McNamara
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>
2017-03-09RepositoryExternal: fix MSVC 2017 python3 library directoryMichael Stahl
Change-Id: I74514993ca1cbeb1a7e7bf1ba121b28ce9dab2f3
2017-03-09add/use ScCaptionPtr::removeFromDrawPage()Eike Rathke
Change-Id: Ibe073f071b120b61738b7e813a14824248f1fcfc
2017-03-09sprinkle some drawing layers over test casesEike Rathke
... 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