summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer/implrenderer.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-14loplugin:passstuffbyref in variousNoel Grandin1-1/+1
2016-02-22loplugin:write only fieldsNoel Grandin1-1/+0
2016-02-09Remove excess newlinesChris Sherlock1-5/+0
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-4/+4
2016-02-02remove B2DLineJoin::MiddleCaolán McNamara1-2/+2
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-1/+1
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-1/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-07Some cleanup for sal_uIntPtr usageJohannes Hauf1-1/+1
2015-11-12Namespace cleanup and disambiguationAshod Nakashian1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-7/+7
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-10/+10
2015-08-11stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud1-4/+2
2015-07-28com::sun::star->css in cppcanvasNoel Grandin1-3/+3
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-09cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin1-4/+4