summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/icgm
AgeCommit message (Expand)Author
2022-09-14no need to dynamically ImportCGM symbolNoel Grandin
2022-08-19ofz#50242 just stop fuzzing if there's a lot of graphic insertsCaolán McNamara
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-04-15ofz: Timeout 23s->4sCaolán McNamara
2022-03-31tdf#147906 Use std::hypot for Pythagorean additionpragat-pandya
2022-03-28tdf#147906 change all sqrt(a * a + b * b) occurences to std::hypot(a, b)offtkp
2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen
2021-11-16Use basegfx::deg2rad instead of *0.01745329251994Hossein
2021-11-15Use basegfx::rad2deg() instead of *57.29577951308Hossein
2021-09-19ofz: check radius argCaolán McNamara
2021-09-19ofz#38969 fail earlierCaolán McNamara
2021-09-06ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-09-03cgm bounding box was originally Point and SizeCaolán McNamara
2021-08-30ofz#37831 avoid Integer-overflowCaolán McNamara
2021-08-27ofz: Integer-overflowCaolán McNamara
2021-08-24ofz: cgm Integer-overflowCaolán McNamara
2021-07-28Related: ofz#36348 ubsan runtime error: value outside representable rangeCaolán McNamara
2021-07-27ofz#36348 Integer-overflowCaolán McNamara
2021-07-05ofz#35800 TimeoutCaolán McNamara
2021-06-30ofz#35504 clamp input values in cgm filterCaolán McNamara
2021-06-25ofz#30930 each picture triggers accumulating codesetsCaolán McNamara
2021-06-14ofz#33769 Integer-overflowCaolán McNamara
2021-06-03no need to allocate these on the heapNoel Grandin
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel
2021-03-23tdf#124176 Use pragma once in f*Vincent LE GARREC
2021-02-10Remove unneeded breaksAndrea Gelmini
2020-11-09ofz#26973 shave some time off timeoutCaolán McNamara
2020-10-22long->tools::Long in emfio..filterNoel
2020-10-12reindent CGMBitmap::ImplGetBitmapCaolán McNamara
2020-10-12ofz: TimeOut short-circuit with a zero mnScanSizeCaolán McNamara
2020-10-10ofz#21753 avoid unproductive timeoutCaolán McNamara
2020-10-09ofz: Invalid-enum-valueCaolán McNamara
2020-10-02loplugin:reducevarscope in filterNoel
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: filterStephan Bergmann
2020-04-14loplugin:flatten in filterNoel Grandin
2020-01-28ofz#20366 OOMCaolán McNamara
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-12ofz#20031 AbrtCaolán McNamara
2020-01-09Introduce o3tl::make_unsigned to cast from signed to unsigned typeStephan Bergmann
2020-01-09Improve loplugin:redundantcast for sal_Int... vs. ::sal_Int...Stephan Bergmann
2020-01-08tdf#75280 Convert inappropriate use of sal_uIntPtr to better integer typesYusuf Keten
2020-01-06ofz#19803 check for negative valuesCaolán McNamara
2019-12-20ofz#19594 Invalid-enum-valueCaolán McNamara
2019-12-17tdf#42949 Fix IWYU warnings in filter/Gabor Kelemen
2019-12-16ofz#19525 Invalid enum valueCaolán McNamara
2019-12-11Fix typosAndrea Gelmini
2019-12-03new[]/delete mismatchCaolán McNamara
2019-12-02ofz#19207 check max strlen possibleCaolán McNamara
2019-11-01ofz#18646 ensure we are inside valid rangeCaolán McNamara