summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer/emfplus.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-17convert CPPCANVAS module from String to OUStringNoel Grandin1-2/+2
2013-08-30Revert some random work-in-progress that is most probably bitrottenFridrich Štrba1-0/+15
2013-08-24build on higher debug levelsCaolán McNamara1-1/+1
2013-07-11Fix memory leak in EMFPPen.Mark Wielaard1-0/+12
2013-06-12warning C4305: 'argument' : truncation from 'double' to 'float'Stephan Bergmann1-2/+2
2013-06-12EMF+: aBaseTransform is a hardcoded identity matrix, don't bother with itFridrich Štrba1-15/+0
2013-06-11Use a local variable for the pointsFridrich Štrba1-2/+6
2013-06-11Refactor a bit the code while reading itFridrich Štrba1-30/+2
2013-06-11Fix typo and make the debug output a bit more readableFridrich Štrba1-4/+4
2013-06-11Resolves: #i120604# unified and secured gradient tooling for primitivesArmin Le Grand1-4/+4
2013-06-07cppcanvas: try to make MSVC tinderbox happyMichael Stahl1-4/+4
2013-06-07fdo#65502 - EmfFillPie fix.Michael Meeks1-8/+9
2013-06-07Transform the clipping polygon before using itFridrich Štrba1-0/+1
2013-06-07log point types as numbers and not as ascii chars with the value of the numberFridrich Štrba1-1/+1