summaryrefslogtreecommitdiff
path: root/svtools/source/graphic/grfcache.cxx
AgeCommit message (Expand)Author
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
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-06Timer: Reversed some Idles to TimerTobias Madl
2015-02-22More improvements of graphic cache size handlingZolnai Tamás
2014-12-09Changed Idle Timers. into IdleTobias Madl
2014-11-21maDocFileURLStr is always emptyZolnai Tamás
2014-09-29loplugin: cstylecastNoel Grandin
2014-05-16fix memory leak on pasting metafiles into writerCaolán McNamara
2014-05-08svtools: sal_Bool->boolNoel Grandin
2014-04-09Remove unused codeStephan Bergmann
2014-03-03Use cstdlib std::abs instead of stdlib.h absStephan Bergmann
2014-02-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
2013-10-01Fix iterator managementJulien Nabet
2013-08-22convert svtools/source/graphic/* from String to OUStringNoel Grandin
2013-08-15Revert "fdo#63926 - remove extra include paths in svtools/ and sfx2/"Michael Stahl
2013-08-06fdo#63926 - remove extra include paths in svtools/ and sfx2/Radu Ioan
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-16Bin more pointless comments and ASCII graphicsTor Lillqvist
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-08-15-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
2012-08-08Convert from tools/list.hxx to std::list in GraphicCacheNoel Grandin
2012-06-22make it possible to cache the resulting pixmap with a metafileLuboš Luňák
2011-11-27remove include of pch header from svtoolsNorbert Thiebaud
2011-11-26Remove some uses of OUString::setCharAtAugust Sodora
2011-09-22ByteString->rtl::OString[Buffer]Caolán McNamara
2011-09-19ditch ByteString::*Buffer*Caolán McNamara
2011-08-24Fixed a crasher in cppunittest in sw, sd and sc on Windows.Kohei Yoshida
2011-08-21Replace List with std::list< GraphicCacheEntry* >Joseph Powers
2011-08-12update list, ditch newbiesCaolán McNamara