summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer
AgeCommit message (Expand)AuthorFilesLines
2020-07-16compact namespace: cppcanvasNoel Grandin8-38/+13
2020-06-04loplugin:simplifypointertobool improve (2)Noel Grandin1-1/+1
2020-06-03loplugin:simplifypointertobool improveNoel Grandin1-1/+1
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-1/+1
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-1/+1
2020-05-08compact namespace in canvas..cuiNoel Grandin2-4/+4
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen2-0/+2
2020-04-17loplugin:flatten in cppcanvasNoel Grandin1-53/+53
2020-04-14loplugin:buriedassign in c*Noel Grandin1-2/+4
2020-01-31new loplugin:namespaceindentationNoel Grandin9-18/+18
2020-01-15clang-tidy modernize-concat-nested-namespace in cppcanvas..cppuhelperNoel Grandin10-40/+10
2020-01-10use more std::make_sharedNoel Grandin6-55/+50
2019-12-29tdf#124176: Use pragma once instead of include guardscagatay9-35/+11
2019-11-30Rewrite uses of boost::optionalStephan Bergmann2-22/+22
2019-11-03tdf#42949 restore vcl/canvastools.hxx for OSL_DEBUG_LEVEL > 2Tomoyuki Kubota1-0/+3
2019-10-31tdf#42949 Fix IWYU warnings in cppcanvas/Gabor Kelemen10-32/+5
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-07-23rhbz#1728763 black bg seen in renderer emfsCaolán McNamara1-1/+10
2019-06-18loplugin:passstuffbyrefNoel Grandin1-1/+1
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov3-13/+13
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-1/+1
2019-05-08improve tools::Rectangle->basegfx::B2?Rectangle conversionNoel Grandin2-30/+24
2019-04-20Fix typoAndrea Gelmini1-6/+6
2019-04-15remove or change salbtype.hxx includes with the specific oneTomaž Vajngerl1-1/+1
2019-04-12loplugin:sequentialassign in comphelper..cuiNoel Grandin1-3/+1
2019-03-03Simplify containers iterations in cppcanvas, cppu, cppuhelperArkadiy Illarionov1-4/+2
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-2/+2
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen2-0/+2
2018-12-10loplugin:unnecessaryvirtualNoel Grandin1-2/+0
2018-12-09loplugin:unusedmethodsNoel Grandin1-7/+0
2018-12-08Clean up obsolete uses of BOOST_FALLTHROUGHStephan Bergmann1-5/+5
2018-12-08Remove misguided FALLTHROUGH commentsStephan Bergmann2-11/+0
2018-12-07tdf#111486 Removed not used EMF+ codeBartosz Kosiorek18-3457/+1
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-11-21loplugin:redundantfcast improvementsNoel Grandin1-3/+3
2018-11-07Fix typosAndrea Gelmini1-1/+1
2018-11-06tdf#70851 fix strange waveline polygon.Mark Hung1-12/+11
2018-11-05tdf#37636 Render textlines with colors.Mark Hung3-36/+234
2018-11-05tdf#37636: pass bNormalText to cppcanvas::internal::TextRenderer.Mark Hung1-11/+11
2018-11-05tdf#37636 create underlines, overlines, strikeout separatelyMark Hung2-205/+249
2018-11-05tdf#37636 take care of MetaOverlineColorAction in mtfrenderer.Mark Hung1-0/+25
2018-11-05cppcanvas::mtfrenderer refactorMark Hung1-37/+24
2018-10-31tdf#43671 creatCanvasFont with EmphasisMark.Mark Hung1-2/+12
2018-10-23tdf#100236 Implement linestyles with dash and dots.Mark Hung1-104/+93
2018-10-22tdf#70851 render wave underlines in slideshow.Mark Hung1-6/+13
2018-10-22tdf#100236 implement waveline in mtfrenderer.Mark Hung1-6/+50
2018-10-17loplugin:singlevalfieldsNoel Grandin2-5/+0
2018-10-09tdf#55361 adjust leftmost position for RTL text while animation.Mark Hung1-9/+30
2018-09-17loplugin:staticconstfield improvementsNoel Grandin1-24/+5
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin3-8/+0