summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hwpreader.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-10-22long->tools::Long in hwpfilter..ooxNoel1-1/+1
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann1-3/+3
2020-09-05Improve hchar_string to OUString conversionStephan Bergmann1-41/+41
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-3/+3
2020-08-19Fix typosAndrea Gelmini1-1/+1
2020-07-14hwpfilter: create instances with uno constructorsNoel Grandin1-0/+124
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: hwpfilterStephan Bergmann1-1/+1
2020-05-29loplugin:simplifybool in hwpfilter..lotuswordproNoel Grandin1-1/+1
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2020-01-01crashtesting: footnote-layout doesn't existCaolán McNamara1-3/+3
2019-11-24cppcheck: performing init in init list (hwpfilter, i., l.)Julien Nabet1-3/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+3
2019-10-01loplugin:stringadd in helpcompiler..ooxNoel Grandin1-5/+5
2019-02-09loplugin:indentation in helpcompiler..ioNoel Grandin1-132/+132
2018-12-21use unique_ptr in hwpfilterNoel Grandin1-28/+15
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-2/+2
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-4/+4
2018-11-16loplugin:staticmethods improvementNoel Grandin1-2/+2
2018-10-24hdo is always a HWPDrawingObjectCaolán McNamara1-1/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-6/+6
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin1-7/+7
2018-10-18loplugin:staticvar in hwpfilter..salNoel Grandin1-1/+1
2018-08-21loplugin:useuniqueptr in HStreamIODevNoel Grandin1-2/+2
2018-07-29loplugin:stringloop in variousNoel Grandin1-8/+9
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann1-7/+7
2018-04-17cppcheck - fix variableScope in some filesGökhan Gurbetoğlu1-2/+1
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann1-1/+1
2018-01-19loplugin:useuniqueptr in hwpfilterNoel Grandin1-7/+7
2018-01-12More loplugin:cstylecast: hwpfilterStephan Bergmann1-21/+21
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
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