summaryrefslogtreecommitdiff
path: root/hwpfilter
AgeCommit message (Expand)AuthorFilesLines
2021-03-30ofz#32499 overflowing posCaolán McNamara1-2/+2
2020-11-13tdf#123936 Formatting files in module hwpfilter with clang-formatPhilipp Hofer7-65/+43
2020-11-11convert more long -> tools::LongNoel1-1/+2
2020-10-22long->tools::Long in hwpfilter..ooxNoel4-4/+6
2020-09-27Remove unused include list in hwpfilterJulien Nabet4-4/+0
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 Bergmann3-44/+57
2020-08-29Fix typo in codeAndrea Gelmini1-1/+1
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 Grandin3-169/+128
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: hwpfilterStephan Bergmann8-36/+36
2020-06-04Upcoming loplugin:elidestringvar: hwpfilterStephan Bergmann1-2/+1
2020-05-29loplugin:simplifybool in hwpfilter..lotuswordproNoel Grandin4-18/+18
2020-04-29GCC trunk towards GCC 10 still emits a bogus -Wstringop-truncationStephan Bergmann1-2/+2
2020-04-15loplugin:buriedassign in f,h,i*Noel Grandin3-14/+36
2020-04-08loplugin:flatten in hwpfilterNoel Grandin1-9/+9
2020-02-16clang-format f*,h* with under 5-percent lines of changeMuhammet Kara4-4/+4
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin1-2/+1
2020-02-03loplugin:duplicatedefines (clang-cl)Stephan Bergmann1-3/+1
2020-01-28New loplugin:unsignedcompareStephan Bergmann2-10/+14
2020-01-27tdf#124176: Use pragma once instead of include guardsHakan Bakacak1-3/+1
2020-01-24loplugin:makeshared in hwpfilter..i18npoolNoel Grandin2-4/+4
2020-01-08tdf#96505:Get rid of cargo cult long integer literalsayhanyalcinsoy1-2/+2
2020-01-01crashtesting: footnote-layout doesn't existCaolán McNamara1-3/+3
2019-12-19sal_Char->char in formula..i18npoolNoel Grandin1-1/+1
2019-11-24cppcheck: performing init in init list (hwpfilter, i., l.)Julien Nabet2-6/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann7-0/+36
2019-11-08-Werror,-Wunused-macros (clang-cl)Stephan Bergmann1-4/+0
2019-11-06loplugin:indentation find broken if statementsNoel Grandin1-2/+3
2019-11-02cid#1455209 Wrapper object use after freeCaolán McNamara1-8/+6
2019-10-29cid#1448471 Wrapper object use after freeCaolán McNamara1-6/+26
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák1-1/+25
2019-10-17Remove some memset callsMike Kaganski5-28/+14
2019-10-11ofz#18116 TimeoutCaolán McNamara1-4/+8
2019-10-04ofz#17823 avoid timeoutCaolán McNamara1-0/+9
2019-10-01loplugin:stringadd in helpcompiler..ooxNoel Grandin1-5/+5
2019-09-26loplugin:constmethod in framework..lotuswordproNoel Grandin1-10/+10
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák1-1/+1
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-7/+2
2019-08-01new loplugin:mapindexNoel Grandin1-2/+3
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): hwpfilterStephan Bergmann1-2/+2
2019-06-25Fix typoAndrea Gelmini1-1/+1
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák1-21/+13
2019-05-03GCC trunk towards GCC 9 still emits a bogus -Wstringop-truncationStephan Bergmann1-2/+2
2019-04-29Fix conditional around closing #pragma GCC diagnostic popStephan Bergmann1-1/+1
2019-04-29Avoid -Werror=format/stringop-truncationJulien Nabet1-1/+1
2019-04-10clang-tidy: Fix suspicious catches of WIP unhandled-self-assignment checkTamás Zolnai1-0/+3
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin1-6/+6
2019-03-05re-land "new loplugin typedefparam""Noel Grandin1-1/+1