summaryrefslogtreecommitdiff
path: root/vcl/source/filter/sgfbram.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-14/+14
2016-06-06-Werror=unused-variableStephan Bergmann1-0/+10
2016-06-06vcl: "sgf" filter: replace manual byte-swapping with SvStream methodsMichael Stahl1-77/+53
2016-01-08Revert "vcl: move filter headers to vcl/inc/filter"Chris Sherlock1-2/+2
2016-01-08vcl: move filter headers to vcl/inc/filterChris Sherlock1-2/+2
2015-10-15cppcheck:variableScopeNoel Grandin1-3/+4
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-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-7/+7
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-2/+2
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann1-16/+16
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn1-2/+1
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-1/+1
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-1/+1
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-1/+1
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-1/+1
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-2/+0
2014-03-13Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-11/+11
2014-02-26Removed unnecessary comment decorations from VCL sourcesChris Sherlock1-18/+0
2014-02-26Remove visual noise from vclAlexander Wilms1-12/+12
2014-02-08coverity#1169866 Uninitialized scalar variableCaolán McNamara1-0/+5
2014-02-08coverity#1169872 Uninitialized scalar variableCaolán McNamara1-0/+5
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-9/+9
2014-01-27coverity#708316 Uninitialized scalar fieldCaolán McNamara1-1/+4
2014-01-25coverity#440936 Logically dead codeCaolán McNamara1-5/+1
2014-01-16Translate German comments to English in vcl/source/filter/sgfbram.cxxSven Wehner1-56/+56
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin1-22/+23
2013-06-02sal_Bool to boolTakeshi Abe1-18/+18
2013-02-24loplugin: unused variablesThomas Arnhold1-1/+0
2013-01-04Move GraphicFilter class to vcl.Jan Holesovsky1-0/+532