summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/ieps/ieps.cxx
AgeCommit message (Expand)Author
2017-06-12ofz: fix remaining length checkCaolán McNamara
2017-05-18ofz#1542 check remaining size of destCaolán McNamara
2017-02-01Resolves: ofz#488 check remaining size while parsingCaolán McNamara
2017-02-01ofz: tidy up eps preview importCaolá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
2016-03-16loplugin:constantparams in vcl/Noel Grandin
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2015-12-11No need for a separate <vcl/graph.h>Tor Lillqvist
2015-11-11new loplugin: memoryvarNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-06merged graphic import/export into a single libraryOliver Specht
2015-09-09speed up eps testingCaolán McNamara
2015-07-16min size of eps for a preview is 32Caolán McNamara
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-21convert CVT constants to scoped enumNoel Grandin
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin
2015-05-18Remove include stdio (part2)Julien Nabet
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10Fix OutputDevice members / stack allocation: filter.Michael Meeks
2015-04-02loplugin:staticmethodsNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-01-20Some more loplugin:cstylecast: filterStephan Bergmann
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-13create a macro library for implementing bit-flags typesNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-05fdo#81592 Use 24-bit color depth, not 256 colors when converting an EPS-file.Björgvin Ragnarsson
2014-08-25fdo#82290: avoid pipe deadlock by executing write(2) in a new threadHiroto Kagotani
2014-06-13loplugin:staticcallStephan Bergmann
2014-05-14Related: fdo#64161 ask pstoedit to mark out the bounding boxCaolán McNamara
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-28Related: fdo#64161 pstoedit not writing file until its closedCaolán McNamara
2014-04-22filter: sal_Bool->boolNoel Grandin
2014-04-07Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-03vcl: sal_Bool->bool and cleanupNoel Grandin
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann