summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-03-08Bin a pointless level of macro abstractionTor Lillqvist2-10/+6
Change-Id: I343844aca956a1ce05c733f60a28d51115574ef8
2016-03-08Boost.Thread appears to be unneededDavid Tardon3-64/+0
Change-Id: I62ec68ed2ff67ac62137de2fcd7106ada90721ae
2016-03-08follow the boost lib naming scheme for DateTime tooDavid Tardon4-12/+12
Change-Id: Iae7967bd5f161ecbe888824a4bcb9b87ec8d947a
2016-03-08New LOK_LOADLIB_GLOBAL to let clients control dlopen(RTLD_GLOBAL)Stephan Bergmann2-5/+8
...in LibreOfficeKintInit.h's lok_loadlib, now that RTLD_GLOBAL isn't only needed for UBSan (62b124b2704adf11a63681164d05a8eb49dfb105 "Ensure RTTI symbol visibility for Linux Clang -fsanitize=function,vptr") but also for -stdlib=libc++ on Linux (see <https://whatofhow.wordpress.com/2016/03/01/libclibcabi-on-linux/>). Change-Id: I24ed6612c3d922eba695423d46af5635c77f7077
2016-03-08new loplugin:constantparamNoel Grandin6-18/+284
finds parameters that are only ever being called with a single value Change-Id: Ibd0c9b6e6dbc1d1b5d5a005eaa19959560a6e50f
2016-03-08Updated to solve problem with gerrit patch 22363Jan Iversen1-1/+1
Regina posted comment on 22363, that this change was needed. Change-Id: I9021d40ee7c1ca7ca74d67c61fe58ce976da38c0
2016-03-08define boost_filestystem external for system boost tooDavid Tardon1-0/+7
Change-Id: Ie9bfc6a5f3e1862acbd1bb08c6f2bb0b63f2587e
2016-03-08detect Boost.FilesystemDavid Tardon3-0/+120
Change-Id: I86c268f49f44bd1e208a9de781a16bf19450c64c
2016-03-08reduce copypastaDavid Tardon1-60/+21
Change-Id: I5303caf69128a0a6d28fccfcf2ab63ed466e3853
2016-03-08reorderDavid Tardon1-15/+16
Change-Id: I8ff9f61475fddb475fe08e867c5446c825abb7dc
2016-03-08Update liborcus to 0.11.0.Kohei Yoshida19-78/+1544
Markus did half of this, and I simply carried the torch. Change-Id: Icd3ee1e4b5bd562faee06dfd9dce52a4bed49a71 Reviewed-on: https://gerrit.libreoffice.org/22943 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
2016-03-07openssl: fix WNT buildMichael Stahl1-0/+2
For reasons beyond human understanding, the many-tentacled horror that openssl calls its build system puts headers in "inc32" directory on Windows and "include" on other platforms in 1.0.2g. Change-Id: If03c80f5a31bb6e378cd187051b020579af7f7bd
2016-03-07loplugin:defaultparamsStephan Bergmann2-2/+2
Change-Id: Ibc922d84aeaba4e2dbfac3a23f253db76408db45
2016-03-07tdf#65219 Fix temp files clean up in sw unit testsAleksas Pantechovskis2-0/+7
Change-Id: I57f4dc90bc2ad8488af8cd42515b195f4320a9d9 Reviewed-on: https://gerrit.libreoffice.org/22939 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-03-07RepositoryExternal: missing dependency in openssl_headersMichael Stahl1-0/+1
Change-Id: I4a9f6c07204f2784ac6cac28bed9dfa700950c09
2016-03-07add STR_LONG_ERR_MATRIX_SIZE "Error: Array or matrix size"Eike Rathke3-444/+452
Change-Id: I81f7b278ba75abca6db59ab12dd1cf79dda15d20
2016-03-07remove unused errInterpOverflowEike Rathke2-2/+0
Change-Id: Iaac45af141220f5a7460b7313507d3927a2b2581
2016-03-07a few more candidates for errMatrixSizeEike Rathke2-3/+3
Change-Id: Ia3ea04d15ce73526e87dfb5670eedff983daa40e
2016-03-07introduce a dedicated errMatrixSizeEike Rathke3-8/+16
... to distinguish from other errors, and really, errStackOverflow should mean exactly that. Change-Id: I3d2bfbd38b056c7d0a346797db560717312de069
2016-03-07tdf#62437 Hide OneDrive and Alfresco Cloud until they are functionalYousuf Philips1-4/+4
Change-Id: I0a1426f81e5ece30c4ca416716b5ada2d53a0412 Reviewed-on: https://gerrit.libreoffice.org/22881 Tested-by: Yousuf Philips <philipz85@hotmail.com> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2016-03-07Add tilde shortcuts to keyboard shorctutsYousuf Philips1-0/+6
Change-Id: Ib9d0d59845270152c2a8233d81b9cfac96259141 Reviewed-on: https://gerrit.libreoffice.org/22974 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2016-03-07use ScMatrix::IsSizeAllocatable() instead of GetElementsMax()Eike Rathke1-4/+4
... which also prevents a (theoretical?) overflow of size*size. Change-Id: I11e27718c9750ad1b17f6f16bb1b293aa4a2f574
2016-03-07Revert "tdf#97538: SVGIO: Add unittest"Xisco Faulí2-46/+0
It fails in Tinderbox Linux-rpm_deb-x86@71-TDF This reverts commit 3c465c259c617e30b01c5ea25b5203a605cd4269. Change-Id: I20fc69dd785354cc6567b73251ee9161a811bdf0 Reviewed-on: https://gerrit.libreoffice.org/22987 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Xisco Faulí <anistenis@gmail.com>
2016-03-07sal: UNX: in oslDoCopy, rename into destination directory ...Michael Stahl1-1/+2
... not into the source one as that will likely fail with EXDEV if source and target are on different mounts => osl_File_E_EXIST. This broke the xmlsecurity test SigningTest::testOOXMLAppend(). Change-Id: I07ada1d5564fd72a059d588e127a5906a499aca4
2016-03-07xmlsecurity: check that osl::File::copy actually succeedsMichael Stahl1-2/+4
... which it doesn't, currently. Change-Id: I0280a11006afb08b95ff643e8b999b4e5a733d2d
2016-03-07gtk3: popover positions come pre-computedCaolán McNamara1-15/+30
i.e. the position provided is the location where the popover is to be drawn, not the bounds of the thing to be pointed to, so adapt them so gtk will point to the desired place. e.g. the slide names/numbers in the presentation slide view sidebar Change-Id: I8c87d5dba32e27f9e627b3282f34d87a8ee460ca
2016-03-07drop unused resourceCaolán McNamara1-5/+0
Change-Id: Ibe52933faa6b13e2d89ab296c1cc15b70f5835af
2016-03-07drop unused headersCaolán McNamara1-2/+0
Change-Id: I73a673de54c0cff77a00a21f8a4c87766f956256
2016-03-07drop handling of templates in SrsTargetDavid Tardon3-148/+0
Change-Id: I5445837ec4f647e91fe2aeab1251e48628f5e7f1
2016-03-07drop now-needless depsDavid Tardon8-32/+0
Change-Id: I2ef0b873a58710de399889cee3abf6b6ecf4fb1e
2016-03-07remove remaining uses of gb_SrsTemplateTarget_get_targetDavid Tardon7-8/+0
Change-Id: I5ddf0ba5fc289a124b39b9c14b7f5fdd3d7b54a4
2016-03-07expand src templatesDavid Tardon31-103/+69
Change-Id: Id35caa8b8ed0c2f7e4d868f5c87a2a0f331cb352
2016-03-07expand src templatesDavid Tardon9-44/+6
Change-Id: I13afaa9d0c7c9b46b3ebaedf299de41bed551e7c
2016-03-07upgrade openssl to 1.0.2gCaolán McNamara7-78/+91
We can't "break symlinks after extracting tarball" because they populate that dir during the build now. So instead cripple mklink.pl to copy instead of link. (Configure no-symlinks simply skips the symlink step instead of copying, so that appears useless) Change-Id: Ib30b2c1b8b3de72511d09c478297a7a5a4bc691e Reviewed-on: https://gerrit.libreoffice.org/21880 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-03-07apple_remote: autorelease --> release in dealloc (destructor)Douglas Mencken1-3/+3
using autorelease here leads to “just leaking” because there's no autorelease pool for thread besides, make sure that released fields do not contain used•to•be•a•valid•pointer value Change-Id: Id6cb37643230f64dbe9f6128f52236f04d0c88e4 Reviewed-on: https://gerrit.libreoffice.org/22981 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-03-07apple_remote: fix “variable set but not used” for non-debug buildsDouglas Mencken1-3/+5
Change-Id: I038fd0bee0e983a91557226aaba1dcff56512ccb Reviewed-on: https://gerrit.libreoffice.org/22856 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-03-07this RID_FULLSCREENTOOLBOX resource is unusedCaolán McNamara1-5/+0
Change-Id: I441b27c92db4e406cd3326917c40b0ae0d6c0cad
2016-03-07these ResIds are used solely for their number by nowCaolán McNamara9-20/+20
so cut out the middle-man ResId Change-Id: Ic83db355cc1a0c7dc70958bca79b466baadaedd0
2016-03-07full screen toolbar resource is not usedCaolán McNamara2-31/+0
the full screen toolbars are defined in the fullscreenbar.xml files Change-Id: I9f83d24b455709cbb8f2f40cfda54fb4a545c4d4
2016-03-07coverity#1353440 try and refactor to avoid Argument cannot be negativeCaolán McNamara1-14/+7
Change-Id: I3a75e27ba1b721a99e0547b418df883e2c1753b4
2016-03-07xmlsecurity: default to OK instead of Cancel in CertificateChooserMiklos Vajna1-2/+2
Change-Id: I2dd2d2caf772cf5a0e564367acff0c5522b2c286
2016-03-07CppunitTest_xmlsecurity_signing: add remove all testcaseMiklos Vajna1-0/+46
Fails without the previous commit. Change-Id: I7606b9a5ef3509077b1a3a6e884f0e2bb4c79614
2016-03-07xmlsecurity OOXML export: remove signature content types when removing ...Miklos Vajna1-3/+1
... signatures. ExportSignatureContentTypes() was already a "remove all, and then re-add necessary entries" operation, so just make sure we still call it for zero signatures and it'll do the right thing. Change-Id: If9182b39ac6d8f2cf66f33a02d9ddcab170ba5ea
2016-03-07CppunitTest_xmlsecurity_signing: avoid modifying tracked test documentMiklos Vajna1-1/+6
Without this, running the test modified xmlsecurity/qa/unit/signing/data/partial.docx. Change-Id: I3dd5cb6c90037fce0c550be9b1c189959b848ebe
2016-03-07xmlsecurity OOXML export: remove signature storage with the last signatureMiklos Vajna1-1/+4
So that no empty _xmlsignatures directory is left around after removing signatures. Change-Id: I3af77ba943a483a009a4eebaf40a58404f479e5a
2016-03-07xmlsecurity OOXML export: remove signature relation with the last signatureMiklos Vajna3-11/+35
The signature relation refers to _xmlsignatures/origin.sigs, but that's not written when all signatures are removed. Change-Id: I5ee1c8849962cba4b338e6f43243bcf89aedad36
2016-03-07xmlsecurity OOXML export: don't write signature relations when all ...Miklos Vajna2-3/+12
... signatures are removed. With this, the _xmlsignatures/ sub-storage inside the document is empty when all signatures are removed. Change-Id: I391bd1d3b6fdb724952a7158a043b1e602d532a9
2016-03-07xmlsecurity: extract final signature export logic from DigitalSignaturesDialogMiklos Vajna3-50/+48
To be able to unit-test this later without creating a vcl dialog. Change-Id: I4794e212ffefc2efa3bddaf58e6c6bf2a4ea8d9a
2016-03-07gtktiledviewer needs gtk3 not gtk2Caolán McNamara1-2/+2
Change-Id: Iede2008139cb570ff65202762e92f6694548a065
2016-03-07return early and drop elseCaolán McNamara1-56/+54
Change-Id: I4887f01c94e6d7d716d2a074d503fca505a4aff8