summaryrefslogtreecommitdiff
path: root/vcl/source/filter/graphicfilter.cxx
AgeCommit message (Expand)Author
2015-05-14convert GRFILTER_I_FLAGS to scoped enumNoel Grandin
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-10automated VclPtrInstance conversion.Michael Meeks
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
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-20accidentally ran make with VALGRIND set and walked away...Caolán McNamara
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl
2014-11-12valgrind: logic for last-ditch svg detection is bustedCaolán McNamara
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-24loplugin: cstylecastNoel Grandin
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-22Convenient function to compress a Graphic to PNG imageTomaž Vajngerl
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-04Avoid uninitialized memory read/compare on short reads.Michael Meeks
2014-05-23Resolves: #i124717# do not mark *.svm graphic files as *.bmp graphic filesOliver-Rainer Wittmann
2014-05-21Remove unnecessary GZCodec derivationStephan Bergmann
2014-05-01coverity#738861 Uninitialized pointer fieldCaolán McNamara
2014-04-16coverity#1202939 Uninitialized pointer fieldCaolán McNamara
2014-04-03vcl: sal_Bool->bool and cleanupNoel Grandin
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-04-02GraphicFilter::LoadGraphic: SAL_WARN -> SAL_INFOMiklos Vajna
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-31error: unused variable 'aReturnString'Matúš Kukan
2014-03-30Encase graphicsfilter warning in an #ifdefChris Sherlock
2014-03-30Clarify warning in graphicsfilterChris Sherlock
2014-03-28Use SAL_WARN_IF instead of DBG_WARNING2 and don't pass UTF-16 for %sTor Lillqvist
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-12Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-03-07Avoid possible resource leaks with boost::scoped_ptrTakeshi Abe
2014-03-06coverity#1190353 Argument cannot be negativeCaolán McNamara
2014-03-06coverity#1190359 Resource leakCaolán McNamara
2014-03-03fdo#75487 Store svgz decompressed (as plain svg) in the document.Tomaž Vajngerl
2014-03-02Support svgz in graphicfilter (import image to document)Tomaž Vajngerl