summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* coverity#1267690 Uncaught exceptionCaolán McNamara2015-02-071-1/+1
* filter: try to fix GCC 4.6 buildMichael Stahl2015-02-074-4/+4
* fdo#75757: Remove inheritance from std::vectorMatthew Pottage2015-02-068-42/+44
* bnc#637947 improve DrawingML export of custom shapesAndras Timar2015-02-061-0/+1
* svx: remove silly castMichael Stahl2015-02-051-1/+1
* coverity#1266492 Untrusted value as argumentCaolán McNamara2015-02-041-4/+6
* coverity#1242624 Untrusted loop boundCaolán McNamara2015-02-041-0/+6
* coverity#1267691 Uncaught exceptionCaolán McNamara2015-02-041-3/+1
* coverity#1267692 Uncaught exceptionCaolán McNamara2015-02-041-5/+1
* coverity#1267696 Uncaught exceptionCaolán McNamara2015-02-041-1/+1
* coverity#1267694 Uncaught exceptionCaolán McNamara2015-02-042-36/+28
* Clean up some weird loggingTor Lillqvist2015-02-031-9/+9
* coverity#1266492 Untrusted value as argumentCaolán McNamara2015-02-021-1/+4
* coverity#1242624 Untrusted loop boundCaolán McNamara2015-02-021-4/+11
* this cannot happen in realityCaolán McNamara2015-02-011-1/+1
* remove unused typedefsNoel Grandin2015-01-281-1/+0
* Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann2015-01-261-1/+2
* coverity#1266495 Untrusted loop boundCaolán McNamara2015-01-261-0/+8
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-261-7/+7
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-266-22/+22
* coverity#1266494 Untrusted value as argumentCaolán McNamara2015-01-251-1/+9
* coverity#1266492 Untrusted value as argumentCaolán McNamara2015-01-251-1/+5
* coverity#1266496 Untrusted loop boundCaolán McNamara2015-01-251-0/+9
* coverity#984091 Uninitialized scalar fieldCaolán McNamara2015-01-251-0/+3
* 'Ownership' is one word, as is 'relationship'Tor Lillqvist2015-01-231-2/+2
* fdo#84336 Fix swf renderingMatthew Francis2015-01-211-1/+1
* has_focus is not implemented, remove usesCaolán McNamara2015-01-211-3/+25
* Drop unused comphelper::service_decl::component_getFactoryHelper paramsStephan Bergmann2015-01-202-10/+6
* Some more loplugin:cstylecast: filterStephan Bergmann2015-01-2013-66/+66
* remove unnecessary parenthesesNoel Grandin2015-01-1612-82/+82
* coverity#704228 'Constant' variable guards dead codeCaolán McNamara2015-01-151-1/+1
* remove unneeded UI fragmentsDavid Tardon2015-01-14137-1694/+196
* fdo#86772 show localized filter names in Save dialogDavid Tardon2015-01-142-0/+4
* add tranling empty line to ensure correct expansionDavid Tardon2015-01-141-0/+6
* more traditional use of $(eval)David Tardon2015-01-141-106/+107
* drop unused manifest fileDavid Tardon2015-01-141-4/+0
* drop sources of unused FCFGSplitDavid Tardon2015-01-145-1061/+0
* Resolves: fdo#87015 image missing from docCaolán McNamara2015-01-121-1/+1
* java: simplify array creationNoel Grandin2015-01-091-4/+3
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-091-1/+1
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-083-64/+0
* fix windows buildNoel Grandin2015-01-071-2/+2
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-0726-48/+48
* fdo#39440 reduce scope of local variablesŁukasz Hryniuk2015-01-071-8/+4
* fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin2015-01-061-1/+1
* fdo#50430: UOP import failed because of leading and trailing space in XSLT.Peter Jentsch2015-01-061-2/+2
* fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin2015-01-0521-64/+53
* asan wrt mandriva57054-1.tiffCaolán McNamara2015-01-051-6/+5
* cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet2015-01-041-6/+6
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-027-37/+33