summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/impgraph.cxx
AgeCommit message (Expand)Author
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: vclStephan Bergmann
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-14remove noise UUUU tags in commentsNoel Grandin
2017-02-13vcl pdf import: use pdfium instead of draw_pdf_importMiklos Vajna
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin
2017-01-27coverity#1371303 Missing move assignment operatorCaolán McNamara
2017-01-27everything ImplClear clears is managed by their dtors anywayCaolán McNamara
2017-01-27Animation dtor will be called anyway, so drop ClearCaolán McNamara
2017-01-27everything reset by ImplClear is going to be overwritten anywayCaolán McNamara
2017-01-27we copy the flag for the context in the ctor, but not the contextCaolán McNamara
2017-01-27remove weirdness of ImpGraphic assignment operatorCaolán McNamara
2017-01-27move these into the member init listCaolán McNamara
2017-01-27ImplClear sets mbSwapOut false, so mbSwapOut is actually always false hereCaolán McNamara
2017-01-27reformat member initializationCaolán McNamara
2017-01-21coverity#1399156 split ImplCreateSwapInfo and ImplClearGraphicsCaolán McNamara
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin
2017-01-01return earlier, no logic change intendedCaolán McNamara
2017-01-01so noone cares about the return of [Read|Write]ImpGraphicCaolán McNamara
2017-01-01return earlier, no logic change intendedCaolán McNamara
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: vclStephan Bergmann
2016-11-07vcl: improve accounting of SVG images in graphics cacheMichael Stahl
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-23use std to impl this resource sharingCaolán McNamara
2016-09-16tdf#96505 - Remove "long" integer literals in vcl/source/gdi/e12346
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-07-11Modify ImpGraphic class, GraphicReader context to use unique ptrMark Page
2016-07-04Modify the ImpGraphic class, mpGfxLink to use an unique pointerMark Page
2016-07-01Modify the ImpGraphic class, mpAnimation to use a unique pointerMark Page
2016-06-30Modify the ImpGraphic class SwapFile to use a shared pointerMark Page
2016-06-29vcl: handle PDF data in Read/WriteImpGraphic()Miklos Vajna
2016-06-27ODT export: add embedded pdf supportMiklos Vajna
2016-06-24vcl: add graphic export-as-pdf filterMiklos Vajna
2016-06-24loplugin:singlevalfields in vcl(part1)Noel Grandin
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin
2016-03-23tdf#98600 and tdf#98622 fix metafile parsing (part2)Noel Grandin
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin
2016-03-13add assert preventing memory leakMarkus Mohrhard
2016-03-12vcl graph: stop abusing a pointer for a boolNorbert Thiebaud
2016-01-28Resolves: tdf#96580 Sequence::get doesn't return the start of the dataCaolán McNamara
2015-11-18com::sun::star->css in vcl/Noel Grandin
2015-11-11new loplugin: memoryvarNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-30maSvgDataArray only populates a uno::Sequence, so use that insteadCaolán McNamara
2015-09-17bmp failure not detected as such because of svg fallback testCaolán McNamara
2015-09-10convert Link<> to typedNoel Grandin
2015-09-01Switching to 64-bit checksum: substituted sal_uLong with BitmapChecksumMarco Cecchetti