summaryrefslogtreecommitdiffstats
path: root/hwpfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
* coverity#983491 String OverflowNorbert Thiebaud2014-07-051-95/+95
* HStream::closeInput does nothingStephan Bergmann2014-07-033-12/+2
* Fix (harmless) stack-use-after-returnStephan Bergmann2014-07-035-18/+20
* coverity#1202814 Overflowed return valueNorbert Thiebaud2014-07-011-7/+7
* loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann2014-06-271-8/+0
* new compilerplugin returnbyrefNoel Grandin2014-06-243-97/+97
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-174-10/+2
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-094-10/+2
* coverity#705182 Missing break in switch, assuming its intentionalCaolán McNamara2014-06-051-0/+1
* coverity#705181 Missing break in switch, assuming its intentionalCaolán McNamara2014-06-051-0/+1
* coverity#705178 Missing break in switch, assuming its intentionalCaolán McNamara2014-06-051-0/+2
* update_pch: add a bunch of pch filesThomas Arnhold2014-06-043-0/+52
* DeInitVCL at end of testsStephan Bergmann2014-06-041-0/+1
* coverity#706008 Unintended sign extensionCaolán McNamara2014-05-302-5/+5
* Remove unnecessary semicolonsPeter Senna Tschudin2014-05-271-1/+1