summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-26tdf#93487 - protect GetFocus method call post dispose.Michael Meeks
Change-Id: Id61e37e4e9ea62c3dba224e55ddfdc71fb0bfc8c Reviewed-on: https://gerrit.libreoffice.org/19541 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2015-10-26Add confused commentTor Lillqvist
Change-Id: I5179ee1cd295f256526feebb192a8548c41276a7
2015-10-26Adapt patchStephan Bergmann
Change-Id: I7945eed053a671ad0c755284a372d16083e596b2
2015-10-26vcl: ITiledRenderable::getWindow() can be pure-virtual nowMiklos Vajna
Change-Id: I393ec4427674cd5d77d0e9a069ffe159d14e38b1
2015-10-26Drop some 'using', the std:: is not that uglyTor Lillqvist
Change-Id: If26ae80278dc55d5bf9fa644763e653c69415597
2015-10-26Use std::shared_ptr instead of boostTor Lillqvist
Change-Id: Id1b48f190831bbd4cc75d0d9e315e5b2b491d595
2015-10-26Simplify ifdefsTor Lillqvist
Change-Id: I5c3835f6fdc215e5d9dc1b8146c12e0d1a57da7c
2015-10-26Revert "attempted fix for android build"Stephan Bergmann
This reverts commit c3acead32e1d844b81e3e90c72549281d4bc73a2, now that cc906ec47eaaad247e8fbed5c9e6f3604a8b64c7 "The Android NDK for some reason don't have these math functions in std::" uses all the declarations from <math.h> instead of <cmath>.
2015-10-26Use CPPUNIT_ASSERT_DOUBLES_EQUALStephan Bergmann
...to avoid failure on Linux-rpm_deb-x86@71-TDF-dbg: ucalc_formula.cxx:6600:Assertion Test name: Test::testFuncMDETERM equality assertion failed - Expected: 0 - Actual : 6.33716169817777e-17 - Calculation of MDETERM incorrect for singular integer matrix A delta of 10e-4 appears to be a popular choice in this source file already. Change-Id: I24dc6bcab114a1cb2183f2b583be7ba9a9cb1fcd
2015-10-26fix type in commit d5dc2a2a726dd151fb30fae25478511dce929dfaNoel Grandin
"tdf#93243 replace boost::bind with C++11 lambdas Cell...PropertyPanel.cxx" Change-Id: Ic66eabba58cb39e10253d50e4a226258e7099a77
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin
Change-Id: I3f6a97195d3364b2a0964f62f11e9c0de9493d64
2015-10-26Revert "sal: fix Android build"Miklos Vajna
This workaround is not needed after cc906ec47eaaad247e8fbed5c9e6f3604a8b64c7. This reverts commit d366d680cb62a2c5a7246e7290ef74c7e52eb04f.
2015-10-26tdf#59454 RTF import: handle section break right before a tableMiklos Vajna
DOCX import could handle this situation, as commit 2e8aad6d45c53d554ccaf26de998ede708cfc289 (fdo#39056 fdo#75431 Section Properties if section starts with table, 2014-04-18) added support for this situation, in case NS_ooxml::LN_tblStart/End is emitted by the tokenizer. Fix the problem by sending these tokens in the RTF tokenizer as well, at least for non-nested tables. Change-Id: Ifedb121754634529c27820dd5175e7f9e24019e1
2015-10-26sw: prefix members of SwFontMiklos Vajna
Also de-obfuscate a few variable names: - nToxCnt,m_nToxCount (one would wonder if content or count) - nRefCnt,m_nRefCount - bFntChg,m_bFontChg - bNoColReplace,m_bNoColorReplace (one would wonder if color or column) Change-Id: Ief67fe66e26a42d2156b815ed6f81f1e8b74175e
2015-10-26sw: prefix remaining members of SwTextFormatCollMiklos Vajna
Change-Id: Ife3a2c9dae17d3c8f2972fb7d65682b6d6778ed1
2015-10-26sw: prefix members of SwUnderlineFontMiklos Vajna
Change-Id: Icd6c6e1bb8a5603f6832921472615f44901e169a
2015-10-26sw: prefix members of SwUnoCollectionMiklos Vajna
Change-Id: I015decadc51f73085b2732fd6702c7c3af18e6e4
2015-10-26-Werror,-WformatStephan Bergmann
Change-Id: I9668268f15fbcd4af7432d4d0d403b74263fbb18
2015-10-26sal: fix Android buildMiklos Vajna
Similar to 9a93277b869caca4db054385db59fc7b7d541570 (vcl: fix Android build, 2015-03-06), where the Android has a broken C++ library, having some functions in the global namespace instead of the std one. Work around the problem by using the std namespace till it gets fixed on the Android side. Change-Id: I3d423f42b4e8e325beb3661c1780378e5edf962d
2015-10-26remove extra spaces around ::Noel Grandin
just makes it harder to grep for methods Change-Id: I0925db2f9284972fcf7e1e3adf90cbe21f69eb15
2015-10-26It's a constantTakeshi Abe
Change-Id: I2315b580f8c786cc41d3cd43cdec485717785d5c
2015-10-26com::sun::star->css in remotebridges,reportdesignNoel Grandin
Change-Id: Id210cbc3481a8a31e6fc0ba2028346fc585c8744 Reviewed-on: https://gerrit.libreoffice.org/19597 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-26The Android NDK for some reason don't have these math functions in std::Tor Lillqvist
Not even if one includes <cmath> instead of <math.h>. So just use the C functions then. Change-Id: Ic8499bc7bcd5c84b6e52e1d5dc799f9f058db816
2015-10-26WaE: loplugin:defaultparamsTor Lillqvist
Change-Id: Ibb93059d4adab6b672cb9122b2dc8fe8af5bbbd6
2015-10-26tdf#94386: Small stylistic change based on gerrit#19371 comments.Jan Holesovsky
Change-Id: If0e97269043addb7a1659e34c0b286d7ac32428a
2015-10-26attempted fix for android buildNoel Grandin
Change-Id: I47e5e3ebbbf55ae1fbbf2df85f9efbdd8bca1322
2015-10-26Remove unneeded boost/bind include from unoxml/source/dom/node.cxxMario J. Rugiero
Change-Id: Ia97d9a24ffd455a135c44bba250fd0c27df7f910 Reviewed-on: https://gerrit.libreoffice.org/19591 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-26Replace boost::bind by lambdas in basegfx tree.Mario J. Rugiero
Change-Id: I8f72bec11b5dfd71cc60a18b980629c176d43f49 Reviewed-on: https://gerrit.libreoffice.org/19595 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-26cppcheck:noExplicitConstructorNoel Grandin
Change-Id: I06f33af242c60e0349417ceab3ca4a6d47cd402d Reviewed-on: https://gerrit.libreoffice.org/19589 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-26tdf#90695: In function Wizard Array box cannot be uncheckedJulien Nabet
Just remove the disabling Change-Id: Ia03591610ba1b60a66d9962169383c4ab85288ca Reviewed-on: https://gerrit.libreoffice.org/19590 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-10-26Updated coretagezi
Project: help 5d7d8ae940137262e8fd575a2214bf0baf0e9c1f A description of trigonometric function IM* In ODFF a phrase was rewrote in func_imsec.xhp and func_imsinh.xhp typos are corrected in AllLangHelp_scalc.mk typo is correctedo Change-Id: Ieecb11deae5a8b1da56cdaadc9f75ef08b211e3c Reviewed-on: https://gerrit.libreoffice.org/19429 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2015-10-25tdf#39440: fix several warnings reported by cppcheckSerge Krot
Change-Id: I560d28b7cc67740c6479494d0e5aa62d2ac6ffae Reviewed-on: https://gerrit.libreoffice.org/19587 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-10-25loplugin:simplifyboolStephan Bergmann
Change-Id: I609e3dffeee6cde33fcbab71c15020434fe1a136
2015-10-25loplugin:defaultparamsStephan Bergmann
Change-Id: I0aefe45eb06ac9d63fa79c33fd63f120c0258470
2015-10-25loplugin:simplifyboolStephan Bergmann
Change-Id: Ice6dfc7b8e295f322f38f8bc8f01d6776c742e54
2015-10-25WaE: Unreferenced function declaration [loplugin:unreffun]Tor Lillqvist
Change-Id: Ia6baf94ada92ecd134587ed1148a2543c8c17614
2015-10-25WaE: Unreferenced externally visible function definition [loplugin:unreffun]Tor Lillqvist
Change-Id: I4adb1c6f3eb978429768640ca25eff7d8a5ce23e
2015-10-25the cells need to be imported before we handle charts, tdf#81396Markus Mohrhard
Change-Id: Ic0dc47b71e76aa4825a867fc171406d126ae0518 Reviewed-on: https://gerrit.libreoffice.org/19568 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-10-25replace implementation of rtl_math_expm1() and rtl_math_log1p()Eike Rathke
... with ::std::expm1() and ::std::log1p() of C++11 Change-Id: I0d119958152ea372c136d28705686b44b39015bf Reviewed-on: https://gerrit.libreoffice.org/19588 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
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>