summaryrefslogtreecommitdiff
path: root/vcl/source/filter/sgvmain.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-1/+1
2016-06-06vcl: "sgv" filter: replace more byteswapping with SvStream methodsMichael Stahl1-16/+10
2016-06-02vcl: remove pointless checkMichael Stahl1-4/+0
2016-06-02vcl: fix "sgv" import filter on 64-bit MSVCMichael Stahl1-132/+216
2016-01-08Revert "vcl: move filter headers to vcl/inc/filter"Chris Sherlock1-4/+4
2016-01-08vcl: move filter headers to vcl/inc/filterChris Sherlock1-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-15cppcheck:variableScopeNoel Grandin1-2/+1
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-6/+0
2015-09-08loplugin:mergeclass, merge BiNode with NameNode, Obj0Type with ObjkTypeNoel Grandin1-2/+0
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-4/+4
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-2/+2
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-1/+1
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann1-14/+14
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+1
2014-11-04some random renaming of Wink fields -> AngleNoel Grandin1-6/+6
2014-11-04rename DrehWink to RotationAngleNoel Grandin1-16/+16
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-09-30fdo#82577: Handle RegionNoel Grandin1-8/+8
2014-08-07coverity#1202907 Uninitialized scalar variableCaolán McNamara1-1/+0
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin1-1/+2
2014-04-16coverity#1202907 Uninitialized scalar variableCaolán McNamara1-0/+1
2014-04-14remove commented out codeThomas Arnhold1-1/+0
2014-04-14InArbeit is unusedThomas Arnhold1-7/+0
2014-04-05Translated variable name to English nZchPos => nCharPosLuc Castermans1-4/+4
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-3/+0
2014-02-26Removed unnecessary comment decorations from VCL sourcesChris Sherlock1-81/+0
2014-02-26Remove visual noise from vclAlexander Wilms1-14/+14
2014-02-08coverity#1169868 Uninitialized scalar variableCaolán McNamara1-0/+4
2014-02-07remove germanism: bEnde -> bEndThomas Arnhold1-4/+4
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-29/+29
2014-01-28bool improvementsStephan Bergmann1-2/+2
2014-01-28coverity#440938 Logically dead codeCaolán McNamara1-5/+1
2014-01-27coverity#440937 Logically dead codeCaolán McNamara1-1/+1
2014-01-20Translated German comments (in 20 yr old code...)Luc Castermans1-50/+47
2013-08-12convert String to OUString in VCLNoel Grandin1-3/+3
2013-06-02sal_Bool to boolTakeshi Abe1-13/+13
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2013-03-27-Wunused-macrosStephan Bergmann1-0/+3
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl1-4/+4
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky1-1/+1
2013-01-04Move GraphicFilter class to vcl.Jan Holesovsky1-0/+966