summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/svmconverter.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-12-30vcl: remove {Read,Write}ImpGraphic and ImplExportNative from GraphicTomaž Vajngerl1-1/+1
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-3/+3
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-2/+2
2020-10-01loplugin:reducevarscope in vclNoel1-2/+1
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-2/+4
2019-09-29Move Rectangle,Point,Size serialization to GenericTypeSerializerTomaž Vajngerl1-34/+40
2019-09-16move WriteGradient and ReadGradient to the TypeSerializer classTomaž Vajngerl1-2/+5
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen1-4/+0
2019-06-18loplugin:passstuffbyrefNoel Grandin1-1/+1
2019-06-13tdf#42949 Fix IWYU warnings in vcl/inc/*Gabor Kelemen1-0/+2
2019-04-27Decouple reading/writing of Color into GenericTypeSerializerTomaž Vajngerl1-2/+3
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen1-2/+1
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-08svmconverter value < 0 seem wrong for width and height (vcl/gdi)Julien Nabet1-3/+21
2018-09-17New loplugin:externalStephan Bergmann1-8/+8
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-11loplugin:unusedmethodsNoel Grandin1-1318/+0
2018-06-01remove old "convert to SVM1" code only active in debug modeNoel Grandin1-47/+2
2018-05-31drop Graphic::GetBitmapNoel Grandin1-6/+6
2018-04-12hold MetaAction by rtl::ReferenceNoel Grandin1-9/+3
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-1/+1
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-4/+4
2018-01-15More loplugin:cstylecast: vclStephan Bergmann1-17/+17
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-11/+11
2017-10-30loplugin:constantparam in vclNoel Grandin1-5/+5
2017-10-23loplugin:includeform: vclStephan Bergmann1-1/+1
2017-10-06Improve performance of loplugin:commaoperatorStephan Bergmann1-1/+4
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-07-18loplugin:constparams in vclNoel Grandin1-2/+2
2017-06-28loplugin:oncevar in vclNoel Grandin1-3/+1
2017-06-23simplify some string handling in tracing callsNoel Grandin1-8/+1
2017-04-03use actual UNO enums in vcl..xmlsecurityNoel Grandin1-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-6/+6
2017-03-24ofz#937 sanity check claimed record lengthCaolán McNamara1-1/+5
2017-03-23ofz: when skipping actions, only skip forwardsCaolán McNamara1-15/+26
2017-03-23add svm cppunit testCaolán McNamara1-15/+1
2017-03-20reject more invalid mapmodesCaolán McNamara1-1/+1
2017-03-20ofz#918 invalid mapmodeCaolán McNamara1-1/+1
2017-03-18ofz: floating point exception in values close to zeroCaolán McNamara1-1/+15
2017-03-16ofz: reject invalid fraction negative nYNumCaolán McNamara1-1/+1
2017-03-16ofz#880 timeout loading svmCaolán McNamara1-1/+5
2017-03-15ofz: infinite loopCaolán McNamara1-1/+5
2017-03-14ofz: reject invalid mapmodes earlyCaolán McNamara1-0/+6
2017-03-11ofz: test if comment data is available before allocCaolán McNamara1-5/+11
2017-03-11ofz#817 nStrLen-1 changed to nStrLen-3Caolán McNamara1-1/+1
2017-03-10ofz: min action has to be >= 4Caolán McNamara1-5/+11
2017-03-09ofz#502 negative indexCaolán McNamara1-1/+1
2017-03-09Resolves: ofz#424 guard against broken dxary lengthCaolán McNamara1-25/+40
2017-03-09ofz#419 same problem as wmf and emfCaolán McNamara1-2/+5
2017-03-09ofz: stop early on stream failureCaolán McNamara1-9/+10