summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-04remove unused Compare methodNoel Grandin
Change-Id: I12578410a27f613a064f293022280b5345117a9c Reviewed-on: https://gerrit.libreoffice.org/22102 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-02-04remove unused ConfigName from .SDI filesNoel Grandin
Change-Id: I2d47d479e4b5b4ef63e13b8a22d9c6b62e9b3209 Reviewed-on: https://gerrit.libreoffice.org/22101 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-02-04remove unused GET/SET/STATUSBARCONFIG in .SDI filesNoel Grandin
Change-Id: I74404d72e9146950a9881d2a59323c2bf08c9742 Reviewed-on: https://gerrit.libreoffice.org/22100 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-02-04starmath: Convert RectHorAlign to scoped enumTakeshi Abe
Change-Id: Ia5b43083e9675ef2664e5147e80237a7d947e138 Reviewed-on: https://gerrit.libreoffice.org/21859 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-02-04LibreOfficeKit: document availability of some LibreOfficeKit C++ APIRiccardo Magliocchetti
As done for C version in 80d1c914524bc61402c0e257b59377c5e47231ce Change-Id: I879e070bc6a7cbf851594d748f603090f2e02459 Reviewed-on: https://gerrit.libreoffice.org/21901 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2016-02-04tdf#43157 Cleanup DBG_ASSERT for fpicker and frameworkBerk Gureken
Change-Id: I1b79a39a9d709184cc72a905647f73dbf85eef27 Signed-off-by: Berk Gureken <berkgureken@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/21991 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2016-02-04Pull newer m4/ax_boost_system.m4 from upstream.coypu
Does not require tac, which is not available on *BSD/OS X. Change-Id: I54c90e249fb99ce03cc2ff134f200de283159052 Reviewed-on: https://gerrit.libreoffice.org/22083 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2016-02-04sfx2: fix locking after signing OOXML documentsMiklos Vajna
File -> digital signatures looks like a way to view and modify digital signatures, internally it's a sign action, that at the end may not modify signatures after all. For this to work, SfxObjectShell::ImplSign() calls GetMedium()->CloseAndRelease() to release the document's lock file, invokes the signing dialog, then DoSaveCompleted() creates the lockfile again. When signing OOXML documents, the lock file is not re-created, as DoSaveCompleted() only creates the lockfile in case IsPackageStorageFormat_Impl() (== own format) is true. Fix this by adding a mode that creates the lock file, even in case of a foreign format. With this, closing the digital signatures dialog for OOXML documents no longer results in a confusing "Document in Use" dialog after closing the signatures dialog. Change-Id: Ie9e56b88768825e61765669b27a89082cdc1981f
2016-02-04Include headers using OpenBSD toocoypu
OpenBSD ports patch: http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/editors/libreoffice/patches/patch-include_LibreOfficeKit_LibreOfficeKitInit_h Change-Id: Ia3cebb41ca72bf022cc409814bed575cfbcfbf64 Reviewed-on: https://gerrit.libreoffice.org/22079 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org> Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-02-04Avoid using == with test, it is bash-specific.coypu
Change-Id: If44680b8f9fb527dd27a71e193b334d83c12e46a Reviewed-on: https://gerrit.libreoffice.org/22078 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org> Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-02-04remove unused RecordManual from SDI filesNoel Grandin
Change-Id: Ia6af0d00b68f5694c9fc9cc453fe36fb923f0a2d Reviewed-on: https://gerrit.libreoffice.org/22099 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-02-04remove unused HasDialog from SDI filesNoel Grandin
Change-Id: I26f2cef48fcc7a6c4a6b93668b836879254f3eb0 Reviewed-on: https://gerrit.libreoffice.org/22098 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-02-04remove unused Synchron from SDI filesNoel Grandin
Change-Id: I0b8c63a97bfa4a49ac87869e164ab22d2aa99de3 Reviewed-on: https://gerrit.libreoffice.org/22097 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-02-04remove unused Cachable keyword from SDI filesNoel Grandin
Change-Id: I60c423b799f34f79f58bc39cf7ea616ec4f5d16a Reviewed-on: https://gerrit.libreoffice.org/22096 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-02-04mork: SAL_DELETED_FUNCTION->'= delete'David Ostrovsky
Change-Id: I71e2000920e606e5d550ed5451722cbb80f3dc82
2016-02-04mork: boost::noncopyable->'= delete'David Ostrovsky
Change-Id: Ibe5e44af2348150fef0fa3d3e579ca2893fc6b1c Reviewed-on: https://gerrit.libreoffice.org/22095 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Ostrovsky <david@ostrovsky.org>
2016-02-04Use CPPUNIT_ASSERT_DOUBLES_EQUAL_MESSAGEStephan Bergmann
Change-Id: I2f6da8bb39ebd791f0bd3aa955dfc8c83b96ca04
2016-02-04coverity#1326631 DE: Dropped or ignored exceptionCaolán McNamara
Change-Id: If1f4f46ba51360eff3537f6804286adfe16c4a0e
2016-02-04coverity#1326630 DE: Dropped or ignored exceptionCaolán McNamara
Change-Id: I495c1b5d9d0e03a92330fe6b9371183471aee7bb
2016-02-04coverity#1326629 DE: Dropped or ignored exceptionCaolán McNamara
Change-Id: Ifb82c92eb0eaa019a19deee3dce375204576e2ee
2016-02-04loplugin:fpcomparisonNoel Grandin
Change-Id: I084b63d1085976838426f1157e0ba238e0520d7f
2016-02-04coverity#1326671 DLS: Dead local storeCaolán McNamara
Change-Id: I310f9d0e66e910c6a5bbd2a4f864e4149b85c92e
2016-02-04coverity#1327197 UwF: Unwritten fieldCaolán McNamara
Change-Id: I520235178bc1eaea5e5bc0497ab8824bf2775456
2016-02-04loplugin:fpcomparison: Fix check for floating-point zeroStephan Bergmann
...so that isZeroConstant doesn't trigger an assert inside Clang's isCXX11ConstantExpr when expr is sizeof(x) with x being dependent on a template argument. Change-Id: I6bab46e64cc085d597db25994d8bfdc66417fe83
2016-02-04coverity#1351756 Dereference before null checkCaolán McNamara
Change-Id: Iae465c91693967983623087214e79e0f264c551c
2016-02-04coverity#1351757 Uninitialized pointer fieldCaolán McNamara
Change-Id: I996dc17ba0c01bf23283687dffb563b0eac3a31a
2016-02-04coverity#1351758 Uninitialized pointer fieldCaolán McNamara
Change-Id: I50639f0f83c2f1135a0c2002145e02fdf15034a5
2016-02-04coverity#1351755 Dereference null return valueCaolán McNamara
Change-Id: I144a2c498763534b8aff604bdb3440180ac0f2ff
2016-02-04pItem isn't used here, its the same as result, so weird cast can goCaolán McNamara
Change-Id: Ib646fcffa3d2298b06565ef78b69873546d76b0a
2016-02-04tdf#87813: Moving effects list into the animation tabRishabh Kumar
Adding the animation effect - 1.Press the + button Modifying the animation effect 1. Select the animation from the list of added animations 2. Select the animation style from the Listbox Change-Id: I14f9242b9f04279622d879ae8c3e162ded6e3e3d Reviewed-on: https://gerrit.libreoffice.org/17008 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2016-02-04CppunitTest_xmlsecurity_signing: add invalid OOXML testcaseMiklos Vajna
Test the case when the manifest reference has invalid hash: this is the more complex situation. A simple situation is when a direct (non-manifest) reference is broken. Change-Id: Iaea139abc460050768cfbc236cacb1fd94418b36
2016-02-04CppunitTest_xmlsecurity_signing: add valid OOXML testcaseMiklos Vajna
In reality we can't detect that it's partially signed, as the unit test doesn't have a mozilla profile -> certificate validation fails -> we only know that the signature is valid. Change-Id: Ib6aaccb4cb471e543d368d0318b90c67e9876619
2016-02-04xmlsecurity: fix crash on closing DigitalSignaturesDialog without ...Miklos Vajna
... a signature stream. ODF has a signature stream, OOXML has a signature storage instead. Code tries to export all signatures on closing the dialog, but OOXML at the moment has only an importer; so just fail gracefully in case we only have a storage, not a stream. With this, closing the dialog no longer results in a crash for OOXML documents. Change-Id: I3e6580ddb20ec31fb0c5a4abe1fab3d8046d0ee5
2016-02-04accessibility: fix rest of doxygen errorsChris Sherlock
I've changed the doxygen generation script to generate an xhtml page, and it uses SVG diagrams now. Change-Id: I876795675ae9ebcfec6f7fe5edc43c9d2e4964d3
2016-02-04gtktiledviewer: cid#1351757 uninitialized membersMiklos Vajna
Change-Id: Ifb48dc528e95519097477faf79b10e3e7637869d
2016-02-04writerfilter: no need to manually realloc hereMiklos Vajna
Change-Id: I1663109adfa83bcc191953ffeefad1b563e03c14
2016-02-04tdf#96739: Send Ctrl-Left/RightShift events to correct windowKatarina Behrens
Another regression from commit 74407aef94b6d8df. SystemWindow should consume only Alt pressed/released events and let key input window handle the rest of modkey events Change-Id: I304701fe63ee86bad534ba003ea05991d06f433d Reviewed-on: https://gerrit.libreoffice.org/21854 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2016-02-04tdf#97116 Icons for theme Galaxy for new commands insertbefore and insertafterRegina Henschel
This adds eight icons for the commands insertrowsbefore, insertrowsafter, insertcolumnsbefore and insertcolumnsafter in lc_ and sc_, and it adapts file links.txt Change-Id: Id9f32797f97c38b57869bc9f729b1f2a679d1330 Reviewed-on: https://gerrit.libreoffice.org/22084 Tested-by: jan iversen <jani@documentfoundation.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
2016-02-04tdf#96888 - Kill internal vcl dog-tags ...Ras-al-Ghul
Finally removed struct ImplDelData Change-Id: Ib2bb4a51b94886b95bca0c84adffc8fd4123e8b8 Reviewed-on: https://gerrit.libreoffice.org/22093 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-02-04new loplugin fpcomparisonNoel Grandin
Find code that compares floating point values with == or != It should rather use rtl::math::approxEqual Change-Id: I9026e08823340fa1d6a042c430515344c93215bd Reviewed-on: https://gerrit.libreoffice.org/21997 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-02-04loplugin:fpcomparison in basic/Noel Grandin
Change-Id: I76ffac6a0f0b1525c85d1995277d3ca22ef268e1 Reviewed-on: https://gerrit.libreoffice.org/21869 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-02-04accessibility: cleanup doxygen errorsChris Sherlock
Change-Id: I6abc6e84edc461e8fa20f9c9689e0a66e26980af
2016-02-04loplugin:fpcomparison in cppcanvas/Noel Grandin
Change-Id: I23d7e217f2616b488579be0617dbc14cd407540f Reviewed-on: https://gerrit.libreoffice.org/21868 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-02-04loplugin:fpcomparison in opencl/Noel Grandin
Change-Id: Ia5b4a5010afd72ce59629dbc9b2045177a155182 Reviewed-on: https://gerrit.libreoffice.org/21867 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-02-04accessibility: fix doxygen errorsChris Sherlock
Change-Id: Ib1bed3e4df91ad00ecf2deb5c3d135cc2f5561b5
2016-02-04loplugin:fpcomparison in registry/Noel Grandin
Change-Id: Ifdc2df9ba51ce8ef2c8793bb51c28a547f22214f Reviewed-on: https://gerrit.libreoffice.org/21866 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-02-04loplugin:fpcomparison in scaddins/Noel Grandin
Change-Id: I9a303a92f5531d549faf6d86ea0ce6360e115567 Reviewed-on: https://gerrit.libreoffice.org/21865 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-02-04loplugin:fpcomparison in sdext/Noel Grandin
Change-Id: If2ae6c3399ef3aceffc2080fcd790e91dc594d9b Reviewed-on: https://gerrit.libreoffice.org/21864 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-02-04loplugin:fpcomparison in slideshow/Noel Grandin
Change-Id: Ic910deea47065d1f69748b95e59d19c6cda5d29b Reviewed-on: https://gerrit.libreoffice.org/21863 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-02-04loplugin:fpcomparison in svtools/Noel Grandin
Change-Id: I8dc3cc128dc97b429e714c4837dd6cb81fa358d0 Reviewed-on: https://gerrit.libreoffice.org/21862 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>