summaryrefslogtreecommitdiff
path: root/svtools/source/graphic/grfcache.cxx
AgeCommit message (Expand)Author
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl
2018-02-13pass originURL to the substitue graphic - work-aroundTomaž Vajngerl
2018-02-08Modernize a bit svtoolsJulien Nabet
2018-01-15More loplugin:cstylecast: svtoolsStephan Bergmann
2018-01-12More loplugin:cstylecast: svtoolsStephan Bergmann
2017-12-19svtools: Use std::unique_ptr for GraphicCacheEntryTakeshi Abe
2017-11-22loplugin:flatten in svtoolsNoel Grandin
2017-09-06Replace some lists by vectors in svtoolsJulien Nabet
2017-08-25loplugin:unusedmethodsNoel Grandin
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-07-28loplugin:constparams handle constructorsNoel Grandin
2017-07-19loplugin:constparams in svtoolsNoel Grandin
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand
2017-06-19add more debug names for scheduled eventsLászló Németh
2017-06-05Improved loplugin:cstylecast to reference types: svtoolsStephan Bergmann
2017-05-05loplugin:checkunusedparams in svtoolsNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-13vcl pdf import: use pdfium instead of draw_pdf_importMiklos Vajna
2017-01-25loplugin: unnecessary destructor svl..svtoolsNoel Grandin
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-05tdf#100442 use unordered_set for GraphicManager's maObjListAron Budea
2016-09-05convert RasterOp to scoped enumNoel Grandin
2016-06-28svtools: survive swapout/in of graphic with embedded pdfMiklos Vajna
2016-05-31Convert GfxLinkType to scoped enumNoel Grandin
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-03-23loplugin:constantparm in svtoolsNoel Grandin
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin
2016-02-23new loplugin: commaoperatorNoel Grandin
2016-01-28Resolves: tdf#96580 Sequence::get doesn't return the start of the dataCaolán McNamara
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-16boost->stdCaolán McNamara
2015-09-16tdf#94228 vcl: replace BOOST_PP with templatesDaniel Robertson
2015-09-10convert Link<> to typedNoel Grandin
2015-09-01Fixed a bug the 64-bit checksum switch code was affected byMarco Cecchetti
2015-09-01switch to 64-bit checksum: fixed a missed substitutionMarco Cecchetti
2015-09-01Switching to 64-bit checksum: substituted sal_uLong with BitmapChecksumMarco Cecchetti
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-08-12cppcheck: noCopyConstructorCaolán McNamara
2015-07-12Optimize a bit GraphicCache::GetUniqueIDJulien Nabet
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-10tdf#91727 - Unwind non-dispatch of idle handlers.Michael Meeks
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin
2015-05-15window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::TransparentCaolán McNamara