summaryrefslogtreecommitdiff
path: root/vcl/source/filter/graphicfilter2.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-12-07Fix typo in comments: et -> edTakeshi Abe1-1/+1
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-1/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-6/+6
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-2/+2
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-1/+1
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-0/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-08Revert "vcl: move filter headers to vcl/inc/filter"Chris Sherlock1-1/+1
2016-01-08vcl: move filter headers to vcl/inc/filterChris Sherlock1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-4/+0
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-3/+5
2015-05-23Remove include stdio (part6)Julien Nabet1-1/+0
2015-03-02convert GFF_ constants to enum classNoel Grandin1-55/+56
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann1-2/+2
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn1-2/+4
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin1-15/+15
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+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-07-11new loplugin: externalandnotdefinedNoel Grandin1-4/+1
2014-04-18Typo: s/cant/can't/Tor Lillqvist1-1/+1
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-2/+0
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-1/+1
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-106/+106
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-91/+91
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-2/+2
2013-08-12convert vcl/graphicfilter.hxx from String to OUStringNoel Grandin1-17/+17
2013-06-24Robustify GraphicDescriptor::ImpDetect* reading SvStream.Mark Wielaard1-84/+98
2013-05-23sal_Bool to boolTakeshi Abe1-10/+10
2013-05-19fdo#39468 Translate German comments - graphicfilterChristian M. Heller1-45/+39
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky1-2/+1
2013-01-04Move GraphicFilter class to vcl.Jan Holesovsky1-0/+1135