summaryrefslogtreecommitdiff
path: root/vcl/source/filter/wmf/winwmf.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-07-15emfplus: completed isolation/migration of Emf/WmfArmin Le Grand1-1833/+0
2017-07-05new loplugin unnecessaryparenNoel Grandin1-2/+2
2017-06-17loplugin:unusedfields in vcl part2Noel Grandin1-7/+4
2017-04-24drop old WinMtfOutput::DrawPolygon methodNoel Grandin1-1/+1
2017-04-02ofz: avoid oomCaolán McNamara1-5/+12
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-24/+24
2017-03-08loplugin:loopvartoosmallStephan Bergmann1-1/+1
2017-03-03ofz: avoid oomCaolán McNamara1-1/+7
2017-02-24ofz: slow unitCaolán McNamara1-0/+8
2017-02-24clarify this code a little bitCaolán McNamara1-5/+6
2016-12-29Add support for ETO_PDY in WMF/EMFMike Kaganski1-6/+14
2016-12-27tdf#39894: Metafile: use distance from last char cell to nextMike Kaganski1-24/+30
2016-12-22valgrind: stick 0 at end of successfully read dataCaolán McNamara1-2/+2
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-4/+4
2016-12-10oss-fuzz: handle W_META_CREATEFONTINDIRECT like EMR_EXTCREATEFONTINDIRECTWCaolán McNamara1-1/+2
2016-12-09oss-fuzz we don't want this stream to automatically resize on seeks past endCaolán McNamara1-1/+1
2016-12-05Change Read/Write access to Scoped Read/Write accessMark Page1-6/+4
2016-10-05convert MapUnit to scoped enumNoel Grandin1-2/+2
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-09-05convert LineStyle to scoped enumNoel Grandin1-6/+6
2016-06-27loplugin:singlevalfields in vcl(part2)Noel Grandin1-2/+0
2016-06-17convert DBG_ASSERT in vclNoel Grandin1-1/+1
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-7/+7
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin1-2/+2
2016-05-30Convert MTF R2 constants to scoped enumNoel Grandin1-3/+4
2016-05-09Update the wmf filter to simplify object ownershipMark Page1-27/+19
2016-03-04tdf#79679 vcl: dashed lines show as solid lines when importing EMF filesChris Sherlock1-10/+1
2016-01-21valgrind: memleak on thrown exceptionCaolán McNamara1-2/+2
2016-01-18loplugin: unused return values in vcl/Noel Grandin1-3/+1
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-1/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-08Revert "vcl: move filter headers to vcl/inc/filter"Chris Sherlock1-1/+1
2016-01-08vcl: move filter headers to vcl/inc/filterChris Sherlock1-1/+1
2015-12-24loplugin:unusedfieldsNoel Grandin1-2/+2
2015-11-18com::sun::star->css in vcl/Noel Grandin1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
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-09-30Fix typosAndrea Gelmini1-2/+2
2015-09-29coverity#1242704 Untrusted loop boundCaolán McNamara1-1/+6
2015-08-31check stream statusCaolán McNamara1-1/+1
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-3/+3
2015-07-10fix potential hang hereCaolán McNamara1-8/+13
2015-07-10avoid endless loop with busted wmfCaolán McNamara1-3/+7
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-9/+9
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin1-4/+4
2015-05-28new clang plugin: loopvartoosmallNoel Grandin1-2/+2
2015-04-02loplugin:staticmethodsNoel Grandin1-2/+2