summaryrefslogtreecommitdiff
path: root/include/canvas
AgeCommit message (Expand)AuthorFilesLines
2018-03-29Use for-range loop in include/canvasJulien Nabet1-8/+2
2018-03-14loplugin:unusedmethodsNoel Grandin4-71/+0
2018-01-12More loplugin:cstylecast: canvasStephan Bergmann1-1/+1
2017-12-26loplugin:passstuffbyref improved return in canvas and svtoolsNoel Grandin1-2/+2
2017-12-19remove unused typedefsNoel Grandin2-2/+0
2017-12-19inline use-once typedefsNoel Grandin3-6/+3
2017-11-10loplugin:finalclasses in chart2Noel Grandin1-3/+2
2017-11-04Replace lists by vectors (canvas)Julien Nabet1-3/+1
2017-09-15Fix typosAndrea Gelmini1-1/+1
2017-08-19Removed ignored includesAndrea Gelmini2-360/+0
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-4/+4
2017-08-01loplugin:checkunusedparamsNoel Grandin1-21/+0
2017-07-02loplugin:casttovoid: canvasStephan Bergmann1-2/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-05-18Revert "Fix typos"Stephan Bergmann1-7/+7
2017-05-18Fix typosAndrea Gelmini1-7/+7
2017-05-07revert OSL_ASSERT changesChris Sherlock1-4/+4
2017-05-07tdf#43157: convert most of canvas codebase away from OSL_ASSERT to assertChris Sherlock1-4/+4
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-03Fix typosAndrea Gelmini2-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann10-158/+89
2017-01-19New loplugin:dynexcspec: Add @throws documentation, canvasStephan Bergmann1-0/+1
2016-12-15no point in having both SAL_WARN and OSL_FAIL for the same thingNoel Grandin1-2/+0
2016-12-13OSL_TRACE->SAL in framework..salNoel Grandin2-67/+5
2016-12-07tdf#88206 replace cppu::WeakImplHelper* miscJochen Nitschke4-14/+14
2016-11-11loplugin:expandablemethods in avmedia..canvasNoel Grandin1-3/+0
2016-10-21loplugin:expandablemethodds in include/basic..comphelperNoel Grandin1-4/+0
2016-09-30coverity#1371191 Missing move assignment operatorCaolán McNamara1-2/+14
2016-09-14loplugin:constantparam in chart2..connectivityNoel Grandin1-10/+1
2016-09-13chmod 644 some source filesStephan Bergmann1-0/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-2/+2
2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin7-9/+9
2016-06-09tdf#96099 Remove various smart pointer typedefs in canvasMark Page6-27/+16
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2-2/+2
2016-04-18Avoid reserved identifierStephan Bergmann1-2/+2
2016-04-13loplugin:passstuffbyref in canvasNoel Grandin3-5/+5
2016-03-14inline some use-once macrosNoel Grandin1-32/+0
2016-03-03loplugin:unuseddefaultparams variousNoel Grandin1-6/+1
2016-02-24convert SpriteChangeRecord::ChangeType to scoped enumNoel Grandin1-4/+4
2016-02-24convert canvas::IRenderModule::PrimitiveType to scoped enumNoel Grandin1-4/+4
2016-02-23convert canvas::IColorBuffer::Format to scoped enumNoel Grandin1-3/+3
2016-02-23convert GradientType to scoped enumNoel Grandin1-4/+4
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-28canvas: replace BOOST_CURRENT_FUNCTION with OSL_THIS_FUNCMichael Stahl8-37/+36
2016-01-28Revert "canvas: replace BOOST_CURRENT_FUNCTION with __func__"Michael Stahl8-35/+36
2016-01-28canvas: replace BOOST_CURRENT_FUNCTION with __func__Michael Stahl8-36/+35
2015-12-21loplugin:unusedmethodsNoel Grandin1-3/+0
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-1/+1
2015-12-02Remove unused FMT_R8G8B8Stephan Bergmann1-3/+0
2015-12-01Apparently no reason to force underlying type hereStephan Bergmann1-4/+1