summaryrefslogtreecommitdiffstats
path: root/vcl/source/filter/sgfbram.cxx
Commit message (Expand)AuthorAgeFilesLines
* cppcheck:variableScopeNoel Grandin2015-10-151-3/+4
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-2/+2
* automated VclPtrInstance conversion.Michael Meeks2015-04-101-1/+1
* cure a lot of unfortunate ScopedVclPtrs.Michael Meeks2015-04-101-1/+1
* start wrapping OutputDevice in VclPtrNoel Grandin2015-04-101-7/+7
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-231-2/+2
* Some more loplugin:cstylecast: vclStephan Bergmann2015-01-201-16/+16
* fdo#39440 vcl: reduce scope of local variablesMichael Weghorn2015-01-191-2/+1
* vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl2014-11-141-0/+1
* Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2014-10-231-1/+1
* Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky2014-10-231-1/+1
* fdo#84854 it seems long is not enough on 32 bitDavid Tardon2014-10-161-1/+1
* fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2014-10-091-1/+1
* Kill superfluous vertical whitespaceTor Lillqvist2014-04-021-2/+0
* Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe2014-03-131-11/+11
* Removed unnecessary comment decorations from VCL sourcesChris Sherlock2014-02-261-18/+0
* Remove visual noise from vclAlexander Wilms2014-02-261-12/+12
* coverity#1169866 Uninitialized scalar variableCaolán McNamara2014-02-081-0/+5
* coverity#1169872 Uninitialized scalar variableCaolán McNamara2014-02-081-0/+5
* convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-041-9/+9
* coverity#708316 Uninitialized scalar fieldCaolán McNamara2014-01-271-1/+4
* coverity#440936 Logically dead codeCaolán McNamara2014-01-251-5/+1
* Translate German comments to English in vcl/source/filter/sgfbram.cxxSven Wehner2014-01-161-56/+56
* convert SvStream::operator<< overloads to more explicit methodsNoel Grandin2014-01-161-22/+23
* sal_Bool to boolTakeshi Abe2013-06-021-18/+18
* loplugin: unused variablesThomas Arnhold2013-02-241-1/+0
* Move GraphicFilter class to vcl.Jan Holesovsky2013-01-041-0/+532