summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer/implrenderer.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-1/+1
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-04-17loplugin:flatten in cppcanvasNoel Grandin1-53/+53
2020-04-14loplugin:buriedassign in c*Noel Grandin1-2/+4
2020-01-31new loplugin:namespaceindentationNoel Grandin1-2/+2
2020-01-15clang-tidy modernize-concat-nested-namespace in cppcanvas..cppuhelperNoel Grandin1-4/+1
2019-11-30Rewrite uses of boost::optionalStephan Bergmann1-17/+17
2019-10-31tdf#42949 Fix IWYU warnings in cppcanvas/Gabor Kelemen1-9/+0
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov1-9/+9
2019-05-08improve tools::Rectangle->basegfx::B2?Rectangle conversionNoel Grandin1-25/+22
2019-04-20Fix typoAndrea Gelmini1-6/+6
2019-04-15remove or change salbtype.hxx includes with the specific oneTomaž Vajngerl1-1/+1
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-2/+2
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-12-10loplugin:unnecessaryvirtualNoel Grandin1-2/+0
2018-12-09loplugin:unusedmethodsNoel Grandin1-7/+0
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