summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-25coverity#1326344 Infinite loop is deliberateCaolán McNamara
Change-Id: Ieeae14607127c442b987afc51f2b59692f5334ca
2015-10-25cid#1326721 to cid#1326726 Dm: Dubious method usedCaolán McNamara
Change-Id: I5578dc3885945c013064cecf2ca86e7ca734368f
2015-10-25coverity#1326137 Logically dead codeCaolán McNamara
Change-Id: Ib0dcae05793927ecca4e8031e66b6ca1bf4721f7
2015-10-25coverity#1326136 Logically dead codeCaolán McNamara
Change-Id: I17c0f7e22e63823c16ebcdc1db1e4f618aad22a1
2015-10-25coverity#1326117 Unchecked return valueCaolán McNamara
Change-Id: I448f59fd43d90d3ad42ba55dbadee0664984e53a
2015-10-25coverity#1326446 Dereference null return valueCaolán McNamara
Change-Id: I18b3e0cc30e05e9a53a0f7ae9997b9f190f192f4
2015-10-25coverity#1328719 SIC: Inner class could be made staticCaolán McNamara
Change-Id: I88188482af59bb94f1869a1ad4fb3c72c71789b7
2015-10-25Remove Seamonkey based address book driverDavid Ostrovsky
Seamonkey based address book driver is based on pre-compiled libraries and is only used on Windows 32 bit. Remove it in favor of mork driver. Given that Seamonkey based mozab driver also provides Outlook and Outlook Express address book integration, that Windows-32-bit--only feature is lost for now. If necessary, support for that feature could be rewritten from scratch, in a way that would also work for Windows 64 bit. Change-Id: Ie1c125e692598bda999767c328c9e2262a2b82af Reviewed-on: https://gerrit.libreoffice.org/19560 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2015-10-25fix typoDavid Tardon
Change-Id: I06373679497ffc3472905251327073c878b48342
2015-10-25Python3.5: Remove external dependencies: readline and lzmaDavid Ostrovsky
Change-Id: Ie5cd1c0e186920f3b34d3986aa995a5c3be9c58a
2015-10-25Bump python to 3.5David Ostrovsky
3.5 release is needed for MSVC 14.0 (aka VS 2015) support. Python 3.5 removed build toolchain support for MSVC 2013. Because we still need to support it, we duplicate the Python directory in externals and copy old patches and dispatch to this directory for MSVC 2013. Once the support for MSVC 2013 is dropped on master, this directory can be removed again. Change-Id: Idf7bc351239582f583ecbdb53c923cbdcf968089 Reviewed-on: https://gerrit.libreoffice.org/17352 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-10-25Remember the state of "Search formatted display string" checkboxDennis Francis
This checkbox was introduced in the commit 9a85743766e8a063d20d5f93ee88758e243397f4 This patch makes Calc persistently remember the option's setting between invocations of the Find & Replace dialog. Change-Id: I82c1355e85cd16ce13229d495a6d243e185318ad Reviewed-on: https://gerrit.libreoffice.org/19574 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-25clean-up for sfx2/source/appl/shutdowniconaqua.mmDouglas Mencken
Change-Id: I459e00ca0b6578be6f7543eb220720b1a48c1ac7 Reviewed-on: https://gerrit.libreoffice.org/19584 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-25Replace boost::bind by lambdas in avmedia tree.Mario J. Rugiero
Change-Id: I0072ba9972a6c4d1565b1d3826202ff11f0c335d Reviewed-on: https://gerrit.libreoffice.org/19582 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-24replace implementation of rtl_math_erf() and rtl_math_erfc()Eike Rathke
... with ::std::erf() and ::std::erfc() of C++11 Change-Id: I8ccc86ec4d6d71a92409770fc119f72e7084073a Reviewed-on: https://gerrit.libreoffice.org/19583 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-10-25Revert "crashtestig: infinite recurse in ooo32833-1.sxc"Eike Rathke
This reverts commit d2a07cd3214af27c5af601992e3c4a1a6e3b3dad. We now ensure in sal that calling rtl_math_erfc() with NaN actually works and returns a result as defined.
2015-10-25fraction assert kills Android viewer when viewing e.g. a ods with just a noteChristian Lohmaier
use SAL_WARN_IF instead - getting logged with info is more suitable for this - useless zoom factors won't cause other problems Change-Id: I7b8dd6551297eeff8e720ff85702f0049a4b93a2
2015-10-24tdf#39960 fix saving of GIF images into RTFVasily Melenchuk
Currently in case of RTF export LO converts all unknown graphic into WMF. And some images due to zero prefSize produce invalid WMF of zero dimensions. As a workaround for current case we do not convert GIF images to WMF, PNG format looks better here. The code can be extended to provide suitable converters for other formats. Change-Id: I0c98111a4496250874aa4f664dd2f70134c1bdd1 Reviewed-on: https://gerrit.libreoffice.org/19581 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-10-24add delta for double comparisonEike Rathke
Change-Id: I008438a6b1651068165e6a07b16ea0b2e447074f
2015-10-24test oddness of rtl_math_erf() and rtl_math_erfc()Eike Rathke
Change-Id: I12f38d29d1d0b02b8a99977a232646c213ef20e9
2015-10-24vcl.osx.print: bin >>vintage<< implementationDouglas Mencken
Change-Id: I09958e48846962aa5ad29e3e6cc0ce2450973f74 Reviewed-on: https://gerrit.libreoffice.org/19516 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2015-10-24unit tests for rtl_math_expm1() and rtl_math_log1p()Eike Rathke
Change-Id: I1b573365d55f6455e892b4b5b98a7090de5caf4c
2015-10-24implement Inf and NaN handling for rtl_math_expm1() and rtl_math_log1p()Eike Rathke
Change-Id: Ie424a6f038107ef8b574d0422efaf49b441c110f
2015-10-24unit tests for rtl_math_erf() and rtl_math_erfc()Eike Rathke
Change-Id: Ia6b025ba9980f0a7b333b2dc4ae708c3a63fca21
2015-10-24implement proper Inf and NaN handling in rtl_math_erf() and rtl_math_erfc()Eike Rathke
Change-Id: Ib96d7123a3c483e9a1c78666bf042396510d733f
2015-10-24vcl.osx.print: convert to use modern API for print dialogDouglas Mencken
Change-Id: Icc7d7ad95d1ffbf55f1cd704148f3ceb58618e6c Reviewed-on: https://gerrit.libreoffice.org/19432 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2015-10-24prevent endless recursion through rtl_math_erf* for Inf or NaNEike Rathke
Change-Id: If6eb273bc4d76f85da0844caea4bd697c6263013
2015-10-24Remove left over references to SYSTEM_MOZILLADavid Ostrovsky
In a0c53a961a0af21f69f592b43799cd635c994810 SYSTEM_MOZILLA was removed. Change-Id: I421a293c7611dd5ed0d810c9c8a80f19faf1689a Reviewed-on: https://gerrit.libreoffice.org/19580 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-10-24tdf#95220: Check if DrawingLayer is not nullptrMike Kaganski
bool ScDocShell::isTiledRendering() const crashed without this check Change-Id: Idb7ace05eb1aa37cbc3d956503c046b0e9b9d0e5 Reviewed-on: https://gerrit.libreoffice.org/19570 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-10-24unit test for MDETERM() tdf#32834Dennis Francis
Change-Id: Icc55931f5bc64fcc2745ca68f62851ee2c59f711 Reviewed-on: https://gerrit.libreoffice.org/19569 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-10-24tdf#32834 : improve the precision of MDETERM calculationDennis Francis
MDETERM uses lcl_LUP_decompose() which as the name suggests does LUP decomposition. This patch allows additive cancellations to occur in a cleaner way while doing the *only* additive operation in LUP decomposition, that is while computing Shur complement. This patch does not change the high level semantics of the algorithm. Also note that this change makes improvement only in the case where matrix elements entered by the user are *integers*. The change allows MDETERM to evaluate to exact 0.0 for singular integer matrices. The steps to calculate Shur complement are : for i = k+1 to n aik = aik / akk; for j = k+1 to n aij = aij - akj*aik This is now modified as : for i = k+1 to n for j = k+1 to n aij = ( aij*akk - akj*aik ) / akk Without this change MDETERM() for certain singular matrices used to evaluate to a tiny non zero value, which also caused MINVERSE() to generate a wrong output. An example of such a matrix is : 1 2 3 4 5 6 7 8 9 Change-Id: Idd4211ddceab1b758fd05bfd57f7eecd5d4fd1a0 Reviewed-on: https://gerrit.libreoffice.org/19534 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-10-24cppcheck: invalidPrintfArgType_sintCaolán McNamara
Change-Id: I4103c8e1549db44055fbfcb8ced6ec36d27fc126
2015-10-24bogus cppcheck duplicateExpressionTernary warningCaolán McNamara
Change-Id: I9c6e7699790cc2e526a15daf8c5c25555aa30fc9
2015-10-24tdf#91063 Change show legend label to tooltip in chart sidebarYousuf Philips
Change-Id: I3d4cd44527bd9687df002543055286daf6e24a65 Reviewed-on: https://gerrit.libreoffice.org/19370 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2015-10-23get rid of erroneous 0x7ff language maskCaolán McNamara
Change-Id: I2b3501967fc0088e0bebf6c366e033c61b652921
2015-10-23more tdf#76964 fall back to primary language via getLanguageCaolán McNamara
Change-Id: I7718ff6f93f704e37e9a046cb07c497b2d533a2a
2015-10-23tdf#89387 test for TTEST functionŁukasz Hryniuk
Change-Id: I9d1d83f1ba9b74d248321f617e2ba6745bdc2c01
2015-10-23nSetGoToRMode wants to be boolStephan Bergmann
Change-Id: Ib174a3809dd5433c29efbe08a2c4b9f9b6eda804
2015-10-23take the world scaling factor for fonts, but not the rotationCaolán McNamara
regression from commit 8f705df1221c3f92d8cde68bdf726a7c3ce8fe1b Author: Tomaž Vajngerl <tomaz.vajngerl@collabora.com> Date: Fri Jul 18 13:36:13 2014 +0200 bnc#881024 Don't world transform font size in WMF/EMF import which seems to be a regression from commit 1281c1f52b77c4c4fb08e129542c2c4912b38555 Author: Armin Le Grand <alg@apache.org> Date: Mon Dec 10 16:08:58 2012 +0000 Resolves: #i121382# Corrected size handling including font size handling... for EMF/WMF imports Change-Id: I87307c9993d3343b4db636257e2567b10a73b79d
2015-10-23Breeze icons: last missing 32px iconsandreas kainz
Change-Id: I751587bab106cc0f42f5f83ab30b6b69923463e8 Reviewed-on: https://gerrit.libreoffice.org/19553 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2015-10-23Remove Boost Pointer Container Library related functionsStephan Bergmann
...no longer used since the last boost:ptr_vector<SvLBoxItem> has been removed in 63de1888f67dc43c30d5a102651b7c2738243efb "svtools: replace boost::ptr_vector with std::vector<std::unique_ptr>" Change-Id: Icd5e9671bb79b0bb2e3b12ef004ac9ec112981f8
2015-10-23tdf#80231 sort including formats - ranges with merged column labelsSahas
Change-Id: I2b6294163e90210f54ebacf93dae7ad7b974f725 Reviewed-on: https://gerrit.libreoffice.org/19400 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-10-23Updated coretagezi
Project: help 4b80c476bf665bdafe7f35003df9b42e3f721564 tdf#95262 Mistake in Help instructions for editing Comments in Calc Change-Id: If1afa9045b258dab664f1c934e055617e7ec18b4 Reviewed-on: https://gerrit.libreoffice.org/19543 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2015-10-23Revert "oox: replace boost::ptr_vector with std::vector<std::unique_ptr>"Stephan Bergmann
This reverts commit d29e614ff9cd91c4e4a1bada6a21884e33323f8d, it broke CppunitTest_sd_export_tests. Change-Id: I908cc46cdf4df706ad64d04777b8e1401e0800c1
2015-10-23tdf#94485 Lower Calc background spellchecker prioJan-Marek Glogowski
The Calc spell checker idle handler is currently running in the REPAINT / MEDIUM priority class - much too high. This races with the Calc GUI repaint for large documents, like the one attached to tdf#94485. So move it to the LOWER priority queue, to fix the lagging GUI. Change-Id: I6e4b05dd1a977182ec13f7e3a05f0722f502f226
2015-10-23com::sun::star->css in package,pyunoNoel Grandin
Change-Id: I7b7b0e7fea2d1a2b9f6f5501ad5e0b8c1b4a17b9
2015-10-23Remove obsolete version map filesStephan Bergmann
Change-Id: Ic179264fe306bb2bca9797f10e26c0224fb1dd00
2015-10-23com::sun::star->css in lotuswordpro,mysqlc,ooxNoel Grandin
Change-Id: Id99ff87c4eb3f1b36702261ce63d5d2793ea35d7
2015-10-23com::sun::star->css in linguisticNoel Grandin
Change-Id: I3708931dd96d83d1daa332e930e291c3d6cfd73b
2015-10-23com::sun::star->css in lingucomponentNoel Grandin
Change-Id: Iceef10c51db88b3e85f118a366de45f0f70bbf21