summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-12-02starting skeleton for oss-fuzz configCaolán McNamara1-0/+16
gets vcl built anyway Change-Id: I521a53019f54d5e42c931043c758143f2f8bdb1d
2016-12-02xmlsecurity mscrypto PDF verify: implement support for non-detached signaturesMiklos Vajna2-10/+104
This was the last unit test that was disabled on Windows due to missing implementation. Change-Id: Ia7d84f72bcdf79267c7de17cd8822ed02c378642 Reviewed-on: https://gerrit.libreoffice.org/31552 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-12-02warning C4018: '<' : signed/unsigned mismatchStephan Bergmann1-1/+1
Change-Id: I5e6a6debf01886c283f5a2d6b9cacc00a44f7134
2016-12-02fix display of DMG background on Mac OS X SierraChristian Lohmaier1-0/+0
Change-Id: Ib553e085337972f74857db0aad9bc885712d5ea3 Reviewed-on: https://gerrit.libreoffice.org/29788 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2016-12-02SwDrawContact, SwFlyDrawContact: move code from Modify to SwClientNotifyBjoern Michaelsen3-107/+90
- also move from deprecated OSL_ENSURE to SAL_ macros - also flattened and refactored the deeply nested copypasta Change-Id: Ib7333ae9589b93bca999c8b1d003b712c59920ee Reviewed-on: https://gerrit.libreoffice.org/31391 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2016-12-02usageinfo causes one of our more frequent fedora 25 crashesCaolán McNamara1-2/+10
https://retrace.fedoraproject.org/faf/problems/bthash/?bth=17ba9a57f40d5ca29778866a9f96c1c0dfc7593c&bth=2f1801e44e9cb0be2b013624521fb0959dc2c73a&bth=5e8a1e07503f53b13b3a6779084f8b0637aaf5a7&bth=8033013a2ce586bccc23245583fa86ef4a761dce&bth=975271167132418534cb07336601efb5b0c711f0&bth=de75c2ad7917bc889d6307b152f79d34e79ce74d Change-Id: Ie93afa476eca9fdbf7ea17ff0189fbaa493a5531
2016-12-02get vertices count without jumping through hoopsDavid Tardon2-2/+8
Change-Id: I0cab6b2f9fffc8cf9fc5059b8dc48fa9407e42b5
2016-12-02rename to avoid further misunderstandingsDavid Tardon2-3/+3
Change-Id: Ibcfae1b3ec118d74921312a80eb56c97c623f4a9
2016-12-02avoid valgrind warningDavid Tardon1-1/+1
Change-Id: I8ffb08bdab452f6a8618eaf466b722e7c8d226d9
2016-12-02xmlsecurity PDF verify: don't hide signatures where digest match is uncertainMiklos Vajna2-5/+19
Use case: the bugdoc has 2 signatures, one normal one and one with SubFilter=ETSI.RFC3161. By not hiding the second signature it's possible to counter-sign the document, even if we don't handle the contents of the second one. Change-Id: I580e1211072ec9839f01b529b569c98b702b6534 Reviewed-on: https://gerrit.libreoffice.org/31539 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-12-02coverity#1394668 Inferred misuse of enumCaolán McNamara2-11/+22
just keep the current logic and silence coverity about it Change-Id: I397632eab8ce983e362380b83bbf78c1fbf8e038 Reviewed-on: https://gerrit.libreoffice.org/31535 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
2016-12-02Lok: correct tile invalidation mergingAshod Nakashian2-3/+42
Rectangles that are empty (i.e. IsEmpty() returns true) were incorrectly considered to mean equivalent to "EMPTY". The latter means full-area, while the former mean zero-area. This fixes the issue by restrict full-area to rectangles with 2 billion units on the each side (roughly INT_MAX) or more, and using this new check rather than IsEmpty(). Change-Id: I12aca17267f5dd33b2932012d1d9db3545f9af6f Reviewed-on: https://gerrit.libreoffice.org/31458 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
2016-12-02Postfix rather than prefix locale to directory nameKatarina Behrens1-1/+2
as this is what vnd.libreoffice.image:// expects for localized images Change-Id: I454ff86b86e11248f47ab65f682fb57e52d0f7e5 Reviewed-on: https://gerrit.libreoffice.org/31057 Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
2016-12-02oops, wasn't supposed to commit thatNoel Grandin1-5/+5
snuck in with commit 4d2c210c74567d9af6bededf3fae6bfd62406f14 "use early return to simplify flow" Change-Id: I2a5cbff01c5f40d879d320fd3934bc0856756d37
2016-12-02Extend ScopedBitmapAccess and modify various classes to use itMark Page8-60/+78
Exception safety, ensure the Access classes are always destroyed. Change-Id: I4889358476267853ffbd7fafc24950d84b4e9331 Reviewed-on: https://gerrit.libreoffice.org/31494 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-12-02use early return to simplify flowNoel Grandin2-62/+65
Change-Id: I98201eac2e038c152422bbc6380cfa321ba266df Reviewed-on: https://gerrit.libreoffice.org/31534 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-12-02Remove space at end of comment lineStephan Bergmann1-1/+1
Change-Id: I37ee0cc58614dbf56a67a2bf0b08d3bf85d34ea7
2016-12-02coverity#1371200 Missing move assignment operatorCaolán McNamara10-95/+98
adjust things to not need one Change-Id: I1079f50d8813f86c4828be602687b4cbffe61415
2016-12-02Remove unnecessary -wdXXXXStephan Bergmann1-25/+2
...that no longer trigger any warnings with the current code base under MSVC 2013 and beyond Change-Id: I14cad441518134f7c4321fdd132e0ff049d3b1b9 Reviewed-on: https://gerrit.libreoffice.org/31495 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2016-12-02loplugin:unnecessaryoverride (dtors) in starmathStephan Bergmann2-9/+0
Change-Id: I7d987fdab23a708a75e7d2e8bd2aabdb96e53140
2016-12-02loplugin:unnecessaryoverride (dtors) in stocStephan Bergmann14-111/+0
Change-Id: I60652dbac6a76eacdbb4e951a636e7a40e88a6a6
2016-12-02loplugin:unnecessaryoverride (dtors) in svgioStephan Bergmann1-5/+0
Change-Id: Icff1b3d5072c9a854de7ae12141131b0a9650b91
2016-12-02loplugin:unnecessaryoverride (dtors) in svlStephan Bergmann2-6/+0
Change-Id: I6dd35199e15aebf547578642692db2b1983ebd95
2016-12-02loplugin:unnecessaryoverride (dtors) in svtoolsStephan Bergmann6-40/+1
Change-Id: I5b0f4b335cd383702324ff6ea04581476309ca70
2016-12-02loplugin:unnecessaryoverride (dtors) in svxStephan Bergmann31-199/+0
Change-Id: Icc4d9919cedadc00f1420939564dd095fab74cca
2016-12-02loplugin:unnecessaryoverride (dtors) in swStephan Bergmann39-273/+7
Change-Id: Ia54c3e8b8e307ddb89347e4471e2792d4097a96e
2016-12-02coverity#1394416 try and get it to see this bounds checkCaolán McNamara1-3/+4
Change-Id: I007e9fb717d0da60c00aa14a4856075a6092148e
2016-12-02coverity#1396673 Unchecked return valueCaolán McNamara1-1/+1
Change-Id: I98e9174507bd1341de711882565363776e8e3f61
2016-12-02vcl: fix -Werror,-Wunused-variableMiklos Vajna1-2/+0
Change-Id: Ia61e34138821b2b5d25f7b60290bbff2b06dc0fb
2016-12-02tdf#93592 Make it possible to add default language resource to dialogeditorNiklas Johansson2-14/+11
During the conversion of uno services a few lines where removed that probably should not have been removed. This caused the dialog editor to crash if you tried to add a new language resource to a document fdo#93077. The fix for that bug fixed the crash but also made it imposible to add a language resource to a dialog that isn't previously translated. With this patch the functionality should be back on track, adding/removing language resources without problems at least as far as my testing goes. Change-Id: Ie6e083837894a219bf8e9c75dec6bf7652d51615 Reviewed-on: https://gerrit.libreoffice.org/30462 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-12-02Updated coreMiklos Vajna1-0/+0
Project: help d4d4804eaf0276e2ab3d3a990d66915c75b1cec9 selectcertificate: fix outdated RID bookmarks So that F1 works in the dialog. Change-Id: I6204f769118b4f20c420109a5b39fee702d239c6
2016-12-02svl: fix loplugin:cppunitassertequals warningsMiklos Vajna5-36/+36
Change-Id: Ice929418e46ff42517a47dfcd5888a5cce36ae51 Reviewed-on: https://gerrit.libreoffice.org/31523 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-12-02Updated coreMiklos Vajna1-0/+0
Project: help 9daa5f09461d1ae83c3e9273212a0582a728b375 digitalsignatures: document new adescompliant checkbox Also update the menu path of the dialog to match reality, and fix outdated RID bookmarks, so that F1 works in the dialog. Change-Id: I829c1cfe23ad7f42f54aa648247820ba2881db2f
2016-12-02coverity#1396675 Dereference null return valueCaolán McNamara1-3/+6
Change-Id: I5280ae6021b1a1d905c8e4af69b1342df4a69aa8
2016-12-02coverity#1396674 'Constant' variable guards dead codeCaolán McNamara1-7/+2
Change-Id: I9163b1663d2e2976fe6ca7983e94ed07af663f82
2016-12-02coverity#1396676 Uninitialized pointer fieldCaolán McNamara1-5/+6
Change-Id: I7d7557485fe603f49ae176378ef41539ebe4970c
2016-12-02prevent corrupt warning in MSO - justify dimensionJustin Luth1-0/+1
In 2007, the document will not open. In 2013, it requires repair if <dimension ref=""> is not normalized. Change-Id: I5ee5ba314944c960de90f4c9b234f8cc8056c734 Reviewed-on: https://gerrit.libreoffice.org/31524 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Justin Luth <justin_luth@sil.org>
2016-12-02Use hub links in AppdataSamuel Mehrbrodt5-10/+10
Change-Id: I1f99a90c2969ce78a8f5da7c2c1da08c2b796414 Reviewed-on: https://gerrit.libreoffice.org/31525 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-12-02Remove dup line in aGroupShapeElemTokenMap (xmloff)Julien Nabet1-1/+0
Change-Id: Iac0194046a9a2aae25f7976df6f845f6f909425f Reviewed-on: https://gerrit.libreoffice.org/31507 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-12-02-Werror=maybe-uninitializedJulien Nabet1-2/+4
Change-Id: I28804bb7b668d5c92bd61a8539860e2a8dddf8de Reviewed-on: https://gerrit.libreoffice.org/31522 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2016-12-02convert some anonymous enums to scopedNoel Grandin8-41/+35
Change-Id: Ia989376c983ff475359e4964abeb1f5a2300ff5b Reviewed-on: https://gerrit.libreoffice.org/31486 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-12-02inline some constant strings in xmloff (part1)Noel Grandin56-954/+348
Change-Id: I7971f210ffb30bdd80a1adde2c286b4d092bd053 Reviewed-on: https://gerrit.libreoffice.org/31433 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-12-02-Werror=maybe-uninitializedJulien Nabet1-2/+4
Change-Id: I15e9d6397c4a5437c7441fa659ff953ed0b64bec Reviewed-on: https://gerrit.libreoffice.org/31509 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2016-12-02Unused codeKhaled Hosny1-114/+0
Change-Id: I975f118f4bcfaed338509966240c553c51a9184e Reviewed-on: https://gerrit.libreoffice.org/31518 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
2016-12-02uitest: prevent deadlock when the test failsMarkus Mohrhard1-0/+9
when the test fails it was possible that the terminate call was trying to close all the open windows which could show the query close dialog. The new approach is to close all remaining documents in tearDown. Change-Id: I0078eaf1995c3085af0bbbb072f636b316003c02 Reviewed-on: https://gerrit.libreoffice.org/31515 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-12-02provide a way to limit the UI tests through envMarkus Mohrhard1-0/+4
Change-Id: If0af462f20f3541a183e00732944b0650d94639d Reviewed-on: https://gerrit.libreoffice.org/31512 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-12-02tdf#104310: Accept x12ac lists and fallbacks in dataValidationsMike Kaganski10-23/+155
Change-Id: I42cf20fcfe3ec03ebd09923be509a9d11e0b40da Reviewed-on: https://gerrit.libreoffice.org/31516 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
2016-12-02starmath: Prefix members of SmTextNodeTakeshi Abe2-30/+30
Change-Id: Ic2509e7ee4040fec8173861f319bce61804837cf Reviewed-on: https://gerrit.libreoffice.org/31468 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
2016-12-02Always use FontConfig in UNXKhaled Hosny4-61/+7
I know Solaris is a snowflake, but it is 2016 already and I think it can handle FontConfig such fine. As for the undocumented envvar, lets pretend it never existed because that is what undocumented feature are. Anyway, it was introduced for https://bz.apache.org/ooo/show_bug.cgi?id=85483 which is long obsolete already. Change-Id: Ib50f129a3828ed2ee5167178c6ff2467d2c8d96c Reviewed-on: https://gerrit.libreoffice.org/31517 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
2016-12-02remove unnecessary vertical whitespaceMarkus Mohrhard1-2/+0
Change-Id: I285dab1e18d3455ae97080982832e29a97e5acea Reviewed-on: https://gerrit.libreoffice.org/31513 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>