summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-20loplugin:stringconstantStephan Bergmann
Change-Id: I678c1fb7d5079dfb1d880e856a0d507f1c89b427
2016-01-20coverity#1349701 Dereference before null checkCaolán McNamara
Change-Id: If919191ac4629885c782e5da39be3c1ce7e4e3dd
2016-01-20coverity#1349702 Uninitialized scalar fieldCaolán McNamara
Change-Id: I487400962199ca043c487132d8bc222ed8816b01
2016-01-20can now drop external dependency vigraCaolán McNamara
Change-Id: I3babe33ab5be1c3521ccb8bee71239e3d8893a2f
2016-01-20drop basebmp entirely nowCaolán McNamara
Change-Id: I534848c4be8eadf86b7f31ac742a80982405f56f
2016-01-20replace use of basebmp in vcl entirely nowCaolán McNamara
we're just using it to store bitmap data and to convert to preferred destination format, so we can use the preexisting vcl BitmapBuffer for that Change-Id: I0e800956d95faddfafa53d2c48b09494a7a867c0
2016-01-20xmlsecurity: import OOXML <SignatureComments>Miklos Vajna
This is the signature purpose on the MSO UI, our signature description. Change-Id: I7609c427cded96249ccdec24cd9d43e3e99be3d9
2016-01-20loplugin:passstuffbyrefStephan Bergmann
Change-Id: Ic4d2e018f193525be00da03fc14e147d6b68257f
2016-01-20sw: indentation fixesMiklos Vajna
Change-Id: I8b281b425483fb7fc3cf34e31533c2ddc1b03637
2016-01-20writerfilter: can use a plain instance for the row sequence hereMiklos Vajna
Change-Id: Ic9211192310f6a5b36f4ee4637828d96d8f1f7b7
2016-01-20loplugin:unusedmethodsNoel Grandin
Change-Id: Ib2dc804f55d1a96ae01f2cf31b7d55956040a72e Reviewed-on: https://gerrit.libreoffice.org/21603 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-01-20external/firebird: Adapt to GCC 6Stephan Bergmann
...which switched defaults from C++03 to C++14, so causes some errors now. Curiously, the throw(std::bad_alloc) vs. throw-anything mismatch between the global operator new replacements and the standard headers is OK for GCC only when there is no further declaration in between the standard header and the replacmenet definition. Change-Id: Ib54727fecf4ad07426b811a9cc04b08ea80e59dc
2016-01-20freeError function moved to the end of the listOliver Specht
Change-Id: I4aed102b25ddcd5f2e8fa03395e2ffd89c858bb9 Reviewed-on: https://gerrit.libreoffice.org/21619 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2016-01-20sw: (mea culpa) fix unostyle.cxxChris Sherlock
Unfortunately in commit 2b297116cb6bb1061c4 I messed up whilst doing a rebase via meld to incorporate my changes. This meant that I overwrote changes made to sw/source/core/unocore/unostyle.cxx. Even more regrettably, my original changes missed making changes in Windows and OS X builds as I pushed too quickly from within gerrit, assuming that the build errors weren't caused by me. These series of VCL changes I had made were quite rightly reverted, and I worked towards fixing them up again - sadly my ISP (iiNet) had connectivity problems so it took me some time to even gain access to the repository to do the cherry-picks of my previous commits so I could fix them up and resubmit them. I honestly didn't notice that I had overwritten the changes in unostyle.cxx previously, as I was so intent on fixing my errors that this entirely passed me by. This unfortunately led to this commit, where I overwrote the changes a second time: 28c96fc2553a5c3dee108f1e2060d7bc081a7e7e I was informed of this problem via the mailing list [1] which I read the next morning immediately after I work up. I take full responsibility and very much regret having made these mistakes. This commit fixes the issue and I will take steps to ensure that it doesn't occur again. I can reassure all that this was not intentional, nor would I ever do such a thing on purpose - quite frankly I'm mortified. 1. http://lists.freedesktop.org/archives/libreoffice/2016-January/072067.html Change-Id: I336626059d4acd175669832950f3ed52b2539087 Reviewed-on: https://gerrit.libreoffice.org/21618 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2016-01-20writerfilter: fix VS2015 buildThorsten Behrens
Change-Id: I9cde0ecf2c883b977df4f633e5106d39628444ca
2016-01-20No LOKDocView packaging for Win/Mac for the whileThorsten Behrens
This unbreaks Windows packaging after 85b46f51928dc17cda1bc974bca9159de9221b4d - I guess this should be Linux-only for the moment. Change-Id: Ie19f7f3e4b611e2884e3fdb1a64c63927b018989
2016-01-20update creditsChristian Lohmaier
Change-Id: Ib620fe26481bf13021930ae58f7421b9cb7bdb4b
2016-01-19sc lokit: the visible row/column must be 0, when loading a documentHenry Castro
Change-Id: Ie980e0bb0726dd8bc4215d5b23ac6e1d2c9e2719 Reviewed-on: https://gerrit.libreoffice.org/21611 Reviewed-by: Henry Castro <hcastro@collabora.com> Tested-by: Henry Castro <hcastro@collabora.com>
2016-01-19DeactivateMenuBar can be non-virtual nowStephan Bergmann
...after 9c09d4d0d36076d39926eeaf7774171df3b55e52 "tdf#96888 - Kill internal vcl dog-tags ..." Change-Id: I12c30f5ec3d498561b47ae61b34326d4a1f380d7
2016-01-19scp2: fix --disable-gtk3 buildMiklos Vajna
Change-Id: I231cb935f1d0a4e69bc3f970e48aece8305ab2b3
2016-01-19loplugin:cstylecastStephan Bergmann
Change-Id: Ib4052fa88cce3b21d20d050fff9c8d32fcde4c20
2016-01-20vcl: fix comments in impfont.hxxChris Sherlock
Change-Id: I7942cf513439f8fe72775846eeb4cf4e6f176ed3
2016-01-19vcl: add quality accessor & mutator to FontChris Sherlock
Change-Id: I261c717cabf966b8b20b8e6c921b38f4cd73e268 Reviewed-on: https://gerrit.libreoffice.org/21597 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
2016-01-19tdf#96888 - Kill internal vcl dog-tags ...Ras-al-Ghul
Modifications done as per CR Change-Id: I0b57f5c32fc217929d71411ca5176e3cab3f6e73 Reviewed-on: https://gerrit.libreoffice.org/21457 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
2016-01-19lokdocview: Add scp files for selection handle PNGsPranav Kant
Change-Id: I4d3eab1f16751a1b3f24a995e3d28322fd2f510b Reviewed-on: https://gerrit.libreoffice.org/21606 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2016-01-19lokdocview: Package and install selection handlesPranav Kant
Now since, LOKDocView has started to get clients, we need to ship all of its dependencies with the widget. Reviewed on: https://gerrit.libreoffice.org/21605 Change-Id: I874eb416587a80b7760c5f00183d6004dfca4cce
2016-01-19xmlsecurity: import OOXML <mdssi:Value>Miklos Vajna
That stores the signature timestamp, and that now immediately shows up in DigitalSignaturesDialog as well. Change-Id: I83a63a10cf946f47a03e4570c461a92512638600
2016-01-19xmlsecurity: handle OOXML signatures in ImplGetSignatureInformations()Miklos Vajna
With this, DigitalSignaturesDialog correctly shows the "Signed by" field when reading a single valid OOXML signature. Change-Id: Ic52a56767f65ab30924b07073d31677cb3a27de5
2016-01-19SfxMedium: only own format has the signature in a single streamMiklos Vajna
OOXML has one stream for each signature, so it wants a storage instead. Change-Id: Iff2ed4b65d8c2023d02578ec4e80c13e36f55390
2016-01-19WaE: unused variableTor Lillqvist
Change-Id: I826a1eb45d0669dbe2495b4dbe4a171fcebb0865
2016-01-19CppunitTest_desktop_lib: add ModifiedStatus callback testcaseMiklos Vajna
Change-Id: Ieb7e808ebc7619c3a4a013cad776eeefd6163e22
2016-01-19LOK: include ModifiedStatus in CALLBACK_STATE_CHANGEDMiklos Vajna
Change-Id: Ic44a9266a67bfad8b0490a8acb4a419af99ea42c
2016-01-19Resolves: tdf#96245 relax test for duplicate frame namesCaolán McNamara
to allow duplicated unnamed frames Change-Id: I871849b23d01209f027b6295777db705f7dc86d8
2016-01-19Make LibreOffice kit usable on windowsOliver Specht
Uses Ascii variants of LoadLibrary,Get/SetEnvironmentVariable_A_ and adds a freeError function includes windows.h instead of pre/postwin.h Change-Id: I88b7e3ed3818078efec5688e207da47dc4049b98 Reviewed-on: https://gerrit.libreoffice.org/21600 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2016-01-19CppunitTest_desktop_lib: add jpeg paste testcaseMiklos Vajna
Fails without commit 27c6b8586d5d2cd1fa5425b4969d915a0b739475 (svtools: implement clipboard import of JPEG files, 2016-01-19). Change-Id: Ic4e3b036b3a6a1c294bf15ef0b206cf1e458fc4e
2016-01-19Silence -Werror=nonnull (GCC 6)Stephan Bergmann
Change-Id: I3aa5f4342ad362b0075d033df222467723ee002e
2016-01-19Resolves: tdf#99604 ungrab modal dialogsCaolán McNamara
Change-Id: I6735913c371968745da3ad6bf61e6ae3287c19a6
2016-01-19drop some more unused pieces nowCaolán McNamara
Change-Id: Icd2497f0befad0a3221230fe82cb100cddbd7764
2016-01-19either copy the whole thing exactly, or convert between typesCaolán McNamara
Change-Id: Ied1b4f81e2e851b639cc9a514659160b8571e92f
2016-01-19only use of clone is to copy, so do thatCaolán McNamara
Change-Id: I75cfb96e4afd69fd0f6a6716ce4be282aa8d3b14
2016-01-19drop some more stuffCaolán McNamara
Change-Id: I92eb6d136fc117f4694aa2cf88d93d4486855618
2016-01-19scanline is always positive now and drop unused argsCaolán McNamara
Change-Id: I39276ccea5c4b3ecdc89c77f35722883221b560f
2016-01-19drop unused argumentCaolán McNamara
Change-Id: I0333f65f67cdd93f9773e6d738289e36353ef359
2016-01-19MaskTraits unused nowCaolán McNamara
Change-Id: I1e3bd12a8b264ca15e733ff15d8522fc2c156483
2016-01-19never scaling nowCaolán McNamara
Change-Id: Iaa8afb2c642c9108eb1b3be4737b74285d064cf3
2016-01-19always copying to a different bitmapCaolán McNamara
Change-Id: I90b205bef1b01e6c4c43788fc5c95391b7842e83
2016-01-19always copying the full bitmap, not just a portion of itCaolán McNamara
Change-Id: Ib3e10d188c3f0d1bde40653d783f98ebfaed423c
2016-01-19follow-up of tdf#89031Winfried Donkers
No function name hints or autocompletion when character right of caret is '$' Change-Id: I4fcfa6e29e5671e97743c7fc520953721d0bda24 Reviewed-on: https://gerrit.libreoffice.org/21577 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2016-01-19svtools: implement clipboard import of JPEG filesMiklos Vajna
With this, lok::Document::paste("image/jpeg", "...") as invoked by gtktiledviewer results in a Writer image just like the previously already working PNG variant. Change-Id: I9e7b94043519db4ccf3c9ad32474a15275896dd4
2016-01-19sot: accept JPEG as a clipboard format where we accept PNG alreadyMiklos Vajna
Change-Id: I64602d31e8aa873e2280f86eaf618dd6007acaf1