summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer/emfplus.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-01-02cppcheck: allocaCalledCaolán McNamara1-7/+8
2015-11-20loplugin:unusedfields in cppcanvasNoel Grandin1-1/+0
2015-11-17Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-29/+29
2015-08-31tdf#93750 allow for EMF+ record padding up to 11 bytesMike Kaganski1-10/+23
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-05this SAL_INFO uses brush which might be NULLCaolán McNamara1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-18Remove include stdio (part2)Julien Nabet1-1/+0
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-8/+8
2015-04-13loplugin:staticmethodsNoel Grandin1-3/+3
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-3/+3
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-3/+3
2014-10-01loplugin: cstylecastNoel Grandin1-8/+8
2014-07-20emf+: recognise some more object typesTomaž Vajngerl1-0/+18
2014-07-20emf+: emulate hatch with color blendTomaž Vajngerl1-2/+116
2014-07-20emf+: Log type name instead of the type numberTomaž Vajngerl1-1/+47
2014-07-01New loplugin:stringconcatStephan Bergmann1-4/+3
2014-04-28coverity#738575 Uninitialized pointer fieldCaolán McNamara1-6/+17
2014-04-28coverity#738574 Uninitialized scalar fieldCaolán McNamara1-6/+20
2014-04-28coverity#738573 Uninitialized scalar fieldCaolán McNamara1-2/+8
2014-04-09fdo#77229 EMF+ rendering: improve EmfPlusSetClipPath's CombineModeExclude caseMiklos Vajna1-1/+23
2014-04-07cppcanvas: sal_Bool->boolNoel Grandin1-3/+3
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-5/+5
2014-02-24harmonize Tell() Seek() type.Norbert Thiebaud1-4/+4
2014-02-17fix debug=2 buildCaolán McNamara1-31/+1
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-92/+92
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-6/+6
2014-01-30EMF+: Only draw endcap outline if not filled, fix endcap scaling.Andrzej Hunt1-17/+32
2014-01-28Apparently broken bitmask operationStephan Bergmann1-1/+1
2014-01-23coverity#1158489 Uninitialized scalar fieldCaolán McNamara1-1/+8
2014-01-01EMF+: actually use lineJoin attribute for polygons.Andrzej Hunt1-10/+18
2014-01-01EMF+: mapping can rotate the width vector, so use resulting length.Andrzej Hunt1-1/+1
2013-12-27EMF+: Add EMFPlusPointR detection to EMFPPath.Andrzej Hunt1-5/+10
2013-12-26EMF+: Integer coordinate values are signed.Andrzej Hunt1-2/+2
2013-12-06EMF+: Fill line cap object if EmfPlusCustomLineCapDataFillPath is set.Matúš Kukan1-3/+20
2013-12-05EMF+: Log the stride too.Jan Holesovsky1-1/+1
2013-12-04EMF+: Do not ignore source rectangle of the image to be rendered.Matúš Kukan1-0/+2
2013-11-27EMF+: Line thickness has to be considered when drawing the caps.Jan Holesovsky1-32/+43
2013-11-26WaE: potentially uninitialized local variable 'pPattern' usedTor Lillqvist1-1/+1
2013-11-26-Werror,-Wunused-const-variableStephan Bergmann1-4/+2
2013-11-25EMF+: Set the stroke attributes on the custom line caps.Jan Holesovsky1-9/+62
2013-11-25EMF+: Render custom line cap data.Jan Holesovsky1-30/+100
2013-11-25EMF+: Parse custom line cap data for start and end line caps.Jan Holesovsky1-20/+110
2013-11-25EMF+: Small cleanup & more logging in preparation for line starts & ends.Jan Holesovsky1-18/+43
2013-11-25EMF+: Implement line dashing.Jan Holesovsky1-2/+49
2013-11-25EMF+: Stroke size is always supposed to be absolute.Jan Holesovsky1-1/+1
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-3/+2
2013-10-10n#812793: Reverting the workaround.Muthu Subramanian1-5/+0