summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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>
2016-02-04firebird: avoid using ignored -m option to makeLionel Elie Mamane
Change-Id: Ic24c295a84f402ec5478bafbdebc54f976b1a72c Reviewed-on: https://gerrit.libreoffice.org/22092 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
I'm changing the Font class function names: - SetSize -> SetFontSize - GetSize -> GetFontSize - SetHeight -> SetFontHeight - GetHeight -> GetFontHeight - SetWidth -> SetAverageFontWidth - GetWidth -> GetAverageFontWidth That's because it really makes no sense to say that there is a single constant font width because obviously proportional fonts don't have one - the best we can do is an average font width, which is what folks like Microsoft sort of do already. On a fixed font, the average is still accurate, for obvious reasons :-) I'm also not a fan of GetSize/SetSize as I find it a might too generic. Change-Id: Ib80a604ba62d6883fd6cbc7994da763976be5c70 Reviewed-on: https://gerrit.libreoffice.org/22069 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
2016-02-04apparently breaks Win-x86@42 tinderbox... disable on Windows.Lionel Elie Mamane
Note it works well on the Windows Jenkins build check. Go figure. Change-Id: I05990274d85b1044a94ec7371130bf918f8fd09e
2016-02-03reportdesign: reformat thatMichael Stahl
Change-Id: Iec06e09d0051ab53bbded0759abb041ff764abef
2016-02-03reportbuilder: tdf#92720: add loext namespaceMichael Stahl
... to allow export of paragraphs in shapes. (regression from 6acc6c011d3afd6834efeee1b2efe43652a86f2e) Change-Id: I2c23e686a2cfcd997d3393b0f9fb4cdcab7252b7
2016-02-03reportdesign: try harder in getDocumentBaseURL()Michael Stahl
OReportDefinition is always an embedded object, and may contain embedded objects itself. Try to get a base URL for loading the nested embedded objects from the parent. We actually need it before setParent() is called, so search the media descriptor too. Change-Id: I319127cd5938d4a79778345fce65a4d58bd54877
2016-02-03sc: replace boost::bind with C++11 lambdaMichael Stahl
Change-Id: I516ffb7510f52cceff0cae6970c6ab699a7889be
2016-02-03oox: replace boost::bind with C++11 lambdaMichael Stahl
Change-Id: I8b3c029db18f62cc41e5fc12582e10bf2a67d2c7
2016-02-03tdf#97437: Don't crash when creating new pivot tableKatarina Behrens
regression from 0b9dd2446c33fda77 -- *sigh* most of the time is the old pivot table not there. Change-Id: I85ea03780f175aa6e4fb6859497b6dda12fa7d11 Reviewed-on: https://gerrit.libreoffice.org/22057 Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
2016-02-03tdf#90290, add custom asserter for formulaMarkus Mohrhard
Change-Id: Id584b9ba5955e56f9ee0dacb2534b7365cdce380 Reviewed-on: https://gerrit.libreoffice.org/22080 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-02-03better integrate parallelisation of firebird buildsLionel Elie Mamane
Change-Id: If9bf9d2a36aa564700b032c417869a8cfac65f88
2016-02-03starmath: Avoid C-style castTakeshi Abe
Change-Id: I1599c7d62f9b5ff43eecf9f11bbb173c4faeeb15 Reviewed-on: https://gerrit.libreoffice.org/22067 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2016-02-03xmlsecurity: validate OOXML <Manifest> references on WindowsMiklos Vajna
This is the mscrypto equivalent of what was done in commit e6aaf64cfc378d0daa0709c40c85ee1e9c0fd151 (xmlsecurity: validate OOXML <Manifest> references, 2016-02-01) for NSS. Change-Id: I7ee713fb5c7b55ded38100a0f25f718f2f323e08
2016-02-03tdf#93936:while creating formula comma appends incorrectly using Ctrl keykumar
Change-Id: I6d0e210f11e52dd16cbd61b1da22d79064796efc Reviewed-on: https://gerrit.libreoffice.org/21667 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2016-02-03tdf#89140:Calc row paste doesn't keep row heightArul
Change-Id: Ibf9a5674711cf496706c4d3ac9d3133016aea39d Reviewed-on: https://gerrit.libreoffice.org/21665 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2016-02-03tdf#96132 Enabling Experimental Features in UI doesn't warn about restartakki95
Change-Id: I2efafee4f8ebd4cd7ba2b7a23f68ca08022eb659 Reviewed-on: https://gerrit.libreoffice.org/22064 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-02-03tdf#96414 Remove showing navigator during slideshowBryan Quigley
This isn't very user-friendly and the presenter console does a much better job of this. Change-Id: I621863b585d763fb65ed8637c3dab7b7f5ea7aed Reviewed-on: https://gerrit.libreoffice.org/22062 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-02-04tdf#94269 Replace "n" prefix for bool variables with "b"Chris Sherlock
Change-Id: I8999dc2701010424ea4d2504e99ed429030d7d4e
2016-02-03starmath: tdf#97190: don't assert on missing base URLMichael Stahl
There are valid scenarios where we don't have a URL at all, such as when importing MathML from the clipboard. Also there probably isn't much of a problem caused by missing base URLs in Math anyway since RDF import is currently not implemented and i'm not sure if hyperlinks in Math documents are possible at all. Change-Id: I13b70ac62542364f329875e292c574883255af5e
2016-02-03tdf#34873 : Better way to show autofilter countDennis Francis
This patch modifies the commit 3536fe8f4cdbacf5702e743407f34d918b6f4d38 by keeping the filtered row count inside ScDBData instead of ScTable as suggested by Eike Rathke. This significantly reduced the code complexity involved. Change-Id: I30ac26061d9665ce7a749e23a636f7fb3f69b176 Reviewed-on: https://gerrit.libreoffice.org/21720 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2016-02-03remove unused HasCoreId from SDI filesNoel Grandin
Change-Id: I4aca4b8a79ce92d64ce004ccdb7e9a0f408dc768
2016-02-03tdf#96888 - Kill internal vcl dog-tags ...Ras-al-Ghul
Removed some more usages of ImplDelData Change-Id: Ieb3c83ecebaa799bec6ae409dd480ac123b8a460 Reviewed-on: https://gerrit.libreoffice.org/22040 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2016-02-03Resolves: tdf#96653 distorted images on export to pdfCaolán McNamara
regression from: commit ffe150ce903d9cdc62c25ad3437e61d24ede17d6 Date: Fri Dec 4 18:19:08 2015 +0100 tdf#94739 use GetScanlineSize instead of calculating it which was on the right track in the sense that the original code was wrong and only worked for <= 8 bit depth images Change-Id: Iee54a9f29dd0fdaf3e1f2aeb7b9898cecb453e37
2016-02-03tdf#76142 libxmlsec: implement SHA-256 support in the mscrypto backendMiklos Vajna
The only tricky part is PROV_RSA_FULL -> PROV_RSA_AES, otherwise SHA-256 is not recognized as a valid algo. MSDN documentation for PROV_RSA_FULL at <https://msdn.microsoft.com/en-us/library/windows/desktop/aa387448%28v=vs.85%29.aspx> and PROV_RSA_AES at <https://msdn.microsoft.com/en-us/library/windows/desktop/aa387447%28v=vs.85%29.aspx> say that AES is a superset of full, so should be no backwards-compatibility issue. I tested this on Windows 7, but according to the documentation, it should be no problem on Windows XP, either -- provided that the latest SP is installed. Change-Id: I3ae196679c2cbf0e9e55fab10584d9c46a480659
2016-02-03offapi: fix a few doxygen warningsMichael Stahl
Change-Id: I0fbd4affa876fa01458942c4cf14d029ed5d1095
2016-02-03lok: Avoid the 'alien format' warning in LibreOfficeKit.Jan Holesovsky
We immediately cancel all the dialogs that potentially come up when using LibreOfficeKit; which means that when you tried to save a .docx to a remote server (which triggered the 'alien format' warning), the save operation couldn't be completed. Change-Id: I6bb5eadac994c1f515d7a49299c21960b3491bbe
2016-02-03Access2Base - Wider database supportJean-Pierre Ledure
Support of HSQLDB 2.3 and MySql CLOB and BLOB as database field types Schema and catalog names in tables GetChunk and AppendChunk methods for binary fields The Value property returns the correct binary content of binary fields Change-Id: I0aba80134f9add90f438ac4b7951fce9c1d36239
2016-02-03desktop: replace boost::bind with lambda or std::bindMichael Stahl
This requires working around MSVC 2013 error C3848, that compiler apparently just doesn't like to call its std::bind() functions if they're "const". Change-Id: Ic2e66cab3cadb36ab29cf2504a4c6107334f2ae1
2016-02-03libreofficekit: CppunitTest_libreofficekit_tiledrendering crashesMichael Stahl
Need to check that a callback was actually set before calling it. Change-Id: Icb2ca19aec0c74f6695d7286f046dadfe609d68c
2016-02-03fix gcc build errorCaolán McNamara
error: invalid operands of types '__gnu_cxx::__enable_if<true, double>::__type {aka double}' and 'int' to binary 'operator%' apparently there's a template returning double for abs for the non-int/long/float/double argument case. So promote earlier to int so the abs<int> is called Change-Id: I882a27c5ec349f894c1c9f4857687360a46b55ae
2016-02-03Updated coreAdolfo Jayme Barrientos
Project: help 5290d2a3f4df1fb63171b37352dc4ac59a9acf10 tdf#95408 Update this button’s name in Help as well Change-Id: I0810e767247745dcb1cf922301be1705479f9dbd
2016-02-03chart2: remove commented out codeChris Sherlock
Change-Id: Ie69dcec1431b6cbbaccfa7d92f17166d2f43c69a
2016-02-03chart2: I think we can get rid of OLDRENDER nowChris Sherlock
Change-Id: I4919d4a75bdd7dc0398f5829a25f2908e97b0eaf
2016-02-03extensions: replace boost::bind with lambdaMichael Stahl
Change-Id: I3f0b1835aac20cfd1c149caa122bed1cc96d699e
2016-02-03connectivity: replace boost::bind with lambdaMichael Stahl
Change-Id: I5a68b743221a3519701e4e3778562ae626783e0f
2016-02-03its an xls not an xlsxCaolán McNamara
Change-Id: I0d66e2714ce96555c3ea8c2c76c7f483ea69707e
2016-02-03Added Test for checking newly created writer document with AppYieldVarun Dhall
Change-Id: If331fb2b0c03cd153387ddad7b33bbc28727ac11 Reviewed-on: https://gerrit.libreoffice.org/21995 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-02-03add EDB-39395-1 test-caseCaolán McNamara
Change-Id: I3e611a3a647245d40ba808fdef7b64b877285fdc
2016-02-03add EDB-39396-1 test-caseCaolán McNamara
Change-Id: I8afd1db3859b99cf09d0d52e999bbd95cd88ed10
2016-02-03add EDB-39397-1 test-caseCaolán McNamara
Change-Id: I08b8d0247625745665aa9f048bf3fae028c7c36f
2016-02-03add EDB-39398-1 test-caseCaolán McNamara
Change-Id: I69ac97c391d1d4a1ec72751b3efdbdd68a2f6090
2016-02-03default B2DRange ctor doesn't do what I thought it didCaolán McNamara
Change-Id: Idfe49de429c08d1dd7663ca3fcced8f326e46d15
2016-02-03Improve DrawingML export of rotated/flipped customshapesAndras Timar
When we export the customshape as polypolygon, we need to take into account, that the polypolygon of the shape already has flipped coordinates, but coordinates has to be relative to the rotated bounding rectangle. Change-Id: I4f3b015e439d3d6041adc67eddd460f5bd4dfca1 Reviewed-on: https://gerrit.libreoffice.org/21905 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>