summaryrefslogtreecommitdiff
path: root/vcl/source/filter/wmf/emfwr.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-15loplugin:flatten in vclNoel Grandin1-198/+202
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-23loplugin:includeform: vclStephan Bergmann1-1/+1
2017-09-06loplugin:unnecessaryparen include case statementsNoel Grandin1-42/+42
2017-06-28loplugin:oncevar in vclNoel Grandin1-4/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-6/+6
2017-01-25Resolves: tdf#94457 our EmfPlusSetPageTransform is malformedCaolán McNamara1-3/+1
2016-12-07convert PolyFlags to scoped enumNoel Grandin1-2/+2
2016-12-06convert PolyStyle to scoped enumNoel Grandin1-3/+3
2016-10-05convert MapUnit to scoped enumNoel Grandin1-2/+2
2016-09-18loplugin:unusedenumvaluesNoel Grandin1-49/+0
2016-09-05convert RasterOp to scoped enumNoel Grandin1-5/+5
2016-06-29Get rid of some repetitive warnings about unimplemented MetaActionTypesTor Lillqvist1-6/+2
2016-06-17convert DBG_ASSERT in vclNoel Grandin1-6/+6
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-2/+2
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin1-4/+4
2016-05-22Convert EmfPlusRecordType to scoped enumNoel Grandin1-73/+73
2016-05-09Update the wmf filter to simplify object ownershipMark Page1-8/+7
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin1-2/+2
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2016-02-22loplugin:commaoperator in vcl/Noel Grandin1-2/+4
2016-02-05Fix typosAndrea Gelmini1-1/+1
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-2/+2
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-1/+1
2016-01-29vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock1-1/+1
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock1-1/+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-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-14/+14
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-05-15window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::TransparentCaolán McNamara1-1/+1
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin1-59/+60
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin1-57/+57
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-10/+10
2015-02-26expand this 1980's shift-fest, torture-by-ternery and magic '3' into humanCaolán McNamara1-4/+18
2015-02-26in BITFIELDS mode (3) there are *3* pal entries not 12Caolán McNamara1-1/+1
2015-01-16remove unnecessary parenthesesNoel Grandin1-23/+23
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+1
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-2/+2
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-2/+2
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-2/+2
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-1/+1
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-2/+2
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-4/+4
2014-09-29loplugin: cstylecastNoel Grandin1-31/+31