summaryrefslogtreecommitdiff
path: root/vcl/source/filter/graphicfilter.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin1-1/+2
2015-10-27loplugin:unusedmethodsNoel Grandin1-22/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-3/+3
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-4/+0
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+1
2015-09-30maSvgDataArray only populates a uno::Sequence, so use that insteadCaolán McNamara1-8/+8
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-4/+4
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-5/+0
2015-09-24convert Link<> to typedNoel Grandin1-37/+34
2015-09-11vcl: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann1-2/+1
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+1
2015-06-03graphicfilter: store the funky animated GIF in a PNG as a GIFTomaž Vajngerl1-10/+18
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-21convert CVT constants to scoped enumNoel Grandin1-11/+11
2015-05-14convert GRFILTER_I_FLAGS to scoped enumNoel Grandin1-9/+9
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-04-10automated VclPtrInstance conversion.Michael Meeks1-1/+1
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks1-1/+1
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin1-8/+8
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-5/+5
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-5/+5
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-12/+12
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