summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Collapse)AuthorFilesLines
2015-02-05svx: remove silly castMichael Stahl1-1/+1
Change-Id: Ia8097b6d92c9bc4e3841d96bcb8cd553969f54a0
2015-02-04coverity#1266492 Untrusted value as argumentCaolán McNamara1-4/+6
Change-Id: Ie7fa1318660b1647639fe09d5b6fe97e901e483a
2015-02-04coverity#1242624 Untrusted loop boundCaolán McNamara1-0/+6
Change-Id: I277e98156c9a9832d1f5e968e590356d14b91af6
2015-02-04coverity#1267691 Uncaught exceptionCaolán McNamara1-3/+1
and coverity#1267690 Uncaught exception Change-Id: I728fc0fb1c5e472ab40649e949499d98e3ee2b7f
2015-02-04coverity#1267692 Uncaught exceptionCaolán McNamara1-5/+1
Change-Id: I62c05d2baf7f46263468e194a1e947000ef7a1e3
2015-02-04coverity#1267696 Uncaught exceptionCaolán McNamara1-1/+1
Change-Id: I3b4a1db77a5b9888e2ac5db32ba2cb8f904e663d
2015-02-04coverity#1267694 Uncaught exceptionCaolán McNamara2-36/+28
Change-Id: Idfa32d54ed8af7eda823da2223cbaaf2f396e8d9
2015-02-03Clean up some weird loggingTor Lillqvist1-9/+9
Change-Id: I8da0a89b7d6e044af8188a87220c654cb7bf9d4d
2015-02-02coverity#1266492 Untrusted value as argumentCaolán McNamara1-1/+4
Change-Id: Idbe205df445b29e7a121e93dbd74b2578199699b
2015-02-02coverity#1242624 Untrusted loop boundCaolán McNamara1-4/+11
Change-Id: Idf52c09828c2bab767e9ff0d07b61befd6bfc64b
2015-02-01this cannot happen in realityCaolán McNamara1-1/+1
Change-Id: I6b8b447763cc61e9dfef6d4ba122384482078d84
2015-01-28remove unused typedefsNoel Grandin1-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>
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann1-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
2015-01-26coverity#1266495 Untrusted loop boundCaolán McNamara1-0/+8
Change-Id: Ia96b29f291cf4dc97d2a4998850d641f16cb2a01
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-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
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin6-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
2015-01-25coverity#1266494 Untrusted value as argumentCaolán McNamara1-1/+9
Change-Id: I220e582cd75199b5619c2ad7607392b078ab3956
2015-01-25coverity#1266492 Untrusted value as argumentCaolán McNamara1-1/+5
Change-Id: Id2a102fae99ecf938ac8f326e358785581d6f986
2015-01-25coverity#1266496 Untrusted loop boundCaolán McNamara1-0/+9
Change-Id: Ibab7f84940f6eec75bc3ee914bac59a07689a80c
2015-01-25coverity#984091 Uninitialized scalar fieldCaolán McNamara1-0/+3
Change-Id: Ie0d90edb26fe2704192895a2b456a37f3d500a17
2015-01-23'Ownership' is one word, as is 'relationship'Tor Lillqvist1-2/+2
Change-Id: I45c441f68ed5f20cfc87e34e7bfb529a30952f81
2015-01-21fdo#84336 Fix swf renderingMatthew Francis1-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>
2015-01-21has_focus is not implemented, remove usesCaolán McNamara1-3/+25
Change-Id: Iebd4d28471d85696328cb7772fec0bc793493bf4
2015-01-20Drop unused comphelper::service_decl::component_getFactoryHelper paramsStephan Bergmann2-10/+6
Change-Id: Ia47c0bc3539ddf8f925cd053a2431c742c46d337
2015-01-20Some more loplugin:cstylecast: filterStephan Bergmann13-66/+66
Change-Id: If04f2b4e26abd7375a91bd49d7e0744ddd0f0ba6
2015-01-16remove unnecessary parenthesesNoel Grandin12-82/+82
left over from "SVStream operator>> to Write method" conversion Change-Id: I619eb743d7890d5c70d0a94e51ce263567fa6f3b
2015-01-15coverity#704228 'Constant' variable guards dead codeCaolán McNamara1-1/+1
Change-Id: I60446644e7700f5c119dd94d4da08bb39f5bd268
2015-01-14remove unneeded UI fragmentsDavid Tardon137-1694/+196
Change-Id: I8e004e7261420354f7e383f4a5b4a1170476e8ba
2015-01-14fdo#86772 show localized filter names in Save dialogDavid Tardon2-0/+4
Change-Id: I048454646e12af18917d90bb8077ec4b387cf589
2015-01-14add tranling empty line to ensure correct expansionDavid Tardon1-0/+6
Change-Id: I18a59e8d2efbbe446a4739f74421bc82d2217690
2015-01-14more traditional use of $(eval)David Tardon1-106/+107
Change-Id: Ia598696520e6dbe84d8dc758d165aff6231d148e
2015-01-14drop unused manifest fileDavid Tardon1-4/+0
Change-Id: Ia9ac094aa3b5e01c2030d2bb76503dcd3ed1f756
2015-01-14drop sources of unused FCFGSplitDavid Tardon5-1061/+0
Change-Id: I316d307cda526bc6cbd6ba87676aec309cd7345f
2015-01-12Resolves: fdo#87015 image missing from docCaolán McNamara1-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
2015-01-09java: simplify array creationNoel Grandin1-4/+3
and remove the need to worry about keeping indexes correct Change-Id: I9a5fc00f7e28f305279b41099274c96daebebb95
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
Change-Id: I4d0e1de89d0bbdbea23bc5a46bf75ae0ce4e2796
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin3-64/+0
Change-Id: I7223530ae37297a76654cd00cc1fedb56dbe3adb
2015-01-07fix windows buildNoel Grandin1-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
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin26-48/+48
Change-Id: Ibbf14c7e9a5c1883c1311d4c86f948f74f8e473e
2015-01-07fdo#39440 reduce scope of local variablesŁukasz Hryniuk1-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>
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin1-1/+1
Change-Id: I2ed239fa073b5fa8fb56c1af9d4b0bac89acfacf
2015-01-06fdo#50430: UOP import failed because of leading and trailing space in XSLT.Peter Jentsch1-2/+2
Change-Id: I5d802073505cec1800654e4413a161870506988e
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin21-64/+53
Change-Id: I9c67de31f5571b282adc132d973b79bccb35fdc9
2015-01-05asan wrt mandriva57054-1.tiffCaolán McNamara1-6/+5
Change-Id: Ibb7ecfa637ff96fbda3a8ed5d67943ece28927e5
2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet1-6/+6
Change-Id: I6ca0e477a4429e762c48c721951b9876db3a5c6c
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara7-37/+33
you can get debug stl this way Change-Id: Ia70a3e7c7c452390e8bee34975d296c9318e4a19
2014-12-27coverity#735429 Logically dead codeCaolán McNamara1-2/+0
Change-Id: I2f2bd16d04b8058ba0d253eb3d5455fabbad54cd
2014-12-25fix new[]/delete mismatchMarkus Mohrhard1-1/+1
Found by asan. E.g. ooo45229-2.cgm
2014-12-20TyposJulien Nabet1-1/+1
Change-Id: I3475be796cf2655d9b619b86c9686aeef4b97b82
2014-12-19java: static fields that should not be staticNoel Grandin2-2/+2
Found by FindBugs. Change-Id: I223841f7bb8c515c9612322abc0b13e134385abd