summaryrefslogtreecommitdiff
path: root/hwpfilter
AgeCommit message (Expand)AuthorFilesLines
2015-03-01more efficient check for empty stringsMarkus Mohrhard1-2/+2
2015-02-26wrong skip set hereCaolán McNamara1-1/+1
2015-02-25fix bustageCaolán McNamara1-1/+0
2015-02-25check if reads were successfulCaolán McNamara12-269/+481
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-1/+1
2015-02-05Updated all precompiled headers.Ashod Nakashian1-0/+1
2015-01-28remove unused typedefsNoel Grandin1-1/+0
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-1/+1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin3-8/+8
2015-01-20Just use plain memcpyStephan Bergmann1-47/+3
2015-01-20Some more loplugin:cstylecast: hwpfilterStephan Bergmann4-16/+16
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin3-25/+0
2014-12-18hwpfilter: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
2014-12-17fdo#39440 reduce scope of local variablesMichael Weghorn6-31/+22
2014-12-15hwpfilter: Use appropriate OUString functions on string constantsStephan Bergmann2-1248/+1247
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-2/+2
2014-11-03coverity#1209713 Dereference null return valueCaolán McNamara1-2/+6
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin2-2/+0
2014-10-04hwfilter: fix misuse of strncpyNorbert Thiebaud1-25/+33
2014-10-03fix indentationNoel Grandin1-344/+346
2014-10-02coverity#1242961 Unused valueCaolán McNamara1-4/+4
2014-10-01loplugin: cstylecastNoel Grandin1-14/+14
2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann2-3/+2
2014-08-31cppcheck: Logical conjunction always evaluates to falseJulien Nabet1-2/+2
2014-08-13update_pchThomas Arnhold1-0/+1
2014-08-07unused returnCaolán McNamara1-6/+4
2014-08-07coverity#1224982 Out-of-bounds accessCaolán McNamara1-4/+4
2014-07-10coverity#1224982 out of boundNorbert Thiebaud1-1/+1
2014-07-05coverity#983491 String OverflowNorbert Thiebaud1-95/+95
2014-07-03HStream::closeInput does nothingStephan Bergmann3-12/+2
2014-07-03Fix (harmless) stack-use-after-returnStephan Bergmann5-18/+20
2014-07-01coverity#1202814 Overflowed return valueNorbert Thiebaud1-7/+7
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann1-8/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin3-97/+97
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin4-10/+2
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin4-10/+2
2014-06-05coverity#705182 Missing break in switch, assuming its intentionalCaolán McNamara1-0/+1
2014-06-05coverity#705181 Missing break in switch, assuming its intentionalCaolán McNamara1-0/+1
2014-06-05coverity#705178 Missing break in switch, assuming its intentionalCaolán McNamara1-0/+2
2014-06-04update_pch: add a bunch of pch filesThomas Arnhold3-0/+52
2014-06-04DeInitVCL at end of testsStephan Bergmann1-0/+1
2014-05-30coverity#706008 Unintended sign extensionCaolán McNamara2-5/+5
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin1-1/+1
2014-05-25fix encoding: EUC-KR to utf8Thomas Arnhold1-5/+5
2014-05-23coverity#707899 Uninitialized scalar fieldCaolán McNamara2-5/+18
2014-05-20C string usage improvmentArnaud Versini1-40/+33
2014-05-11WaE: implicit conversion from bool to 'short'Tor Lillqvist1-2/+2
2014-05-10coverity#984094 Uninitialized scalar fieldCaolán McNamara1-2/+1
2014-05-10coverity#707916 Uninitialized scalar fieldCaolán McNamara1-2/+3