summaryrefslogtreecommitdiff
path: root/include/vcl/graph.hxx
AgeCommit message (Expand)AuthorFilesLines
2020-08-15remove constructor with plain Bitmap from Graphic, use BitmapExTomaž Vajngerl1-5/+1
2020-05-03use more compact namespace syntax in /includeNoel Grandin1-1/+1
2020-04-27Graphic: cleanup private, public declarations, remove friendTomaž Vajngerl1-11/+1
2020-04-12replace and remove VectorGraphicDataPtr typedef for the real typeTomaž Vajngerl1-2/+2
2020-03-18pdfium: support for pages when using PDF import with pdfiumTomaž Vajngerl1-2/+0
2020-03-17pdfium: Make Insert -> Image... use VectorGraphicData for PDF.Jan Holesovsky1-4/+0
2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin1-4/+4
2020-03-13vcl: warn about unused GraphicConversionParameters instancesMiklos Vajna1-1/+1
2020-03-04vcl: rename GetContext to GetReaderContext in GraphicTomaž Vajngerl1-2/+2
2020-02-11move GraphicReader class out of graph.hxxTomaž Vajngerl1-23/+1
2019-11-03make some classes module-privateNoel Grandin1-1/+1
2019-09-24Use lazy-loading stock Image to simplify framework image lists.Michael Meeks1-0/+2
2019-08-26loplugin:returnconstval in new pdf codeNoel Grandin1-1/+1
2019-08-25sd: unit-test to check that PDF stream is shared among Graphic instancesAshod Nakashian1-0/+1
2019-08-25pdfium: Returning a const std::shared_ptr<...>& is not recommended.Jan Holesovsky1-1/+1
2019-08-25pdfium: Use std::vector to hold the PdfData.Jan Holesovsky1-2/+2
2019-08-23Mark move ctors/assignments noexceptMike Kaganski1-2/+2
2019-08-22loplugin:constmethod in vclNoel Grandin1-1/+1
2019-05-22tdf#120837 File saving at least 5 times slowerNoel Grandin1-6/+1
2019-04-30drop Graphic::operator boolNoel Grandin1-2/+1
2019-04-28rename animate.hxx to animate/Animation.hxx, more changes followTomaž Vajngerl1-1/+1
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen1-4/+3
2018-09-14loplugin:constfields in vclNoel Grandin1-4/+4
2018-06-18vcl: share GfxLinkAshod Nakashian1-1/+1
2018-06-07vcl: svx: misc improvements to pdfium importingAshod Nakashian1-1/+1
2018-06-07sd: import PDFs as images using Pdfium new SdPdfFilterAshod Nakashian1-1/+5
2018-06-07pdf: share pdf data in GraphicAshod Nakashian1-2/+4
2018-05-31drop Graphic::GetBitmapNoel Grandin1-1/+0
2018-04-20Function to load graphic swapped out (loaded on demand)Tomaž Vajngerl1-0/+3
2018-04-16Make linked graphic register into LinkedManager againTomaž Vajngerl1-0/+2
2018-04-10graphic: rename Set{Get,Is}Link to Set{Get,Is}GfxLinkTomaž Vajngerl1-3/+3
2018-04-10remove swapping and link from GraphicObject and GraphicTomaž Vajngerl1-7/+0
2018-04-10vcl: detach usage and remove GraphicManager and GraphicCacheTomaž Vajngerl1-0/+2
2018-02-26bool cast operator for Graphic objectTomaž Vajngerl1-0/+2
2018-02-11Add origin URL to Graphic to remember where the image came fromTomaž Vajngerl1-0/+3
2018-02-01hash implementation for Graphic objects, for set/map useTomaž Vajngerl1-0/+18
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-07-27make animation loop sal_uInt32 consistentlyCaolán McNamara1-1/+1
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand1-3/+3
2017-05-08vcl: split jpeg import into two partsMiklos Vajna1-0/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin1-2/+2
2017-01-10defaults are good enoughCaolán McNamara1-1/+0
2017-01-09Related: coverity#1371305 unnecessary inheritenceCaolán McNamara1-2/+2
2017-01-01noone cares about the return from WriteGraphic eitherCaolán McNamara1-2/+2
2017-01-01noone cares about the return from ReadGraphicCaolán McNamara1-1/+1
2016-11-23loplugin field-can-be-private in include/vcl..xmlscriptNoel Grandin1-9/+7
2016-09-23coverity#1371156 Missing move assignment operatorCaolán McNamara1-0/+2
2016-09-23use std to impl this resource sharingCaolán McNamara1-2/+2
2016-09-15loplugin:countusersofdefaultparams in vclNoel Grandin1-1/+1