summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hinfo.cxx
AgeCommit message (Collapse)Author
2016-04-28clang-tidy modernize-loop-convert in h-l/*Noel Grandin
Change-Id: I843528327b25d18476f8959cabba16371213a48a Reviewed-on: https://gerrit.libreoffice.org/24460 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-01-18loplugin: unused return valuesNoel Grandin
Change-Id: I9c61a46c57894bc63a57740206c0bcb4a16553af Reviewed-on: https://gerrit.libreoffice.org/21571 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-01-11loplugin:unusedmethods unused return value in hwpfilterNoel Grandin
Change-Id: Ib225db89e60708f6b55b3cb86f8e881386fab86f
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
Change-Id: Idec97093ca48c14b825c7b87ec050cc99aadc526
2015-07-16tdf#91067: Translate Korean commentsJihui Choi
Change-Id: Idbee9cb5a1745bb2cc3c4cb1238773da7ff2a0a3 Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
2015-04-24loplugin:simplifyboolStephan Bergmann
Change-Id: Ic42cf05f9eddb0cd7724d16cc73a8d6495c193f2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
ie. void f(void); becomes void f(); I used the following command to make the changes: git grep -lP '\(\s*void\s*\)' -- *.cxx \ | xargs perl -pi -w -e 's/(\w+)\s*\(\s*void\s*\)/$1\(\)/g;' and ran it for both .cxx and .hxx files. Change-Id: I314a1b56e9c14d10726e32841736b0ad5eef8ddd
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
Change-Id: I4a33bd92fc8448638a4bfe1eab7e5041a4c5cc39
2015-02-25check if reads were successfulCaolán McNamara
Change-Id: I69ab0ca9c017c9a1c10d18fd850f32a92c641d12 Reviewed-on: https://gerrit.libreoffice.org/14631 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-05-23coverity#707899 Uninitialized scalar fieldCaolán McNamara
Change-Id: I49c6e56412e10155ddb2b8f4b492a3420e1b6718
2014-05-11WaE: implicit conversion from bool to 'short'Tor Lillqvist
Change-Id: Ibb8bef1b7a0d00b6b757966c0b8210dd6e03db0c
2014-05-10coverity#707899 Uninitialized pointer fieldCaolán McNamara
Change-Id: Iacdd82589eb56bda653ceb84a0a6a2677f0aabd6
2014-04-13Change encoding from EUC-KR to utf8Julien Nabet
These files have been converted with this command line: iconv -f EUC-KR -t utf8 <file> > <tmp file> For more info, see http://nabble.documentfoundation.org/About-encoding-of-some-files-in-hwpfilter-td4105106.html Change-Id: Ibb2fc0af465641d6cc9236887addefe8062d4ffe
2013-03-19reduce whitespaces between include and filenameThomas Arnhold
Change-Id: I15f6ad0a760a28cbac53f99ba4d14ff5c24ce005
2012-06-22re-base on ALv2 code. Includes:Michael Meeks
Use ksc5601.h header from XFree86 Project Inc. Patch contributed by Oliver-Rainer Wittmann with minor changes from Pedro Giffuni http://svn.apache.org/viewvc?view=revision&revision=1179296
2011-06-13gbuildize hwpfilterCaolán McNamara