summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-25coverity#737628 Uncaught exceptionCaolán McNamara
Change-Id: If5c1247731b494a821cff84b3adc103cc9695595
2014-02-25coverity#737625 Uncaught exceptionCaolán McNamara
Change-Id: Ic90165af0fb52d40b46ec0ccdb2df9db15a130b5
2014-02-25coverity#737623 Uncaught exceptionCaolán McNamara
Change-Id: I43a3e098b3adedbcada4f26c507de0272a4775ec
2014-02-25coverity#737620 Uncaught exceptionCaolán McNamara
Change-Id: Idd75e9c344473f8d7f86f3d073568b55c4638adc
2014-02-25coverity#737619 Uncaught exceptionCaolán McNamara
Change-Id: I0e8d44d94fc34eb8d0b1b14fcdc997fafe0dca64
2014-02-25coverity#737618 Uncaught exceptionCaolán McNamara
Change-Id: Ib8b5f89136dbd51c4cbcdca98584daa0f673982e
2014-02-25coverity#737617 Uncaught exceptionCaolán McNamara
Change-Id: If0fbfa80afbdc273ffc774d2ad9c66d30052ed56
2014-02-25coverity#737615 Uncaught exceptionCaolán McNamara
Change-Id: I9005fcdec6e258d274657b44786e3a2729418005
2014-02-25coverity#737607 Uncaught exceptionCaolán McNamara
Change-Id: Id3334108f0216f19219a7681e2e816f4d07420ea
2014-02-25coverity#737586 Uncaught exceptionCaolán McNamara
Change-Id: I6d1c286ba780aaafcba5b78a3a1ca40a4f66cadc
2014-02-25coverity#737561 Uncaught exceptionCaolán McNamara
Change-Id: If1cc681decff3703bfad7649e9a253ca586232e6
2014-02-25scp2: These defines are not used in the sources.Matúš Kukan
Change-Id: Ie586fd383af33cb8dcb00b2d8f9ae41f39a1a673
2014-02-25Drop CLANGBUILD in addition to CLANGDIRStephan Bergmann
...see <http://lists.freedesktop.org/archives/libreoffice/2014-February/059654.html> "Drop CLANGBUILD in addition to CLANGDIR?" Change-Id: I8d68aa0f2298240c8e7265cab273c602f5b6881a
2014-02-25fix OOXML validation errorMarkus Mohrhard
Change-Id: Ia27f9615b063393a0733e061df7dd1666283badb
2014-02-25don't access empty container, related fdo#33698Markus Mohrhard
Change-Id: I6deb23c9f5cd1c60e2b478afd67a5196f45d3c43
2014-02-25salbool: a rewriting plugin that flags most uses of sal_BoolStephan Bergmann
...that would not lead to silent changes of the code. That is, it does not warn about sal_Bool parameters of virtual functions, so that (not yet rewritten) overrides do not silently become overloads instead. The plugin is in store/ for now, because not all of the code has been cleaned up yet. Change-Id: I6e9b3847eb26c3090f375045188d38097052defe
2014-02-25...but Flags parameter was plain unsigned int prior to Clang 3.4Stephan Bergmann
Change-Id: Ife39abda6b5274ae196dcbf591d02fa3f36f6072
2014-02-25fdo#74105 : Prservation of Numbered lists-Starting with Value '0'Pallavi Jadhav
Issue : - DOCX containing Numbered lists- Strating with value '0' is not preserved after RT. - LO exports document with Numbered lists starting from '1' instead of '0'. - LO "Import" and "Export" need fixes. - If LO will imports correctly, export will get correct value. Implentation : - Added code at Import and Export side. - Added Export Unit test case to check that <w:start> is not present in numbering.xml for 0th level. NOTE : <w:start> is optional. If not mentioned Numbered lists starts from '0'. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/7710 Change-Id: I30910c41fd188f30a1723cf8e07be5ea1cde1be0
2014-02-25warning C4510: default constructor could not be generatedStephan Bergmann
Change-Id: Ia0dc23e5def53a6ede0d0d9f754e143347490b43
2014-02-25oops, missing `)'Matúš Kukan
Change-Id: I1478ebf4abc60e8b8b18388a0e3ca12658bca2d9
2014-02-25Add config_libraries.h definitions to get library names easily.Matúš Kukan
Works for libmerged too, so we can get rid of LIBO_MERGELIBS. And remove few more #defines in vcl. It's generated by gbuild, so probably abusing config_host directory. Open to improvements. Change-Id: I87ab109bf109e42751766011daf076e9cdf8f5ee
2014-02-25gbuild: deduplicate by new gb_Helper_replace_if_different_and_touchMatúš Kukan
Change-Id: I98767944a74c2b6d90425e0232c40e20c8a6885a
2014-02-25gbuild: one command for C/C++ objectsMatúš Kukan
Change-Id: I835bd56123acfbfb53e0d3d86e5d66b929b3181f
2014-02-25Revert partially "Replace deprecated std::auto_ptr with boost::scoped_ptr"Takeshi Abe
This reverts partially commit 4a9347fa320d892b60fd03082925f63a1d69cfb9. Change-Id: Ibbc626f8d30de040fe9e809b44d5ffc9513720fb
2014-02-25raw_fd_ostream Flags parameter no longer defaultedStephan Bergmann
...at least on trunk r202077. Change-Id: Ieb59cc7ac70e2a57ac13eefdfcbb6bfa42e25218
2014-02-25Mac vcl: sal_Bool -> bool sequelStephan Bergmann
Change-Id: Ie180b99a1a2d71922009c85c16ccb33b7968bd03
2014-02-25Make JUnit/Hamcrest detection more flexibleStephan Bergmann
...so it accepts a hand-crafted junit.jar that references the hamcrest jar on its manifest class-path. Change-Id: I9a6c7c1be8cd4a70c263de0f799973baf8d2b951
2014-02-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
Change-Id: I8e11ffe888aac8887c4c0875c41de51f343debae
2014-02-24harmonize Tell() Seek() type.Norbert Thiebaud
Change-Id: I2e472aa0279d0763762d3c660207cd74da512626
2014-02-25connectivity: harmonize types relatated to Tell()/Seek()Norbert Thiebaud
Change-Id: I032f6d32b151203e62b23bffaf25dbc4aeb5ae8a Reviewed-on: https://gerrit.libreoffice.org/8217 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-02-25editeng: harmonized types related to Tell()/Seek()Norbert Thiebaud
Change-Id: If0484da58011abae23ad19cbc3b9cf7e2e654b4c Reviewed-on: https://gerrit.libreoffice.org/8216 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-02-25fix text rendering for titlesMarkus Mohrhard
Change-Id: I1072c8af6d822422943dc2d29bbaee351c735349
2014-02-25remove the last remaining glew fileMarkus Mohrhard
Change-Id: I02f1fdbdd205d1d96f338f8d23f79fcb85cf627c
2014-02-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
Change-Id: I72b0e8b07bd7309a23d5635b7e0b7dbdc9c2c721
2014-02-25basic: remove use of sal_uIntptr in favor of more appropriate typeNorbert Thiebaud
Change-Id: Ie878f43c7245838519fe7477b039827b079dde63 Reviewed-on: https://gerrit.libreoffice.org/8214 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-02-25vcl/osx/sal: SDK 10.5 compatibilityDouglas Mencken
NSWindowDelegate and NSMenuDelegate protocols, IOPMAssertion* are available only in OS X v10.6 and later. Change-Id: Icda4b8014d9a6dde2284b9f5df493eb470fb79fc Reviewed-on: https://gerrit.libreoffice.org/8211 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-02-24writerfilter: sprm:CFNoProof -> ooxml:EG_RPrBase_noProofMiklos Vajna
Change-Id: I4a4c05554c336aca8407f4b22fc581659dcaeb88
2014-02-24fdo#75304: Set external reference info to ScCompiler.Kohei Yoshida
And remove this excessive const fetish which was unfortunately necessary to get this to compile. Setting the container const is good enough. Change-Id: I2c6cc55a88643a68e065c4518cdf069c247f4f02
2014-02-24fdo#75304: Add test for external reference cache import from XLSX.Kohei Yoshida
Change-Id: I93c4398b5673e1edaacfe4b68015000dfd224612
2014-02-24Extra space.Kohei Yoshida
Change-Id: I30ee75be53cea930762ca9453a80c61112d0b0f2
2014-02-24fdo#75259: Let undo document share its string pool with the source doc.Kohei Yoshida
We already do that for the pool helper. It would only make sense to do it for shared strings as well. Change-Id: I813d262799af6f0c1d3fa12246ad973f852ac199
2014-02-24fdo#75259: Add unit test for sharing of string pools with undo docs.Kohei Yoshida
Change-Id: I785345144f7dd733b2ce8970412f79b384b8c94d
2014-02-24fix "fix gcc inline assembler operands usage"Rene Engelhard
Change-Id: I192c30bed60a657e9360bbe1d6dd217c75ed8da6
2014-02-24Related: rhbz#1065807 rework #i66157# for multiple writable template dirsCaolán McNamara
if there are multiple user-level template dirs then we should be able to remove/rename content in all of them, not just the default writable target. The target scenario here is to default to ~/Templates when it exists as the template dir, but to retain ~/.config/libreoffice/user/template in the dir for any pre-existing templates and to treat both as equivalent in terms of removing their content etc. i#66157# wanted to avoid remove extensions templates and other internal ones, so rework that logic to instead just be hands off internal templates and allow modification of the remainder Change-Id: I56afe991d4297ba692e914ae95ea02d68553f60a
2014-02-24OpenSSL @OS X: choose correct build targetDouglas Mencken
Change-Id: I58f3cc12f2fa177c26608d372f99c086503a13a5 Reviewed-on: https://gerrit.libreoffice.org/8205 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-02-24Use "deprecated" API for OS X alias resolving on X 10.5Douglas Mencken
Change-Id: I68a49b95c9b4f4d1d0472a298f8b29d83435c88e Reviewed-on: https://gerrit.libreoffice.org/8195 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-02-24implicitboolconversion: warn about implicit conversion of call args to boolStephan Bergmann
...to be able to find problems like 6e0bdf04add338b7d5b29fc7b3fc9f08cfd5e96f "sal_Bool arg of SetUseImagesInMenus was abused to squeeze '2' through it" earlier when converting occurrences of sal_Bool to bool. Restricting this check to function call arguments avoids too much noise while hopefully still catching all the relevant problems. (This check partially overlaps the pointertobool check, so implicit conversions from pointers to bool call arguments will now generate two loplugin warnings, but that's harmless.) Change-Id: I0b03b1d1615aaf8bc18e7a84c56fff3ef9903508
2014-02-24Add two saveas icons for sifr theme.Matthias Freund
I create two icons for the sifr-theme (the missing saveas icons). Hope this is correct. :-) Change-Id: I9b9063018d6d0662e8805b6cf502262deed46d3c Reviewed-on: https://gerrit.libreoffice.org/8191 Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-24fix 'delete' not working in the Template ManagerCaolán McNamara
regression from b29c078c7f193dd7dae74baf89fe1abb9264239c because if the search view widget is visible then its assumed that we are in search view mode Change-Id: I8e81ffa06d5d3ac50e110105c9444707fd4c41c6
2014-02-24ETOMANY getPropertyValueCaolán McNamara
Change-Id: I787257603e919b12fda07d3302ceba2a7787a9b9