summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer/implrenderer.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-12-08Remove misguided FALLTHROUGH commentsStephan Bergmann1-1/+0
2018-12-07tdf#111486 Removed not used EMF+ codeBartosz Kosiorek1-12/+1
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-11-05tdf#37636 take care of MetaOverlineColorAction in mtfrenderer.Mark Hung1-0/+25
2018-10-31tdf#43671 creatCanvasFont with EmphasisMark.Mark Hung1-2/+12
2018-08-28Bin superfluous whitespace on empty lineTor Lillqvist1-1/+1
2018-07-28loplugin:stringloop cui,dbaccessNoel Grandin1-4/+4
2018-07-16Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-11rhbz#1589029 tdf#93789 impress not showing text highlight in presentation modeCaolán McNamara1-0/+6
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-05-12make Bitmap/BitmapEx constructors explicitNoel Grandin1-3/+3
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin1-2/+2
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-4/+4
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-4/+4
2018-03-07use more Color in cppcanvas..drawinglayerNoel Grandin1-3/+3
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-3/+3
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-3/+3
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin1-3/+1
2018-01-12More loplugin:cstylecast: cppcanvasStephan Bergmann1-16/+16
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann1-10/+10
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-23loplugin:includeform: cppucanvasStephan Bergmann1-6/+6
2017-10-09remove cppcanvas Color classNoel Grandin1-6/+4
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-18/+18
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin1-69/+46
2017-08-24loplugin:useuniqueptr in cppcanvasNoel Grandin1-3/+0
2017-08-12tdf#96099 Remove ActionSharedPtr typedefIvan Safonov1-23/+23
2017-07-28loplugin:checkunusedparams more part1Noel Grandin1-4/+1
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin1-12/+7
2017-07-22loplugin:unusedfields in cppcanvas..cuiNoel Grandin1-4/+1
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-04-12no need to use OUStringToOString in SAL_INFONoel Grandin1-8/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-10/+10
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-13/+13
2017-01-31tdf#101638 diameter and radius were mixed up, devide by twoPatrick J1-2/+2
2016-12-06convert PolyStyle to scoped enumNoel Grandin1-3/+3
2016-10-25Revert "tdf#96505 Get rid of cargo cult "long" integer literals"jan iversen1-4/+7
2016-10-25tdf#96505 Get rid of cargo cult "long" integer literalsRosen1-4/+4
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-09-05convert GradientStyle to scoped enumNoel Grandin1-7/+7
2016-09-05convert LineStyle to scoped enumNoel Grandin1-3/+3
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (cppcanvas)Stephan Bergmann1-1/+1
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin1-8/+8
2016-05-30Convert FontRelief to scoped enumNoel Grandin1-3/+3
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin1-1/+1
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin1-2/+2
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-2/+1
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin1-1/+1