summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer
AgeCommit message (Expand)AuthorFilesLines
2018-01-19loplugin:useuniqueptr in EMFPBrushNoel Grandin2-36/+17
2018-01-12More loplugin:cstylecast: cppcanvasStephan Bergmann3-23/+23
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann1-10/+10
2017-11-06loplugin:constparams in cppcanvas,drawinglayerNoel Grandin8-12/+12
2017-11-03loplugin:constmethod in drawinglayerNoel Grandin1-3/+3
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-23loplugin:includeform: cppucanvasStephan Bergmann19-42/+42
2017-10-23chmod 0755 -> 0644 for some source filesStephan Bergmann14-0/+0
2017-10-16tdf#31814 Resolve TODO from EMF+ DrawImage and DrawImagePointsBartosz Kosiorek1-33/+29
2017-10-09remove cppcanvas Color classNoel Grandin1-6/+4
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist16-79/+79
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin2-83/+57
2017-08-24loplugin:useuniqueptr in cppcanvasNoel Grandin2-31/+26
2017-08-12tdf#96099 Remove ActionSharedPtr typedefIvan Safonov14-78/+78
2017-08-01loplugin:checkunusedparamsNoel Grandin1-5/+0
2017-07-28loplugin:constparams handle constructorsNoel Grandin1-12/+12
2017-07-28loplugin:checkunusedparams more part1Noel Grandin2-8/+3
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin2-24/+14
2017-07-22loplugin:unusedfields in cppcanvas..cuiNoel Grandin1-4/+1
2017-07-20loplugin:constparams in cppcanvasNoel Grandin4-8/+8
2017-07-06use more begin()/end() for SequenceNoel Grandin1-3/+1
2017-07-05loplugin:useuniqueptr in basic..cppcanvasNoel Grandin4-26/+16
2017-06-23loplugin:oncevar in cppcanvas..drawinglayerNoel Grandin1-3/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin1-1/+0
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-5/+4
2017-05-21cppcanvas: this assert can stayThorsten Behrens1-2/+1
2017-05-14tdf#43157: convert cppcanvas module away from OSL_ASSERTChris Sherlock3-3/+3
2017-05-12EMF+ tdf#31814 Add support of reading EmfPlusBoundaryPointDataBartosz Kosiorek3-68/+87
2017-05-09EMF+ We already implemented most used EMF+ records.Bartosz Kosiorek1-6/+5
2017-05-09tdf#31814 EMF+ Fix an issue when not all elements were displayedBartosz Kosiorek2-8/+15
2017-05-07tdf#31814 Introduce minimal value of line width to fix EMF+ import issuesBartosz Kosiorek1-5/+9
2017-05-07revert OSL_ASSERT changesChris Sherlock3-3/+3
2017-05-07tdf#43157: convert cppcanvas module away from OSL_ASSERT to assertChris Sherlock3-3/+3
2017-05-06EMF Replace magic numbers of pen and brush objectsBartosz Kosiorek3-27/+58
2017-05-05Fix typosAndrea Gelmini2-2/+2
2017-05-04Fix number of EmfPlusEndContainer recordBartosz Kosiorek1-1/+1
2017-05-02loplugin:checkunusedparams in cppcanvas and dbaccessNoel Grandin3-3/+3
2017-04-27crashtesting: more crashing on exporting fdo31814-3.emf to odgCaolán McNamara1-3/+6
2017-04-27crashtesting: crash on exporting fdo31814-3.emf to odgCaolán McNamara1-1/+1
2017-04-27tdf#47243 tdf#39327 tdf#103639 Proper scaling of SetPageTransformBartosz Kosiorek1-13/+6
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-24tdf#47243 tdf#39327 Add support for SetPageTransformBartosz Kosiorek1-4/+30
2017-04-24EMF+ Add initial support for EmfPlusStringFormat ObjectBartosz Kosiorek3-7/+150
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-1/+1
2017-04-16tdf#107159 EMF+ Add support for EmfPlusDrawArc recordBartosz Kosiorek1-4/+13
2017-04-13tdf#106084 EMF+ Add support for EmfPlusScaleWorldTransform recordBartosz Kosiorek1-1/+25
2017-04-13tdf#39053 EMF+ Draw an extra line between the last point and the first point.Bartosz Kosiorek3-4/+12
2017-04-13tdf#106084 EMF+ Add support for EmfPlusTranslateWorldTransform recordBartosz Kosiorek1-1/+26
2017-04-13tdf#107034 EMF+ Add support for import EmfPlusDrawPie recordBartosz Kosiorek1-8/+25