summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-06-01Perf: do not calculate a null-operation with the result matrix, tdf#58874Eike Rathke2-5/+15
Change-Id: I6fe115ff7ec7960900863ddaf1cd1dc48975fd74
2017-06-01For --with-outpath include workdir generated files without UnpackedTar*Eike Rathke1-2/+2
Change-Id: I07605c132432cb9454614368200e9c85695bea26
2017-06-01'clone' directory is gone and might even be a legit module name in futureEike Rathke2-3/+3
Change-Id: Iba0cf3345655a8ca61a4d55b9f045c713683f97b
2017-06-01Fix 'make id' further to not include workdir and instdir againEike Rathke1-2/+2
as ls output is now prefixed with ./ since commit 027d661ef7e2490f1182d3e5003ae4da4135e0ca Date: Fri May 19 18:03:04 2017 +0300 Change-Id: Ifd2b6405cb4670a7ae4e21228d29fae5b7408112
2017-06-01Perf: do not calculate a null-operation with the result matrix, tdf#58874Eike Rathke1-11/+23
i.e. with an empty set within an svRefList when advancing to the next reference. Change-Id: Iae81c3a0cd3c30ab113ad74881a0f28b78b0973d
2017-06-01add ww8 fuzzerCaolán McNamara5-1/+83
Change-Id: Icb8b385e3c59b6476ac58da5e76bbe73eaa82d88
2017-06-01ofz: InsertWithValidRanges didn't report that it deleted its argument anymoreCaolán McNamara3-9/+14
since... commit ddd84d08c9bb6e00fbd9a73bd52a28688a8c1ba7 Date: Fri Jul 20 17:16:03 2012 +0200 Convert SV_DECL_PTRARR_SORT_DEL(_SwRedlineTbl) to o3tl::sorted_vector Change-Id: Ie7edc6b32b373619d4c0ac154da93650743049cf otherwise that p = nullptr line at the end doesn't make sense Change-Id: Ibd5230beb87240cba4b3896dfa2217e25a4db697 Reviewed-on: https://gerrit.libreoffice.org/37760 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-06-01ofz#1220 sanitize nTyp to legal valuesCaolán McNamara1-1/+1
Change-Id: Iad71c4f79dbe03e2e325453eb0506a2d92d67c2d Reviewed-on: https://gerrit.libreoffice.org/36891 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-06-01ofz#1193 we only set these values, never read themCaolán McNamara4-14/+1
Change-Id: Ia2f54b536a4262e19abe260e8e19c9b15cc2d0ec Reviewed-on: https://gerrit.libreoffice.org/36779 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-06-01ofz#1262 sw: DeleteAndJoin could delete proposed new redlineMichael Stahl2-0/+22
... because that calls CompressRedlines, which may combine the new redline with a previous one. In that case, the part of the new redline that follows the currently handled overlap cannot be checked for overlaps with subsequent existing redlines. So prevent this with a new flag m_isForbidCompressRedlines and instead call CompressRedlines() at the end of AppendRedline(). Change-Id: I7567962c31366ded9a433a13232d3db985745e43 Reviewed-on: https://gerrit.libreoffice.org/36901 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-06-01ofz#1284 InsertBundle may delete the bundle that pMarkerBundle is pointing toCaolán McNamara1-0/+15
Change-Id: Ic8bd538e80469b672ddd9c5fcceb2f5aac81d2a1 Reviewed-on: https://gerrit.libreoffice.org/37051 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-06-01wrong resource manager for RID_SVXSTRARY_NUMBERINGTYPECaolán McNamara2-2/+2
Change-Id: I4c348ee56ae3e90513c8ebd19e0f506bbf0d70f0
2017-06-01SbError is a ErrCodeCaolán McNamara1-1/+1
Change-Id: I2b4f0680f4adedc5661c6a9d2556ac3ecf2c4659 Reviewed-on: https://gerrit.libreoffice.org/38311 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-06-01convert SAX_ARGS_ARG macros to varargs template methodsNoel Grandin2-99/+118
Leave the macros in place for now, because there is still more of this stuff in sc/../xestream.hxx Change-Id: I633e12ee572010823e0a223b529a07b00e707b78 Reviewed-on: https://gerrit.libreoffice.org/38295 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2017-06-01tdf#107945: store rtl_uString pointers instead of heap OUString objects.Kohei Yoshida5-23/+30
Change-Id: I61079e041a79195f9e9cb77ce80368ef7e909cef Reviewed-on: https://gerrit.libreoffice.org/38288 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
2017-06-01merge ofa res file into svt oneCaolán McNamara9-41/+5
Change-Id: I3f22301e4301ab90e4a1090f2c47cf2403422282 Reviewed-on: https://gerrit.libreoffice.org/38309 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-06-01tdf#90753 scp2: move image packages to AutoInstallMichael Stahl5-19/+9
Fixes regression from 73661c6f0f78964633a74f487d6bb7c0922d00dc Not sure why these need their own scp2 Module Change-Id: I26386a5105b8244eacfcb1760091e8806c55abd8
2017-06-01Improve suppression of loplugin:redundantcast in CPPUNIT_ASSERTStephan Bergmann11-57/+37
Change-Id: I65f95e7245f08592ea11cc75e1cf34dcbdf16b40
2017-06-01use std::vector in OListAndComboImportNoel Grandin2-30/+24
Change-Id: Ie0c0e68512e92879774c754c89354e2c83cd149b Reviewed-on: https://gerrit.libreoffice.org/38300 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-06-01sw: add separate DOCM filterMiklos Vajna10-9/+93
This way at export time we can preserve the correct content-type, which isn't the same for DOCX and DOCM. Change-Id: I08fa734c72fab7400bd327a07a760839556dbf6f Reviewed-on: https://gerrit.libreoffice.org/38298 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2017-06-01use OStringBuffer instead of manual buffer managementNoel Grandin3-44/+21
Change-Id: Iba155637cbbdfc5d6b3a427372695d4d03319621 Reviewed-on: https://gerrit.libreoffice.org/38297 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-06-01Repository.mk: rename postprocess_helpimages to helpcontent2_helpimagesMichael Stahl1-1/+1
Change-Id: I39a7ccedc94a0427b20d03f513255aa00f02baab
2017-06-01Updated coreMichael Stahl1-0/+0
Project: help 465e8ac1bbd9d6605b73f906acfee980f352947b helpcontent2: rename postprocess_helpimages to helpcontent2_helpimages Change-Id: Ie8cc9e4cca21201b16bf0b1aae185d692cf0c214
2017-06-01Updated coreMichael Stahl1-0/+0
Project: help b726222b3b24c87972e772bb5f20e620784cfae5 helpcontent2: fix incremental rebuild of *.ilst files They only depend on the perl script so won't get rebuild if images are added or removed in source/media/ Use the same hack as in postprocess, make the targets PHONY so they always get rebuilt. Also fix a stray \ that caused the wrong output "[PRL] " to be printed too early. Change-Id: I03c8696591cf47395211feaed360fbd5642733a0
2017-06-01desktop: fix misformatted makefile lineMichael Stahl1-1/+3
(regression from 99b7c4f57d7fe3cac772cce38e2dd6879e128315) Change-Id: I2c3c0478a12e86d78074a8e1b25818de32d4b091
2017-06-01sw RTF export: remove redundant virtual keywordsMiklos Vajna3-207/+207
Change-Id: Iabc62f8166cb4f2013fc6c2908c8172f9acb0336 Reviewed-on: https://gerrit.libreoffice.org/38294 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2017-06-01remove overly large loplugin result fileNoel Grandin1-292268/+0
should not have been committed in the first place, was an accident Change-Id: Ie38cc77624bae5b3f9cc110085d0fe19b26c75c6
2017-06-01tdf#108024 Keep original selection during DrawViewShell::FuTemporary()Takeshi Abe1-1/+2
Otherwise it was disposed in the middle of its own mouse event handler FuSelection::MouseButtonUp(). Change-Id: I0d96048526dece7232e5a777364ad4da1d64c904 Reviewed-on: https://gerrit.libreoffice.org/37976 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-06-01Fix typosAndrea Gelmini8-8/+8
Change-Id: I3cd50e374c45bc1c400b24c8fffd6d8f5cd1de56 Reviewed-on: https://gerrit.libreoffice.org/38208 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2017-06-01Fix typosAndrea Gelmini6-6/+6
Change-Id: Ic7fbd750321e4cfde1cfb0e04ffb545bb1f66d9c Reviewed-on: https://gerrit.libreoffice.org/37921 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2017-06-01Avoid "default initialization ... without ... default constructor" errorStephan Bergmann1-1/+1
Change-Id: Ic336b33bd747cd55955231cbe0b5a9d474adf3ab
2017-06-01writerfilter: remove unused variable pFontTableJustin Luth1-1/+0
Change-Id: If48795746adecf6762a5f1173171c62faf1ac345 Reviewed-on: https://gerrit.libreoffice.org/38290 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-06-01clang-tidy misc-string-compareNoel Grandin2-2/+2
Change-Id: Ic5250563b7dc9c19771d3f728d2087ef335ceb46 Reviewed-on: https://gerrit.libreoffice.org/38279 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-06-01tdf#99680 modified clipping for PDF exportVasily Melenchuk1-5/+6
If clipping is requested, but no clipping region is defined, clipping is ignored. Change-Id: I793c1de1f4f6b0203727c0ff6aa8adecc43ad413 Reviewed-on: https://gerrit.libreoffice.org/38021 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2017-05-31Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann29-50/+0
Change-Id: Iaec105d85a283ad15fdca6ffc5cf3d2ec5acac18
2017-05-31Add some loplugin:redundantcast testsStephan Bergmann1-0/+13
Change-Id: I5c39a745b70655f92953ec785d01a3a52d9ec42b
2017-05-31tdf#36019: Fix tooltipMuhammet Kara1-1/+1
Change-Id: I8c1a01fa54addfdf78eaff45952e306de812e954 Reviewed-on: https://gerrit.libreoffice.org/38128 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr> Tested-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
2017-05-31Resolves: tdf#108225 there are *two* possible .ui files for change trackingCaolán McNamara1-0/+65
the change-tracking side bar in experimental mode as well as the usual dialog Change-Id: Ic4d652d0d125b883bef0d91e4ab3cee4a9f84284
2017-05-31basegfx: remove global IdentityMatrix thread safety hazardMichael Stahl1-11/+4
ASAN reports this about JunitTest_chart2_unoapi ==27381==ERROR: AddressSanitizer: heap-use-after-free on address 0x6060005bd218 at pc 0x7ff229755271 bp 0x7fffb52c6c30 sp 0x7fffb52c6c28 READ of size 8 at 0x6060005bd218 thread T0 #0 0x7ff229755270 in o3tl::UnsafeRefCountingPolicy::decrementCount(unsigned long&) include/o3tl/cow_wrapper.hxx:41:68 #1 0x7ff2297551bf in o3tl::cow_wrapper<basegfx::Impl2DHomMatrix, o3tl::UnsafeRefCountingPolicy>::release() include/o3tl/cow_wrapper.hxx:203:29 #2 0x7ff2297515f0 in o3tl::cow_wrapper<basegfx::Impl2DHomMatrix, o3tl::UnsafeRefCountingPolicy>::~cow_wrapper() include/o3tl/cow_wrapper.hxx:248:13 #3 0x7ff242ef440f in __run_exit_handlers (/lib64/libc.so.6+0x3a40f) #4 0x7ff242ef4469 in __GI_exit (/lib64/libc.so.6+0x3a469) The reason appears to be the UnsafeRefCountingPolicy on the global IdentityMatrix, so every B2DHomMatrix that is created on any thread will manipulate the refcount of that global without synchronisation. Let's just remove the global and hope the extra allocations don't matter. Change-Id: I4962ab2e622286f29b912a57448f3f1a53eeb592
2017-05-31macro warning dialog grew an extra Cancel buttonCaolán McNamara1-5/+5
since... commit bcad173faaffd3a3c1e6737d94d2108cf590338d Date: Wed Feb 8 11:12:00 2017 +0200 Reapply "create ErrorHandlerFlags scoped enum for error handling flags"" This effectively reverts commit 32cae6a2eaa41568888df9c8fc5605debd8d704a. Change-Id: Ice41023bc741af46db3018bbb0eb08b4a339987e
2017-05-31tdf#76446 GSoC: incorrect rotation of VML shapesGrzegorz Araminowicz5-12/+49
* support poorly documented 'fd' suffix in rotation attribute * allow non-integer rotation Change-Id: I3d72f2a708e6585597db09366c00c50038abc9c1 Reviewed-on: https://gerrit.libreoffice.org/38207 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2017-05-31disambiguate dual use of toolbar idsCaolán McNamara78-478/+317
for toolbar title string resource and identifier (for config) Change-Id: I2657c3cbb586a62d8075db7cb43cc064b2030f28 Reviewed-on: https://gerrit.libreoffice.org/38274 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-05-31tdf#108072: match sprmTFCantSplit with its correct idAron Budea6-9/+23
The behavior was adjusted with 72ef0d88e916b320de85fe2ebf08cb7aea28ca08 , but the ids for sprmTFCantSplit90 and sprmTFCantSplit remained mixed up. Change-Id: Ic97224a3af39e5df707a6dba59b785580c17b739 Reviewed-on: https://gerrit.libreoffice.org/38117 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2017-05-31tdf#108259 Enable autofilter with many different valuesJean-Sebastien Bevilacqua2-4/+24
When you create an autofilter on a column which contains many different values, you will have problems. First of all, if you exceed 65535 values, you will enter in an infinite loop because a uint16 is incremented for each value, and after 65535, you restart to 0. Secondly, the algorithm executes a double loop in O(n2) to determine checked values, it's too long. Instead of that, all checked values can be determined before. This patch is graciously offered by Linagora. Change-Id: Idc4500f6a496ae789aae11eb0e183aee157daa20 Reviewed-on: https://gerrit.libreoffice.org/38269 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-05-31Updated coreGabor Kelemen1-0/+0
Project: help ca78b4f149dd82723a3b53a93063c881096fa71f Fix bookmarks and ahelps on Chinese Conversion dialog page Add missing bookmarks Remove unnecessary ahelps Sync label spelling with UI Change-Id: I5240d1386ef3abd716c6e6647b50c96a21555a65 Reviewed-on: https://gerrit.libreoffice.org/38244 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-05-31Updated coreGabor Kelemen1-0/+0
Project: help 78472fa975bce0b4bb26bce0cad6c15c910e8361 tdf#107299 Fix reference to File - Templates menu item Change-Id: Iae0120954fc7ac7a1748ece724eb4c6ddd3321b7 Reviewed-on: https://gerrit.libreoffice.org/38243 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-05-31Updated coreGabor Kelemen1-0/+0
Project: help 5cb25526e443e7492414ec27254843826de194cd Fix bookmarks and ahelps on 3D-Settings toolbar page Remove duplicate bookmarks Remove unnecessary ahelps Change-Id: I986b3e8dfc5aa9c00c5414ab41845060ff43d709 Reviewed-on: https://gerrit.libreoffice.org/38242 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-05-31xmlsecurity: try to appease --as-needed default ldMichael Stahl1-2/+5
Change-Id: I11a7894cb71732e613ae430c128ce06becb4defb
2017-05-31lok: impress: add support for undoing comment editingMarco Cecchetti3-5/+30
Conflicts: sd/source/ui/annotations/annotationmanager.cxx Change-Id: I735dd68d658f007ddd44d6acf692ee9b4555eb53 Reviewed-on: https://gerrit.libreoffice.org/37816 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
2017-05-31lok: impress: undoing comment deletion doesn't workMarco Cecchetti3-58/+82
Change-Id: I3399ea4131acde42bdd307a8438a9129a83817f2 Reviewed-on: https://gerrit.libreoffice.org/37815 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>