summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer/textaction.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-31tdf#42949 Fix IWYU warnings in cppcanvas/Gabor Kelemen1-1/+0
2019-07-23rhbz#1728763 black bg seen in renderer emfsCaolán McNamara1-1/+10
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov1-2/+2
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-1/+1
2019-04-12loplugin:sequentialassign in comphelper..cuiNoel Grandin1-3/+1
2019-03-03Simplify containers iterations in cppcanvas, cppu, cppuhelperArkadiy Illarionov1-4/+2
2018-11-05tdf#37636 Render textlines with colors.Mark Hung1-36/+20
2018-11-05tdf#37636: pass bNormalText to cppcanvas::internal::TextRenderer.Mark Hung1-11/+11
2018-11-05cppcanvas::mtfrenderer refactorMark Hung1-37/+24
2018-10-09tdf#55361 adjust leftmost position for RTL text while animation.Mark Hung1-9/+30
2018-07-16Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-09loplugin:oncevarNoel Grandin1-6/+3
2018-06-11rhbz#1589029 tdf#93789 impress not showing text highlight in presentation modeCaolán McNamara1-21/+110
2018-05-29loplugin:unusedfields-in-constructor in variousNoel Grandin1-5/+4
2018-03-07use more Color in cppcanvas..drawinglayerNoel Grandin1-2/+2
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-3/+3
2017-10-23loplugin:includeform: cppucanvasStephan Bergmann1-1/+1
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-7/+7
2017-08-12tdf#96099 Remove ActionSharedPtr typedefIvan Safonov1-14/+14
2017-08-01loplugin:checkunusedparamsNoel Grandin1-5/+0
2017-07-28loplugin:constparams handle constructorsNoel Grandin1-12/+12
2017-07-20loplugin:constparams in cppcanvasNoel Grandin1-3/+3
2017-07-06use more begin()/end() for SequenceNoel Grandin1-3/+1
2017-02-28FontDescription.IsVertical is a tristateNoel Grandin1-2/+1
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-8/+8
2016-04-08loplugin:unreffun (missing "= delete")Stephan Bergmann1-2/+2
2016-04-08tdf#94306 replace boost::noncopyable in c...Jochen Nitschke1-9/+20
2016-03-16loplugin:constantparams in vcl/Noel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-15/+0
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-1/+1
2015-11-20loplugin:unusedfields in cppcanvasNoel Grandin1-28/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-10-27Replace boost::bind by lambdas in cppcanvas tree.Mario J. Rugiero1-4/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-29/+29
2015-08-11stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud1-2/+0
2015-07-10do not include boost/utility.hppMichael Stahl1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-7/+7
2014-09-18fdo#82577: Handle FontNoel Grandin1-2/+2
2014-08-07coverity#1228877 Structurally dead codeCaolán McNamara1-11/+11
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud1-4/+4
2014-05-22cppcheck: Function parameter 'rLineInfo' should be passed by referenceThomas Arnhold1-2/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-29/+29
2014-02-25Remove visual noise from cppcanvasAlexander Wilms1-4/+4
2014-02-23Remove unneccessary commentsAlexander Wilms1-9/+9
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-1/+1
2013-12-18vcl get rid of xub_StrLen and STRING_LEN in outdev3Norbert Thiebaud1-2/+1
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-0/+2
2013-09-17convert CPPCANVAS module from String to OUStringNoel Grandin1-3/+3
2013-05-20fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan1-27/+25