summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/impgraph.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-01-07handle also !mbPrepared Graphic correctly when parallel loadingLuboš Luňák1-32/+40
2020-12-30vcl: remove unneeded checkTomaž Vajngerl1-2/+1
2020-12-30vcl: remove {Read,Write}ImpGraphic and ImplExportNative from GraphicTomaž Vajngerl1-291/+1
2020-12-28ImpGraphic: inline loadPrepared as it is used only in one placeTomaž Vajngerl1-10/+8
2020-12-27ImplGraphic: set PrefSize, PrefMapMode without forcing a swap-inTomaž Vajngerl1-26/+16
2020-12-18throw exception in SvStream when reading past end of fileNoel1-8/+10
2020-12-16Fix typosAndrea Gelmini1-1/+1
2020-12-15graphic: Rework swapping algorithm to take GfxLink into accountTomaž Vajngerl1-405/+309
2020-12-06graphic: clean-up and simplify GetChecksum in ImpGraphicTomaž Vajngerl1-22/+18
2020-12-06graphic: clean-up switches GDIMetafile shouldn't be defaultTomaž Vajngerl1-88/+102
2020-12-06vcl: duplicate {Read,Write}ImpGraphic for swappingTomaž Vajngerl1-5/+263
2020-12-06vcl: remove the old (<5.0) graphic swap file versionTomaž Vajngerl1-98/+39
2020-12-06vcl: extract SwapFile impl. into its own class and use in GraphicTomaž Vajngerl1-34/+4
2020-10-19use tools::Long in vclNoel1-2/+2
2020-10-16try to make available all slide images using threadsLuboš Luňák1-5/+6
2020-10-06loplugin:const* make some params and methods constNoel1-5/+5
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák1-1/+1
2020-09-25ImpGraphic::swapOutContent: remove chaning when writing to streamTomaž Vajngerl1-4/+12
2020-09-25rename stream variable in swapInContent, swapInTomaž Vajngerl1-26/+26
2020-09-25ImpGraphic: rename Impl{Read,Write}Embedded - used only in swappingTomaž Vajngerl1-11/+8
2020-08-17vcl: save and load the page number when swapping the graphicTomaž Vajngerl1-1/+19
2020-08-15remove constructor with plain Bitmap from Graphic, use BitmapExTomaž Vajngerl1-11/+0
2020-06-27cid#1401342 Uncaught exceptionCaolán McNamara1-2/+2
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-17/+17
2020-04-28Fix typosAndrea Gelmini1-1/+1
2020-04-27ImpGraphic: rename ImplCreateSwapInfo and simplifyTomaž Vajngerl1-15/+16
2020-04-27ImpGraphic: move content of swapOutToStream into swapOutTomaž Vajngerl1-35/+26
2020-04-27ImpGraphic: move filename handling from swapout to ImpSwapFileTomaž Vajngerl1-23/+35
2020-04-27ImpGraphic: clean-up and simplify swapOut()Tomaž Vajngerl1-18/+20
2020-04-26ImpGraphic: encapsulate members of ImpSwapFileTomaž Vajngerl1-9/+18
2020-04-26Test swapping of GraphicTomaž Vajngerl1-0/+7
2020-04-26ImpGraphic: put ImpSwapFile destructor into the class bodyTomaž Vajngerl1-6/+5
2020-04-26ImpGraphic: rename maEx to maBitmapExTomaž Vajngerl1-65/+65
2020-04-26ImpGraphic: make magic bits for vector formats as constexprTomaž Vajngerl1-16/+17
2020-04-26remove Impl from swap method names in ImpGraphicTomaž Vajngerl1-22/+22
2020-04-24cid#1455212 Uncaught exceptionCaolán McNamara1-1/+2
2020-04-20flatten some code in ImpGraphNoel Grandin1-226/+222
2020-04-20should be using make_shared hereNoel Grandin1-1/+1
2020-04-16cid#1462265 Uncaught exceptionCaolán McNamara1-2/+2
2020-04-14tdf#131496 vcl image lazy load: speed up vector images with custom pref sizeMiklos Vajna1-13/+34
2020-04-12replace and remove VectorGraphicDataPtr typedef for the real typeTomaž Vajngerl1-3/+3
2020-04-12graphic: use UCBContentHelper to delete filesTomaž Vajngerl1-45/+3
2020-03-27graphic: sPdfDataCache is not used anymoreTomaž Vajngerl1-2/+0
2020-03-18pdfium: support for pages when using PDF import with pdfiumTomaž Vajngerl1-20/+14
2020-03-17pdfium: Make Insert -> Image... use VectorGraphicData for PDF.Jan Holesovsky1-67/+14
2020-03-05vcl: move read and write to/from GfxLink to TypeSerializerTomaž Vajngerl1-2/+5
2020-02-25vcl: move GraphicID out of impgraph.{cxx,hxx}Tomaž Vajngerl1-83/+0
2020-02-11move GraphicReader class out of graph.hxxTomaž Vajngerl1-35/+0
2020-01-24loplugin:makeshared in svgio..writerperfectNoel Grandin1-1/+1
2020-01-24no need for these to be heap-allocatedNoel Grandin1-10/+10