summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/ieps/ieps.cxx
AgeCommit message (Expand)Author
2019-10-14tdf#94117: try gswin64c if gswin32c failedMike Kaganski
2019-07-04remove some unneede vcl/bitmap.hxx includesNoel Grandin
2019-05-29Fix typoAndrea Gelmini
2019-04-28rename animate.hxx to animate/Animation.hxx, more changes followTomaž Vajngerl
2019-02-09loplugin:indentation in filterNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-07-10tdf#42949 Fix IWYU warnings in include/osl/*hxxGabor Kelemen
2018-05-31drop Graphic::GetBitmapNoel Grandin
2018-03-01tdf#116001 Incorrect Colors in Chart Wall AreaNoel Grandin
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-14ofz#6329 Out-of-memoryCaolán McNamara
2018-02-14use RawBitmap in ipsGraphicImportNoel Grandin
2018-02-06convert SetPixel->SetPixelOnDataNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara
2017-11-02coverity#1420538 Copy-paste errorCaolán McNamara
2017-10-27ofz#3837 Integer-overflowCaolán McNamara
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-10-26ofz#3820 Integer-overflowCaolán McNamara
2017-10-25ofz#3796 Integer-overflowCaolán McNamara
2017-10-24ofz#3744 Undefined-shiftCaolán McNamara
2017-10-16reduce eps fuzzer sizeCaolán McNamara
2017-10-11tighten eps preview searchCaolán McNamara
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski
2017-09-22ofz#2902 eps timeoutCaolán McNamara
2017-07-11ofz#2538: avoid oomCaolán McNamara
2017-06-23loplugin:oncevar filter..formsNoel Grandin
2017-06-15ofz#2085: fix remaining length checkCaolán McNamara
2017-06-15ofz: eps timeoutsCaolán McNamara
2017-06-15use more SAL_N_ELEMENTS part 3Noel Grandin
2017-06-01ofz#1542 check remaining size of destCaolán McNamara
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-09Resolves: ofz#488 check remaining size while parsingCaolán McNamara
2017-03-06ofz: avoid out of memoryCaolán McNamara
2017-03-06input data can be any kind of muck at this pointCaolán McNamara
2017-01-27ofz: tidy up eps preview importCaolán McNamara
2017-01-27move deref inside (laughable) nSecurityCount checkCaolán McNamara
2017-01-27make this a little more readableCaolán McNamara
2017-01-27ofz: check if the stream is able to meet the eps len claim before readingCaolán McNamara
2017-01-26ofz: check if the stream is able to meet the eps len claim before readingCaolán McNamara
2017-01-26ofz: check eps seeks are sane and succeededCaolán McNamara
2016-10-16clang-cl loplugin: filterStephan Bergmann
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-06-08Simplify GfxLink using smart pointersMark Page
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-05-31Convert GfxLinkType to scoped enumNoel Grandin
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann