summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/gfxlink.cxx
AgeCommit message (Expand)Author
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
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-12-18vcl: Use appropriate OUString functions on string constantsStephan Bergmann
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-09Avoid possible resource leaks with boost::scoped_ptrTakeshi Abe
2014-02-27Resolves: #i15508# Added support for BMP file typeArmin Le Grand
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-01-28bool improvementsStephan Bergmann
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2013-08-12convert String to OUString in VCLNoel Grandin