summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-09fp010 is not in fpicker like the othersCaolán McNamara
Change-Id: I4c574596a4aaaf7584818e167805748dd02cff6c
2017-05-09loplugin:checkunusedparams in sw(part6)Noel Grandin
Change-Id: I8c32274081663038526e1af2bd2977604b3f88b5 Reviewed-on: https://gerrit.libreoffice.org/37393 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-05-09Use BOOST_USE_WINDOWS_H to avoid errors when building with clang-clStephan Bergmann
> [build CXX] workdir/UnpackedTarball/boost/libs/locale/src/shared/date_time.cpp [...] > In file included from C:/lo64/core/workdir/UnpackedTarball/boost/libs/locale/src/shared/date_time.cpp:11: > In file included from C:/lo64/core/workdir/UnpackedTarball/boost\boost/thread/mutex.hpp:14: > In file included from C:/lo64/core/workdir/UnpackedTarball/boost\boost/thread/win32/mutex.hpp:9: > In file included from C:/lo64/core/workdir/UnpackedTarball/boost\boost/thread/win32/basic_timed_mutex.hpp:14: > C:/lo64/core/workdir/UnpackedTarball/boost\boost/thread/win32/thread_primitives.hpp(172,55): error: conflicting types for 'CreateMutexA' > __declspec(dllimport) void* __stdcall CreateMutexA(_SECURITY_ATTRIBUTES*,int,char const*); > ^ > C:/PROGRA~2/WI3CF2~1/10/Include/10.0.15063.0/um\synchapi.h(489,1): note: previous declaration is here > CreateMutexA( > ^ [...] Change-Id: I141ea196250dc855c780f237436c0f19f0594cb1
2017-05-09Clean up uses of SAL_U/SAL_W: sdStephan Bergmann
Change-Id: I9646cbd6544e88fd8b086cd04ff6d318a04375ce
2017-05-09Clean up uses of SAL_U/SAL_W: helpcompilerStephan Bergmann
Change-Id: I0b9c7959cae65428ed1e80753e31f3ee9d726fc4
2017-05-09loplugin:nullptr (clang-cl)Stephan Bergmann
Change-Id: I6462f3e7667951ff9306ae1f8882de747148a741
2017-05-09loplugin:cppunitassertequals (clang-cl)Stephan Bergmann
Change-Id: Ie1dfd0791abe86ed2fd91155c129d6431392445d
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin
Change-Id: Id3df69b38fd35f46735246a6d307a89aa10d4294 Reviewed-on: https://gerrit.libreoffice.org/37426 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-05-09tdf#107620 RTF export: handle DocumentSettingId::PARA_SPACE_MAX compat settingMiklos Vajna
As it turns out it has a dedicated RTF control word. With this, the bugdoc is again kept as a one-page document during DOCX -> RTF conversion. If we are at it, also write the automatic before/after paragraph spacing markup. Change-Id: I78de644f0631e59ef507dfaa07c5a812d4ef10cd
2017-05-09cannot sign read-only files, so u+w the redistributablesChristian Lohmaier
Change-Id: I5290d2093555d00e7b7cd4e21098d54af58ee6b8
2017-05-09have screenshot target depend on signing.done, not other way roundChristian Lohmaier
Change-Id: Ia19b3eb122b66c0a6c2304f09faa83345f90892c
2017-05-09tdf#107720 Bound Control initFromField: consider the case of the insert rowLionel Elie Mamane
Change-Id: If18e161c994c926fd86453ab5736df1e89bb61de
2017-05-09Translate German comments in svx/source/form/fmshimp.cxxJohnny_M
Additionally to comments, this translates dbg. assertion strings. Change-Id: I7bfe582fb34243b491a8c5f075beeb234555fe06 Reviewed-on: https://gerrit.libreoffice.org/37316 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2017-05-09ofz avoid oomCaolán McNamara
Change-Id: I7d7e249a75fb33ac6a72e941f6b8f92ff8edf25a
2017-05-09tdf#39468: Translate German comments/terms sw/source/filter/ww8/ww8par6.cxxJens Carl
Change-Id: Ia17fdf5238f0b250a9c1be683c0616643f53aced Reviewed-on: https://gerrit.libreoffice.org/37418 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2017-05-09tdf#106225 Rename Table Format to Table Properties in Impress/DrawFakabbir Amin
Change-Id: I454d0d258f3948968ec4387f0ab655aa35087d23 Reviewed-on: https://gerrit.libreoffice.org/37416 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2017-05-09tdf#106681 Styles category for the Add Commands dialogMaxim Monastirsky
Change-Id: I7332967863697d3ad68a533b9fc603de2fdc87ef Reviewed-on: https://gerrit.libreoffice.org/37422 Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
2017-05-09this string might not be valid asciiCaolán McNamara
Change-Id: I9335c5514ea64ba81817db30d3ac7fbedc9f9feb
2017-05-09dump exception message on exceptionCaolán McNamara
Change-Id: I30d942e9e8b240be9033b41142831b018bdfc49f
2017-05-09SetInReading for duration of TestImportDOCCaolán McNamara
Change-Id: I688ec95db500cc1d86402b7da2305528b1f25890
2017-05-09loplugin:checkunusedparams in sw(part5)Noel Grandin
Change-Id: Iee48e6c77f1eb57cd8a3a245e5415051b85f4cc1 Reviewed-on: https://gerrit.libreoffice.org/37387 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-05-09loplugin:checkunusedparams in sw(part4)Noel Grandin
Change-Id: Ia264c192ac02a07bba67a66196899d13b19f83f0 Reviewed-on: https://gerrit.libreoffice.org/37386 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-05-09Related: tdf#62702 also try various other known streams for object contentCaolán McNamara
Change-Id: I5b5fa61e9930ba0eaa5ac86e4231050c9ebebf8a
2017-05-09Updated coreGabor Kelemen
Project: help 7897a9174b6b4a91134398359f3f1e690c774b69 extensions.libreoffice.org is now https Change-Id: I3356a81dda01e71a3811e905cb682b5a4e752543 Reviewed-on: https://gerrit.libreoffice.org/37368 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-05-09Updated coreGabor Kelemen
Project: help 702ade901c65e4960296a371bd01317e02b581ab tdf#104404 (related) Document Extension list filtering options * Have a few words about the Display Extensions checkboxes * Remove some seemingly obsolete comments * Replace some unnecessary custom HIDs with default values * Add ahelp to the 'extenstions website link' element description Change-Id: I5c0b27fb0b6e0c77f1043f7bf230554cdc875680 Reviewed-on: https://gerrit.libreoffice.org/37367 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-05-09Related: tdf#62702 handle EmbeddedOdf like CONTENTS on ole activate attemptCaolán McNamara
Change-Id: I11f1d6ad049cada1cadfe97a440b7ae562ba4ced
2017-05-09Don't use uninitialized ProxyEntry::Port valuesStephan Bergmann
...and get rid of the useless ProxyEntry struct altogether Change-Id: I846f126c96343da17518686e666a7d44c6b1bef1
2017-05-09drop unused FadeEffectLBCaolán McNamara
Change-Id: I9de95edc7f018fa9e7b11111e071d738f63e35b4
2017-05-09sd: Kill empty FadeEffectLBImplTakeshi Abe
This completes 3fea7ac94b986ba5e3632d1bbb383c65ced79f1a. Change-Id: Iee18c577354de8b569f5e07378964b267e766554 Reviewed-on: https://gerrit.libreoffice.org/37383 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-05-09tdf#39468: Translate German comments/terms in sw/source/filter/html/swhtml.cxxJens Carl
Second set of translating German comments and terms. Change-Id: Iee55162e9cb5c4e29713304232bfa636a243ccf4 Reviewed-on: https://gerrit.libreoffice.org/37417 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-05-09tdf#39468: Translate German comments in sw/source/filter/ww8/writerhelper.cxxJens Carl
Change-Id: I1a7bf4a97952674147029457e0a0ff12cd541cba Reviewed-on: https://gerrit.libreoffice.org/37420 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-05-09Remove unnecessary HIDs - the defaults will work just fineGabor Kelemen
Change-Id: I1c67634c7da32daa48fdc962591f75466d145508 Reviewed-on: https://gerrit.libreoffice.org/37408 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-05-09tdf#39468: Translate German comments in sw/source/filter/ww8/ww8scan.cxxJens Carl
Change-Id: I91757da79e03deaffe005cb912ff91d604b3ec64 Reviewed-on: https://gerrit.libreoffice.org/37419 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-05-09coverity#1250405 Division or modulo by float zeroCaolán McNamara
another stab at this Change-Id: I893f4b4a211a85718bf51bfbdb3e8bdb1df0066c Reviewed-on: https://gerrit.libreoffice.org/37405 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-05-09ofz avoid oomCaolán McNamara
Change-Id: I84f0eedb8081a3d22f6e02bac0b21456c7d1553a
2017-05-09gnome-documents: hold solarmutex on dtor patch as wellCaolán McNamara
Change-Id: I75fe71612116d435606c37185bf55b450425fc25 Reviewed-on: https://gerrit.libreoffice.org/37396 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-05-09rhbz#1444437 gnome-documents finalize may not occur immediatelyCaolán McNamara
when LOK Widget is destroyed, it may instead happen during GC of javascript, like in the in gnome-documents case, but "destroy" will be called promptly. So close documents and office in destroy, not finalize Change-Id: I1dd7b828839894cb2d87f5c087194fe458ca22f0 Reviewed-on: https://gerrit.libreoffice.org/37398 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-05-09gnome-documents: rework SfxPickList as pimplCaolán McNamara
and call impl dtor with SolarMutex held Change-Id: I06931ca9ab4384a5e3c255847cf3533ed03b77dc Reviewed-on: https://gerrit.libreoffice.org/37395 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-05-09-Werror,-Wunused-private-fieldStephan Bergmann
Change-Id: Id42e8699f5cfb420d49f7223ee288090539f2492
2017-05-09tdf#105688: findZOrder: catch exceptions from getPropertyValueMike Kaganski
For some reason, sometimes items in GraphicZOrderHelper don't have ZOrder property value, and so throw in getPropertyValue. E.g., SwXFrame::getPropertyValue throws uno::RuntimeException when its GetFrameFormat() returns nullptr. The patch catches these to allow to proceed with fallback z-order. Change-Id: I96140195f45364bccee7c5547d373158e2b49154 Reviewed-on: https://gerrit.libreoffice.org/37392 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin
Change-Id: I940120087a0bc6b1b0abc30a3e7727ce22b7d9a7 Reviewed-on: https://gerrit.libreoffice.org/37394 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-05-09loplugin:constantparamNoel Grandin
Change-Id: Ia9500b25602c14aadf49fe373682ae9d87a0a1a2 Reviewed-on: https://gerrit.libreoffice.org/37390 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-05-09EMF+ We already implemented most used EMF+ records.Bartosz Kosiorek
Now it's time to enable warnings, to track not implemented cases, to have clear notification what is wrong with imported image. Change-Id: Ic880a5b7df03e4a98d4700bebb3d0f6d77980505 Reviewed-on: https://gerrit.libreoffice.org/37407 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
2017-05-09Avoid adding unnecessary overhead to formula calculation.Kohei Yoshida
Instead, hide the overhead within the logger code which is disabled in the release build. Change-Id: Ie80c2a1725476d96d3e5551cf0303ecb5d73b47e Reviewed-on: https://gerrit.libreoffice.org/37409 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
2017-05-09Updated coreGabor Kelemen
Project: help f8b479e23d5f1d939a45873101e541357b8f0bca Fix Online Update options page * Add some missing ahelp, bookmark * Remove redundant entries Change-Id: Iffc24f9cf3f87b73639013b24238ec2b5dd85cb0 Reviewed-on: https://gerrit.libreoffice.org/37366 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-05-09Updated coreGabor Kelemen
Project: help 8abb20d74b36b1f52a2378498263d1cfb62849f3 Fix two bookmarks one ahelp situation on Print options page We need to use the magic dot as ahelp ID to make the ahelp text show up for both UI elements Change-Id: I4cf662eacef0e8a1faa605f72894d769477523b6 Reviewed-on: https://gerrit.libreoffice.org/37365 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-05-09Updated coreGabor Kelemen
Project: help cfa663f40d3e264994ed0280f3da1b3ec6a8dac9 Fix ahelps on AutoCorrect - Localized Options tabs page Two bookmarks mean the correct ahelp is a dot. Also sync content a bit with UI Change-Id: Ib5a76beff3548390e775d37bd0fd4cc350cfb868 Reviewed-on: https://gerrit.libreoffice.org/37363 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-05-09Updated coreAdolfo Jayme Barrientos
Project: help b04113a84a725b6ac1d9d692cddb2e2ae832d3ac Typo: “common area” → “common era” Change-Id: Ie9c3dfce3b5981defffad11eea3df4bd63d34148
2017-05-09tdf#31814 EMF+ Fix an issue when not all elements were displayedBartosz Kosiorek
On on EMF+ images generated by ChemDraw, some elements were not displayed. After investigation, occurs that position of points was not read properly in same cases. This commit fixes such cases. Change-Id: I1d01d8defc41f4e437a669ef1268b8e33823cfc1 Reviewed-on: https://gerrit.libreoffice.org/37406 Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl> Tested-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
2017-05-08Updated coreGabor Kelemen
Project: help fb264eba8c882558fd2a21da25b7134b8a381708 Put a space between ahelp and switchinline tags content Such places are prone to have no space after the previous dot. Change-Id: Id14ae16c2c165e3353f9e65863a05208a3a331b8 Reviewed-on: https://gerrit.libreoffice.org/37364 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>