summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-29The OpenCL shared library is called libOpenCL.so.1 on LinuxTor Lillqvist
libOpenCL.so is just the symbolic link to it, typically from a development package. (On Fedora, from ocl-icd-devel.) (Sure, libOpenCL.so.1 is also a symbolic link on Fedora, to libOpenCL.so.1.0.0. But anyway, libOpenCL.so.1 is not from a development package, but from ocl-icd.) Change-Id: I18ca2e52e025001f709b1b57e12cd01d5b52d08e
2016-03-29Avoid running out of memory on Windows when OpenCL is availableTor Lillqvist
Call Clear() on the ScDocShellRef (derived from tools::SvRef) members of the ScOpenCLTest object in tearDown(). Otherwise the memory used by the ScDocShellRef objects in each ScOpenCLTest object would be held until when all the ScOpenCLTest objects are destroyed in the end. (CppUnit creates all the ScOpenCLTest objects in advance, then calls the test functions on them, and then destroys them.) The issue was a side-effect of the (otherwise nice) fix for tdf#89267. Change-Id: Ie5c59f2f089386c0abc135136397e1653c975fdc
2016-03-29Simplify codeStephan Bergmann
Change-Id: I793f6ce3297b114ebe79b9937e07291e1b238ab1
2016-03-29The whole block is only relevant for HAVE_FEATURE_OPENGLStephan Bergmann
Change-Id: Iae065ee34c5536843ddba39b72b6fff4836cbf86
2016-03-29vcl: replace boost::shared_array with std::shared_ptrMichael Stahl
The boost::bind here looks totally pointless too. No idea why this uses rtl_allocateMemory, let's keep that. Change-Id: If51ba9837a318f11094ee39225233212a848a955 Reviewed-on: https://gerrit.libreoffice.org/23502 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-03-29handle failure to expand ~ in path elements.Michael Meeks
This can occur in some online corner-cases. Change-Id: Id8b419179d775a21110d682ba76d8a02f45eb828 Reviewed-on: https://gerrit.libreoffice.org/23577 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2016-03-29sal: re-enable most getSystemPathFromFileURL tests.Michael Meeks
Change-Id: If03ec4f8705b75b9d007078260ef8cca5155a8f3 Reviewed-on: https://gerrit.libreoffice.org/23576 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2016-03-29tdf#94570: document statistic of none odf files fixedOliver Specht
The fix allows first time calculation of the document statistic. Change-Id: I54d2f208fa75e6c3502c27678b85a9995d4daec5 Reviewed-on: https://gerrit.libreoffice.org/23589 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2016-03-29remove unecessary bitfield from AquaSalFrameDouglas Mencken
it also makes GCC not complain as “trying to encode non-integer type as a bitfield” Change-Id: I3330dd23a214c2a37814d02317b7a5ea252ff4af Reviewed-on: https://gerrit.libreoffice.org/23563 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-03-29tdf#74608 Constructor function for SequenceInputStreamServiceSteven Guo
Added ctor funtion for SequenceInputStream(Service) in comphelper. Change-Id: I043e46aa283709f316e7ad794e15438f6b2d955f Reviewed-on: https://gerrit.libreoffice.org/23564 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-03-29Updated coreAndras Timar
Project: translations cf5d5c4a8aa535b6e5178d08300f622e78d21e73 Updated Slovenian translation Change-Id: I074dbd55be7696d3763da499996b8c423d74fb3e
2016-03-29uno/check.cxx: use alignment calculated at runtime instead of hardcodeDouglas Mencken
Change-Id: I0f9a48ef01bee4153cd9231bdef4b5a763b6bda2 Reviewed-on: https://gerrit.libreoffice.org/23283 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-03-29set translatable property in .ui files (bin/ui-translatable.sh)Andras Timar
Change-Id: I8b382bddac208d12216842ace6511b8b9127f205
2016-03-29SVGIO: Don't inherit style attributes from parent if the...Xisco Fauli
... shapes define their own attributes. Partially revert commit c2d130425cc876cceb96cc7e47636426a9e48fa8 Change-Id: Iee98003f4ff63575a28818b091ab77431337192f Reviewed-on: https://gerrit.libreoffice.org/23571 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Xisco Faulí <anistenis@gmail.com>
2016-03-29cid#1357163: 'Constant' variable guards dead codeStephan Bergmann
...after 2f804099b7daa42aecb8fa445072a381671f3385 "loplugin:constantparam in framework" Change-Id: Ife3ca1da7652ffc52ae2d6057712dcaa35ba2e06
2016-03-29cid#1357162: Logically dead codeStephan Bergmann
...after 07da25064f75cdf7163669f9bf860a9ee2f8b33c "loplugin:constantparam in svl" Change-Id: I6f7cc3ca0822de079c0855ee46f66368bd78e0b7
2016-03-29Avoid reserved identifiersStephan Bergmann
Change-Id: I759939aa74570be63f5d41814c22aad1851d65c4 Reviewed-on: https://gerrit.libreoffice.org/23587 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-03-29gbuild-to-ide: fix missing include in clang json databaseMiklos Vajna
This wasn't noticeable in modules that use '#include "..."' for files in the same directory, but does make a difference e.g. in sw. With this, the include list in the database matches what gbuild in fact uses. Change-Id: I564c70d069fae41ea67ae7e57a188e99fa2ef861
2016-03-29cid#1357172: UNUSED_VALUEStephan Bergmann
...after 9585c8b8c8d8724cc1bad4a2060c828c15599929 "loplugin:constantparam in sw" Change-Id: I29ac058ce3f42ff4ceb60c8de09352c2810967b8
2016-03-29Avoid reserved identifierStephan Bergmann
Change-Id: Icf8858590d0e1563acebc9d55fe6898ce7416dd5
2016-03-29Avoid reserved identifiersStephan Bergmann
Change-Id: I210133e82bc72dcb89da5f7700314ddcf6bee269
2016-03-29Avoid reserved identifierStephan Bergmann
Change-Id: I77c80c1aec96d520d1c0a3d95a2b91d3bccb3fff
2016-03-29Use const_iterator when possible (reportdesign)Julien Nabet
Change-Id: I2695fdf64670f4df844c1362a84af83f48fc29be Reviewed-on: https://gerrit.libreoffice.org/23575 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2016-03-28don't build/install minidump_upload with ENABLE_BREAKPAD=Rene Engelhard
Change-Id: I0f7d9811d669c2884b0c1704878678b01529e52f
2016-03-28Use const_iterator when possible (connectivity)Julien Nabet
Change-Id: I749e4c3ffa0c89f919459c376edad4804b2b66ca Reviewed-on: https://gerrit.libreoffice.org/23573 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2016-03-28Use const_iterator when possible (whole dbaccess)Julien Nabet
Change-Id: I3d10a7914353b384fc7a2195a70398869f675211 Reviewed-on: https://gerrit.libreoffice.org/23570 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2016-03-28Reduce scope in QueryDesignView.cxxJulien Nabet
Change-Id: Ia7f3ee29427dbe103560fe5d831eb40e771b3aba Reviewed-on: https://gerrit.libreoffice.org/23568 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2016-03-28Use const_iterator when possibleJulien Nabet
Change-Id: I7454a8e5547da95b747eeb3b1d9dabe3a56a69f3 Reviewed-on: https://gerrit.libreoffice.org/23567 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2016-03-28Updated coreOlivier Hallot
Project: help 3b7250f9ebada03c3b5f1f8ad983002cdefd7cd1 Improve help3xsl/ online a bit Change-Id: Ie514d8ba70b4620bdfc22ab989b2f45ec45c1d0e Reviewed-on: https://gerrit.libreoffice.org/23566 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-03-28Access2Base - add Picture property to Control objectJean-Pierre Ledure
Change-Id: I68713ccc6d8920de6945206285e35320eef5b4ea
2016-03-28tdf#59698 Template Manager: 'OK' and 'Help' buttons addedAkshay Deep
Change-Id: I0ec224eb5c6b11a8d589def477f3cf8429195f2c Reviewed-on: https://gerrit.libreoffice.org/23552 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-03-28WaE: 'userSpaceScaleFactor' is deprecated: first deprecated in OS X 10.7 ...Tor Lillqvist
... Use -convertRectToBacking: or -backingScaleFactor instead Change-Id: Ided81790349304172ab911f93475cdc40a676a7b
2016-03-28avmediaogl now seems to require ENABLE_GLTF for some reasonTor Lillqvist
Change-Id: Id5b65b944ed06598238f5ab139c52d4de5ca1f84
2016-03-28tdf#90795 Fix Hyperlink Dialog for HiDPIChirag Manwani
Change-Id: I30964d3bd3b5c4433e72be45bfa0202661248051 Reviewed-on: https://gerrit.libreoffice.org/23347 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2016-03-27mkdoc_portal: fix issue with main doc page generationNorbert Thiebaud
Change-Id: I64fd0e7c9a574b0ed8164ca6faaf589a2ed83ed5
2016-03-27typo in doc generation makefileNorbert Thiebaud
Change-Id: I1eca853d05beb4968795cc272ef57f5791a1dc20
2016-03-27tdf#98893 Remove expensive calls to GetCellType + GetValue/... in calcAleksas Pantechovskis
Conflicts: sc/source/core/tool/cellform.cxx Change-Id: Id949800f6e13e268df798d2f1868f26deff66191 Reviewed-on: https://gerrit.libreoffice.org/23543 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Jenkins <ci@libreoffice.org>
2016-03-27genlang, added genKey functionjan iversen
KID generation is an integrated part of the POT files. Updated lex files for simplification Change-Id: I8ba64e7119edc5267b2acd75c468ed2ff1cf16c2
2016-03-27Revert "vcl: two printing headers should be private Unix headers"Julien Nabet
This reverts commit 6b2889b3c4b2da175c4f95bde4495a1a89deedc3. It breaks several TBs eg: /Users/cloph/source/libo-core/sw/source/uibase/dbui/dbmgr.cxx:140:10: fatal error: 'config_cups.h' file not found ^
2016-03-27Remove vars used onceJulien Nabet
Change-Id: Iee5c87e6bd2153062072238e6f833493c298dae6 Reviewed-on: https://gerrit.libreoffice.org/23555 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2016-03-27tdf#92218 Implement Writer single toolbar mode toolbarYousuf Philips
Change-Id: Ic6cc130e0dcb91584b11aecb937bc8d7039d2427 Reviewed-on: https://gerrit.libreoffice.org/22818 Tested-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2016-03-28vcl: two printing headers should be private Unix headersChris Sherlock
Change-Id: I17a8d361b6c24dd9c4853d82e788c48084133e69
2016-03-27Access2Base - GetChunk - tests of BLOB field typeJean-Pierre Ledure
Change-Id: I02f51ff264c64458c99c47ea48d960a50c65cb75
2016-03-27extract function from ScDocument::FillInfoMarkus Mohrhard
A first step in breaking the function into smaller pieces. Change-Id: I94aeb11fd9c44a7eaa198cb39f208b574ef2758d Reviewed-on: https://gerrit.libreoffice.org/23548 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-03-27mark the reference as constMarkus Mohrhard
Change-Id: I66ee342205acb9875899af9a65da9eb9cd5ecc74
2016-03-27don't inherit from std::mapMarkus Mohrhard
Change-Id: I50e9b27c45f6f7bd52af9e0c8a188124d6413cbc
2016-03-27cppcheck: fix duplicate ExpressionJulien Nabet
Since https://cgit.freedesktop.org/cgit/?url=libreoffice/core/log/&qt=range&q=872755ac336eb9ad33c6c98dd73deea2206acf71 Change-Id: Iee49087caf77c6cce4d52aac562c5bd3620b659f Reviewed-on: https://gerrit.libreoffice.org/23551 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2016-03-26genlang, clenaup top of Lex filesjan iversen
Duplicate functions in lex files removed Top part simplified and made identical. Change-Id: I7288bfdbeba9d1ec96b5d2bc7b21dd65337cd8d7
2016-03-26sc: replace local macrosJochen Nitschke
inline one time use macros convert other macros to local helpers HMM2XL(x) probably means hundredth millimetres to excel or xls. Excels seems to use pixel and the ratio of 1/100th mm per pixel happens to be 26.483 hmm/px @ 96dpi Change-Id: I84de6106b24daa7bd1fb355fc9bc4c355bc285c7 Reviewed-on: https://gerrit.libreoffice.org/23478 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-03-26remove debug functionsMarkus Mohrhard
Change-Id: I7a3aaa223c08d9fc79baeed59546d7268bd8e57b