summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hwpreader.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-06loplugin:constparams in various(2)Noel Grandin1-6/+6
2017-10-19use std::unique_ptr in hwpfilterNoel Grandin1-18/+18
2017-10-18Replace some lists by vectors in hwpfilterJulien Nabet1-4/+2
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski1-2/+2
2017-07-18loplugin:constparams in scaddins,hwpfilterNoel Grandin1-3/+3
2017-07-17ofz#2668 fix oomCaolán McNamara1-4/+4
2017-07-13ofz#2452 use shared_ptr for cshapeCaolán McNamara1-1/+1
2017-07-10loplugin:useuniqueptr in hwpfilterNoel Grandin1-36/+36
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-3/+3
2017-06-25loplugin:oncevar in helpcompiler..jvmfwkNoel Grandin1-4/+4
2017-06-05Improved loplugin:cstylecast to reference types: hwpfilterStephan Bergmann1-1/+1
2017-05-02loplugin:checkunusedparams in hwpfilter..lotuswordproNoel Grandin1-8/+4
2017-04-13ofz#1062 ensure cshape lifecycle matches expectationsCaolán McNamara1-3/+3
2017-04-12hwpfilter: remove write-only variableMichael Stahl1-3/+0
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin1-1/+1
2017-03-20Resolves: ofz#820 an exception is an acceptable outcomeCaolán McNamara1-12/+19
2017-03-03ofz#725 fix hwp leakCaolán McNamara1-13/+13
2017-03-01ofz#711: direct leakCaolán McNamara1-1/+1
2017-02-24add hwp fuzzerCaolán McNamara1-3/+2
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin1-3/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-1/+1
2017-01-23new loplugin useuniqueptrNoel Grandin1-2/+1
2017-01-18use rtl::Reference in HwpReaderNoel Grandin1-327/+325
2016-11-11loplugin:countusersofdefaultparams in editeng..rscNoel Grandin1-7/+7
2016-10-16clang-cl loplugin: hwpfilterStephan Bergmann1-7/+7
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-06-29move #includes to top of fileNoel Grandin1-2/+1
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-1/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-2/+2
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-52/+52
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-3/+3
2016-03-03loplugin:unuseddefaultparams variousNoel Grandin1-2/+2
2016-02-16use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2015-11-28Adapt to true wchar_t in clang-clStephan Bergmann1-4/+4
2015-11-24'#pragma setlocale("C")' is probably no longer necessaryStephan Bergmann1-4/+0
2015-11-24Translate Korean commentsStephan Bergmann1-3/+3
2015-11-24Remove non-ASCII U+0086 PARAGRAPH SIGN from commentStephan Bergmann1-1/+1
2015-11-24Replace non-ASCII content in ordinary string literals with UTF-8 bytesStephan Bergmann1-4/+25
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-54/+54
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-45/+45
2015-11-04yyyyyNoel Grandin1-18/+18
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+1
2015-09-14boost->stdCaolán McNamara1-5/+3
2015-09-03clang-tidy clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-08-21add hwp to fftesterCaolán McNamara1-0/+21
2015-07-16tdf#91067: Translate Korean commentsJihui Choi1-140/+139
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-04-27More loplugin:simplifyboolStephan Bergmann1-4/+4
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-7/+7
2015-03-24loplugin:constantfunction: hwpfilterNoel Grandin1-20/+0