summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2015-02-07coverity#1267690 Uncaught exceptionCaolán McNamara1-1/+1
2015-02-07filter: try to fix GCC 4.6 buildMichael Stahl4-4/+4
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage8-42/+44
2015-02-06bnc#637947 improve DrawingML export of custom shapesAndras Timar1-0/+1
2015-02-05svx: remove silly castMichael Stahl1-1/+1
2015-02-04coverity#1266492 Untrusted value as argumentCaolán McNamara1-4/+6
2015-02-04coverity#1242624 Untrusted loop boundCaolán McNamara1-0/+6
2015-02-04coverity#1267691 Uncaught exceptionCaolán McNamara1-3/+1
2015-02-04coverity#1267692 Uncaught exceptionCaolán McNamara1-5/+1
2015-02-04coverity#1267696 Uncaught exceptionCaolán McNamara1-1/+1
2015-02-04coverity#1267694 Uncaught exceptionCaolán McNamara2-36/+28
2015-02-03Clean up some weird loggingTor Lillqvist1-9/+9
2015-02-02coverity#1266492 Untrusted value as argumentCaolán McNamara1-1/+4
2015-02-02coverity#1242624 Untrusted loop boundCaolán McNamara1-4/+11
2015-02-01this cannot happen in realityCaolán McNamara1-1/+1
2015-01-28remove unused typedefsNoel Grandin1-1/+0
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann1-1/+2
2015-01-26coverity#1266495 Untrusted loop boundCaolán McNamara1-0/+8
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-7/+7
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin6-22/+22
2015-01-25coverity#1266494 Untrusted value as argumentCaolán McNamara1-1/+9
2015-01-25coverity#1266492 Untrusted value as argumentCaolán McNamara1-1/+5
2015-01-25coverity#1266496 Untrusted loop boundCaolán McNamara1-0/+9
2015-01-25coverity#984091 Uninitialized scalar fieldCaolán McNamara1-0/+3
2015-01-23'Ownership' is one word, as is 'relationship'Tor Lillqvist1-2/+2
2015-01-21fdo#84336 Fix swf renderingMatthew Francis1-1/+1
2015-01-21has_focus is not implemented, remove usesCaolán McNamara1-3/+25
2015-01-20Drop unused comphelper::service_decl::component_getFactoryHelper paramsStephan Bergmann2-10/+6
2015-01-20Some more loplugin:cstylecast: filterStephan Bergmann13-66/+66
2015-01-16remove unnecessary parenthesesNoel Grandin12-82/+82
2015-01-15coverity#704228 'Constant' variable guards dead codeCaolán McNamara1-1/+1
2015-01-14remove unneeded UI fragmentsDavid Tardon137-1694/+196
2015-01-14fdo#86772 show localized filter names in Save dialogDavid Tardon2-0/+4
2015-01-14add tranling empty line to ensure correct expansionDavid Tardon1-0/+6
2015-01-14more traditional use of $(eval)David Tardon1-106/+107
2015-01-14drop unused manifest fileDavid Tardon1-4/+0
2015-01-14drop sources of unused FCFGSplitDavid Tardon5-1061/+0
2015-01-12Resolves: fdo#87015 image missing from docCaolán McNamara1-1/+1
2015-01-09java: simplify array creationNoel Grandin1-4/+3
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin3-64/+0
2015-01-07fix windows buildNoel Grandin1-2/+2
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin26-48/+48
2015-01-07fdo#39440 reduce scope of local variablesŁukasz Hryniuk1-8/+4
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-06fdo#50430: UOP import failed because of leading and trailing space in XSLT.Peter Jentsch1-2/+2
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin21-64/+53
2015-01-05asan wrt mandriva57054-1.tiffCaolán McNamara1-6/+5
2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet1-6/+6
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara7-37/+33