summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/gfxlink.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-03-08Simplify usage of BinaryDataContainerMike Kaganski1-10/+0
2022-07-13clang-tidy modernize-pass-by-value in vclNoel Grandin1-2/+3
2022-04-29use more string_view in INetURLObjectNoel Grandin1-1/+1
2022-01-31support for the WebP image format (tdf#114532)Luboš Luňák1-0/+1
2021-09-30loplugin:constmethod handle more casesNoel Grandin1-1/+1
2021-05-11change usage of boost::hash_combine to o3tl::hash_combineTomaž Vajngerl1-2/+2
2020-12-28vcl: add BinaryDataContainer and change GfxLink to use itTomaž Vajngerl1-36/+28
2020-04-17cid#1462264 Uninitialized scalar fieldCaolán McNamara1-0/+2
2020-04-09tdf#104878 speed up GfxLink compareNoel Grandin1-15/+33
2020-03-05vcl: move read and write to/from GfxLink to TypeSerializerTomaž Vajngerl1-71/+0
2020-03-05vcl: put first and last native type into GfxLinkType enumTomaž Vajngerl1-1/+1
2019-09-29Move Rectangle,Point,Size serialization to GenericTypeSerializerTomaž Vajngerl1-2/+7
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen1-3/+0
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen1-1/+0
2019-07-23loplugin:unusedmethodsNoel Grandin1-46/+1
2019-07-17loplugin:unusedmethodsNoel Grandin1-28/+0
2019-06-17At least log errors in GfxLink::GetSwapInDataStephan Bergmann1-3/+15
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+2
2018-10-06inline GfxLink::SwapInNoel Grandin1-15/+8
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-19tdf#103913 keep ".emf" file extension and mime typeLászló Németh1-0/+16
2018-04-20Function to load graphic swapped out (loaded on demand)Tomaž Vajngerl1-28/+37
2018-01-15More loplugin:cstylecast: vclStephan Bergmann1-2/+2
2017-09-29convert GfxLink::IsEqual to operator==Noel Grandin1-1/+1
2017-08-18loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke1-1/+0
2017-04-02we're either reading or writing, not bothCaolán McNamara1-2/+2
2017-04-02SwapOutData url is always a file urlCaolán McNamara1-19/+9
2017-03-16reinstate utl::TempFile changeCaolán McNamara1-6/+6
2017-03-15rollback utl::TempFile changeCaolán McNamara1-6/+6
2017-03-15utl::TempFile can give a stream directly without bringing ucb into itCaolán McNamara1-6/+6
2017-03-10ofz#786 avoid svm oomCaolán McNamara1-4/+10
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-08-30default dtors are fine hereCaolán McNamara1-4/+0
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-2/+2
2016-06-17convert DBG_ASSERT in vclNoel Grandin1-1/+1
2016-06-08Simplify GfxLink using smart pointersMark Page1-162/+67
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-6/+6
2016-05-31Convert GfxLinkType to scoped enumNoel Grandin1-11/+11
2016-05-24Revert "Simplify GfxLink using std::shared_ptr to clarify ownership"Stephan Bergmann1-65/+160
2016-05-23Simplify GfxLink using std::shared_ptr to clarify ownershipMark Page1-160/+65
2016-03-23tdf#98600 and tdf#98622 fix metafile parsing (part2)Noel Grandin1-0/+4
2016-03-17loplugin:constantparam in toolsNoel Grandin1-1/+1
2016-03-16loplugin:constantparams in vcl/Noel Grandin1-13/+4
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin1-10/+10
2016-02-22loplugin:commaoperator in vcl/Noel Grandin1-1/+4
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-11-11new loplugin: memoryvarNoel Grandin1-6/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-13/+13
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin1-0/+1