summaryrefslogtreecommitdiffstats
path: root/hwpfilter
Commit message (Expand)AuthorAgeFilesLines
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-111-2/+2
* cppcheck: memleakOnReallocCaolán McNamara2015-05-042-18/+9
* hstream.h->hstream.hxxCaolán McNamara2015-05-046-5/+5
* sequence operator twaddle + silly castCaolán McNamara2015-04-291-1/+2
* redundant castCaolán McNamara2015-04-291-4/+4
* More loplugin:simplifyboolStephan Bergmann2015-04-273-6/+6
* loplugin:simplifyboolStephan Bergmann2015-04-243-9/+9
* cppcheck: silence assertWithSideEffectCaolán McNamara2015-04-231-1/+1
* cppcheck: unsignedLessThanZeroCaolán McNamara2015-04-231-2/+2
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-1512-32/+32
* loplugin:staticmethodsNoel Grandin2015-04-133-10/+10
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-2811-32/+32
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-1/+1
* loplugin:constantfunction: hwpfilterNoel Grandin2015-03-245-44/+0
* convert SFX_FILTER_ constants to enum classNoel Grandin2015-03-191-2/+2
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-181-2/+2
* V668 no sense in testing the result of new against nullCaolán McNamara2015-03-113-7/+3
* V801: Decreased performanceCaolán McNamara2015-03-091-3/+3
* TyposJulien Nabet2015-03-081-1/+1
* V805: Decreased performanceCaolán McNamara2015-03-021-5/+5
* more efficient check for empty stringsMarkus Mohrhard2015-03-011-2/+2
* wrong skip set hereCaolán McNamara2015-02-261-1/+1
* fix bustageCaolán McNamara2015-02-251-1/+0
* check if reads were successfulCaolán McNamara2015-02-2512-269/+481
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-231-1/+1
* Updated all precompiled headers.Ashod Nakashian2015-02-051-0/+1
* remove unused typedefsNoel Grandin2015-01-281-1/+0
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-261-1/+1
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-263-8/+8
* Just use plain memcpyStephan Bergmann2015-01-201-47/+3
* Some more loplugin:cstylecast: hwpfilterStephan Bergmann2015-01-204-16/+16
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-083-25/+0
* hwpfilter: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-3/+3
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-176-31/+22
* hwpfilter: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-152-1248/+1247
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-171-0/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-2/+2
* coverity#1209713 Dereference null return valueCaolán McNamara2014-11-031-2/+6
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-292-2/+0
* hwfilter: fix misuse of strncpyNorbert Thiebaud2014-10-041-25/+33
* fix indentationNoel Grandin2014-10-031-344/+346
* coverity#1242961 Unused valueCaolán McNamara2014-10-021-4/+4
* loplugin: cstylecastNoel Grandin2014-10-011-14/+14
* Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann2014-09-242-3/+2
* cppcheck: Logical conjunction always evaluates to falseJulien Nabet2014-08-311-2/+2
* update_pchThomas Arnhold2014-08-131-0/+1
* unused returnCaolán McNamara2014-08-071-6/+4
* coverity#1224982 Out-of-bounds accessCaolán McNamara2014-08-071-4/+4
* coverity#1224982 out of boundNorbert Thiebaud2014-07-101-1/+1