summaryrefslogtreecommitdiffstats
path: root/vcl/source/filter/wmf/enhwmf.cxx
Commit message (Expand)AuthorAgeFilesLines
* emfplus: completed isolation/migration of Emf/WmfArmin Le Grand2017-07-151-1967/+0
* loplugin:oncevar in vclNoel Grandin2017-06-281-2/+1
* loplugin:unusedfields in vcl part2Noel Grandin2017-06-171-4/+6
* ofz#1612 avoid oomCaolán McNamara2017-05-151-0/+2
* drop old WinMtfOutput::DrawPolygon methodNoel Grandin2017-04-241-4/+4
* std::unique[]->std::vectorCaolán McNamara2017-04-091-7/+7
* make this more readableCaolán McNamara2017-04-091-29/+32
* ofz#1069 avoid oomCaolán McNamara2017-04-081-0/+2
* Read number of polylines as UInt32 according to documentationBartosz Kosiorek2017-04-071-12/+12
* Get rid of magic numbersBartosz Kosiorek2017-04-011-15/+30
* tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2017-03-311-14/+14
* ofz#797 truncate broken polygon to amount readCaolán McNamara2017-03-101-0/+4
* loplugin:loopvartoosmallStephan Bergmann2017-03-081-1/+1
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-311-1/+1
* Add support for ETO_PDY in WMF/EMFMike Kaganski2016-12-291-35/+47
* tdf#39894: Metafile: use distance from last char cell to nextMike Kaganski2016-12-271-6/+9
* Resolves: ofz#313 cbBmiSrc > getDIBV5HeaderSizeCaolán McNamara2016-12-221-4/+13
* teach sallogareas plugin to catch inconsistenciesNoel Grandin2016-12-151-2/+2
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-151-2/+2
* convert LineStyle to scoped enumNoel Grandin2016-09-051-12/+12
* convert DBG_ASSERT in vclNoel Grandin2016-06-171-1/+1
* tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl2016-06-061-11/+11
* Convert ComplexTextLayoutMode to scoped enumNoel Grandin2016-06-031-2/+2
* Convert MTF R2 constants to scoped enumNoel Grandin2016-05-301-1/+1
* Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2016-05-101-0/+6
* Update the wmf filter to simplify object ownershipMark Page2016-05-091-16/+17
* tdf#97966 Drop 'static' keywordsWastack2016-04-011-1/+1
* tdf#79679 vcl: dashed lines show as solid lines when importing EMF filesChris Sherlock2016-03-041-22/+4
* Fix the import of line joins and caps from EMF filesStephan van den Akker2016-03-021-2/+34
* Improve the import of pen styles from EMF filesStephan van den Akker2016-02-261-12/+24
* tdf#91017 Enhance WMF import of EMR_ALPHABLEND actionArmin Le Grand2016-01-291-17/+89
* valgrind: memleak on thrown exceptionCaolán McNamara2016-01-211-3/+3
* Fix typosAndrea Gelmini2016-01-101-1/+1
* Revert "vcl: move filter headers to vcl/inc/filter"Chris Sherlock2016-01-081-1/+1
* vcl: move filter headers to vcl/inc/filterChris Sherlock2016-01-081-1/+1
* loplugin:unusedfieldsNoel Grandin2015-12-241-3/+3
* com::sun::star->css in vcl/Noel Grandin2015-11-181-3/+3
* tdf#93243 replace boost::bind with c++11 lambdas in vcl/source treeFabio Buso2015-11-111-15/+27
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-1/+1
* remove old standalone Sun bug numbersNoel Grandin2015-10-011-2/+2
* clang-tidy clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-09-041-6/+0
* tdf#93750 allow for EMF+ record padding up to 11 bytesMike Kaganski2015-08-311-5/+5
* don't loop on overly-short nEndPosCaolán McNamara2015-08-271-5/+14
* Put Polygon from tools under tools:: namespaceNorbert Thiebaud2015-08-171-7/+7
* limit access to dx array to min of input len and len of arrayCaolán McNamara2015-08-141-18/+15
* another avoid endless loop with busted wmfCaolán McNamara2015-08-121-3/+4
* loplugin: defaultparamsNoel Grandin2015-08-111-1/+1
* fix a third emf crashCaolán McNamara2015-07-131-1/+3
* emf: fix another hangCaolán McNamara2015-07-131-2/+2
* emf: fix hangCaolán McNamara2015-07-131-1/+1