summaryrefslogtreecommitdiff
path: root/vcl/source/filter/wmf
AgeCommit message (Expand)AuthorFilesLines
2017-02-08Resolves: tdf#94457 our EmfPlusSetPageTransform is malformedCaolán McNamara1-1/+0
2017-02-08ofz#439 protect against 0 len textCaolán McNamara1-2/+2
2017-02-08Resolves: ofz#313 cbBmiSrc > getDIBV5HeaderSizeCaolán McNamara1-4/+13
2017-02-08valgrind: stick 0 at end of successfully read dataCaolán McNamara1-2/+3
2016-07-20vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2016-07-20Fix typosAndrea Gelmini1-1/+1
2016-07-20vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock3-5/+5
2016-07-20Fix typosAndrea Gelmini2-3/+3
2016-03-15tdf#79679 vcl: dashed lines show as solid lines when importing EMF filesChris Sherlock4-37/+17
2016-03-15vcl: move graph.[hx]xx to graphic.[hc]xxChris Sherlock3-3/+3
2016-03-06vcl: fix winmtf.hxx file to include constantsChris Sherlock1-4/+5
2016-03-06Fix the import of line joins and caps from EMF filesStephan van den Akker1-2/+34
2016-03-01Improve the import of pen styles from EMF filesStephan van den Akker1-12/+24
2016-02-05tdf#91017 Enhance WMF import of EMR_ALPHABLEND actionArmin Le Grand3-45/+181
2016-01-26valgrind: memleak on thrown exceptionCaolán McNamara4-12/+10
2015-11-24loplugin:unusedfields in vcl/Noel Grandin1-2/+1
2015-11-18com::sun::star->css in vcl/Noel Grandin4-8/+8
2015-11-11tdf#93243 replace boost::bind with c++11 lambdas in vcl/source treeFabio Buso2-20/+28
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann8-38/+38
2015-11-06vcl: WinMtfOutput: replace the other mutable static with a member tooMichael Stahl2-3/+3
2015-11-06compilerplugins: enhance "badstatics" plugin to find membersMichael Stahl2-3/+3
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