summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* 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
* coverity#735429 Logically dead codeCaolán McNamara2014-12-271-2/+0
* fix new[]/delete mismatchMarkus Mohrhard2014-12-251-1/+1
* TyposJulien Nabet2014-12-201-1/+1
* java: static fields that should not be staticNoel Grandin2014-12-192-2/+2
* filter: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-187-19/+19
* comphelper: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-2/+2
* document coverity#735433 Logically dead codeCaolán McNamara2014-12-151-0/+1
* filter: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-157-109/+102
* fdo#84938 replace PPT_PLACEHOLDER_ constants->enumTobias Madl2014-12-151-15/+20
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-1410-35/+24
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-146-16/+16
* fdo#84938 replace PPT_LAYOUT_ constants with enumTobias Madl2014-12-121-3/+5
* fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan2014-12-111-4/+4
* java: simplify the getMSF() methodsNoel Grandin2014-12-102-5/+3
* Related: rhbz#1164614 better default size for no xslt entries caseCaolán McNamara2014-12-081-1/+6
* loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann2014-12-051-5/+5
* java: remove some unused local variablesNoel Grandin2014-12-051-1/+0
* fdo#84938: removed unused definesJennifer Liebel2014-12-051-12/+0
* We want PDF signing to be non-experimental nowTor Lillqvist2014-12-041-10/+1
* fdo#83939: Add new error code for failed PDF signing, and handle itTor Lillqvist2014-12-033-0/+21
* fdo#83939: Check return value from pPDFWriter->Emit()Tor Lillqvist2014-12-031-1/+1
* Fix "result of 32-bit shift implicitly converted to 64 bits" on WNT x64David Ostrovsky2014-12-031-2/+2
* add fallback encodings for Thai and VietnameseCaolán McNamara2014-12-021-0/+4
* fdo#84938: replace EVENT_ constants with enumTobias Madl2014-12-011-2/+2
* fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan2014-11-301-1/+1
* 2007/2010/2013->2007-2013Caolán McNamara2014-11-2817-17/+17
* 97/2000/XP/2003->97-2003Caolán McNamara2014-11-2811-11/+11
* unused function Calc_nBLIPPosAndras Timar2014-11-271-9/+0
* fdo#84686 prevent std::bad_alloc exception by stricter input checkAndras Timar2014-11-271-4/+4
* java: remove some comment noiseNoel Grandin2014-11-251-6/+0
* coverity#1242658 Untrusted loop boundCaolán McNamara2014-11-241-1/+4
* typo: unknownAndras Timar2014-11-241-1/+1
* fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan2014-11-232-10/+11
* coverity#1242658 Untrusted loop boundCaolán McNamara2014-11-211-0/+27
* Related: coverity#1242658 Untrusted loop boundCaolán McNamara2014-11-191-2/+10
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-188-0/+8
* java: make fields final where possibleNoel Grandin2014-11-181-6/+6
* don't reuse old var remnantsCaolán McNamara2014-11-171-11/+9
* afl: divide-by-zeroCaolán McNamara2014-11-172-1/+8
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-178-1/+10
* Simplify input parameters to just take the sequenceMatúš Kukan2014-11-171-1/+1
* fdo#77268 SVG Import: fix null pointer dereferenceVort2014-11-171-0/+3