summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/impgraph.cxx
AgeCommit message (Expand)Author
2020-11-26pdf: workaround to disable swapping of PDF graphic filesTomaž Vajngerl
2020-08-19vcl: save and load the page number when swapping the graphicTomaž Vajngerl
2020-08-19Test swapping of GraphicTomaž Vajngerl
2020-06-06graphic: sPdfDataCache is not used anymoreTomaž Vajngerl
2020-06-06pdfium: support for pages when using PDF import with pdfiumTomaž Vajngerl
2020-06-06pdfium: Make Insert -> Image... use VectorGraphicData for PDF.Jan Holesovsky
2020-06-06vcl: move GraphicID out of impgraph.{cxx,hxx}Tomaž Vajngerl
2020-06-06move GraphicReader class out of graph.hxxTomaž Vajngerl
2020-04-25tdf#131496 vcl image lazy load: speed up vector images with custom pref sizeMiklos Vajna
2019-11-19tdf#128632 vcl image lazy-load: take unit into account when setting sizeMiklos Vajna
2019-11-03size some stringbuffer to prevent re-allocNoel Grandin
2019-11-01Fix use of uninitialised variableLuke Deller
2019-10-31Fix IsTransparent() for unloaded graphicsLuke Deller
2019-10-01tdf#127446 vcl image lazy-load: fix custom size handling of metafilesMiklos Vajna
2019-09-29Move Rectangle,Point,Size serialization to GenericTypeSerializerTomaž Vajngerl
2019-08-26loplugin:returnconstval in new pdf codeNoel Grandin
2019-08-25sd: unit-test to check that PDF stream is shared among Graphic instancesAshod Nakashian
2019-08-25pdfium: Returning a const std::shared_ptr<...>& is not recommended.Jan Holesovsky
2019-08-25pdfium: Use std::vector to hold the PdfData.Jan Holesovsky
2019-08-25pdfium: Delay the swap out.Jan Holesovsky
2019-08-25pdfium: Keep the PDF data in memory, so that we can really share them.Jan Holesovsky
2019-08-23Mark move ctors/assignments noexceptMike Kaganski
2019-08-22loplugin:constmethod in vclNoel Grandin
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen
2019-07-05tdf#121740 improve ppt load time on windows, reduce image swapoutNoel Grandin
2019-06-11tdf#125591 DOC import: lazy-load metafiles with explicit sizeMiklos Vajna
2019-05-22tdf#120837 File saving at least 5 times slowerNoel Grandin
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen
2018-09-09Revert "clang-tidy performance-move-const-arg"Noel Grandin
2018-09-06clang-tidy performance-move-const-argNoel Grandin
2018-08-16tdf#117797 guard access to mpSwapFile as it may not be setTomaž Vajngerl
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin
2018-06-21use more OutputDevice::GetBitmapExNoel Grandin
2018-06-18vcl: share GfxLinkAshod Nakashian
2018-06-07vcl: svx: misc improvements to pdfium importingAshod Nakashian
2018-06-07sd: render the correct PDF page on swapping inAshod Nakashian
2018-06-07sd: support breaking any PDF pageAshod Nakashian
2018-06-07svx: support breaking PDFs imported as imagesAshod Nakashian
2018-06-07vcl: svx: preserve the imported PDF page number in GraphicAshod Nakashian
2018-06-07sd: import PDFs as images using Pdfium new SdPdfFilterAshod Nakashian
2018-06-07pdf: share pdf data in GraphicAshod Nakashian
2018-05-20tdf#117502 fix graphical bullets for OOXML and RTFTomaž Vajngerl
2018-05-12tdf#117427 missing API for determining and loading linked graphicTomaž Vajngerl
2018-04-23vcl: avoid swap in when Graphic::GetSizePixel() is calledMiklos Vajna
2018-04-20DOCX import: lazy-read images without external headersMiklos Vajna