summaryrefslogtreecommitdiff
path: root/vcl/source/filter/jpeg/JpegWriter.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-3/+3
2017-07-28loplugin:constparams handle constructorsNoel Grandin1-1/+1
2017-07-13loplugin:oncevar: empty strings: vclStephan Bergmann1-2/+1
2017-02-09convert BmpConversion to scoped enumNoel Grandin1-1/+1
2016-12-05Change Read/Write access to Scoped Read/Write accessMark Page1-4/+2
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-2/+2
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin1-1/+1
2016-02-14tdf#85761 vcl: JPEG export does not save PPI values correctlyChris Sherlock1-1/+5
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2016-01-11tdf#94831: Check for null mpReadAccess before first useMatúš Kukan1-21/+18
2016-01-08Revert "vcl: move filter headers to vcl/inc/filter"Chris Sherlock1-2/+2
2016-01-08vcl: move filter headers to vcl/inc/filterChris Sherlock1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-06-07Remove include stdio (part8)Julien Nabet1-1/+0
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-5/+5
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann1-6/+6
2014-05-11upgrade to jpeg-9aThomas Arnhold1-1/+1
2014-04-08Clean up function declarations and some unused functionsStephan Bergmann1-5/+0
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-1/+1
2014-02-26Removed unnecessary comment decorations from VCL sourcesChris Sherlock1-1/+0
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-4/+4
2014-02-06Make vcl/source/filter/jpeg/jpegc.c be C++ codeStephan Bergmann1-38/+18
2014-01-30fdo#63154 Removed unused solar.h ref. in vclAlexandre Vicenzi1-2/+1
2014-01-27coverity#708315 Uninitialized scalar fieldCaolán McNamara1-0/+1
2013-06-02sal_Bool to boolTakeshi Abe1-1/+1
2013-05-09make conversions between BitmapColor and sal_uInt8 explicitHerbert Dürr1-2/+2
2013-04-21Split JpegWriter and JpegReader out from jpeg.cxx/hxxTomaž Vajngerl1-0/+274