summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-28Bin superfluous whitespace on empty lineTor Lillqvist1-1/+1
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski1-3/+3
2018-07-28loplugin:stringloop cui,dbaccessNoel Grandin1-4/+4
2018-07-16Add missing sal/log.hxx headersGabor Kelemen17-0/+17
2018-07-09loplugin:oncevarNoel Grandin1-6/+3
2018-06-11rhbz#1589029 tdf#93789 impress not showing text highlight in presentation modeCaolán McNamara4-21/+119
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-05-31drop Graphic::GetBitmapNoel Grandin1-1/+1
2018-05-29loplugin:unusedfields-in-constructor in variousNoel Grandin1-5/+4
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 Grandin2-5/+5
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-3/+3
2018-02-27replace Color(COL_*) with COL_*Noel Grandin2-6/+6
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin1-3/+1
2018-01-19loplugin:useuniqueptr in EMFPPenNoel Grandin2-6/+4
2018-01-19loplugin:useuniqueptr in EMFPRegionNoel Grandin2-6/+2
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