summaryrefslogtreecommitdiffstats
path: root/hwpfilter/source/hwpreader.cxx
Commit message (Expand)AuthorAgeFilesLines
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-2/+2
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-52/+52
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-3/+3
* loplugin:unuseddefaultparams variousNoel Grandin2016-03-031-2/+2
* use consistent #define checks for the Windows platformNoel Grandin2016-02-161-1/+1
* Adapt to true wchar_t in clang-clStephan Bergmann2015-11-281-4/+4
* '#pragma setlocale("C")' is probably no longer necessaryStephan Bergmann2015-11-241-4/+0
* Translate Korean commentsStephan Bergmann2015-11-241-3/+3
* Remove non-ASCII U+0086 PARAGRAPH SIGN from commentStephan Bergmann2015-11-241-1/+1
* Replace non-ASCII content in ordinary string literals with UTF-8 bytesStephan Bergmann2015-11-241-4/+25
* Don't assume sal_Unicode is unsigned shortStephan Bergmann2015-11-171-54/+54
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-45/+45
* yyyyyNoel Grandin2015-11-041-18/+18
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-071-2/+1
* boost->stdCaolán McNamara2015-09-141-5/+3
* clang-tidy clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-09-031-1/+1
* add hwp to fftesterCaolán McNamara2015-08-211-0/+21
* tdf#91067: Translate Korean commentsJihui Choi2015-07-161-140/+139
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-1/+1
* More loplugin:simplifyboolStephan Bergmann2015-04-271-4/+4
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-7/+7
* loplugin:constantfunction: hwpfilterNoel Grandin2015-03-241-20/+0
* V805: Decreased performanceCaolán McNamara2015-03-021-5/+5
* Some more loplugin:cstylecast: hwpfilterStephan Bergmann2015-01-201-12/+12
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-171-2/+2
* hwpfilter: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-151-1187/+1187
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-171-0/+1
* loplugin: cstylecastNoel Grandin2014-10-011-14/+14
* Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann2014-09-241-2/+2
* cppcheck: Logical conjunction always evaluates to falseJulien Nabet2014-08-311-2/+2
* Fix (harmless) stack-use-after-returnStephan Bergmann2014-07-031-3/+4
* new compilerplugin returnbyrefNoel Grandin2014-06-241-93/+93
* 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
* hwpfilter: sal_Bool->boolNoel Grandin2014-04-231-22/+22
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-141-2/+1
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-1/+1
* Remove visual noise from hwpfilterAlexander Wilms2014-02-261-9/+9
* bool improvementsStephan Bergmann2014-01-281-4/+4
* CID#982610 inefficient iterator usage confusing coverityCaolán McNamara2013-12-191-9/+1
* fix indentCaolán McNamara2013-12-191-4/+5
* CID#982609 inefficient iterator usage confusing coverityCaolán McNamara2013-12-191-9/+1
* fix indentCaolán McNamara2013-12-191-4/+5
* Move MediaDescriptor from comphelper to unotoolsStephan Bergmann2013-11-141-2/+2
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-211-1/+1
* fdo#60148 Clean up warnings from the Clang compiler pluginnccuong2013-03-061-12/+14
* loplugin: improve indentationThomas Arnhold2013-02-251-29/+29
* sal_Bool->bool in hwpfilterNoel Grandin2012-10-041-17/+11
* sal_Bool -> bool in hwpfilterNoel Grandin2012-10-041-28/+28
* Fix windows build where min and max are macrosAndras Timar2012-08-081-1/+1