summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/gdimtf.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-04ofz#7165 set a recursion limit for svm in svmCaolán McNamara1-4/+36
2017-11-22drop duplicate methodCaolán McNamara1-1/+1
2017-11-15loplugin:flatten in vclNoel Grandin1-480/+483
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-23loplugin:includeform: vclStephan Bergmann1-1/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-2/+1
2017-09-06loplugin:unnecessaryparen include case statementsNoel Grandin1-126/+126
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-04-26use strong_int for LanguageTypeNoel Grandin1-2/+2
2017-04-05loplugin:constantparamNoel Grandin1-1/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-60/+60
2017-02-13Resolves: ofz#584 don't terminate on bad fraction exceptionCaolán McNamara1-31/+39
2017-02-13return early on errorCaolán McNamara1-47/+45
2017-02-09convert BmpConversion to scoped enumNoel Grandin1-1/+1
2017-02-09loplugin:unusedenumconstants read-only constants in vcl (2)Noel Grandin1-9/+5
2016-12-21[API CHANGE] Retire SAL_ABSTakeshi Abe1-2/+3
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-2/+2
2016-12-06OSL_TRACE -> SAL_ in vclNoel Grandin1-5/+4
2016-12-06convert PolyStyle to scoped enumNoel Grandin1-3/+3
2016-10-05convert MapUnit to scoped enumNoel Grandin1-2/+2
2016-09-16tdf#96505 - Remove "long" integer literals in vcl/source/gdi/e123461-14/+14
2016-07-05Remove unused DELEGATE_PLUGGABLE_RENDERER to simplify mtf codeMark Page1-80/+1
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-2/+2
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin1-2/+2
2016-05-26Convert MtfConversion to scoped enumNoel Grandin1-3/+3
2016-05-13clang-tidy modernize-loop-convert in vclNoel Grandin1-2/+2
2016-04-25GDIMetaFile: rename members missing their prefixesMiklos Vajna1-122/+122
2016-03-23tdf#98600 and tdf#98622 fix metafile parsing (part2)Noel Grandin1-1/+1
2016-03-15tdf#98600 and tdf#98622 fix metafile parsingNoel Grandin1-0/+2
2016-02-26loplugin:unuseddefaultparms in include/vcl (part2)Noel Grandin1-16/+12
2016-02-22loplugin:commaoperator in vcl/Noel Grandin1-4/+16
2016-02-05Fix typosAndrea Gelmini1-1/+1
2016-01-25vcl: rename cvtsvm.{cxx|hxx} file to svmconverter.{cxx|hxx}Chris Sherlock1-1/+2
2016-01-10Fix typosAndrea Gelmini1-2/+2
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara1-1/+1
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara1-1/+1
2015-11-11new loplugin: memoryvarNoel Grandin1-5/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-38/+38
2015-10-20loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-15cppcheck:variableScopeNoel Grandin1-3/+1
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-41/+0
2015-09-22remove unused Link<> fieldNoel Grandin1-9/+2
2015-09-01switch to 64-bit checksum: conversion from BitmapChecksum to an octet arrayMarco Cecchetti1-24/+25
2015-09-01vcl_get_checksum wraps the call to the real checksum functionMarco Cecchetti1-73/+73
2015-09-01Switching to 64-bit checksum: substituted sal_uLong with BitmapChecksumMarco Cecchetti1-2/+2
2015-08-29sal_uLong to sal_uInt32 for CRC32Matteo Casalin1-2/+2
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-16/+16
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-15window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::TransparentCaolán McNamara1-2/+2
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin1-163/+164