summaryrefslogtreecommitdiffstats
path: root/filter/source/graphicfilter/icgm/cgm.cxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#120703 (PVS): redundant nullptr checkMike Kaganski2018-10-211-1/+1
* loplugin:singlevalfieldsNoel Grandin2018-10-171-9/+10
* loplugin:simplifyconstruct in filter..frameworkNoel Grandin2018-09-081-2/+0
* Add missing sal/log.hxx headersGabor Kelemen2018-07-301-0/+1
* Related tdf#116999: log the exception (filter/icgm)Julien Nabet2018-04-141-1/+2
* loplugin:useuniqueptr in CGMNoel Grandin2018-02-191-11/+4
* new loplugin:emptyifNoel Grandin2018-01-191-20/+0
* More loplugin:cstylecast: filterStephan Bergmann2018-01-121-14/+14
* loplugin:salcall fix functionsNoel Grandin2017-12-111-1/+1
* Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann2017-11-221-1/+1
* ofz: Divide-by-zeroCaolán McNamara2017-10-291-1/+1
* ofz#3834 Divide-by-zeroCaolán McNamara2017-10-271-0/+6
* loplugin:includeform: filterStephan Bergmann2017-10-231-4/+4
* loplugin:unusedfieldsNoel Grandin2017-07-261-1/+0
* loplugin:unusedfields readonly fieldsNoel Grandin2017-07-241-8/+0
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-101-1/+1
* loplugin:useuniqueptr in filterNoel Grandin2017-07-101-4/+2
* clang-tidy readability-non-const-parameterNoel Grandin2017-06-091-2/+2
* loplugin:checkunusedparams in filterNoel Grandin2017-05-031-1/+1
* loplugin:sallogareasNoel Grandin2017-04-101-1/+1
* ofz#1078 cgm infinite recurseCaolán McNamara2017-04-091-1/+12
* signed/unsigned comparison warningsCaolán McNamara2017-04-021-3/+3
* ofz: more check bounds on readCaolán McNamara2017-04-021-4/+4
* cgm mode is now unusedCaolán McNamara2017-04-011-4/+3
* CGM_EXPORT_IMPRESS is always usedCaolán McNamara2017-04-011-1/+1
* CGM_IMPORT_CGM is always usedCaolán McNamara2017-04-011-28/+25
* rework ImportCGM to take a SvStreamCaolán McNamara2017-04-011-30/+25
* tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl2016-06-061-3/+3
* clang-tidy modernize-loop-convert in f*Noel Grandin2016-04-271-2/+2
* loplugin:unusedfields filterNoel Grandin2015-11-201-2/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-11/+11
* boost->stdCaolán McNamara2015-09-181-3/+3
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-2/+2
* Remove unused icgm filter VirtualDevice member.Michael Meeks2015-06-011-2/+0
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-1/+1
|\
| * Move OutputDevice members to VclPtr: filter, reportdesign, uui.Michael Meeks2015-04-101-1/+1
* | More loplugin:simplifyboolStephan Bergmann2015-04-271-1/+1
|/
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-2/+2
* coverity#704228 'Constant' variable guards dead codeCaolán McNamara2015-01-151-1/+1
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-071-1/+1
* fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin2015-01-051-1/+1
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-141-2/+1
* coverity#704228 'Constant' variable guards dead codeCaolán McNamara2014-10-241-3/+2
* Missing constStephan Bergmann2014-10-171-1/+1
* Pass args by const &Stephan Bergmann2014-10-171-1/+1
* Make ImportCGM signature match ImportCGMPointer (in sdcgmfilter.cxx)Stephan Bergmann2014-10-151-4/+1
* valgrind: multiple errorsCaolán McNamara2014-10-141-4/+23
* check for short readsCaolán McNamara2014-10-141-4/+9
* sal_True->trueCaolán McNamara2014-10-141-1/+1
* valgrind: Mismatched free() / delete / delete []Caolán McNamara2014-10-141-2/+1