summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/gdimetafiletools.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-12hold MetaAction by rtl::ReferenceNoel Grandin1-1/+0
2018-03-07use more Color in vclNoel Grandin1-1/+1
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-1/+1
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-4/+4
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-17/+17
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin1-2/+2
2017-07-15emfplus: unified transformations, added test codeArmin Le Grand1-0/+4
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-10/+10
2017-03-25Fix typosAndrea Gelmini1-1/+1
2016-12-06convert PolyStyle to scoped enumNoel Grandin1-3/+3
2016-10-05convert MapUnit to scoped enumNoel Grandin1-3/+3
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-19/+19
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-05-15window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::TransparentCaolán McNamara1-1/+1
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin1-61/+61
2015-04-10automated VclPtrInstance conversion.Michael Meeks1-1/+1
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks1-1/+1
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin1-10/+10
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-2/+2
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann1-1/+1
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-4/+4
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-8/+8
2014-09-30fdo#82577: Handle RegionNoel Grandin1-2/+2
2014-08-21vcl: convert push flags to type-safe enum-like classNoel Grandin1-3/+3
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-10/+0
2014-03-04Add mode linesTakeshi Abe1-0/+2
2014-02-26Remove visual noise from vclAlexander Wilms1-14/+14
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-2/+2
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin1-2/+2
2013-06-13cppcheck: fix return statement followed by breakJulien Nabet1-1/+0
2013-06-12Resolves: #i121267# added support for taking clipping into account...Armin Le Grand1-0/+1095