summaryrefslogtreecommitdiff
path: root/vcl/source/filter/graphicfilter.cxx
AgeCommit message (Expand)Author
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
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-27Resolves: #i15508# Added support for BMP file typeArmin Le Grand
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-02-03typo: howeve -> howeverAndras Timar
2014-01-28bool improvementsStephan Bergmann
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2014-01-17Be explicit when using bool as integral value (as Link return value)Stephan Bergmann
2013-12-13WaE: statement aligned ... [loplugin]Tor Lillqvist
2013-12-13fdo#70338 : Fixed file corruption issue after save for docx.Sushil Shinde
2013-11-14Minor clean-upStephan Bergmann
2013-11-12svtools.filter -> vcl.filterCaolán McNamara
2013-11-07remove unnecessary use of OUString constructor in VCL moduleNoel Grandin
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist
2013-08-12fix android build after my XubString->OUString changesNoel Grandin
2013-08-12convert vcl/source/filter/FilterConfigCache.hxx from String to OUStringNoel Grandin
2013-08-12convert vcl/graphicfilter.hxx from String to OUStringNoel Grandin
2013-07-15fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa
2013-06-29SVGWriter can now be initialized properly. Removing some strange code peaces.SJacobi