summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hwpreader.cxx
AgeCommit message (Expand)Author
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann
2018-04-17cppcheck - fix variableScope in some filesGökhan Gurbetoğlu
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2018-01-19loplugin:useuniqueptr in hwpfilterNoel Grandin
2018-01-12More loplugin:cstylecast: hwpfilterStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-06loplugin:constparams in various(2)Noel Grandin
2017-10-19use std::unique_ptr in hwpfilterNoel Grandin
2017-10-18Replace some lists by vectors in hwpfilterJulien Nabet
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski
2017-07-18loplugin:constparams in scaddins,hwpfilterNoel Grandin
2017-07-17ofz#2668 fix oomCaolán McNamara
2017-07-13ofz#2452 use shared_ptr for cshapeCaolán McNamara
2017-07-10loplugin:useuniqueptr in hwpfilterNoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-06-25loplugin:oncevar in helpcompiler..jvmfwkNoel Grandin
2017-06-05Improved loplugin:cstylecast to reference types: hwpfilterStephan Bergmann
2017-05-02loplugin:checkunusedparams in hwpfilter..lotuswordproNoel Grandin
2017-04-13ofz#1062 ensure cshape lifecycle matches expectationsCaolán McNamara
2017-04-12hwpfilter: remove write-only variableMichael Stahl
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin
2017-03-20Resolves: ofz#820 an exception is an acceptable outcomeCaolán McNamara
2017-03-03ofz#725 fix hwp leakCaolán McNamara
2017-03-01ofz#711: direct leakCaolán McNamara
2017-02-24add hwp fuzzerCaolán McNamara
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-23new loplugin useuniqueptrNoel Grandin
2017-01-18use rtl::Reference in HwpReaderNoel Grandin
2016-11-11loplugin:countusersofdefaultparams in editeng..rscNoel Grandin
2016-10-16clang-cl loplugin: hwpfilterStephan Bergmann
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-06-29move #includes to top of fileNoel Grandin
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-03-03loplugin:unuseddefaultparams variousNoel Grandin
2016-02-16use consistent #define checks for the Windows platformNoel Grandin
2015-11-28Adapt to true wchar_t in clang-clStephan Bergmann
2015-11-24'#pragma setlocale("C")' is probably no longer necessaryStephan Bergmann
2015-11-24Translate Korean commentsStephan Bergmann
2015-11-24Remove non-ASCII U+0086 PARAGRAPH SIGN from commentStephan Bergmann
2015-11-24Replace non-ASCII content in ordinary string literals with UTF-8 bytesStephan Bergmann
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-04yyyyyNoel Grandin
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-14boost->stdCaolán McNamara