summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pdfwriter_impl2.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-05-31Convert GfxLinkType to scoped enumNoel Grandin1-2/+2
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin1-1/+1
2016-04-12clang-tidy performance-unnecessary-value-param in vclNoel Grandin1-1/+1
2016-02-24tdf#97662 - Avoid JPEG compressing de-compressed PNG.Marco Cecchetti1-2/+8
2016-02-24tdf#97662 - Try to preserve original compressed JPEGs harder.Marco Cecchetti1-11/+25
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock1-6/+6
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2015-11-18com::sun::star->css in vcl/Noel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-13/+13
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin1-0/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-6/+5
2015-09-21hide ScopedPtr::reset and add disposeAndClearCaolán McNamara1-1/+1
2015-09-11vcl: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-3/+3
2015-08-11loplugin: defaultparamsNoel Grandin1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin1-4/+4
2015-05-15window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::TransparentCaolán McNamara1-1/+1
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin1-59/+59
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin1-4/+4
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-3/+3
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-20vcl: convert new to ::CreateMichael Meeks1-1/+1
2015-04-10automated VclPtrInstance conversion.Michael Meeks1-1/+1
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin1-2/+2
2015-03-31V597: introduce a rtl_secureZeroMemoryCaolán McNamara1-3/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-26/+26
2015-01-07fdo#84938: convert COMPRESSMODE_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+2
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-2/+2
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-2/+2
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-2/+2
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-2/+2
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-6/+6
2014-09-30fdo#82577: Handle RegionNoel Grandin1-2/+2
2014-09-29loplugin: cstylecastNoel Grandin1-50/+50
2014-06-24new compilerplugin returnbyrefNoel Grandin1-4/+4
2014-06-13loplugin:staticcallStephan Bergmann1-2/+2
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-10/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-03-09Avoid possible resource leaks with boost::scoped_ptrTakeshi Abe1-8/+7
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-3/+3