summaryrefslogtreecommitdiff
path: root/vcl/source/filter/graphicfilter.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-01-20accidentally ran make with VALGRIND set and walked away...Caolán McNamara1-12/+16
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann1-16/+16
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-5/+5
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin1-5/+5
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann1-3/+2
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+1
2014-11-12valgrind: logic for last-ditch svg detection is bustedCaolán McNamara1-1/+3
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-2/+2
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-2/+2
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-10-24loplugin: cstylecastNoel Grandin1-1/+1
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-3/+3
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-3/+3
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-3/+3
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-3/+3
2014-09-29loplugin: cstylecastNoel Grandin1-8/+8
2014-09-22Convenient function to compress a Graphic to PNG imageTomaž Vajngerl1-0/+12
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-0/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-06-04Avoid uninitialized memory read/compare on short reads.Michael Meeks1-1/+1
2014-05-23Resolves: #i124717# do not mark *.svm graphic files as *.bmp graphic filesOliver-Rainer Wittmann1-1/+1
2014-05-21Remove unnecessary GZCodec derivationStephan Bergmann1-4/+4
2014-05-01coverity#738861 Uninitialized pointer fieldCaolán McNamara1-1/+1
2014-04-16coverity#1202939 Uninitialized pointer fieldCaolán McNamara1-3/+4
2014-04-03vcl: sal_Bool->bool and cleanupNoel Grandin1-26/+24
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-11/+0
2014-04-02GraphicFilter::LoadGraphic: SAL_WARN -> SAL_INFOMiklos Vajna1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-31error: unused variable 'aReturnString'Matúš Kukan1-1/+1
2014-03-30Encase graphicsfilter warning in an #ifdefChris Sherlock1-0/+2
2014-03-30Clarify warning in graphicsfilterChris Sherlock1-1/+31
2014-03-28Use SAL_WARN_IF instead of DBG_WARNING2 and don't pass UTF-16 for %sTor Lillqvist1-4/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-3/+3
2014-03-12Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-6/+5
2014-03-07Avoid possible resource leaks with boost::scoped_ptrTakeshi Abe1-9/+6
2014-03-06coverity#1190353 Argument cannot be negativeCaolán McNamara1-2/+2
2014-03-06coverity#1190359 Resource leakCaolán McNamara1-5/+7
2014-03-03fdo#75487 Store svgz decompressed (as plain svg) in the document.Tomaž Vajngerl1-24/+40
2014-03-02Support svgz in graphicfilter (import image to document)Tomaž Vajngerl1-79/+97
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-2/+2
2014-02-27Resolves: #i15508# Added support for BMP file typeArmin Le Grand1-0/+7
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-3/+3
2014-02-23Remove unneccessary commentsAlexander Wilms1-3/+3
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-12/+12
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-3/+3
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-3/+3
2014-02-03typo: howeve -> howeverAndras Timar1-1/+1
2014-01-28bool improvementsStephan Bergmann1-1/+1