summaryrefslogtreecommitdiff
path: root/canvas/source/tools
AgeCommit message (Expand)AuthorFilesLines
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-3/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-13loplugin:passstuffbyref in canvasNoel Grandin1-1/+1
2016-04-07tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-11/+2
2016-03-03loplugin:unuseddefaultparams variousNoel Grandin1-1/+1
2016-02-24convert SpriteChangeRecord::ChangeType to scoped enumNoel Grandin1-2/+2
2016-02-24convert canvas::IRenderModule::PrimitiveType to scoped enumNoel Grandin1-3/+3
2016-02-23convert GradientType to scoped enumNoel Grandin1-3/+3
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-2/+2
2016-01-05Fix typosAndrea Gelmini1-1/+1
2015-11-25loplugin:unusedfields variousNoel Grandin1-3/+1
2015-11-20loplugin:unusedfields in canvasNoel Grandin1-3/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin2-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-5/+5
2015-11-02Partial revert 'for_each -> range-based'Thorsten Behrens1-3/+4
2015-11-01std::for_each -> range based for in canvas/source/tools/verifyinput.cxxMario J. Rugiero1-6/+5
2015-11-01for_each -> range-based for in canvas/source/tools/spriteredrawmanager.cxxMario J. Rugiero1-8/+7
2015-11-01boost::bind -> lambdas in canvas/source/tools/surface.cxxMario J. Rugiero1-7/+3
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin1-2/+2
2015-10-30loplugin:unusedmethodsNoel Grandin1-39/+0
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-49/+49
2015-10-07eliminate typedef only being used onceNoel Grandin2-3/+1
2015-10-07inline ISurfaceProxySharedPtr typedefNoel Grandin1-1/+1
2015-10-02Fix typosAndrea Gelmini1-1/+1
2015-09-14boost->stdCaolán McNamara5-7/+7
2015-09-11coverity#1323755 Using invalid iteratorCaolán McNamara1-1/+1
2015-09-04canvas: simplify PageManager::nakedFragment loopsDaniel Robertson1-30/+16
2015-08-30canvas: replace while loops with range-based forDaniel Robertson4-52/+23
2015-08-15canvas: whitespace/comments cleanupThorsten Behrens8-122/+3
2015-08-15canvas: replace for_each with range-based for-loopDaniel Robertson4-49/+17
2015-08-11tdf#92459 remove compat_functional from canvasDaniel Robertson1-17/+6
2015-08-11stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud13-79/+89
2015-08-10remove VERBOSE use from canvaNorbert Thiebaud2-4/+1
2015-07-31canvas: replace boost::function with std::functionMichael Stahl1-2/+2
2015-07-22com::sun::star->css in canvasNoel Grandin2-4/+4
2015-07-10tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-3/+3
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara4-5/+5
2015-05-07simplify code by replacing std::find_if with std::any_of/std::none_ofTakeshi Abe1-4/+4
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-08A UNO Any can't contain an AnyStephan Bergmann1-1/+1
2015-03-19loplugin:constantfunction: canvasNoel Grandin1-11/+0
2015-03-09V801: Decreased performanceCaolán McNamara2-8/+4
2014-12-11Related: fdo#87242 merge duplicate clip setup codeCaolán McNamara1-0/+75
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-09-02add warning about bad inputMarkus Mohrhard1-0/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin3-13/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-4/+2
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni3-3/+3
2014-04-04fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre1-2/+4