summaryrefslogtreecommitdiffstats
path: root/include/canvas
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix typos"Stephan Bergmann2017-05-181-7/+7
* Fix typosAndrea Gelmini2017-05-181-7/+7
* revert OSL_ASSERT changesChris Sherlock2017-05-071-4/+4
* tdf#43157: convert most of canvas codebase away from OSL_ASSERT to assertChris Sherlock2017-05-071-4/+4
* Fix typosAndrea Gelmini2017-03-251-1/+1
* Fix typosAndrea Gelmini2017-03-032-2/+2
* Remove dynamic exception specificationsStephan Bergmann2017-01-2610-158/+89
* New loplugin:dynexcspec: Add @throws documentation, canvasStephan Bergmann2017-01-191-0/+1
* no point in having both SAL_WARN and OSL_FAIL for the same thingNoel Grandin2016-12-151-2/+0
* OSL_TRACE->SAL in framework..salNoel Grandin2016-12-132-67/+5
* tdf#88206 replace cppu::WeakImplHelper* miscJochen Nitschke2016-12-074-14/+14
* loplugin:expandablemethods in avmedia..canvasNoel Grandin2016-11-111-3/+0
* loplugin:expandablemethodds in include/basic..comphelperNoel Grandin2016-10-211-4/+0
* coverity#1371191 Missing move assignment operatorCaolán McNamara2016-09-301-2/+14
* loplugin:constantparam in chart2..connectivityNoel Grandin2016-09-141-10/+1
* chmod 644 some source filesStephan Bergmann2016-09-131-0/+0
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-132-2/+2
* comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin2016-07-047-9/+9
* tdf#96099 Remove various smart pointer typedefs in canvasMark Page2016-06-096-27/+16
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-202-2/+2
* Avoid reserved identifierStephan Bergmann2016-04-181-2/+2
* loplugin:passstuffbyref in canvasNoel Grandin2016-04-133-5/+5
* inline some use-once macrosNoel Grandin2016-03-141-32/+0
* loplugin:unuseddefaultparams variousNoel Grandin2016-03-031-6/+1
* convert SpriteChangeRecord::ChangeType to scoped enumNoel Grandin2016-02-241-4/+4
* convert canvas::IRenderModule::PrimitiveType to scoped enumNoel Grandin2016-02-241-4/+4
* convert canvas::IColorBuffer::Format to scoped enumNoel Grandin2016-02-231-3/+3
* convert GradientType to scoped enumNoel Grandin2016-02-231-4/+4
* Remove excess newlinesChris Sherlock2016-02-091-1/+0
* canvas: replace BOOST_CURRENT_FUNCTION with OSL_THIS_FUNCMichael Stahl2016-01-288-37/+36
* Revert "canvas: replace BOOST_CURRENT_FUNCTION with __func__"Michael Stahl2016-01-288-35/+36
* canvas: replace BOOST_CURRENT_FUNCTION with __func__Michael Stahl2016-01-288-36/+35
* loplugin:unusedmethodsNoel Grandin2015-12-211-3/+0
* loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann2015-12-101-1/+1
* Remove unused FMT_R8G8B8Stephan Bergmann2015-12-021-3/+0
* Apparently no reason to force underlying type hereStephan Bergmann2015-12-011-4/+1
* loplugin:unnecessaryvirtualNoel Grandin2015-11-171-2/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-2/+2
* remove remaining boost/noncopyable includes from /includeNoel Grandin2015-11-041-3/+0
* loplugin:unusedmethodsNoel Grandin2015-10-301-1/+0
* loplugin:unusedmethodsNoel Grandin2015-10-302-19/+0
* remove boost::noncopyable from /includeNoel Grandin2015-10-293-8/+9
* loplugin:unusedmethodsNoel Grandin2015-10-271-18/+0
* fix includes that are not stand-aloneNorbert Thiebaud2015-10-263-4/+7
* com::sun::star->css in include/canvasNoel Grandin2015-10-2017-463/+423
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1211-107/+107
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-124-8/+8
* inline ISurfaceProxySharedPtr typedefNoel Grandin2015-10-071-2/+0
* Fix typosAndrea Gelmini2015-09-301-1/+1
* boost->stdCaolán McNamara2015-09-149-37/+25