summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/icgm/cgm.cxx
AgeCommit message (Expand)Author
2017-07-26loplugin:unusedfieldsNoel Grandin
2017-07-24loplugin:unusedfields readonly fieldsNoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-10loplugin:useuniqueptr in filterNoel Grandin
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin
2017-05-03loplugin:checkunusedparams in filterNoel Grandin
2017-04-10loplugin:sallogareasNoel Grandin
2017-04-09ofz#1078 cgm infinite recurseCaolán McNamara
2017-04-02signed/unsigned comparison warningsCaolán McNamara
2017-04-02ofz: more check bounds on readCaolán McNamara
2017-04-01cgm mode is now unusedCaolán McNamara
2017-04-01CGM_EXPORT_IMPRESS is always usedCaolán McNamara
2017-04-01CGM_IMPORT_CGM is always usedCaolán McNamara
2017-04-01rework ImportCGM to take a SvStreamCaolán McNamara
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-04-27clang-tidy modernize-loop-convert in f*Noel Grandin
2015-11-20loplugin:unusedfields filterNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-18boost->stdCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-01Remove unused icgm filter VirtualDevice member.Michael Meeks
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-10Move OutputDevice members to VclPtr: filter, reportdesign, uui.Michael Meeks
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-01-15coverity#704228 'Constant' variable guards dead codeCaolán McNamara
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-12-14fdo#39440 reduce scope of local variablesMichael Weghorn
2014-10-24coverity#704228 'Constant' variable guards dead codeCaolán McNamara
2014-10-17Missing constStephan Bergmann
2014-10-17Pass args by const &Stephan Bergmann
2014-10-15Make ImportCGM signature match ImportCGMPointer (in sdcgmfilter.cxx)Stephan Bergmann
2014-10-14valgrind: multiple errorsCaolán McNamara
2014-10-14check for short readsCaolán McNamara
2014-10-14sal_True->trueCaolán McNamara
2014-10-14valgrind: Mismatched free() / delete / delete []Caolán McNamara
2014-05-30coverity#706005 Unintended sign extensionCaolán McNamara
2014-05-10coverity#1202962 Uninitialized scalar fieldCaolán McNamara
2014-04-28remove some dodgy defines from the ICGM filterNoel Grandin
2014-04-22filter: sal_Bool->boolNoel Grandin
2014-04-18coverity#1202962 Uninitialized pointer fieldCaolán McNamara
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann
2014-04-11replace some SvStream seeking with calls to remainingSize()Michael Stahl
2014-04-11Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-10-01convert leftovers in filter module from String to OUStringNoel Grandin
2013-04-03fdo#39468: Translated German comments in filterHansgerd Schneider
2013-03-27-Wunused-macrosStephan Bergmann
2013-02-20RTL_CONSTASCII_USTRINGPARAM removalsKrisztian Pinter