summaryrefslogtreecommitdiff
path: root/vcl/source/filter/wmf
AgeCommit message (Expand)AuthorFilesLines
2015-10-23take the world scaling factor for fonts, but not the rotationCaolán McNamara1-2/+12
2015-10-15cppcheck:variableScopeNoel Grandin1-3/+2
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-3/+4
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-10-02loplugin:unusedmethods in vclNoel Grandin1-2/+0
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-2/+2
2015-09-30Fix typosAndrea Gelmini2-3/+3
2015-09-29coverity#1242704 Untrusted loop boundCaolán McNamara1-1/+6
2015-09-04clang-tidy clang-analyzer-deadcode.DeadStoresStephan Bergmann1-6/+0
2015-08-31tdf#93750 allow for EMF+ record padding up to 11 bytesMike Kaganski1-5/+5
2015-08-31check stream statusCaolán McNamara1-1/+1
2015-08-27don't loop on overly-short nEndPosCaolán McNamara1-5/+14
2015-08-17tdf#93284 vcl: fix VirtualDevice leaks in the WMF filterMiklos Vajna1-3/+3
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud8-77/+75
2015-08-14limit access to dx array to min of input len and len of arrayCaolán McNamara1-18/+15
2015-08-12another avoid endless loop with busted wmfCaolán McNamara1-3/+4
2015-08-11loplugin: defaultparamsNoel Grandin3-11/+11
2015-07-19Fix some downcast warnings and reduce scope of variablesMatteo Casalin1-15/+11
2015-07-19sal_uInt16 suffices here, and suppresses a downcast warningMatteo Casalin2-4/+4
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin1-1/+1
2015-07-13fix a third emf crashCaolán McNamara1-1/+3
2015-07-13emf: fix another hangCaolán McNamara1-2/+2
2015-07-13emf: fix hangCaolán McNamara1-1/+1
2015-07-13emf: test for empty polygonsCaolán McNamara1-11/+15
2015-07-12emf: test for negative numbersCaolán McNamara1-1/+1
2015-07-10vcl: remove boost/signal2/signal.hpp from headerMichael Stahl1-0/+2
2015-07-10fix potential hang hereCaolán McNamara1-8/+13
2015-07-10avoid endless loop with busted wmfCaolán McNamara1-3/+7
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe4-20/+20
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin2-8/+8
2015-05-28new clang plugin: loopvartoosmallNoel Grandin3-5/+5
2015-05-26tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks1-1/+1
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara2-4/+4
2015-05-15tdf#91254: draw missing EMF hairlines with linecap settingsLászló Németh1-4/+10
2015-05-15window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::TransparentCaolán McNamara2-2/+2
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin2-112/+114
2015-05-10tdf#74301: WMF: use LibreOffice locale on OEM_CHARSET/DEFAULT_CHARSETMike Kaganski1-1/+1
2015-05-05vcl: rename conflicting defintion of TRANSPARENT remove it from postwin.hMichael Stahl2-3/+3
2015-05-05tdf#90539 special case for EMF placeholder icon of OLE objectAndras Timar1-0/+9
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks5-84/+82
2015-04-20vcl: convert new to ::CreateMichael Meeks1-1/+1
2015-04-10automated VclPtrInstance conversion.Michael Meeks1-7/+4
2015-04-10wrap more stuff in VclPtrNoel Grandin1-2/+2
2015-04-10vclptr: various mistakes fixed, and more ptr types converted.Michael Meeks1-1/+2
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin4-60/+60
2015-04-10vcl: fix virtual device lifecycle.Michael Meeks1-20/+20
2015-04-09more verbose debug message from WMFWriter::WriteRecordsAndras Timar1-1/+4
2015-04-02loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-01loplugin:staticfunctionNoel Grandin1-1/+1