summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/gfxlink.cxx
AgeCommit message (Expand)Author
2021-09-30loplugin:constmethod handle more casesNoel Grandin
2021-05-11change usage of boost::hash_combine to o3tl::hash_combineTomaž Vajngerl
2020-12-28vcl: add BinaryDataContainer and change GfxLink to use itTomaž Vajngerl
2020-04-17cid#1462264 Uninitialized scalar fieldCaolán McNamara
2020-04-09tdf#104878 speed up GfxLink compareNoel Grandin
2020-03-05vcl: move read and write to/from GfxLink to TypeSerializerTomaž Vajngerl
2020-03-05vcl: put first and last native type into GfxLinkType enumTomaž Vajngerl
2019-09-29Move Rectangle,Point,Size serialization to GenericTypeSerializerTomaž Vajngerl
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen
2019-07-23loplugin:unusedmethodsNoel Grandin
2019-07-17loplugin:unusedmethodsNoel Grandin
2019-06-17At least log errors in GfxLink::GetSwapInDataStephan Bergmann
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-06inline GfxLink::SwapInNoel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-06-19tdf#103913 keep ".emf" file extension and mime typeLászló Németh
2018-04-20Function to load graphic swapped out (loaded on demand)Tomaž Vajngerl
2018-01-15More loplugin:cstylecast: vclStephan Bergmann
2017-09-29convert GfxLink::IsEqual to operator==Noel Grandin
2017-08-18loplugin:unnecessaryparenNoel Grandin
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2017-04-02we're either reading or writing, not bothCaolán McNamara
2017-04-02SwapOutData url is always a file urlCaolán McNamara
2017-03-16reinstate utl::TempFile changeCaolán McNamara
2017-03-15rollback utl::TempFile changeCaolán McNamara
2017-03-15utl::TempFile can give a stream directly without bringing ucb into itCaolán McNamara
2017-03-10ofz#786 avoid svm oomCaolán McNamara
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-08-30default dtors are fine hereCaolán McNamara
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-06-08Simplify GfxLink using smart pointersMark Page
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-05-31Convert GfxLinkType to scoped enumNoel Grandin
2016-05-24Revert "Simplify GfxLink using std::shared_ptr to clarify ownership"Stephan Bergmann
2016-05-23Simplify GfxLink using std::shared_ptr to clarify ownershipMark Page
2016-03-23tdf#98600 and tdf#98622 fix metafile parsing (part2)Noel Grandin
2016-03-17loplugin:constantparam in toolsNoel Grandin
2016-03-16loplugin:constantparams in vcl/Noel Grandin
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin
2016-02-22loplugin:commaoperator in vcl/Noel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-11new loplugin: memoryvarNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin
2015-05-21convert CVT constants to scoped enumNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann