summaryrefslogtreecommitdiffstats
path: root/filter/source
Commit message (Collapse)AuthorAgeFilesLines
* coverity#1267690 Uncaught exceptionCaolán McNamara2015-02-071-1/+1
| | | | Change-Id: I38edf3f78d73c004cb85edd84a22dddc9d870f37
* filter: try to fix GCC 4.6 buildMichael Stahl2015-02-074-4/+4
| | | | Change-Id: I3fa777b2f2d155bbd8bebf58211446eb1fa458f6
* fdo#75757: Remove inheritance from std::vectorMatthew Pottage2015-02-068-42/+44
| | | | | | | | | | | | | | | | | | | Deprecated comphelper/sequenceasvector.hxx. Rewritten code using it. Using instead the functions containerToSequence and sequenceToContainer, found in include/comphelper/sequence.hxx. One class that inherits from it (in framework/inc/stdtypes.h), and the code using that has been left. Signed-off-by: Michael Stahl <mstahl@redhat.com> Conflicts: writerfilter/source/dmapper/DomainMapper.cxx writerfilter/source/dmapper/TblStylePrHandler.hxx writerfilter/source/dmapper/WrapPolygonHandler.hxx Change-Id: Ice61c94ffb052e389281aebb7cdf185134221061
* bnc#637947 improve DrawingML export of custom shapesAndras Timar2015-02-061-0/+1
| | | | | | | Change-Id: Iaa880528cf3c899ce66e4349c6d989dfbe5cbeb6 Reviewed-on: https://gerrit.libreoffice.org/14346 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
* svx: remove silly castMichael Stahl2015-02-051-1/+1
| | | | Change-Id: Ia8097b6d92c9bc4e3841d96bcb8cd553969f54a0
* coverity#1266492 Untrusted value as argumentCaolán McNamara2015-02-041-4/+6
| | | | Change-Id: Ie7fa1318660b1647639fe09d5b6fe97e901e483a
* coverity#1242624 Untrusted loop boundCaolán McNamara2015-02-041-0/+6
| | | | Change-Id: I277e98156c9a9832d1f5e968e590356d14b91af6
* coverity#1267691 Uncaught exceptionCaolán McNamara2015-02-041-3/+1
| | | | | | | | and coverity#1267690 Uncaught exception Change-Id: I728fc0fb1c5e472ab40649e949499d98e3ee2b7f
* coverity#1267692 Uncaught exceptionCaolán McNamara2015-02-041-5/+1
| | | | Change-Id: I62c05d2baf7f46263468e194a1e947000ef7a1e3
* coverity#1267696 Uncaught exceptionCaolán McNamara2015-02-041-1/+1
| | | | Change-Id: I3b4a1db77a5b9888e2ac5db32ba2cb8f904e663d
* coverity#1267694 Uncaught exceptionCaolán McNamara2015-02-042-36/+28
| | | | Change-Id: Idfa32d54ed8af7eda823da2223cbaaf2f396e8d9
* Clean up some weird loggingTor Lillqvist2015-02-031-9/+9
| | | | Change-Id: I8da0a89b7d6e044af8188a87220c654cb7bf9d4d
* coverity#1266492 Untrusted value as argumentCaolán McNamara2015-02-021-1/+4
| | | | Change-Id: Idbe205df445b29e7a121e93dbd74b2578199699b
* coverity#1242624 Untrusted loop boundCaolán McNamara2015-02-021-4/+11
| | | | Change-Id: Idf52c09828c2bab767e9ff0d07b61befd6bfc64b
* this cannot happen in realityCaolán McNamara2015-02-011-1/+1
| | | | Change-Id: I6b8b447763cc61e9dfef6d4ba122384482078d84
* remove unused typedefsNoel Grandin2015-01-281-1/+0
| | | | | | | | | found with some minor modifications to find/find-unused-defines.sh Change-Id: I18cc479adedc7a0dada68a4aeef08300e62631dd Reviewed-on: https://gerrit.libreoffice.org/14194 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann2015-01-261-1/+2
| | | | | | | | | | ...by adding some further SAL_DLLPUBLIC_RTTI type annotations (cf. b4f6b26b5a1a78fecfa95ec2eb7ac8b80495d8aa "SAL_DLLPUBLIC_RTTI for proper RTTI visibility for LLVM") and by making sure relevant function types do not use incomplete types in their parameter and return types (which would make the RTTI hidden). Change-Id: Id7aadcbc0704b9759968ae36266fc9ce11a2e340
* coverity#1266495 Untrusted loop boundCaolán McNamara2015-01-261-0/+8
| | | | Change-Id: Ia96b29f291cf4dc97d2a4998850d641f16cb2a01
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-261-7/+7
| | | | | | | | | | This cleanups up indentation and removes dead classes. This is a followup patch to commit 272b1dd55797aacf511fb4342b0054e3697243f6 "new loplugin: change virtual methods to non-virtual" Change-Id: I1c2139589cf8cb23bb9808defe22c51039d38de1
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-266-22/+22
| | | | | | | | | | Where we can prove that the virtual method is never overriden. In the case of pure-virtual methods, we remove the method entirely. Sometimes this leads to entire methods and fields being eliminated. Change-Id: I138ef81c95f115dbd8c023a83cfc7e9d5d6d14ae
* coverity#1266494 Untrusted value as argumentCaolán McNamara2015-01-251-1/+9
| | | | Change-Id: I220e582cd75199b5619c2ad7607392b078ab3956
* coverity#1266492 Untrusted value as argumentCaolán McNamara2015-01-251-1/+5
| | | | Change-Id: Id2a102fae99ecf938ac8f326e358785581d6f986
* coverity#1266496 Untrusted loop boundCaolán McNamara2015-01-251-0/+9
| | | | Change-Id: Ibab7f84940f6eec75bc3ee914bac59a07689a80c
* coverity#984091 Uninitialized scalar fieldCaolán McNamara2015-01-251-0/+3
| | | | Change-Id: Ie0d90edb26fe2704192895a2b456a37f3d500a17
* 'Ownership' is one word, as is 'relationship'Tor Lillqvist2015-01-231-2/+2
| | | | Change-Id: I45c441f68ed5f20cfc87e34e7bfb529a30952f81
* fdo#84336 Fix swf renderingMatthew Francis2015-01-211-1/+1
| | | | | | | | | | | Commit d83dfeb5e59c8f3de12d673b001a44001f644e7d accidentally inverted a test, causing at least the presentation linked on the above bug to render all black Change-Id: I2267ef43023b735587d6921f17aa7207f70dbd7b Reviewed-on: https://gerrit.libreoffice.org/14084 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Drop unused comphelper::service_decl::component_getFactoryHelper paramsStephan Bergmann2015-01-202-10/+6
| | | | Change-Id: Ia47c0bc3539ddf8f925cd053a2431c742c46d337
* Some more loplugin:cstylecast: filterStephan Bergmann2015-01-2013-66/+66
| | | | Change-Id: If04f2b4e26abd7375a91bd49d7e0744ddd0f0ba6
* remove unnecessary parenthesesNoel Grandin2015-01-1612-82/+82
| | | | | | left over from "SVStream operator>> to Write method" conversion Change-Id: I619eb743d7890d5c70d0a94e51ce263567fa6f3b
* coverity#704228 'Constant' variable guards dead codeCaolán McNamara2015-01-151-1/+1
| | | | Change-Id: I60446644e7700f5c119dd94d4da08bb39f5bd268
* remove unneeded UI fragmentsDavid Tardon2015-01-14136-1587/+196
| | | | Change-Id: I8e004e7261420354f7e383f4a5b4a1170476e8ba
* fdo#86772 show localized filter names in Save dialogDavid Tardon2015-01-141-0/+3
| | | | Change-Id: I048454646e12af18917d90bb8077ec4b387cf589
* drop unused manifest fileDavid Tardon2015-01-141-4/+0
| | | | Change-Id: Ia9ac094aa3b5e01c2030d2bb76503dcd3ed1f756
* drop sources of unused FCFGSplitDavid Tardon2015-01-145-1061/+0
| | | | Change-Id: I316d307cda526bc6cbd6ba87676aec309cd7345f
* Resolves: fdo#87015 image missing from docCaolán McNamara2015-01-121-1/+1
| | | | | | | | | | | | | | | | regression from commit e0cce521f1ad0cc384d30ce2f1077ea229fffe62 Author: Armin Le Grand <alg@apache.org> AuthorDate: Thu Jan 10 16:28:40 2013 +0000 Commit: Caolán McNamara <caolanm@redhat.com> CommitDate: Thu Jun 13 14:50:46 2013 +0100 Resolves: #i121504# Support for alpha channel in clipboard for all systems (cherry picked from commit ef3931ff410117e1237b3bef7bc090e8b83b9519) which blindly just bulldozed out the bMSOFormat branch Change-Id: Iec354f1fb585f0803b9df472bc9ec9e103aa5847
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-091-1/+1
| | | | Change-Id: I4d0e1de89d0bbdbea23bc5a46bf75ae0ce4e2796
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-083-64/+0
| | | | Change-Id: I7223530ae37297a76654cd00cc1fedb56dbe3adb
* fix windows buildNoel Grandin2015-01-071-2/+2
| | | | | | | | and a handful of other currently uncompiled spots, after my commit 7f8f277b94704a289fbbd1b836e4e5d66311580d "fdo#84938: convert STREAM_ #defines to 'enum class'" Change-Id: I550f6fb850e1d71a6f08767eeb222a18071b89d5
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-0715-36/+36
| | | | Change-Id: Ibbf14c7e9a5c1883c1311d4c86f948f74f8e473e
* fdo#39440 reduce scope of local variablesŁukasz Hryniuk2015-01-071-8/+4
| | | | | | | | | Beside scope changes, it fixes lack of initialization in a few places. Change-Id: Ia09fdb9845d8ac17256330a5ec5168401c84f0f2 Reviewed-on: https://gerrit.libreoffice.org/13755 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin2015-01-061-1/+1
| | | | Change-Id: I2ed239fa073b5fa8fb56c1af9d4b0bac89acfacf
* fdo#50430: UOP import failed because of leading and trailing space in XSLT.Peter Jentsch2015-01-061-2/+2
| | | | Change-Id: I5d802073505cec1800654e4413a161870506988e
* fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin2015-01-0521-64/+53
| | | | Change-Id: I9c67de31f5571b282adc132d973b79bccb35fdc9
* asan wrt mandriva57054-1.tiffCaolán McNamara2015-01-051-6/+5
| | | | Change-Id: Ibb7ecfa637ff96fbda3a8ed5d67943ece28927e5
* cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet2015-01-041-6/+6
| | | | Change-Id: I6ca0e477a4429e762c48c721951b9876db3a5c6c
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-027-37/+33
| | | | | | you can get debug stl this way Change-Id: Ia70a3e7c7c452390e8bee34975d296c9318e4a19
* coverity#735429 Logically dead codeCaolán McNamara2014-12-271-2/+0
| | | | Change-Id: I2f2bd16d04b8058ba0d253eb3d5455fabbad54cd
* fix new[]/delete mismatchMarkus Mohrhard2014-12-251-1/+1
| | | | Found by asan. E.g. ooo45229-2.cgm
* TyposJulien Nabet2014-12-201-1/+1
| | | | Change-Id: I3475be796cf2655d9b619b86c9686aeef4b97b82
* filter: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-187-19/+19
| | | | Change-Id: I9b8be418e8ac43eab27ef1f8a80ca09d66524810