summaryrefslogtreecommitdiff
path: root/vcl/source/filter/graphicfilter2.cxx
AgeCommit message (Expand)Author
2019-11-20tdf#128820: use wps namespace for simple text shapesMike Kaganski
2019-10-31Fix IsTransparent() for unloaded graphicsLuke Deller
2019-10-17Remove some memset callsMike Kaganski
2019-09-29Move Rectangle,Point,Size serialization to GenericTypeSerializerTomaž Vajngerl
2019-08-07tdf#126708 Fix EMF image size in CLI .doc exportLuke Deller
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin
2018-11-11cppCheck bRet reassigned before usedZdibák Zoltán
2018-10-20ImpDetectPCX 2nd arg always overwrittenCaolán McNamara
2018-09-17New loplugin:externalStephan Bergmann
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin
2018-06-05tdf#102928 PDF export: do recompress CMYK imagesMiklos Vajna
2018-04-20DOCX import: lazy-read images without external headersMiklos Vajna
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2018-01-15More loplugin:cstylecast: vclStephan Bergmann
2017-11-22replace check of eof and GetError with goodCaolán McNamara
2017-11-22drop duplicate methodCaolán McNamara
2017-11-03vcl: remove sgf/sgv ancient gfx filtersThorsten Behrens
2017-09-06loplugin:unnecessaryparen include case statementsNoel Grandin
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-07-05coverity#1414484 Division or modulo by zeroCaolán McNamara
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-06-17loplugin:unusedfields in vcl part1Noel Grandin
2017-03-25Fix typosAndrea Gelmini
2016-12-07Fix typo in comments: et -> edTakeshi Abe
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
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-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann
2016-01-10Fix typosAndrea Gelmini
2016-01-08Revert "vcl: move filter headers to vcl/inc/filter"Chris Sherlock
2016-01-08vcl: move filter headers to vcl/inc/filterChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-05-23Remove include stdio (part6)Julien Nabet
2015-03-02convert GFF_ constants to enum classNoel Grandin
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-04-18Typo: s/cant/can't/Tor Lillqvist